/*
Theme Name: Geonetric
Theme URI: http://geonetric.com/
Description: Custom theme by Geonetric
Version: 1
Author: Andres "Dre" Armeda June 2009
Author URI: http://armeda.com/
Tags: boomers, wordpress, xhtml, css, 2 column
The CSS, XHTML and design is is not released for free, please contact site administrator for details
*/

/* All IE Specific issues can be addressed be recreating element and adding 
#IEroot in front. Markup contains conditional styling for IE */


* {margin: 0;padding: 0;}

/* Layout 
-------------------------------------------------------------- */
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
  border: 0; 
  color: #222; 
  background: #fff url('images/bodybg-ahc.gif') top left repeat-x;
  font-family: Arial, Helvetica, sans-serif;
}

body.home {
  background: #fff url('images/bodybg-ahc.gif') top left repeat-x;}
	

.page, .blog, .single, .search, .error404{
  background: #fff url('images/innerbodybg.gif') top left repeat-x;}
	
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2em; line-height: 1;}
h2 { font-size: 1.5em; font-weight: bold;}
h3 { font-size: 1.2em; line-height: 1;}
h4{ font-size: 1em; line-height: 1.25;}
h5 { font-size: .9em; font-weight: bold; }
h6 { font-size: .8em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top { 
  margin-top:1.5em; 
}
.append-bottom { 
  margin-bottom:1.5em; 
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Header
-------------------------------------------------------------- */

#header {
	width: 990px; 
	margin: 0 auto;
	}
	
#header .logo{float:left;width:295px;text-indent:-10000px;margin:20px 0 0 0;padding:0;}
#header a.logo{float:left;display:block;background:url('images/logo-ahc.png') top left no-repeat;margin:20px 0 0 0;height:65px;width:295px;}	

#header h1{height: 0; width: 0; float:left; text-indent:-10000px;}

.menu{float:right;width:688px;margin-top:60px;} 
.menu ul{font-size:1em;font-weight:bold;} 
.menu ul li{display:inline;}
.menu ul li a{color:#003399;margin:0 10px 0 20px;padding:2px 0 1px 0;text-decoration:none;text-transform:uppercase;}
.menu ul li a:hover{color:#0099cc;margin:0 10px 0 20px;padding:2px 0 1px 0;text-decoration:none;text-transform:uppercase;}
.menu ul li a.selected{color:#0099cc;}
.current a:link,.current a:visited{color:#0099cc;}


/* Index Main Masthead
-------------------------------------------------------------- */

#masthead {
	width: 990px;
	min-height: 343px;
	margin: 0 auto;
	padding:5px 0 0;
	clear: both;
	}

#myController span{
	text-indent:-10000px;
	display: none;
}

#jFlowSlide{ float: left;}

#myController span.jFlowSelected {
}

.jFlowPrev{
	float: left;
	width: 30px;
	height: 30px;
	margin: 156px 0 0;
	text-indent:-10000px;
	cursor:pointer;
	background: transparent url(images/topslideleft.png) top left no-repeat;
}

.jFlowNext{
	float: right;
	width: 30px;
	height: 30px;
	margin: 156px 0 0;
	text-indent:-10000px;
	cursor:pointer;
	background: transparent url(images/topslideright.png) top left no-repeat;
}

.masthead_lft{
	float:left;
	margin:	45px 0 0 30px;
	width:360px;
	height:255px;
}

#IE6root .masthead_lft{
margin: 45px 0 0 10px;	
}

.masthead_lft h2 a{
	color:#003399;
	text-decoration: none;
	}

.masthead_lft h2 a:hover{
	color:#484848;
	text-decoration: none;
}

.masthead_lft h2{
	color:#003399;
	font-size: 2.4em;
	}
.masthead_lft p{
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: .15em; 
	}

.mh_contact{
	float:right;    
	background:transparent url(images/mh_contact.png) no-repeat;
	display:block;
	margin:8px 0 0 12px;
	height:30px;    
	width:130px;   
	text-indent:-9999px;    
	overflow:hidden;
	}
	
a.mh_contact:hover{
	background:transparent url(images/mh_contact.png) 0 -30px no-repeat;    
	display:block;    
	height:30px;    
	width:130px;    
	text-indent:-9999px;    
	overflow:hidden
	}

.masthead_rgt{
	float:right;
	margin-top:52px;
	padding: 11px 0 0 42px;
	width:458px;
	height:237px;
	background:transparent url(images/msthdframe.png) top left no-repeat;
	}

.masthead_rgt img{
	width: 413px;
	height: 212px;
	border: none;
	}

/* Index Main
-------------------------------------------------------------- */

#wrapper {
	width: 990px;
	min-height: 500px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding:5px 0 0;
	overflow: none;
	}

#content {
	float:left;
	width:630px;
	min-height:300px;
}

