/*
Theme Name: Chads Theme
Theme URI: http://chadcarr.com/
Description: The theme used for chad carr's site
Version: 1.0
Author: Chad Carr
Author URI: http://chadcarr.com/
Tags: fixed width, 2 column, chad carr
*/



/* THIS IS TO RESET EVERYTHING BEFORE WE BEGIN ----- */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong{font-weight:bold;}

/* END RESET ------------------------------------------ */

/* accessibility ------------------------------------- */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility,.accessibility hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


.hidden {
	display: none;
}


/* END ACCESSIBILITY, ETC ----------------- */





html, body {
	height:100%;
	text-align:center;
}

/* the following is only for the body tag. Whatever percent you put in there will end up being below. based on normal sizing being 16px */
/* font-size: 100%; equivalent to 16px */
/* font-size: 87.5%; equivalent to 14px */
/* font-size: 75%; equivalent to 12px */
/* font-size: 69%; equivalent to 11px */
/* font-size: 62.5%; equivalent to 10px */

body{
	background:#262626;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:87.5%;
	line-height:1.43em;
	background:url(images/bot_pg_bg.png) repeat-x bottom center #262626;
	background-attachment:fixed;
	color:#333333;
}

/* So for Text Formatting   since we are at 14pt base ------------------------------------------------------ */
/* .643em = 9px; */
/* .714em = 10px; */
/* .785em = 11px; */
/* .857em = 12px; */
/* 1em = 14px; */
/* 1.14em = 16px; */
/* 1.28em = 18px; */
/* 1.43em = 20px; */

/* links */
a {
	text-decoration:none;
	color:#0070BA;
}
a:hover{color:#0095D6;}

#mainNav a{
	color:#999999;
}
#mainNav a:hover{
	color:#0070BA;
}
#footLinks a{
	color:#666666;
}
#footLinks a:hover{
	color:#999999;
}
.blueBox a{
	color:#FFFFFF;
}
#blog h1 a, #blogArch h1 a{
	color:#333333;
}
#blog h1 a:hover, #blogArch h1 a:hover{
	color:#000000;
	text-decoration:underline;
	background-color:#eeeeee;
}
.currentpage a{color:#0070Ba!important;}
#headLogo a{display:block;width:314px;height:98px;}

/* structure */
#navContainer{
	position:relative;
	background:#000000;
}
#mainNavHold{
	text-align:right;
	margin:0 auto;
	width:960px;
	text-shadow:#000 0 0 0;
	-moz-opacity:0.99;
}
#headContainer{
	position:relative;
	background:url(images/head_mainbg.jpg) repeat-x top left;
	border-bottom:2px solid #4BB0E5;
	/* margin-bottom:20px; */
}
#headLeftBg{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:213px;
	height:62px;
	background:url(images/head_lsbg.jpg) no-repeat top left;
}
#headRightBg{
	position:absolute;
	top:0;
	right:0;
	z-index:11;
	width:473px;
	height:62px;
	background:url(images/head_rsbg.jpg) no-repeat top right;
}
#mainHead{
	position:relative;
	z-index:20;
	height:62px;
	margin:0 auto;
	width:960px;
	line-height:62px;
}
#headLogo{
	position:absolute;
	top:-5px;
	left:0;
	z-index:22;
	width:314px;
	height:98px;
	background:url(images/logo.png) no-repeat top left;
}
#mainContainer{
	background:url(images/highlight_bg.png) no-repeat bottom center #DDDDDD;
}
#mainContent{
	margin:0 auto;
	width:960px;
	text-align:left;
	padding:20px 0;
	overflow:hidden;
	background:url(images/maincols_bg.png) no-repeat top left;
}
#mainContentLvl2{
	margin:0 auto;
	width:960px;
	text-align:left;
	padding:0 0 20px 0;
	overflow:hidden;
	background:url(images/maincols_bg2.png) no-repeat -3px 0;
}
#mainCol{
	float:left;
	display:inline;
	width:520px;
	padding:0 10px;
}
#mainColLvl2{
	float:left;
	display:inline;
	width:680px;
	padding:20px 20px 0 20px;
	background:url(images/lvl2_mainColBg.png) repeat-y scroll 0 0;
}
#midCol{
	float:left;
	display:inline;
	width:140px;
	padding:20px 20px 0 20px;
}
#rightCol{
	float:right;
	display:inline;
	width:200px;
	padding:20px 20px 0 20px;
}
#footer{
	clear:both;
	width:960px;
	margin:0 auto;
	text-align:left;
	margin-top:18px;
	padding-bottom:18px;
	font-size:.785em;
	color:#666666;
	overflow:hidden;
}
#copyright{
	float:left;
	display:inline;
	width:520px;
	padding:0 10px;
}
#footLinks{
	float:right;
	display:inline;
	text-align:right;
	width:410px;
	padding:0 0 0 10px;
}
/* nav */
#mainNav {
	overflow:hidden;
}
#mainNav li{
	display:inline;
	overflow:hidden;
	margin:0 10px;
	height:22px;
	line-height:22px;
}
#mainNav a{

}
 #footer li{
	display:inline;
	overflow:hidden;
	margin:0 10px;
}
.breadcrumbs{width:870px;margin:0 auto;text-align:left;font-size:.785em;color:#666666;padding-left:90px;position:relative;z-index:40;}
#search{float:right;display:inline;}
/* headings and paragraphs and rules */
p{
	padding-bottom:20px;
}

pre {
	margin-bottom:20px;
	background:#ffffff;
	padding:10px;
	font-family:"Courier New", Courier, monospace;
	font-size:.857em;
	overflow:auto;
}

#blog p, #blogArch p{
	/* border-bottom:1px solid #888888;
	 margin-bottom:20px; */
	color:#333333;
	overflow:hidden;
}
hr {
	height:1px;
	line-height:1px;
	border:0;
	border-bottom:1px solid #666666;
	margin:20px 0;
	clear:both;
}
h1{
	font-size:1.28em;
	color:#000000;
}
h2 {
	font-size:1.14em;
	font-weight:bold;
	color:#000000;
}
#rightCol h2 {
	font-weight:normal;
}
#mainCol h1, #mainColLvl2 h1{
	margin-bottom:10px;
	font-family:Chalet, Arial, Helvetica, sans-serif;
}
#midCol h1{
	font-size:.857em;
	color:#666666;
}
#midCol hr{
margin:12px 0 6px 0;
}
.blueBox h1{
	font-size:.857em;
}
.blueBox h2{
	font-size:.857em;
	margin-bottom:18px;
}
h3 {
	margin-bottom:10px;
}
.smlr{font-size:.857em;}

