/*
Theme Name: AdvantedgeOnline_Theme
Theme URI: http://wordpress.org/
Description: Advantedgeonline.com customized theme.
Version: 1.0
Author: Chad Anderson
Author URI: http://www.1000kbps.com/
Tags: findtheway, custom header, fixed width, two columns, widgets

	This theme was designed and built by Chad Anderson,
	whose site you will find at http://www.1000kbps.com/

*/

/* CSS Document for Advantedgeonline.com */
/* site colors:
	#333 = text
	#ccc = grey backgrounds
	#960 = brown
	#360 = green
	
*/
/* Show only to IE7 
*:first-child+html [selector] {
	background: red;
}
*/
/* Show only to IE6 
* html [selector] {
	background: red;
}
Replace [selector] in the above two examples, to color that elements background red. Example selectors could be body, #my_id or .my_class.
*/

/* IE Fixes*/
* html .visualIEFloatFix { height: 0.01%; }

/* zero elements */

html, body, ul, ol, li, form, fieldset{
	margin: 0;
	padding: 0;
	border:0;
	/*height : 100.1%; NOT VALID force vertical scroll bar to avoid page shift in Firefox */
	min-height: 100%; margin-bottom: 1px; /* VALID force vertical scroll bar to avoid page shift in Firefox */
}
img, p{margin: 0px;padding: 0px; border:none;}


/* Elements */
h1,h2,h3,h4,h5,h6{margin:0px;padding:0px 0px 16px 0px; font-family:Verdana, Geneva, sans-serif;font-weight:lighter;}
h1{font-size:20px; color:#960;}
h2{font-size:18px; color:#960;}
h3{font-size:16px; color:#960;}
h4{font-size:12px; color:#960;}

h2 a{color:#960;text-decoration:underline;}

p{margin:0px 0px 12px 0px;line-height:18px;color:#666;font-size:14px;}
/*	}*/
ul, ol, ol.commentlist{margin:10px 0px 10px 20px;}
ul li{position:relative;display:list-item;margin-left:15px;line-height:17px; list-style-type:square;}
ol.commentlist li, ol li, ol ol li{position:relative;display:list-item;margin-left:15px;line-height:17px; list-style-type:decimal;}
/*ol li li{position:relative;display:list-item;margin-left:15px;line-height:17px; list-style-type:decimal;}*/


small{color:#666;}

a{color:#960;}

a:visited{color:#960;}

/*img
*/
blockquote p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	line-height:24px;
	text-align:left;
	color:#960;
}
hr{
	color:#999;
	margin:10px 0px 15px 0px;
}


/* Layout  */

body { /**/
	background-color:#fff;/**/
	margin: 8px 0px 0px 0px;
	padding: 0px;
	
}
#ae-siteWrapper{ /**/
	position:relative;
	z-index:auto;
	width:955px;
	height:auto;
	margin: 0px auto;
	padding: 0px;
	background-color:#fff;
	/*border:#fc0 1px solid;*/
}
#ae-mastheadWrapper{ /**/
	position:relative;
	z-index:auto;
	width:955px;
	height:113px;
	margin: 0px auto;
	padding: 0px;
	background-color:#fff;
	background-image:url(images/ae-logo.jpg);
	background-repeat:no-repeat;
}
#ae-mh-help{
	position:absolute;
	top:10px;left:794px;
	z-index:auto;
	height:24px;
	width:142px;
	margin: 0px;
	padding: 0px;
}
#ae-mh-tagline{
	position:absolute;
	top:88px;left:0px;
	z-index:auto;
	height:88px;
	width:955px;
	margin: 0px auto;
	padding: 0px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#360;
	font-size:20px;
}
#ae-bodyWrapper{ /**/
	position:relative;
	z-index:auto;
	width:955px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image:url(images/ae-body-back.png);
	background-repeat:repeat-y;
}
#ae-sidebarWrapper{ /**/
	position:relative;
	z-index:auto;
	width:320px;
	height:auto;
	margin: 0px 0px 0px 635px;
	padding: 0px;
	/*border:#fc0 1px solid;*/
}
#ae-footerWrapper{ /**/
	position:relative;
	z-index:auto;
	width:955px; 
	height:auto;
	margin: 0px;
	padding: 0px;
}

/* ########## NAVIGATION ########### */

#ae-navWrapper{
	position:relative;
	z-index:auto;
	width:955px;
	height:35px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-image:url(images/ae-nav-back.png);
	background-repeat:no-repeat;
}
ul#ae-navBar {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	width: 935px; /*-20px margin*/
	height: 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	line-height:35px;
	text-align:center;
	/*border:#930 1px solid;*/
}
	
ul#ae-navBar li {
	display:block;
	float:left;	
	padding:0px 27px 0px 0px;
	margin: 0px;
}
ul#ae-navBar li a {
	display:block;
	height:35px;
	color:#FFF;
	line-height:35px;	
	text-decoration:none;
	border:0;
	
}
/*ul#ae-navBar li a:hover {margin-top:6px;color:#fff;font-weight:bold;}*/

/* ########## BODY ########### */
#ae-bodyContent{ /**/
	position:relative;
	z-index:auto;
	width:905px; /*875*/
	height:auto;
	margin: 0px;
	padding: 40px 0px 20px 40px;
	/*border:#ccc 1px solid;*/
	
}
#ae-bodyContent-Main{ /**/
	position:relative;
	z-index:auto;
	width:585px; /*600*/
	height:auto;
	margin: 0px;
	float:left;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#666;
	/*border:#c90 1px solid;
	border:#ccc 1px solid;*/
}
#ae-bodyContent-Main-home{ /**/
	position:relative;
	z-index:auto;
	width:900px;
	height:auto;
	margin: 0px;
	float:left;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#666;
	/*border:#ccc 1px solid;*/
}
#ae-home-logos{
	position:absolute;
	top:280px;
	left:600px;
	z-index:auto;
	height:100px;
	width:250px;
	overflow:hidden;
}
	