#content {
	margin: 10px;
}	

#blogg {margin: 20px 0 0;}

#content h2{
	padding: 0 0 10px;
	margin: 0 0 30px 0;
	border-bottom: 5px solid #0099cc;
}

#content h2, #content h3, #content h4,#content h5{
		margin: 0 0 10px 0;
}

#content h2, #content h4{
	color: #003399;
}	

#content h3{
	color: #0099cc;
}

#content a{
	color: #003399;
}

#content a:hover{
	text-decoration: none;
}

#content ul {
	margin-top: 10px;
}

.post h2 a{text-decoration: none;}

.mainCol {
	float:left;
	width:310px;
	min-height:300px;
	padding:26px 20px 0 0;
}
#IE6root .mainCol {

	float:left;

	width:310px;

	min-height:300px;
        
	padding:50px 30px 0 0;
}

.mainCol h2{
	color:#0099cc;
	font-size: 1.3em;
	margin:0 0 24px 0;
        text-decoration: none;	
	}

.mainCol h2 a{
        color:#0099cc;
        text-decoration: none;
        }

.mainCol h2 a:hover{
        color:#484848;
        text-decoration: none;
        }

.mainCol img{border: none;}

.mainCollf{padding-left:30px; width: 280px;}

#IEroot .rtcol3{
padding-right: 0;
}

.testi {
	width: 281px;
	height: 112px;
	padding:7px 0 0 8px;
	background: url(images/mncolimgbg.png) top left no-repeat;
}

.mcpost{
	margin: 0 10px 20px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #E8C3C4;
	clear: both;
	overflow: hidden;
	}

#IE6root .mcpost {height: 100%;}

.mcpost h3{
	color: #003399;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 4px 0;	
	}

.mcpost h3 a{
	color: #003399;
	text-decoration: none;	
	}

.mcpost h3 a:hover{
	color: #484848;
	text-decoration: none;	
	}

.mcpost p{
	font-size: .9em;
	margin: 0 0 4px 0;	
	}

p.mcpostsm {
	float: left;
	font-size: .7em;
	margin: 0 0 4px 0;	
	}
	

p.mcpostsm span{
	color: #003399;
	font-size: .8em;
	margin: 0 0 4px 0;	
	}

p.mcpostsm span a{
	color: #003399;
	text-decoration: none;
	}

p.mcpostsm span a:hover{
	color: #484848;
	text-decoration: none;
	}
	
.readmore_sm{	
	float:right;
	background:transparent url(images/readmore_sm.png) no-repeat;
	display:block;
	height:16px;    
	width:55px;   
	text-indent:-9999px;    
	overflow:hidden;
	}
 
a.readmore_sm:hover{
	background:transparent url(images/readmore_sm.png) 0 -16px no-repeat;    
	display:block;    
	height:16px;    
	width:55px;    
	text-indent:-9999px;    
	overflow:hidden;	
	}


.mnquote {
	height: 140px;
	width: 288px;
	padding: 10px 0 0;
	background:transparent url(images/mnquote.png) top left no-repeat;	
	}

.mnquote p{
	font-size: 1.4em;
	color: #999999;
	margin:0 0 10px 0;
	}

p.mnquoteprsn{
	float: right;
	font-size: .7em;
	color: #000;
	}

p.mnquoteprsn span{
	font-size: .9em;
	color: #003399;
	}


/* Inner Main Masthead
-------------------------------------------------------------- */

