/*
Theme Name: Arthur Ventures
Theme URI: http://www.spiderandcompany.com/
Description: Minimal CMS theme.
Author: Caley Jack Steward
Author URI: http://www.spiderandcompany.com/
Version: 0.5
*/
* { 
  margin: 0; 
  padding: 0;
}
body {
	background: url('images/body_bg.jpg') no-repeat top center fixed;
	font: 62.5% Helvetica, Arial, Verdana, sans-serif;
	line-height: 2.1em;
	color: #444;
}
strong {
	font-weight: bold;
	color: #444;
}

/* LAYOUT */
#header h1 {
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 9999;
}
#container {
	width: 940px;
	margin: 0 auto 0;
	padding: 154px 10px 100px;
}
#content {
	width: 960px;
}
#main {
	width: 460px;
	float: left;
	margin: 0 20px 160px 240px;
}
#aside {
	position: relative;
	width: 220px;
	margin: 42px 0 160px 0;
	padding-bottom: 20px;
/*	margin-left: 720px;*/
	float: left;
	background: url('images/aside_bg.png') no-repeat bottom left;
}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: url('images/footer_bg.png') no-repeat bottom center;
}
#footer p {
	margin-top: 40px;
	text-align: center;
	color: #FFF;
}


/* NAVIGATION & SUB-NAV DROP-DOWNS */
#nav {
	position: fixed;
	width: 220px;
	margin-top: 42px;
	height: 210px;
	padding: 20px 0;
	font: 1.6em "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	background: url('images/nav_bg.png') no-repeat top left;
}
#nav ul li {
	position: relative;
}
#nav li {
	list-style: none;
	margin: 0 0 5px 0;
}
#nav li a {
	display: block;
	height: 31px;
	line-height: 31px;
	padding: 0 15px;
	text-decoration: none;
	color: #B09575;
}
#nav li a:hover {
	text-decoration: none;
	color: #7C4E19;
	background: #C9E6F9; /* Alternate Color: EAF5FD */
}
#nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a {
	background: url('images/nav_active_seed.png') no-repeat right center;
	width: 190px;
	margin-left: -7px;
	padding-left: 22px;
	color: #7C4E19;
	font-weight: bold;
	overflow: visible;
}
#nav li.current_page_item li.page_item a, #nav li.current_page_parent li.current_page_item a, #nav li.current_page_parent li.page_item a {
	background: none;
	color: #DDD;
}
#nav li.current_page_item li.page_item a:hover, #nav li.current_page_parent li.current_page_item a:hover, #nav li.current_page_parent li.page_item a:hover {
	color: #FFF;
}
#nav li ul {
	display: none; /* Hide sub-pages from navigation */
}
#nav li ul a, #nav li.current_page_ancestor li a {
	min-width: 14em;
	margin: 0;
	padding: 0 1em;
	float: none;
	text-align: left;
	background: none;
}
#nav li ul a:hover, #nav li ul li.page_item a:hover {
	background: #999;
}
#nav li ul li {
	font-size: .8125em;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#nav li.page_item ul li.page_item ul, #nav li.page_item ul li.page_item ul li.page_item ul { /* hide 3rd level pages from navigation */
	display: none;
}


/* CONTENT-MAIN */
#main p {
	font-size: 1.2em;
	margin: 0 0 1.5em 0;
	padding: 0 10px;
}
#main a {
	color: #609923;
	text-decoration: none;
}
#main a:hover {
	color: #289CE8;
	border-bottom: 1px dotted #289CE8;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}
#main h1 {
	display: block;
	padding: 44px 10px 8px;
	margin: 5px 0;
	background: url('images/h1_bg.png') no-repeat top left;
	color: #FBD81A;
	font-weight: normal;
	font-size: 1.8em;
}
#main h2 {
	display: block;
	padding: 0 10px;
	margin: 5px 0;
	height: 30px;
	line-height: 30px;
	background: url('images/h2_bg.png') no-repeat top left;
	color: #7C4E19;
	font-weight: normal;
	font-size: 1.8em;
}
#main h2 a {
	display: block;
	text-decoration: none;
	color: #7C4E19;
	outline: none;
}
#main h2 a span {
	font-family: Courier, monospace;
	color: #B09575;
}
#main h2 a:hover {
	color: #7C4E19;
	border: none;
}
#main h2 a:hover span {
	color: #7C4E19;
}
#main h3 {
	padding: 0 10px;
	font-size: 1.4em;
	color: #609923;
}
#main h4 {
	padding: 0 10px;
	font-size: 1.2em;
	color: #444;	
}
#main img {
/*	float: left;*/
	display: block;
	margin: 15px 0;
