/*
Theme Name: AR&D Theme
Theme URI: http://www.ar-d.com/
Description: Theme that matches the current design for the AR&D site.
Version: 1.0
Author: Cade Cannon
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0px;
padding:0px;
} img { border: none; } .floatr { float: right; } .floatl { float: left; } .center { text-align: center; } .left { text-align: left; } .right { text-align: right; } .noborder { border: none !important; } .clr { display: block; clear: both; } ul { list-style: none; } input, select, textarea { font: 1em arial, sans-serif; }


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

blockquote{
	margin:10px 20px;
}

/***** SITE LAYOUT *****/

body {
	background: #000 url(images/bg.jpg) repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	width:985px;
	margin:0 auto;
}

#site{
	width: 985px;
	margin: 0 auto;
	display: block;
	clear: both;
}

/***** HEADER STYLES *****/
#header{
	clear:both;
	display:block;
	height:110px;
	margin:0 auto;
	position:relative;
	width:985px;
}
	#header h1 a {
		background:transparent url(images/logo.jpg) no-repeat scroll 0 0;
		display:block;
		height:70px;
		left:12px;
		position:absolute;
		top:35px;
		width:320px;
	}
	#header h1 span {
		display:none;
	}
	
	#dateContainer{
		width:570px;
		height:15px;
		display:block;
		color:#fff;
		text-align:right;
		position:relative;
		top:16px;
		float:right;
	}
		#slogan{
			width:445px;
			height:15px;
			float:left;
			color:#919191;
			float:left;
		}
	
		#date{
			width:120px;
			color:#fff;
			float:left;
			position:relative;
			right:5px;
		}
		
	#header_search {
		display: block;
		position: absolute;
		width: 570px;
		height: 49px;
		top: 41px;
		right: 0px;
		text-align: left;
		background: #444;
	}
		#header_search li{
			float:left;
			line-height:49px;
			color:#939393;
		}
		#header_search_left{
			height:49px;
			width:114px;
			background: #444 url(images/hdrbar_endcap_left.jpg) no-repeat left;
			padding-left:25px;
			color:#bebebe;
			font-size:14px;
			float:left;
		}
		#header_search_right{
			height:49px;
			width:14px;
			background: #444 url(images/hdrbar_endcap_right.jpg) no-repeat left;
			float:right;
		}
		#header_search #header_search_inp {
			float: left;
			display: block;
			width: 180px;
			height: 18px;
			font: 14px/18px Arial, Helvetica, sans-serif;
			color: #fff;
			padding:4px 2px;
			border: 1px solid #909090;
			background: #747474;
			margin: 10px 0 0 0;
		}
		#header_search_type_site
		,#header_search_type_keyword{
			width:14px;
			margin:0 8px;
		}
		
		#header_search div { 
		}
		
		#header_search #btn_search {
			display:block;
			height:33px;
			width:91px;
			background:transparent url(images/btn_search.png) no-repeat;
			margin:7px 0 7px 12px;
			color:#666;
		}
			#header_search #btn_search:hover {
				background-position:0 -33px;
			}
			#header_search #btn_search:active {
				background-position:0 -66px;
			}
			#header_search #btn_search span{
				display:none;
			}


/***** LAYOUT *****/

#content{
	width:985px;
	background: #efefef;
	display:table;
	position:relative;
	z-index:1;
	padding:10px 0 0 0;
}

.row {
	float:left;
	width:100%;
	display:block;
	position:relative;
}

.column {
	position: relative;
	float: left;
	left: 100%;
}

.sap-content {
	padding: 0 10px 10px 10px;
	overflow: hidden;
}

.column2, .column3 {
	padding:0 10px 10px 0;
}

