/*
Theme Name: Astera3d 
Description: Theme for Astera3d
Author: Nathan McGurl
Author URI: http://www.asteraweb.com
Version: 1.0
*/

/**RESET**/
h1, h2, h3, h4, h5, h6, table, tr, td, div, span, img, ul, li {margin:0px; padding:0px; border: 0px;}

/***** STRUCTURE *****/
body {
	background-color:#1EC5FD;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	background-image:url(img/body_back.jpg);
	background-repeat: repeat-x;
	background-position:top right;
}

#header, #bodycontent, #footer {
	width: 888px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: opaque;*/
}
	#bodycontent { background-repeat:no-repeat; background-attachment:top;}
#header {
	height: 140px;
	background-image:url(img/content_top.png);
	background-position: bottom;
	background-repeat:no-repeat;
}

#header #logo {
	float: left;
	width: 190px;
	margin: 10px;
}

/***** TOP NAV *****/
#nav {
	padding-bottom: 12px;
}

#nav ul {
	margin-top: 70px;
	list-style:none;
	float: left;
	margin-bottom: 10px;
}

#nav ul li {
	font-size: 18px;
	float: left;
	width: 109px;
	height: 35px;
	padding: 5px;
	padding-top:15px;
	text-align:center;
	background-image:url(img/tab.png);
	background-repeat:no-repeat;
	background-position:top center;
	display: block;
	margin-left: 10px;
}

	#nav ul li.current_page_item, #nav ul li.current_page_ancestor {
		background-image:url(img/tab_o.png);
	}

#nav ul li a {color:#000; text-decoration:none;}
#nav ul li a:hover {color: #900;}
	#nav ul li.current_page_item a, #nav ul li.current_page_ancestor a {color: #fff;}

.loginsection {color:#FFF; margin-right: 3px; float: right;}

	.loginsection a {color:#FFF; text-decoration: underline;}

/***** CONTENT *****/

#bodycontent, #footer {
	width: 888px;
	background-image: url(img/content_mid.png); 
	background-position: top; 
	background-repeat: repeat-y;
	padding-top:0px;
	padding-bottom: 12px;
}

#wrapper
{background-image:url(img/content_back.png); background-repeat: repeat-x; width: 846px; margin-left: 9px; padding: 12px;}

#content {
	width: 586px;
	padding: 10px;
	float:left;
	margin-left: 2px;
	margin-bottom: 12px;
}

	.wide {
	width: 900px;
	}

.post {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ccc;
}

p {
	line-height:1.5em;
}

h1 {
	color: #172322; 
	font-size: 2em;
	border-bottom: 1px solid #172322;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

h1 a, h1 a:hover {text-decoration:none;}

#content a, #fpage_content a {
	color: #900;
	text-decoration:none;
	border: 0px;
}

#content a:hover, #fpage_content a:hover {
	text-decoration:underline;
}

#content blockquote {margin-left: 10%; width: 80%; border: 1px solid #ccc; background:#efefef; padding: 10px; line-height: 1.2em; }

/***** FRONT PAGE *****/

#fpage_content {
	width: 820px; 	
	background-image: url(img/fp_bodycontent_top.png); 
	background-position: top; 
	background-repeat:no-repeat;
	padding: 10px;
	background-color:#FFF;
	float:left;
	margin-left: 2px;}

.intro_box {
	width: 375px; 
	height: 240px;
	float: left; 
	border: 1px solid #efefef; 
	padding: 7px; 
	margin: 6px; 
}
.intro_box img {
	height: 150px;
	width: 200px;
}

.reasons {
	height: 260px;
	background-color: #e7e7e7;	
	background-image: url(img/content_back.png); 
	background-position: top; 
}

.about {height: 260px;}

.about {
	font-size: 1.2em;
	line-height: 1.4em;
}

.reasons ul {
	margin-left: 15px;
}
.reasons ul li {
	font-size: 1.1em;
	padding-bottom: 7px;
}

/***** PORTFOLIO PAGE *****/

.portfolio_box {
	float:left;
	width: 250px;
	height: 250px;
	border: 1px dotted #ccc;
	padding: 8px;
	background-color:#FFF;
	margin-left: 12px;
}

.portfolio_excerpt img {width: 108px; height: auto}

/***** SIDEBARS *****/

#leftsidebar {
	width: 200px;
	float:left;
	margin-right: 3px;
	margin-left: 2px;
	margin-bottom: 12px;
}

#rightsidebar {
	width: 200px;
	float:right;
	margin-left: 5px;
	margin-right: 2px;
	margin-bottom: 12px;
}



.sidebox>h2{
	width: 190px;
	height: 20px;
	padding: 5px;
	padding-top: 10px;
	color: #FFF;
	font-weight: normal;
	font-size:14px;
	margin-bottom: 8px;
}

.sidebox>h2.orange {
	background-image:url(img/sidehead_orange.png);
}

.sidebox>h2.blue {
	background-image:url(img/sidehead_blue.png);
}

.sidebox>h2.beige {
	background-image:url(img/sidehead_beige.png);
}

.sidebar .white {
	width: 190px;
	background-color:#FFF;
	padding: 10px 5px 10px 5px;
}

.sidebar ul {list-style:none; border: 1px dotted #ccc; padding: 5px; margin-top: 8px; background-color:#FFF;}
.sidebar ul ul {
	list-style-image:url(img/bullet.png);
	list-style-position: top;
	margin-left: 15px;
	padding-left: 10px;
}

.sidebar a {
	color: #900;
	text-decoration:none;
	border: 0px;
}

.sidebar a:hover {
	text-decoration:underline;
}

.spacer {height: 10px;}

/***** IMAGES *****/
img.alignright {
	float:right;
	border: 0px;
	margin-left: 7px;
	margin-bottom: 7px;
}

img.alignleft {
	float:left;
	border: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
}

/***** FOOTER *****/

#footer {}
#footer .copy {width: 848px; margin-left: 20px; border-top: 1px dotted #999; padding-top: 12px; text-align:center;}
 #footer_end {background-image:url(img/content_bottom.png); background-repeat:no-repeat; background-position:bottom; height:12px;}
 
 #fatfooter {background-color: #000; border-top: 2px solid #FFF; min-height:200px; margin-top:30px; padding-top: 30px; width: 100%; padding-left:auto; color:#FFF;}


/***** MISC *****/

.clear {clear:both;}