#mastheadinr {
	width: 990px;
	height: 78px;
	margin: 0 auto;
	padding:5px 0 0;
	clear: both;
	}

/* Inner Main
-------------------------------------------------------------- */

#maincon {
	float:left;
	width:630px;
	min-height:300px;
	margin: 10px 0 0;
	padding:20px 0 0 10px;
	overflow:hidden;	
}

#sidebar{
	float:right;
	width:270px;
	min-height:620px;
	margin: 10px 0;
	border-left: 1px solid #f8e7e7;
	padding:0px 0 0 30px;
	}

#sidebar h2{
	color: #003399;
	padding: 0 0 10px;
	margin: 0 0 0 0;
}

#sidebar h3{
	color: #0099cc;
	margin: 0 0 6px 0;
}

#sglinner {
	margin: 10px;
}	

#sglinner h2{
	padding: 0 0 10px;
	margin: 0 0 30px 0;
	border-bottom: 5px solid #0099cc;
}

#sglinner h2, #sglinner h3, #sglinner h4,#sglinner h5{
		margin: 0 0 10px 0;
}

#sglinner h2, #sglinner h4{
	color: #003399;
}	

#sglinner h3{
	color: #0099cc;
}

#sglinner a{
	color: #003399;
}

#sglinner a:hover{
	text-decoration: none;
}

#sglinner ul {
	margin-top: 10px;
}


#sidebar ul li.widget {list-style: none;}
.SimpleSideNav ul {list-style: none;}

.sidenav {
	border-top: 5px solid #0099cc;
	padding: 0;
	margin: 0 0 20px 0;
	}

