/*   
Design Name: BOA Site Blog
Coder: Shaun Walker - shaungwalker@gmail.com
Author URI: http://www.theshaun.com
*/
body {
	background: #519ab9 url('images/bg.gif') repeat-x top left;
	margin : 0;
	padding: 0;
	font-size: 12px;
	font-family : Tahoma, sans-serif;
}
img {
	border: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	color    : #ff8416;
}
.wrapper {
	clear : both;
	width : 947px; 
	margin: 0 auto 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
#page {
	padding   : 0 0 20px 0;
	margin    : 0;
	overflow  : hidden;
}
/*--------------------------------------------------
// Header
//--------------------------------------------------*/
#header {
	height    : 114px;
	padding   : 0 0 0 10px;
	background: transparent url('images/header_bg.gif') no-repeat top left;
}
#header #logo {
	background :#FFFFFF url('images/logo.gif') no-repeat top left;
	display    :block;
	float      :left;
	height     :75px;
	width      :301px;
	line-height:500px;
	margin     :0 0 0 20px;
	overflow   :hidden;
}
#header #ad {
	float : right;
	margin: 7px 30px 0 0;
	padding: 0;
}
#nav {
	clear     : both;
	height    : 33px;
	width     : 888px; 
	padding   : 0;
	margin    : 0 0 0 20px;
	background: transparent url('images/menu_bg.gif') repeat-x top left;
}
#nav li {
	list-style: none;
	display   : inline;
}
#nav li.start {
  	float      : left;
	height     : 33px;
	width	   : 52px;
	overflow   : hidden;
    line-height: 500px;
	background : transparent url('images/menu_left.gif') no-repeat top left;
}
#nav li a {
  	float          : left;
	height         : 23px;
	padding        : 10px 20px 0 20px;
	text-decoration: none;
	color          : #ffffff;
	font-size      : 12px;
	font-family    : Tahoma, sans-serif;
	text-align     : center;
}
#nav li a:hover {
	color     : #ff8416;
	background: transparent url('images/menu_active_bg.gif') repeat-x top left;
}
/*--------------------------------------------------
// Content
//--------------------------------------------------*/
#container {
	background: transparent url('images/body_bg.gif') repeat-y top left;
	clear : both;
	width : 947px; 
	overflow  : hidden;
}
#content {
	float  : left;
	margin : 0;
	width  : 436px;
	margin : 0 0 0 35px;
	padding: 0 10px 0 0;
}
.post {
	width	 : 436px;
	font-size: 11px;
}
.post #title {
	padding      : 0 0 5px 15px;
	margin       : 0;
	font-size    : 18px;
	border-bottom: #ff8416 4px solid;
	font-weight: normal;
}
.post .info {
	background: #e0e0e0;
	color: #7e7e7e;
	float: right;
	padding: 5px 15px 5px 15px;
}
.post p {
	margin     : 5px 0 5px 15px;
	line-height: 20px;	
}
.post .catergories {
	padding: 0 0 0 30px;
}
.post .catergories b {
	color: #7e7e7e;
}
/*--------------------------------------------------
// Sidebars
//--------------------------------------------------*/
#sidebar1 {
	float  : left;
	margin : 0;
	width  : 261px;
	padding: 0;
}
h2.head {
	padding      : 0 0 5px 0;
	margin       : 0 0 5px 0;
	font-size    : 18px;
	border-bottom: #ff8416 4px solid;
	font-weight  : normal;
}
#sidebar1 #newsletter {
	margin: 0 0 0 60px;
}
#sidebar1 #newsletter label {
	font-size  : 11px;
	color      : #999999;
}
#sidebar1 #newsletter .textfield {
	font-size  : 11px;
	height     : 20px;
	padding    : 1px 2px 0 3px;
	margin     : 4px 0 0 0;
	background : #f9f9f9;
	color      : #999999;
	width      : 145px;
	border     : #999999 1px solid;
}
#sidebar1 #newsletter .submit {
	margin: 7px 0 0 111px;
}
#sidebar1 ul {
	list-style: none;
	margin    : 5px 0 10px 0;
	padding   : 0;
}
#sidebar1 ul a {
	display        : block;
	text-decoration: none;
	height         : 1%;
	padding        : 5px 10px 5px 0;
	text-align     : right;
	color          : #808080;
	font-weight    : bold;
}
#sidebar1 ul a:hover {
	background: #e0e0e0;
}
#sidebar2 {
	float  : left;
	margin : 0 0 0 10px;
	width  : 150px;
	padding: 0;
}
#sidebar2 .contributor {
	background: #e0e0e0;
	margin    : 0 0 3px 0;
	height    : 43px;
	font-size : 10px;
	overflow  : hidden;
}
#sidebar2 .contributor img {
	float : left;
	border: 1px solid #000000;
}
#sidebar2 .contributor span {
	float : left;
	margin: 6px 0 0 10px;
	color : #ff8416;
}
#sidebar2 .contributor b {
	color: #404040;
}
#sidebar2 .contributor a {
	text-decoration: none;
}
#sidebar2 .contributor a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------
// Footer
//--------------------------------------------------*/
#footer {
	clear      : both;
	padding    : 10px 0 0 0;
	margin     : 0 0 10px 0;
	text-align : center;	
	font-size  : 11px;
	font-family: Tahoma, sans-serif;
}
#footer ul {
	margin: 0 0 10px 0;
	padding:0;
}
#footer li {
	list-style: none;
	display   : inline;
}
#footer li a {
	padding        : 0 5px 0 0;
	text-decoration: none;
	color          : #404040;
	text-align     : center;
}
#footer li a:hover {
	font-weight: bold;
}
#footer span {
	border-bottom: #ff8416 2px solid;
	padding: 0 0 2px 0;
}