/*	padding-left: 10px;*/
}
#main hr {
	margin-bottom: 20px;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #666;
}
#main div br {
	display: none;
}
#main .profile {
	margin: 1em 0;
	border-bottom: 1px dotted #B09575;
}
#main span.date {
	display: block;
	padding: 0 10px 10px;
}
.navigation {
	padding: 0 10px;
	font-size: 1.2em;
	font-weight: bold;
}
.navigation .older {
	float: right;
}
.navigation .newer {
	float: left;
}


/* CONTENT-ASIDE */
#aside h2 {
	font-size: 1.6em;
	padding: 0 10px;
	background: url('images/nav_active.png') repeat-x top left;
	color: #FFF;
	height: 31px;
	line-height: 31px;
}
#aside h2#first {
	display: block;
	font-size: 1.6em;
	padding: 0 10px;
	background: url('images/aside_bg.png') no-repeat top left;
	color: #FFF;
	height: 31px;
	line-height: 31px;
}
#aside ul li ul {
/*	padding: 0 10px;*/
}
#aside li {
	list-style: none;
}
#aside li li {
	font-size: 1.1em;
}
#aside li li {
	margin: 0;
}
#aside .links {
	padding: 5px 10px;
}
#aside a {
	color: #609923;
	text-decoration: none;
}
#aside a:hover {
	color: #289CE8;
}
#aside a.rss  {
	position: relative;
/*	float: right; THIS SCREWS WITH SAFARI */ 
	display: block;
	width: 15px;
	height: 15px;
	top: -23px;
	right: -185px;
	background: url('../../../wp-includes/images/rss.png') no-repeat;
}
/* News items */
#aside .news .item a {
	display: block;
	width: 200px;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
}
#aside .news .item a:hover {
	background: #C9E6F9;
}
#aside .news .item .title {
	display: block;
	font: 1.4em "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	color: #B09575;
}
#aside .news .item a:hover .title {
	color: #7C4E19;
}
/* Archive items */
#aside .archive li a {
	display: block;
	width: 200px;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
}
#aside .archive li a:hover {
	background: #C9E6F9;
	color: #7C4E19;
}
/* Opportunities */
.opportunities {
	padding: 5px 10px;
}
.opportunities strong {
	display: block;
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #7C4E19;
}
#aside .bigLink a {
	display: block;
	margin: 5px 0 10px -10px;
	padding: 5px 10px;
	width: 200px;
	background: #D4EBFA;
	color: #7C4E19;
	text-align: center;
	font: bold 1.4em "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}
#aside .bigLink a:hover {
	background: #C9E6F9;
	color: #7C4E19;
}


/* FOOTER */


/* POSTS AND COMMENTS */
#main .postmetadata {
	font-size: 1em;
}
ol.commentlist {
	list-style: none;
}
ol.commentlist li {
	margin: 1em 0;
	border-bottom: 1px dotted #999;
}
#commentform p {
	font-size: 1em;
}
#commentform textarea {
	width: 100%;
	padding: .5em;
	font: 1.4em sans-serif;
	border: 1px solid #999;
}


/* IE6 HACKS */
* html body {
	background: url('images/ie_body_bg.jpg') no-repeat top center;
}
* html #header h1 {
	display: none;
}
* html #content {
	float: left;
	width: 700px;
}
* html #main {
	margin: 0 5px;
}
* html #aside {
	background: #E4F3FC;
	padding: 0;
}
* html #nav {
	position: relative;
	float: left;
	padding: 0;
	height: 100%;
	background: #E4F3FC;
}
* html #nav li.current_page_item a, * html #nav li.current_page_parent a, * html #nav li.current_page_ancestor a {
	background: url('images/nav_active.png') repeat-x right center;
}
* html #nav li {
	margin: 0;
}
* html #footer {
	position: relative;
	background: url('images/ie_footer_bg.png') no-repeat bottom center;
}
* html #main h1 {
	margin-top: 42px;
	padding: 5px 10px;
	background: #7C4E19;
}
* html #main h2 {
	background: #FBD81A;
}
* html #aside h2#first {
	background: url('images/nav_active.png') repeat-x top left;
}
* html #aside a.rss {
	display: none;
}
* html #aside .bigLink a {
	margin: 5px 0 10px;
	padding: 5px 10px;
	width: 180px;
}