ol {margin:0 0 20px 40px;list-style-type:decimal;}

#rightCol ul li ul {
	margin-left:10px;
	font-size:1em;
}

/* boxes modules etc */

.blueBoxTop{
	height:10px;
	background:url(images/sml_blu_triangle.png) no-repeat top right;
}
.blueBox{
	background:#0095D6;
	padding:10px;
}
.rounded{
	background:url(images/gray_curves_mid.png) top left no-repeat #000000;
	text-align:center;
	position:relative;
	padding:5px;
}
.roundedBot{
	background:url(images/gray_curves_mid_bot.png) bottom left no-repeat;
	height:10px;
	position:absolute;
	bottom:0;
	left:0;
	width:140px;
}

.captchapict {
 width:100px;
 height:auto;
display:block;
margin:0 0 5px 0;
}

.contactform label{
width:150px;
display:block;
}

.ImgCaptMain{
	position:relative;
	width:100%;
}

.ImgCaptDescBox{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.ImgCaptDescBg{
	background:#333333;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.ImgCaptDesc{
	padding:5px;
	color:#fff;
	font-weight:normal;
	font-size:.785em;
	text-align:left;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* styles for the gallery pull in */
.one-image img {
border:1px solid #666666;
}


/*
************
BLOGS General styles
************
*/

.alignright{
	float:right;
	display:inline;
}

.alignleft{
	float:left;
	display:inline;
}

.pagetitle{
	font-size:.857em;
	text-transform:uppercase;
	padding-left:10px;
	color:#CCCCCC;
	float:left;
	display:inlin;
}

.smlDate {
	float:right;
	display:inline;
	font-size:.758em;
}

.postmetadata{
	font-size:.785em;
}

.postmetadata small{
	font-size:1em;
}

.entry{
overflow:hidden;
margin-bottom:20px;
}

.moreLink{
	font-size:.785em;
}

#commentform{
	font-size:.785em;
}

a.blogs-breadcrumb,
.blogs-breadcrumb {
  color:#808080;
  font-weight:bold;
  padding:0px;
  padding-bottom:12px;
  text-decoration:none;
}

a.blogs-breadcrumb:hover {
color:#9C0800;
}

.blogs-singleEntry{
background:url(images/article_start.png) no-repeat top left;
padding:10px 10px 0 10px;
}

.blogs-singleEntryEnd{
height:10px;
/* background:url(images/article_end.png) no-repeat top left; */
}

.blogs-showentrytime {
  color:#333;
  font-size:90%;
  padding-bottom:8px;
  float:right;
  display:inline;
}

.blogs-showentrytitle {
  font-size:1.28em;
  margin-bottom:20px;
  font-family:Chalet, Arial, Helvetica, sans-serif;
  color:#000000;
}

.entrySep {
border-top:1px solid #888888;
height:1px;
line-height:1px;
}

.blogRss{
font-size:.785em;
}

#mainColLvl2 .blogExcerptImg{
display:none;
}

#mainCol .entry .mainOnly, #blogArch .entry .mainOnly {
display:none!important;
}

#mainCol .entry img, #blogArch .entry img{
border:1px solid #333333;
padding:1px;
width:200px;
height:auto;
float:left;
display:inline!important;
margin-right:10px;
}
.entry img{
border:1px solid #333333;
padding:1px;
}
.navigation{
	font-size:.785em;
	text-align:right;
	overflow:hidden;
}

.wpcf7 {
	padding-bottom:5px;
}
small {
	font-size:.785em;
}
.note {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

em {
	font-style:italic;
}
label small {
	font-size:1em;
}

.comment-author {
	font-family:Chalet, Arial, Helvetica, sans-serif;
	font-size:1.3em;
}
.comment-meta {
	font-style:italic;
}
.comment {
	font-size:.785em;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px solid #000000;
	padding:10px 10px 0 10px;
	background:#ffffff;
}
.commentlist {
	list-style:none;
}
.alignleft {
float:left;
display:inline;
margin:10px 10px 10px 0;
}
