/*  
Theme Name: Infosec

grey: #818181
*/
body {
	margin: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	background-color: black;
}

div.container {
	text-align: left;
	width: 1024px;
}

a:hover, a:visited:hover  {
	cursor: pointer;
	text-decoration: underline;
}

a, a:visited  {
	color: #D81E1E;
	text-decoration: none;
}
	
#header {
	position: relative;
	height: 171px; 
	width: 100%; 
	background-color: white;
}

#header_black {
	position: relative;
	background-color: black;
	height: 142px; 
	width: 620px;
	float: left;
}

#header_img {
	position: absolute;
	right: 0px;
	top: 0px;
}

#content {
	width: 100%;
	background-color: White;
	overflow: hidden;
	height: auto !important;
}

#left_sidebar {
	width: 200px;
	padding-left: 5px;
	float: left;
}

#right_sidebar {
	width: 200px;
	float: right;
}

#middle {
	width: 580px;
/*	margin-left: 210px;*/
	float: left;
}

#footer {
	width: 100%;
	text-align: center;
	background-color: black;
	color: White;
}

#header_title {
	position: absolute;
	left: 46px;
	top: 30px;
}

#a_title {
	font-size: 36px;
	color: #FFFFFF;
}

#a_title:hover {
	cursor: pointer;
	text-decoration: none;
}

#description {
	position: absolute;
	left: 79px;
	top: 73px;
	color: #818181;
}

#menu_top {
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	color: white;
}

#menu_top ul {
	padding: 0;
	margin: 0px 0px 14px 20px;
	list-style-type: none;
}

li.page_item {
	display: inline;
}

li.page_item a, li.page_item a:visited {
	text-decoration: none;
	color: white;
	border-right: 1px solid white;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	text-transform: uppercase;
}

li.page_item a:hover {
	cursor: pointer;
	text-decoration: underline;
}

li.current_page_item a, li.current_page_item a:visited{
	color: red;
}

#left_sidebar ul, #right_sidebar ul {
	padding: 0;
	margin: 0px 0px 0px 20px;
	list-style-type: none;
}

li.lwidget , li.rwidget {
	list-style-image: url('images/bullet.gif');
	border-bottom: dotted 1px #818181;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 5px;
}

li.lwidget li, li.rwidget li {
	list-style-image: url('images/bullet2.gif');
	color: #818181;
	padding-top: 5px;
	font-size: 10px;
}

li.lwidget li a, li.lwidget li a:visited , li.rwidget li a, li.rwidget li a:visited  {
	color: black;
	text-decoration: none;
	font-size: 12px;
}

li.lwidget li a:hover, li.rwidget li a:hover  {
	text-decoration: underline;
}

.poll_answer {
	color: black;
	font-size: 12px;
}

#archive_list li a, #archive_list li a:visited {
	color: #D81E1E;
	text-decoration: none;
}

#archive_list li a:hover {
	cursor: pointer;
	text-decoration: underline;
}

#lwidgettitle, #rwidgettitle {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.post {
	border-bottom: solid 1px #818181;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 40px;
}

.post_search {
	border-bottom: solid 1px #818181;
	margin-right: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.post_single {
	margin-bottom: 20px;
}

#post_title a, #post_title a:visited , .title2 {
	text-decoration: none;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

.title {
	color: black;
	font-weight: bold;
	font-size: 16pt;
}

#post_title {
	display: inline;
	font-size: 16px;
}

#post_title a:hover , li.widget li a:hover{
	cursor: pointer;
	text-decoration: underline;
}

#post_date {
	color: #818181;
	font-size: 12px;
}

#entry {
	padding-top: 0px;
	padding-bottom: 10px;
}

#comments {
	padding-top: 5px;
}

#vote {
	padding-top: 5px;
	height: 25px;
}

.navigation {
	text-align: center;
	margin-bottom: 20px;
}

img {
	border: none;
}

