@charset "utf-8";
/* CSS Document */

#author{

	width:100px;
	height:100px;	
	float:left;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}




/*===========================
  3.)  NAV BAR
============================= */
dd,dl,dt{margin:0px;padding:0px;}
div#nav{position:relative;left:600px;top:10px;margin:0px;padding:0px;width:500px;height:21px;background:transparent; z-index:5;}
div#navbar{margin:0px auto;padding:0px;width:400px;height:21px;}
.dropdown {float:left;}

/* Main Nav Items - All */
.dropdown dt a{
	background:transparent;
	display:block;
	height:21px;
	cursor:pointer;
	text-indent:-9999px;
	

}
/* Rollover Sprite Position Change */
.dropdown dt a:hover {
	background-position: 0px -21px;

}

/*------------------------------------------------*/

/* Main Nav Item - 1 */
.dropdown dt#navParent1 a{
	width:124px;
	background:transparent url('http://securitydebrief.com/wp-content/themes/images/nav_who.jpg') 0px 0px no-repeat;

}

.dropdown dt#navParentact1 a{
	width:124px;
	background:transparent url('http://securitydebrief.com/wp-content/themes/images/nav_who.jpg') 0px -21px no-repeat;

}




/* Main Nav Item - 2 */
.dropdown dt#navParent2 a{
	width:109px;
	background:transparent url('http://securitydebrief.com/wp-content/themes/images/nav_what.jpg') 0px 0px no-repeat;
}

.dropdown dt#navParentact2 a{
	width:109px;
	background:transparent url('http://securitydebrief.com/wp-content/themes/images/nav_what.jpg') 0px -21px no-repeat;
}

/* Main Nav Item - 3 */
.dropdown dt#navParent3 a{
	width:119px;
	background:transparent url('http://securitydebrief.com/wp-content/themes/images/nav_how.jpg') 0px 0px no-repeat;
}

.dropdown dt#navParentact3 a{
	width:119px;
	background:transparent url('http://securitydebrief.com/wp-content/themes/images/nav_how.jpg') 0px -21px no-repeat;
}


/*------------------------------------------------*/

/* Subnav Dropdown Boxes*/
.dropdown dd {position:absolute; overflow:hidden; display:none; background:#fff; z-index:200; opacity:0;text-align:left;}
.dropdown ul {width:180px; border:1px solid #999; list-style:none; border-top:none; margin:0px;padding:0px;}
.dropdown li {display:inline;}
/* Subnav Items */
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {display:block; width:148px; padding:5px 16px 5px 16px; color:#555; text-decoration:none; background:#fff; text-transform:uppercase;font-size:10px; font-weight:normal; border-bottom:0px solid #e7e7e7;}
.dropdown li.last a{border-bottom:0px;}
.dropdown li a:hover {color:#a10;background:#e6e6e6; /*background:#2E609C;*/}
/* END Subnav Dropdown Boxes*/