.sidenav ul {list-style: none; margin: 0; padding: 0 0;}
.sidenav li {padding: 6px 0 6px 10px; list-style: none;margin:0 0; border-bottom: 1px solid #0099cc;}
.sidenav ul li:hover {background: #dfeded; color: #000;}
.sidenav li {padding: 6px 0 6px 10px; list-style: none;margin:0 0; border-bottom: 1px solid #0099cc;}
.sidenav ul li a .current_page_item { color: #fff;font-weight: bold;}
.sidenav ul li a{color: #0099cc; font-size: .9em; text-decoration:none;}
.sidenav ul li a:hover{color: #000;text-decoration:none; }

#sidebar img.sdimg {margin: 0 0 20px;}


#commentform .logged-in{font-weight:bold;margin:0 0 1em}
#commentform textarea{border:1px solid #d5d5d5;border-radius:5px;background:#fff;height:1%;margin:10px 0;padding:5px;position:relative;width:500px}
#commentform .required{color:#A41623}
#commentform a{color:#A41623}
#commentform a:hover{color:#333}
#commentform p{margin:0 0 10px}
#commentform #author,#commentform #email,#commentform #url,#commentform #mcspvalue{border:1px solid #d5d5d5;border-radius:5px;background:#fff;height:1%;padding:5px;position:relative}
#commentform .caption{line-height:1.4;margin:0 0 1em}
#commentform .comment-timeout{font-weight:bold;margin:2em 0 0}
#commentform .subscribe-to-comments{font-size:100%;margin:1em 0 .25em 0}
#comment_form .text_input{width:191px;padding:3px;color:#444;border:1px solid #696969;border-left:2px solid #2FCBFF}
#comment_form .text_area{width:321px !important;border:1px solid #696969;border-left:2px solid #2FCBFF}


ul#comment_list{list-style-type:none;margin:0;padding:0}
ul#comment_list li.comment{margin:0 0 10px 0}
ul#comment_list li.trackback{padding:1.2em 15px 0 15px}
ul.commentlist{list-style:none;margin:0;padding:0;text-indent:0}
ul.commentlist a{color:#A41623}
l.commentlist li{border:1px solid #d5d5d5;border-radius:5px;height:1%;margin:0 0 10px;padding:5px 7px 5px 57px;position:relative}
ul.commentlist li.alt{}ul.commentlist li.bypostauthor{background:#999}
ul.commentlist li.byuser{}
ul.commentlist li.comment-author-admin{}
ul.commentlist li.comment{background:#fff}
ul.commentlist li div.comment-author{padding:0 170px 10px 0}
ul.commentlist li div.vcard{font-weight:bold;font-size:1.2em}
ul.commentlist li div.vcard cite.fn{font-style:normal;font-weight:normal}
ul.commentlist li div.vcard cite.fn a.url{color:#333;text-decoration:none;font-weight:bold}
ul.commentlist li div.vcard cite.fn a.url:hover{color:#A41623}
ul.commentlist li div.vcard img.avatar{border:2px solid #d5d5d5;left:7px;position:absolute;top:7px}
ul.commentlist li div.vcard img.avatar-32{}
ul.commentlist li div.vcard img.photo{}
ul.commentlist li div.vcard span.says{}
ul.commentlist li div.commentmetadata{}
ul.commentlist li div.comment-meta{font-size:.7em;position:absolute;right:10px;text-align:right;top:5px}
ul.commentlist li div.comment-meta a{color:#A41623;text-decoration:none}
ul.commentlist li div.comment-meta a:hover{color:#333}
ul.commentlist li p{font:1.4em;margin:0 0 1em}
ul.commentlist li ul{font:12px;list-style:square;margin:0 0 1em;padding:0;text-indent:0}
ul.commentlist li div.reply{color:#fff;background:#A41623;border:1px solid #A41623;border-radius:2px;padding:0 2px 3px;text-align:center;width:36px}
ul.commentlist li div.reply:hover{background:#333;border:1px solid #333}
ul.commentlist li div.reply a{color:#fff;text-decoration:none;text-transform:uppercase;font-size:9px}
#IEroot ul.commentlist li div.reply{background:#A41623;border:1px solid #A41623;border-radius:2px;color:#fff;font:bold 7px;padding-left:2px;padding-top:1px;padding-bottom:3px;text-align:center;width:36px}
#IEroot ul.commentlist li div.reply:hover{background:#333;border:1px solid #333}
ul.commentlist li ul.children{list-style:none;margin:1em 0 0;text-indent:0}
ul.commentlist li ul.children li{}
ul.commentlist li ul.children li.alt{}
ul.commentlist li ul.children li.bypostauthor{}
ul.commentlist li ul.children li.byuser{}
ul.commentlist li ul.children li.comment{}
ul.commentlist li ul.children li.comment-author-admin{}
ul.commentlist li ul.children li.depth-2{margin:0 0 .25em}
ul.commentlist li ul.children li.depth-3{margin:0 0 .25em}
ul.commentlist li ul.children li.depth-4{margin:0 0 .25em}
ul.commentlist li ul.children li.depth-5{}
ul.commentlist li ul.children li.odd{}
ul.commentlist li.even{background:#fff}
ul.commentlist li.odd{background:#f6f6f6}
ul.commentlist li.parent{}
ul.commentlist li.pingback{}
ul.commentlist li.pingback.parent{}
ul.commentlist li.pingback div.vcard{padding:0 170px 0 0}
ul.commentlist li.thread-alt{}ul.commentlist li.thread-even{}
ul.commentlist li.thread-odd{}ul.commentlist li.trackback{background:#F5F9E4 top right no-repeat;margin-top:12px;margin-bottom:6px;padding:8px;border:1px solid #E6E6E6}
ul.commentlist li.trackback div.comment-author{margin-bottom:8px}
ul.commentlist li.trackback div.vcard{height:40px}
ul.commentlist li.trackback div.vcard cite.fn{font-weight:bold}
ul.commentlist li.trackback div.vcard cite.fn a.url{color:#261910;background:none}
ul.commentlist li.trackback div.vcard cite.fn a.url:hover{color:#2FCBFF;font-weight:bold}
ul.commentlist li.trackback div.vcard img.avatar{float:left;margin:4px;border:2px solid #E3ECC1}
ul.commentlist li.trackback div.vcard img.avatar-32{}ul.commentlist li.trackback div.vcard img.photo{}
ul.commentlist li.trackback div.vcard span.says{}ul.commentlist li.trackback div.topwrap{float:left;padding-top:8px;padding-left:4px}
ul.commentlist li.trackback div.commentmetadata{}ul.commentlist li.trackback div.comment-meta{}
ul.commentlist li.trackback div.comment-meta a{font-size:11px;color:#261910}
ul.commentlist li.trackback div.comment-meta a:hover{color:#94D227;background:none}
ul.commentlist li.trackback p{font-size:12px;margin:0;padding-left:6px;padding-right:6px}
ul.commentlist li.trackback ul{font-size:12px;list-style:none;margin:0}
ul.commentlist li.trackback div.reply{font-size:12px;padding-left:4px}
ul.commentlist li.trackback div.reply a{font-weight:bold}
ol.pinglist {margin: 10px 0 0;}ol.pinglist a{color:#A41623; text-decoration: none;}
ol.pinglist a:hover{color:#333; text-decoration: none;}
.comment_meta{margin:0 30px 15px 0;font-size:11px}
.comment_num{padding:0;margin:0;padding:6px 0 0 11px;width:30px;height:28px;float:right;color:#000}
.comment_num a,.comment_num a:visited{font-weight:bold;color:#2FCBFF;text-decoration:none}
.comment_num a:hover{color:#94D227;text-decoration:none;background:none}
.trackback .comment_num{padding:0 0 0 20px}
.comment_meta strong{font-size:1.2em}
.comment_time{font-size:1em;color:#888}



/* Index Bottom Carousel
-------------------------------------------------------------- */

#myController2 span{
	text-indent:-10000px;
	display: none;
}

#jFlowSlide2{ float: left;}

#myController2 span.jFlowSelected2 {
}

.jFlowPrev2{
	float: left;
	width: 30px;
	height: 30px;
	margin: 60px 0 0;
	text-indent:-10000px;
	cursor:pointer;
	background: transparent url(images/topslideleft.png) top left no-repeat;
}

.jFlowNext2{
	float: right;
	width: 30px;
	height: 30px;
	margin: 60px 0 0;
	text-indent:-10000px;
	cursor:pointer;
	background: transparent url(images/topslideright.png) top left no-repeat;
}

.botcarcol {
	float:left;

	margin: 25px 20px 0 20px;

	width:260px;

	min-height:110px;
}
#IEroot .botcarcol {

	float:left;

	margin: 15px 10px 0 20px;

	width:260px;

	min-height:114px;

}

.botcarcollf {margin-left: 50px;}

.botcarcol img {float: left; border: none; margin: 0 10px 0 0;}

.botcarcol h3 {
	color: #003399;
	font-size: .8em;
	font-weight: bold;
	margin: 0 0 4px 0;
}

.botcarcol p{
	font-size: .7em;
	margin: 0 0 4px 0;
}

.botcarcol a{
	color: #003399;
	text-decoration: none;
}

.botcarcol a:hover{
	color: #000;
	text-decoration: none;	
}

/* Footer
-------------------------------------------------------------- */

#footer{
	min-height: 40px;
	text-align:left;
	border-top:1px solid #D0D9D9;
	background:#d6f1fa;
	clear: both;
	}
	
#footer p{
	color:#000; font-size: .8em;
}

.ftr_inner{margin:auto;padding:8px 0 4px 30px;width:961px;overflow:hidden;}
#IEroot .ftr_inner{margin:auto;padding:0 0 4px 30px;width:961px;overflow:hidden;}
.ftr_inner span{color:#27A8D2;} 
.ftr_inner a{color:#000;text-decoration:none;}
.copyright{float:left;clear:both;width:450px;padding:20px 10px 0 0;}
.copyright a img{float:left;margin-right:10px;width:32px;height:32px;}

.ftmenu{float:right;width:450px;margin:20px 0 0 0;}
.ftmenu ul{float:right;font-size:.8em;font-weight:bold;}
.ftmenu ul li{display:inline;}
.ftmenu ul li a{font-size: .8em; color:#000;margin:0 10px 0 0;padding:2px 0 1px 0;text-decoration:none;}
.ftmenu ul li a:hover{color:#003399;margin:0 10px 0 0;padding:2px 0 1px 0;text-decoration:none;text-transform:uppercase;}
.currentbtm a:link,.currentbtm a:visited{color:#003399;}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }