/*
Theme Name: CDAI
Theme URI: http://jim-media.com
Description: Conference of Defense Associations Institute
Version: 2.0
Author: CK Leach.
Tags: jim media
*/


@charset "utf-8";

/*/// BODY ///////////////////////////////
///////////////////////////////////////*/
*html, body {margin:0px; padding:0px; height: 100%; background:#b4b5ab;/*width: 100%;*/ }
body {font:12px/16px arial,sans-serif; margin:0px; padding:0px; background-color:#b4b5ab; color:#00577b; }
p {margin:0px 0px 10px; line-height:18px; }
h1 {display:block; font-size:20px; font-weight:bold; padding:0px; margin-bottom:5px; line-height:25px; overflow:visible; color:#3f3f3f; }
h2 {font-size:20px; font-weight:bold; line-height:22px; margin:20px 0 10px; color:#3f3f3f; background:url(images/h2underline.gif) no-repeat bottom left }
h3 {font-size:14px; font-weight:bold; line-height:16px; margin:20px 0 5px; color:#3f3f3f; text-transform:uppercase; }
h4 {font-size:14px; line-height:18px; padding:6px; margin:0px; }
a, a:hover{color:#dd0003; text-decoration:none; }
a:hover {color:#dd0003; text-decoration:underline; }
ul li, ol li {margin-bottom:10px; }
hr {position:relative; top:5px; display:block; border-top:1px solid #ddd; margin:0px 0 20px; padding:0px; }
/* CAUSING PROBLEMS WITH ADMIN BAR: #menu ul li.page_item a {position:absolute; left:-9999px; } */
.logo span {position:absolute; left:-9999px; }
.french {font-weight:normal !important; font-style:italic; font-size:85%; }

/*/// CONTAINERS /////////////////////*/
#container {
	position:relative; width:930px; margin:0px auto; padding:0px; text-align:left; border:0px solid red; }
#wrapper {
	position:relative; width:930px; padding:0px; margin:0px; background:#fff url(images/sitebg2.jpg) repeat-y; }

/*/// HEADER /////////////////////////////
///////////////////////////////////////*/
#header {
	display:block; height:133px; margin:0px; padding:0px; overflow:hidden; background:#eaeaea; }
.top {
	position:relative; display:block; height:20px; background:#000 url(images/hdrtop.jpg) no-repeat; }
.hdrleft {
	position:relative; float:left; width:25px; height:113px; background:url(images/hdrleft.jpg) no-repeat; }
.logo a{
	position:relative; float:left; width:160px; height:113px; background:url(images/hdrlogo.jpg) no-repeat; overflow:hidden; }
.banner {
	position:relative; float:left; width:745px; height:113px; background:url(images/hdrbanner.jpg) no-repeat; }
.language {
	position:absolute; top:0px; left:765px; padding:2px 0 0; font-size:9px; text-transform:uppercase; color:#555; }
.language a {color:#FFF; text-decoration:none; }
.language a:hover {color:#dd0003; text-decoration:none;}

/*/// LEFT RAIL //////////////////////////
///////////////////////////////////////*/

#left {
	position:relative; width:210px; float:left; margin:0px; padding:0px; background:#eaeaea url(images/menubg.jpg) no-repeat; z-index:2 }
.newsletterbox {
	display:none;  /*background:url(images/newsletterbox.jpg) no-repeat;*/ }
.newsletterbox .box {
	color:#888888; margin:10px 0 0 30px; padding:10px 0px 0px; }
.newsletterbox .title {
	color:#666; font-size:18px; font-weight:bold; }

/*/// CENTER /////////////////////////////
///////////////////////////////////////*/
#textarea {
	position:relative; float:left; width:708px; margin:0px; padding:0px; }
.copybanner {
	display:block; height:75px; background:#e0e0e0 url(images/pagebanner.jpg) no-repeat; }
p.bannertext {
	display:block; margin:0px; padding:75px 30px 0; font-size:14px; color:#000; line-height:18px }
.copytextfront {
	display:block; padding:5px 25px 10px; min-height:280px; height:auto; background:url(images/pagebgfront.jpg) repeat-x; }
.copytextfront p {
	line-height:16px; }
.copytextfront ul li {
	margin:0 0 10px; }
.copytext {
	position:relative; float:left; width:668px; padding:0 20px 10px; min-height:280px; height:auto; background:#fff url(images/pagebg.jpg) repeat-x top; }
.copytext img {
	border:1px solid #fff; }

/*/// RIGHT RAIL /////////////////////////
///////////////////////////////////////*/
#right {
	position:relative; float:left; width:189px; padding:0px; background:url(images/rightbg.jpg) no-repeat top; overflow:hidden; }
.rightheader {
	position:absolute; left:519px; top:148px; width:189px; line-height:25px; text-align:center; color:#fff; font-size:12px; text-transform:uppercase; font-weight:bold; background:url(images/righttitle.jpg) no-repeat; }
.rightheader2 {
	position:relative; margin:0 0 10px -10px; width:189px; line-height:25px; text-align:center; color:#fff; font-size:12px; text-transform:uppercase; font-weight:bold; background:url(images/righttitle.jpg) no-repeat; }
.righttext {
	width:169px; margin-bottom:20px; padding:5px 10px 30px; text-align:center; }
.righttext p {
	font-size:11px; color:#000; line-height:14px; }
.righttext a, .righttext a:hover {
	color:#006188; text-decoration:underline; }
.righttext a:hover {
	color:#dd0003; }
	
/*/// FOOTER /////////////////////////////
///////////////////////////////////////*/
#footer {
	display:block; height:100px; color:#222; margin:0px; padding:8px 60px 0; font-size:10px; text-align:center; background:url(images/footbg.jpg) no-repeat bottom; }
	#footer a, #footer a:hover {
		color:#5d5d5d; text-decoration:none; }
	#footer a:hover {
		color:#dd0003; }
.copyright {
 	display:block; line-height:14px; font-size:10px; margin-bottom:10px; color:#5d5d5d; text-align:center; }

/*/// ADDITIONAL STYLES //////////////////
///////////////////////////////////////*/
.divider {
	display:block; height:1px; border-bottom:1px dotted #ccc; margin:10px 0 20px; }
.clear, #clear {
	position:relative; clear:both; height:0px; line-height:0px; display:block; margin:0px; padding:0px; }
.imgalign, #imgalign {
	vertical-align:middle; }
.boldcaps{
	display:block; font-weight:bold; text-transform:uppercase; margin:0px; padding:10px; }
.smallfont {
	font-size:10px; }
.largefont {
	font-size:20px; line-height:24px; }
.floatleft, #floatleft {
	float:left; margin:0 10px 0 0; }
.floatright, #floatright {
	float:right; margin:0 0 0 10px; }
.liststyle li {
	text-indent:-10px; }
ul.liststyle {
	margin-left:20px; }
.space {
	position:relative; display:block; height:12px !important; margin:0px; padding:0px;}
ol li {
	margin-bottom:10px;
	margin-right:20px; }

.entry ul, .entry ol { padding:0 0 10px 30px; }
.entry ul li, .entry ol li { margin-bottom:5px; }
	
.ddsg-wrapper {font-size:11px; }
.ddsg-wrapper ul li a {font-weight:bold; font-size:12px; }
.ddsg-wrapper ul ul li a {font-weight:normal; font-size:11px; }
	
.underline {
	display:block; height:5px; background:url(images/h2underline.gif) no-repeat bottom left; }
.navigation {
	display:block; margin:10px; padding:5px; background:#fff; }
	
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px !important;
	margin: 2px;
	text-decoration: none;
	border: 0px solid #dddddd;
	color: #18498c;
	background-color: #FFFFFF;
}
.wp-pagenavi a:hover {
	border: 1px solid #cccccc !important;
	color: #ffffff;
	background-color: #cccccc;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #dddddd;
	border: 0px solid #dddddd;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #cccccc !important;
	color: #ffffff;
	background-color: #cccccc;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border:0px solid #dddddd;
	color: #dddddd;
	background-color: #FFFFFF;
}

.wp-pagenavi {
	padding:0px;
    text-align: center;
}
    
/*/// CONTACT FORM //////////////////
//////////////////////////////////*/
.contactName, .contactEmail, .contactSubject {
	width:200px; background:#e9e7e0; border:1px solid #888472; padding:3px 5px; margin:0px 0 10px; color:#000; font:12px arial, sans-serif; }
.contactMessage{
	width:200px; height:100px; background:#e9e7e0; border:1px solid #666666; padding:5px; margin:0px 0 10px; color:#000; font:12px arial, sans-serif; }
.contactSubmit{
   position:relative; left:130px; font:16px Arial, sans-serif;  color:#888472; width:80px; height:30px; border:0px solid; background:url(images/submit.gif) no-repeat; }

/*/// NEWSLETTER ////////////////////
//////////////////////////////////*/
.newsletter{
	position:relative; margin-top: 40px; color:#000; border:0px solid red; font-size:11px; line-height:12px; padding-right: 10px;
	/* background:url(images/newsletterfield.gif) no-repeat 0 35px; */ }

	#Name, .name{
	position:relative; font-size:12px; width:135px; height:14px; border:0px; background:#fff; padding-top:3px; margin:0px; border:1px solid #ccc; color:#0f518d; }

	#email, .email{
	position:relative; font-size:12px; width:135px; height:14px; border:0px; background:#fff; padding-top:3px; margin:0px; border:1px solid #ccc; color:#0f518d; }

	.newsletterSubmit{
	position:relative; display:block; left:80px; width:69px; background-color:#e90003; border:0px solid red; font-size:9px; color:#fff; padding:2px 0px 3px;}

	.newsletterField {
	display:block; margin-bottom:7px; border:1px solid #ccc; font-size:10px; color:#000; font-weight:normal; letter-spacing:0.5px; }

	.newsletterField input { padding:1px 3px; }

.lefttext {
	position:relative; display:block; margin:0px 10px 20px; padding:0px; }

	.lefttitle {
		display:block; height:31px; margin-bottom:10px; padding:9px 0 0 30px; font-size:12px; font-weight:bold; color:#fff; background:url(images/righthdr.jpg) no-repeat 0 0; }

/*// Search bar //*/
.searchform {
	position:relative; width:185px; height:35px; }
input.searchbar {
	position:relative; float:left; height:17px; width:116px; margin:2px 0 0 2px; padding-top:3px; color:#90918c; border:0px; background:transparent; overflow:hidden; }
input.searchbar2 {
	position:relative; float:left; height:18px; width:116px; margin:0 0 0 2px; padding:4px 3px 0; color:#90918c; border:1px solid #91928d; background:#fff; overflow:hidden; }
input.submitbtn {
	position:relative; float:left; margin:1px 0 0 4px; width:55px; height:24px; overflow:hidden; }

ul.postTabs {
	margin:-29px 0 1em !important; }
/*
h2 {
	font-size: 1.4em;
	padding: 0;
	margin: 6px 0;
}


h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 6px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0;
	margin: 2px 0;
}
*/

div.pagination {
	color:#6f6f6f;
	padding:15px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	clear: both;
}

div.pagination a {
	color:#bbb;
	padding:2px 5px;
	margin:0;
	text-decoration:none;
	border:1px solid #f0f0f0;
}

div.pagination a:hover,
div.pagination a:active {
	border:1px solid #9f9f9f;
	color:#C10000;
}

div.pagination span.current {
	padding:2px 5px;
	border:1px solid #9f9f9f;
	color:#C10000;
	font-weight:bold;
	background-color:#bbb;
}
div.pagination span.disabled {
	display:none;
}

#reps optgroup {
	background-color: #fff;
	color: #fff;
	padding: 0px;
}


/* images */

.textarea a img { border: 1px solid #dadada; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.navigation {
	display:block;
	font-size:11px;
	padding:5px 0;
	background:#ddd;
}

.navigation2 {
	display:block;
	margin-top:5px;
	border-top:1px solid #ddd;
	font-size:11px;
	padding:5px 0;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.dropdown {
	color:#888;
	font-size:12px;
	left:350px;
	position:absolute;
	top:30px;
	width:260px;
}

#reps select, #reps option {
	text-transform: none;
	font-size: 11px;
}

.dist0, .dist1, .dist2 {
	float: left;
	padding: 15px 4px 15px 5px;
	width: 160px;
}

.dist1, .dist2 {
	padding-left:25px;
}

.dist0 {
	clear: both;
}

.dist0 a, .dist1 a, .dist2 a {
	font-size:10px;
}

.specials0, .specials1, .specials2 {
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
	width: 167px;
	float: left;
	position: relative;
	background-color:#fff;
}

.specials0 {
	clear: both;
}

.newsIco { background: transparent url(images/icoNews.gif) no-repeat scroll 0pt 2px; }

.newsLink a {
	display:block;
	padding: 0pt 0pt 0pt 15px;
	margin-bottom: 10px;
}

.entry ul {padding:0px; margin:0 0 15px 30px; }
 
.newsletter p {
	color:#C60000 !important;
	font-size:10px;
	line-height:12px !important;
}

.newsletter a { color: #C60000; }

.newsletter {
	color: #333;
	font-size:11px;
	line-height:12px;
	padding: 5px;
}

.editaccount {
	border: 1px solid #fff;
}

.company-details {
	font-size: 12px;
	padding: 10px;
	background: #F7F7ED;
	border: 1px solid #ddd;
}

.company-details small { font-size: 12px; }

.company-details .big {
	display: block;
	font-size: 14px;
	color: #686358;
	text-decoration: none;
	line-height: 18px;
}

.listing { border-top: solid 1px #F0EBE4; }
.listing { clear: both; margin: 0px; padding: 0px; list-style: none; }
.listing .item { clear: both; font-size: 12px; padding: 5px 0 25px 0; border-bottom: solid 1px #F0EBE4; }
.listing .item big a { font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif; letter-spacing: -1px; font-size: 18px; width: 500px; display: block; line-height: 18px; }
.listing .item small a { color: #FF3C00; font-weight: bold; /* text-decoration: none; */}
.listing .item small { font-size: 12px; /* color: #AAA091; */ width: 500px; display: block; float: left; margin-top: 1px;}
.listing .item em { /* color: #6A645B; */ width: 50px; display: block; float: right; text-align: right; margin-top: -15px; }
.listing .item em strong { font-size: 22px; font-weight: normal; display: block; line-height: 18px; }
.listing .alt { background: #F8F8EF; }
.job-details p strong { color: #000000; }
.listing #old big a { /* color: #6A645B; */ }
.listing #old small a { color: #6A645B; }

#reps1, #reps2, #reps3, #reps4, #reps5, #reps6, #reps7, #reps8, #reps9 {
    display:inline;
}


table.summary {
  border:1px solid #ccc;
  clear:left;
  margin:5px auto 0;
  padding:5px;
  text-align:left;
  width:95%;
}

.biocard {background:#fff url(images/biocardbg.jpg) repeat-x; padding:20px; }
.biocard p {color:#00577B, font-size:12px; line-height:16px; }
.biocard h1 {margin:0px 0 10px; padding:0px; text-transform:uppercase; background:url(images/h2underline.gif) no-repeat scroll left bottom }
.biocard img {float:left; margin:0 15px 5px 0; border:5px solid #b9b9b9; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*{padding: 0; margin: 0;}*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index:1000;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 9999;
  color:#000000;
  display:none;
  border: 5px solid #ffffff;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#b0b0b0;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}