.block {
	width: 100%;
	float: left;
	display: block;
	margin: 0;
	position: relative;	
	background:#fff;
	border:1px solid #cbcbcb;
}
	.block .block-content {
		margin:0px;
		width:auto;
	}
	
	.block .block-top div {
		position: relative;
		top: 0px;
		left: -2px;
		background-repeat: no-repeat;
		background-position: top left;
	}
	.block .block-top {
		position: relative;
		top: -1px;
		right: -1px;
		background-repeat: no-repeat;
		background-position: top right;
		z-index: 40;
		margin-bottom: 37px;
	}
	.block .block-bottom div {
		position: relative;
		bottom: 0px;
		left: -2px;
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	.block .block-bottom {
		position: relative;
		bottom: -1px;
		right: -1px;
		clear: both;
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	.block .block-top div, 
	.block .block-top, 
	.block .block-bottom div, 
	.block .block-bottom {
	   display: block;
	   height: 5px;
	   font-size: 1px;
	}	
	.block .block-top div {
		background-image: url(images/block_tl.gif);
	}
	.block .block-top {
		background-image: url(images/block_tr.gif);
	}		
	.block .block-bottom div {
		background-image: url(images/block_bl.gif);
	}
	.block .block-bottom {
		background-image: url(images/block_br.gif);
	}
	
	.block .default { }
	
	.block .content { margin:2px 15px; }



/***** CONTENT BLOCK STYLES ******/

.block h2 span, 
.block h3 span {
	margin: 0 0 0 15px;
	display:block;		
}
.block h4 {
	margin: 10px 15px;
	font: bold 12px Arial, Helvetica, sans-serif;
	float: left;
	clear: both;
}

.block h2 {
	color:#333; font: 22px/28px Georgia, "Times New Roman", Times, serif;
	margin:10px 0 0 0;
}
.block h3 {
	color:#444; font: 18px/22px Georgia, "Times New Roman", Times, serif;
	margin:10px 0;
}
.block h4 {
	color:#f00; font: bold 16px/20px Georgia, "Times New Roman", Times, serif;
}
.block h5 {
	color:#808080; font: bold 12px Arial, Helvetica, sans-serif;
}


.block p {
	margin: 15px 0;
}
.block ul {
	margin: 10px 35px;
	list-style: disc;
	clear: both;
}
.block ol {
	margin: 10px 35px;
	clear: both;
}
.block ul li {
	margin: 10px 0;
}
.block a {
	color:#CC0000;
	text-decoration:none;
}
.block a:hover {
	background: #fff0f0;
}


.block a.video_link {
	float: left;
	margin: 0 0 0 10px;
}
.col {
	width: 49%;
	float: left;
}
.col_right {
	width: 49%;
	float: right;
}

.date {
	display: block;
	padding: 16px 0 5px 0;
	color: #999;
	line-height: 15px;
}
	.date em {
		color: #999;
		font-style:normal;
	}
	

/**** FOOTER STYLES ****/

#footer{
	clear:both;
	display:block;
	height:54px;
	margin:0 auto;
	position:relative;
	width:985px;
}
	#footer_content{
		clear:both;
		display:block;
		height:15px;
		margin:0 15px;
		position:relative;
		width:955px;
		background: #efefef;
	}

	#footer_endcapleft{
		height:15px;
		width:15px;
		background:transparent url(images/ftr_endcrnr_left.png) no-repeat left;
		position:absolute;
		top:0;
		left:-15px;
	}
	
	#footer_endcapright{
		height:15px;
		width:15px;
		background:transparent url(images/ftr_endcrnr_right.png) no-repeat left;
		position:absolute;
		top:0;
		right:-15px;
	}
	
	#footer_copyright{
		width:500px;
		height:25px;
		position:relative;
		top:10px;
		left:10px;
		font-size:10px;
		color:#585858;
		float:left;
	}
	
	#footer_nav{
		width:450px;
		height:25px;
		position:relative;
		top:10px;
		right:10px;
		font-size:10px;
		color:#585858;
		float:right;
		text-align:right;
	}
	#footer_nav a{ color:#585858; text-decoration:none;}
	#footer_nav a:hover{color:#fff;}

/***** CONTENT BLOCK TYPE SPECIFIC CHANGES *****/


.view-blog h3{
	margin:10px 0 0 0;
} 
	
.view-blog p.byline{
	margin:0 0 0 15px;
	color:#AAA;
} 

.view-blog .date{
	color:#AAA;
	padding:0;
	font-size:11px; 
	margin:10px 15px 0px 15px;
}

/**** VIEW NEWS/BLOG ****/

.view-blog .content { margin:0; }
	.view-blog .content p { margin:15px; }	
	

.blog ul.blog_entry_list {
	list-style: none;
	margin:0;
}

.blog ul.blog_entry_list li{
	margin:15px 0 30px 0;
}
.blog ul.blog_entry_list li h5{
	list-style: none;
	margin:0;
	font-size:1.2em;
}
.blog ul.blog_entry_list li p.date{
	margin:0;
	padding:0;
	font-size:.9em;
}
	
/**** YAHOO LINK ****/
#ybadge {
	position:relative;
	left:0px;
	top:0px;
	width:110px;
	height:55px;
	z-index:1;
	border: 1px solid #8ea9ba;
	background: url(https://sec.yimg.com/us.yimg.com/i/us/sch/el/siteex_badgebig_bg.gif) repeat-x;
	overflow: hidden;
	cursor:pointer;
	margin:10px auto 0 auto;
}

#ylogo{
	position:absolute;
	left:6px;
	top:5px;
	width:18px;
	height:10px;
	z-index:1;
}

#ylogo img{	
	width:96px;
	height:12px; 
}

#ynum{	
	position:absolute;
	left:2px;
	top:21px;
	width:106px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#2d2a25;
	height:15px;
	z-index:2;
	text-align: center;
}

#ytxt{
	position:absolute;
	height:15px;
	z-index:3;
	font:normal 11px Tahoma, Verdana, Arial;
	left:2px;
	top:38px;
	width:106px;
	color:#2d2a25;
	text-align: center;
}

.padding10pxTopAndBottom, .padding10pxTopAndBottomCentered{
	padding:10px 0;
}

.padding10pxBottomCentered{
	padding:0 0 10px 0;
}

.padding10pxBottomCentered .content, .padding10pxTopAndBottomCentered .content{
	text-align:center;
}


.padding10pxTopAndBottomCentered .content table{
	margin:0 auto;
}


/**** BLOG HEADER ****/
#blog_header {
	margin:15px 15px;
	position:relative;
}
	#blog_header ul {
		position:absolute;
		top:-5px;
		right:0;
		list-style-type:none;
		margin:0;
	}
		#blog_header ul li {
			display:inline;
			padding:0 5px;
		}
		
		#blog_header ul li a:hover {
			background:none;
		}
		#blog_header p b {
			float:right;
			margin:0 0 10px 0;
		}

/**** ULS ****/
ul.papers, ul.interviews{
	list-style-type:none;
	margin:10px 5px;
}

ul.papers li , ul.interviews li{
	text-align:left;
	border-bottom:1px solid #E0E0E0;
	padding:6px 0;
	margin:0;
}

ul.papers li.last , ul.interviews li.last{
	border-bottom-width:0;
}

ul.papers li span, ul.interviews li span{
	display: block;
	color:#AAA;
	font-size:11px; 
}

ul.archives, ul.categories{
	list-style-type:none;
	margin:10px 15px;
}

ul.archives li, ul.categories li{
	margin:0; padding:0;
}

div.navigation{
	position:relative;
	height:20px;
	width:100%;
}

.navigation .alignleft{
	top:0; 
	left:5px;
	position:absolute;
	padding:0;
	background-color:transparent;
	margin:0;
	border:none;
}

.navigation .alignright{
	top:0;
	right:5px;
	position:absolute;
	padding:0;
	background-color:transparent;
	margin:0;
	border:none;
}

.search .content h4{
	display:block;
	float:none;
	margin:0;
	font-size:14px;
}

.content ul li {
	list-style:none;
}


#sidebar {
	list-style:none;
	padding:0; 
	margin:0;
	width:100%;
	display:block;
	clear:both;
	float:left;
}

#sidebar > li { 
	display:block;
	margin:0 10px 10px 0;
	padding:10px 10px 10px 10px;
	background-color:#FFF;
	border:1px solid #CBCBCB;
	width:270px;
	float:left;
	clear:both;
}

#col2_content_block_1{
	padding-bottom:0 !important;
}

#sidebar h2{
	color:#444444;
	font:18px/22px Georgia,"Times New Roman",Times,serif;
	display:block;
	margin:0 0 10px 0;
}

#sidebar h3 {
	color:#f00;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 10px 15px;
}
#sidebar h4 {
	color:#808080; font: bold 12px Arial, Helvetica, sans-serif;
}

#sidebar p {
	margin: 15px 0;
}
#sidebar ul {
	margin: 10px 35px 5px 35px;
	clear: both;
}
#sidebar ol {
	margin: 10px 35px;
	clear: both;
}

#sidebar a {
	color:#CC0000;
	text-decoration:none;
}
#sidebar a:hover {
	background: #fff0f0;
}

.entry .wp-caption {
	margin:0 15px;
}

.alignleft{
	float:left;
}
.alignright{	
	float:right;
}

.alignright, .alignleft{
	/*margin:15px 0 0 0;*/
	background-color:#F3F3F3;
	border:1px solid #DDD;
	margin:0 0 10px 10px;
}

.alignright img, .alignleft img{
	padding:5px;
}



.wp-caption-text {
	font-size:11px;
	color: #333;
	line-height: 15px;
	margin:0 5px 5px 5px !important;
}