#ae-bodyContent-Main-small{ /**/
	position:relative;
	z-index:auto;
	width:500px;
	height:auto;
	margin: 0px;
	float:left;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#666;
	/*border:#ccc 1px solid;*/
}
#ae-bodyWrapper-cap{
	position:absolute;top:0px;left:0px;
	z-index:auto;
	width:955px;
	height:57px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/ae-body-back-top.png);
	background-repeat:no-repeat;
}
#ae-bodyWrapper-bot{
	position:relative;
	z-index:auto;
	width:955px;
	height:11px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/ae-body-back-bot.png);
	background-repeat:no-repeat;
}
.navigation {
	position:relative;
	z-index:auto;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:0px;
	height:25px;
	font-size:14px;
}
.navigation a{color:#960;}
.post{
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:#ccc 1px solid;
}
.postmetadata a{color:#960;text-decoration:none;}
.entry a{color:#960;text-decoration:underline;}

#ae-share-links a{text-decoration:none;color:#666;}


/* ########## SIDEBAR ########### */

#ae-sidebar{
	position:relative;
	z-index:auto;
	width:275px; /*260 but 250 works*/
	height:auto;
	margin: 0px 0px 0px 620px; /*620*/
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight:normal;	
	color:#960;
	/*overflow:hidden;*/
	/*border:#c90 1px solid;*/
	
}
#ae-sidebar-logo{
	position:relative;
	z-index:auto;
	width:299px; /*320-padding*/
	height:156px; /* 212 -padding */
	margin: 15px auto;
	padding: 0px;
	
}
#ae-sidebar-image{
	position:relative;
	z-index:auto;
	width:220px; /*320-padding*/
	height:auto; /* 212 -padding */
	margin: 50px auto;
	padding: 0px;
	
	
}
#ae-sidebar-image img{
	padding:5px;
	border:#ccc 1px solid;
}

#ae-sidebar-map{
	position:absolute;
	top:0px;left:440px;
	z-index:auto;
	width:425px;
	height:auto;
	margin: 0px 0px 0px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;	
	color:#960;
	/*border:#efefef 1px solid;*/
}

#sidebar{
	background-color:#fff;
}
#calendar_wrap{
margin:0px auto;
text-align:center;
}
#searchform input{
	height:22px;
	width:161px;
	padding:2px;
	margin:0px 0px 0px 10px;
	border:#ccc 1px solid;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
}
#searchform label{
	display:none;
}
input#searchsubmit{
	position:absolute;
	top:40px;
	left:180px;
	height:28px;
	width:60px;
	padding:2px;
	margin:2px 0px 0px 0px;
	border:#ccc 1px solid;
	color:#960;
	line-height:16px;
	background-color:#fff;
	font-size:14px;
}

#ae-sidebar-top{
	position:relative;
	z-index:auto;
	height:65px;
	width:auto;
	margin: 0px;
	padding: 0px;

}

#ae-sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}
#ae-sidebar ul ul li{
	list-style-type:square;
	margin-left:20px;
	padding-left:20px;
	}

#ae-sidebar ul, #ae-sidebar ul ol {
	margin: 0px 0px 0px -15px;
	padding: 0;
	
}

#ae-sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	/*background-color:#fc0;*/
	}

#ae-sidebar ul p, #ae-sidebar ul select {
	margin: 5px 0px 0px 8px;
	}

#ae-sidebar ul ul, #ae-sidebar ul ol {
	margin: 0px 0px 0px 10px;
	}

#ae-sidebar ul ul ul, #sidebar ul ol {
	margin: 0px 0px 0px 0px;
	}

ol li, #ae-sidebar ul ol li {
	list-style: decimal outside;
	}

#ae-sidebar ul ul li, #ae-sidebar ul ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
#ae-sidebar a{color:#666;text-decoration:none;}
#ae-sidebar h2 {
	height:35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style:normal;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 0px;
	/*border-bottom:#ccc 1px solid;
	border-top:#ccc 1px solid;*/
	line-height:35px;
	text-align:center;
	color:#fff;
	
	
}
.widget{
	background-image:url(images/ae-widget-hdr-back.png);
	background-repeat:no-repeat;
}


#ae-sidebarList{
	position:relative;
	z-index:auto;
	width:300px; /* 371-8 - 30 */
	height:150px;
	overflow:auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 0px 15px;
	/*background-color:#fff;
	border:#ccc 1px solid;*/
}

/* ########## FOOTER ########### */
#ae-footerLeft{ /**/
	position:relative;
	z-index:auto;
	float:left;
	width:300px;
	height:auto; /*175-50*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#666;
	/*background-color:#CCC;*/
}
#ae-footerRight{ /**/
	position:relative;
	z-index:auto;
	width:350px;
	height:auto; /*212-50*/
	margin: 10px 0px 0px 585px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#666;
	text-align:right;
}

#ae-footerLeft a{
	
	color:#666;
	text-decoration:none;
	font-size:11px;
}
#ae-footerLeft a.ftr-link-small{font-size:10px;}
.ftr-small{font-size:10px;}


/* ########## IMAGES ########### */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-weight:bold;
	color:#360;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-weight:bold;
	color:#360;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	color:#360;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


