/*  
Theme Name: Alliance Engineering
Theme URI: http://www.aeoregon.com/
Description: Theme for Alliance Engineering of Oregon
Version: 1.0
Author: Brad Briles
Author URI: http://www.aeoregon.com/

*/

@charset "utf-8";
/* CSS Style for aeoregon.com */

* {padding: 0px; margin: 0px;}

body
{
	background-image: url(../../../../images/bg_gradient.jpg); 
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

a
{
	text-decoration: underline;
	color: #CC3333;
}

ul
{
	list-style: none;
	/*border: solid #000000 1px;*/
}

li
{
	border-bottom: solid #999999 1px;
	padding-bottom: 5px;
	padding-top: 5px;
}

h2
{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

h3
{
	font-size: 18px;
	color: #CC3333;
	font-weight: normal;
}

img
{
	border-style: none;
}

#main
{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header_bg
{
	float:left;
	background-image: url(../../../../images/header.jpg);
	width:930px;
	height: 190px;
}

#header
{
	height: 108px;
}

#headerimage
{
	overflow:visible;
	width:300px;
	height:108px;
}

#sidebar
{
	float: left;
	margin-right: 5px;
	/*border: solid #000000 1px;*/
	width: 213px;
	background-repeat: repeat-x;
	background-image: url(../../../../images/blue_gradient.jpg);
}

#navigation
{
	font-weight: bold;
	padding: 24px;
}

#navigation a
{
	color: #000000;
	text-decoration: none;
}

#navigation a:hover
{
	color: #CC3333;
}

#content
{
	clear: both;
	float: right;
	margin-left: 5px;
	width: 695px;
}

#footer
{
	clear: both;
	font-size: 9px;
	width: 930px;
	
	text-align: center;
	color: #FFFFFF;
	padding-top: 11px;
	padding-bottom: 11px;
	background-image: url(../../../../images/footer_gradient.jpg); 
	background-repeat: repeat-x;
	background-color: #474c9e;
}

#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}

#green_ad
{
	background-repeat: repeat-x;
	background-image: url(../../../../images/green_gradient.jpg);
}

#my_account
{
	float: right;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

#account_header
{
	font-size: 18px;
	color: #2f337b;
}

.align_right
{
	text-align: right;
}

.middle_image
{
	vertical-align: middle;
}

.bold_link
{
	font-size: 11px;
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
	margin: 5px;
}

.main_content
{
	background-repeat: repeat-x;
	background-image: url(../../../../images/orange_gradient.jpg);
	min-height: 136px;
}

.entry
{
	padding: 22px;
	
}

.entry p
{
	margin-bottom: 12px;
}

.post
{
	min-height: 150px;
	
	background-repeat: repeat-x;
	background-image: url(../../../../images/red_gradient.jpg);
	
	min-height: 150px;
}

.description
{
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 22px;
}

.description p
{
	padding-bottom: 15px;
}

.minor_content_left
{
	float: left;
	overflow: hidden;
	width: 336px;
	
	background-repeat: repeat-x;
	background-image: url(../../../../images/red_gradient.jpg);
}

.minor_content_right
{
	float: right;
	overflow: hidden;
	width: 336px;
	
	background-repeat: repeat-x;
	background-image: url(../../../../images/red_gradient.jpg);
}

.text_left
{
	float: left;
	width: 320px;
}

.text_right
{
	float: right;
	width: 320px;
}

.column_center
{
	text-align: left;
	padding-left: 22px;
	padding-right: 22px;
}

.category_list
{
	padding-left: 22px;
	padding-top: 22px;
	padding-bottom: 15px;
	overflow: hidden;
}

.category_list a
{
	text-decoration: none;
	color: #CC3333;
}

.category_list a:hover
{
	text-decoration: underline;
}


.category_item
{
	clear: left;
}

.category_text
{
	float: left;
	width: 220px;
	margin-left: 12px;
}

.blue_header
{
	height: 32px;
	padding-left: 12px;
	padding-top: 8px;
	
	background-image: url(../../../../images/triangle_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

.blue_header a
{
	color: #FFFFFF;
	text-decoration: none;
}

.green_header
{
	height: 32px;
	padding-left: 12px;
	padding-top: 8px;
	
	background-image: url(../../../../images/triangle_green.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

.orange_header
{
	height: 32px;
	padding-left: 12px;
	padding-top: 8px;
	
	background-image: url(../../../../images/triangle_orange.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

.orange_header a
{
	color: #FFFFFF;
	text-decoration: none;
}

.red_header
{
	height: 32px;
	padding-left: 12px;
	padding-top: 8px;
	
	background-image: url(../../../../images/triangle_red.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

.red_header a
{
	color: #FFFFFF;
	text-decoration: none;
}

.question_header
{
	font-size: 16px;
	font-weight: bold;
}

.question_header a
{
	text-decoration: none;
}

.question
{
	padding-bottom: 22px;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.clear
{
	clear: both;
}