/*
Theme Name: Breath of Direction
Theme URI: http://www.absolutelygeek.com/
Description: A simple breath of direction.
Version: 1.0
Author: Josh Martin
Author URI: http://portfolio.absolutelygeek.com/
Tags: blue, fluid
*/

* { margin: 0; padding: 0; }

body{font: 10pt arial,sans-serif;background:#0E0E0E;}
/* My own edits */

/* 
   Section: Global
*/
#container {
	margin: 0px 20px 0px 20px;
}
.alignleft { float: left; }
.alignright { float: right;}
.center { text-align: center; }
#breadcrumb {
	padding: 10px;
	margin-bottom: 10px;
}
/* 
   Section: User Bar
*/
div #userbar {
	background:#131313;
	border: 1px solid #3B3B3B;
	border-top: 0px;
	color: #CBCBCB;
	padding: 10px 15px 10px 15px;
}
div #userbar a:link, #userbar a:visited { 
	color: #CBCBCB;
	text-decoration: underline;
}
div #userbar a:hover, #userbar a:active {
	text-decoration: none;
}
div #subscribe {
	position: absolute;
	top: -5px;
	right: 10px;
	padding: 5px 15px 0 35px; 
	margin: 10px;
	height: 28px;
	
	background: url('images/rss_subscribe.jpg') no-repeat;
}
div #subscribe a:link, #subscribe a:visited { color: #ED7B22; }
div #subscribe a:hover, #subscribe a:active { text-decoration: none; }
	
/* 
   Section: Header & Navigation
*/

div #header {
	background: url('images/logo.jpg') no-repeat;
	height: 61px;
	width: 80%;
	margin-left: 100px;
	margin-top: 25px;
	text-align: right;
	
}
div #header a:link, #header a:visited { 
	margin-top: 36px;
	z-index: -1;
	display: block;
	float: right;
	height: 23px;
	width: 90px;
	color: #fff;
	text-align: center;
	
	background: url('images/navtab.jpg') no-repeat;
	padding-top: 2px;
	text-decoration: none;
}
div #header a:hover, #header a:active {
	background: url('images/navtabcurr.jpg') no-repeat;
}

/* 
   Section: Page Description & Search
*/

div #topper {
	background: url('images/page_desc_bg.jpg') repeat-x;
	color: #fff;
	font-size: 12pt;
	height: 69px;
}
div #topper #desc {
	background: url('images/page_desc.jpg') no-repeat;
	padding: 5px 40px 10px 20px;
	width: 580px;
	float: left;
	height: 32px;
}
div  #search {
	background: url('images/page_search.jpg') no-repeat;
	width: 336px;
	height: 69px;
	float: right;
	text-align: right;
}
div #search input {
	border: 0px;
	background: url('images/search_bg.jpg') no-repeat;
	height: 27px;
	width: 168px;
	margin: 20px 20px 0 0;
	padding: 5px 10px 0px 82px;
	color: #fff;
	font-weight: bold;
}

/* 
   Section: Navigation Right Side
*/

#sidebar {
    background: right url('images/nav_bg.jpg') repeat-y;
    color: inherit;
    float: left;
    width: 289px;
}

/* 
   Section: Content
*/
#content {
    background: right url('images/nav_bg.jpg') repeat-y;
    color: inherit;
    float: left;
    margin: 0 -289px 0 0;
    width: 100%;
}
#content .wrapper {
    background: #FFF;
    margin: 0 289px 0 0;
    overflow: hidden;
    padding: 10px 30px 30px 30px;  /* optional, feel free to remove */
}

/* 
   Section: Footer
*/
#footer {
	clear:both;
	width:100%;
	padding: 10px 0px 10px 0px;
	
	background:#131313;
	color:#747474;
	border-bottom: 1px solid #3B3B3B;
	}

/* 
   Section: Side Bar
*/

#sidebar .menu {
	background: url('images/menu_body.jpg') repeat-y;
	
	margin: 10px 0px 10px 8px;
	padding: 0px;
}
#sidebar .menu h2 { 
	background: url('images/menu_header.jpg') no-repeat;
	
	font-size: 14pt;
	color: #fff;
	font-weight: normal;
	height: 32px;
	padding: 5px 0px 0px 10px;
}
#sidebar .menufooter { background: url('images/menu_footer.jpg') no-repeat; height: 12px;  clear:both;}
#sidebar .menu ul { list-style-type: none; padding-left: 20px;}
#sidebar .menu li {list-style-type: none; }
#sidebar .execphpwidget {
	padding-left: 20px;
}
#sidebar .menu p {
	padding: 0 0 0 10px;
	width: 260px;
	text-indent: 5px;
	color: #fff;
}
#sidebar .menu a:link, #sidebar .menu a:visited {
	display: block;
	padding: 3px;
	width: 45%;
	border-bottom: 1px solid #188DED;
	float: left;
	color: #EEE;
	text-decoration: none;
}

#sidebar .menu a:hover {
	display: block;
	padding: 3px;
	width: 45%;
	border-bottom: 1px solid #188DED;
	float: left;
	background-color: #41A4FE;
	color: #fff;
}
/* 
   Section: Posts CSS
*/
.wrapper .post { margin-top: 10px; }
.wrapper { color: #1d1d1d;}
.wrapper h2 {
	font-weight: normal;
	font-size: 18pt;
}
.wrapper h2 a:link, h2 a:visited, h2 a:active {
	color: #2293ee;
	text-decoration: none;
	font-weight: normal;
	font-size: 18pt;
}
.wrapper h2 a:hover { 
	text-decoration: underline;
}
.wrapper small {
	color: #646464;
	font-size: 8pt;
}
.wrapper .entry {
	border-top: 1px solid #ADADAD;
	margin-top: 10px;
	padding-top: 10px;
}
.wrapper a:link, a:active {
	color: #2293ee;
	text-decoration: underline;
}
.wrapper a:hover { text-decoration: none; }
.wrapper a:visited { color: #0B528C; }
.wrapper p {
	text-indent: 30px;
	line-height: 18pt;
	margin-bottom: 10px;
	}
.wrapper ul, ol {
	padding: 10px 0px 10px 50px;
}
.wrapper blockquote {
	border-left: 5px solid #CBCBCB;
	padding-left: 10px;
	font-family: monospace;
}
.wrapper img{ border: none; }
.wrapper .wp-caption {
	padding: 5px;
margin: 5px;
	border: 1px solid #CBCBCB;
	background-color: #EEEEEE;
	color: #000;
	text-align: Center;
	font-size: 8pt;
}
.wrapper .wp-caption p { text-indent: 0px; line-height: 12pt; }
.wrapper .avatar { float: right; }
.wrapper .comment {
	padding: 5px;
	margin-bottom: 20px;
}
.wrapper .even { 
	padding: 5px;
	border: 1px solid #CBCBCB;
	background-color: #F8F8F8;
	color: #000;
}
.wrapper .odd {
	padding: 5px;
	border: 1px solid #cbcbcb;
	background-color: #F8F8F8;
	color: #000;
}
.wrapper .bypostauthor {
	padding: 5px;
	border: 1px solid #000;
	background-color:#707070;
	color: #fff;
}
.wrapper #comment {
	width: 50%;
}
.wrapper .meta {
	margin: 5px 0px 75px 0px;
	background: #E5E5E5;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	height: 30px;
	padding: 10px 10px 0px 10px;
}
.wrapper .meta span  a:link, .meta span a:visited, .meta span a:active {
	background: url('images/comments.jpg') no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 18pt;
	width: 30px;
	height: 26px;
	padding: 0px 5px 0px 5px;
}
.wrapper #browser {
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
	
	width: 100%
}
.wrapper #browser h2 {
	font-size: 14pt;
	font-weight: normal;
	padding: 10px;
	color:#0B528C;
}
.wrapper .bold { font-weight: bold; }
.wrapper table, tr { 
	width: 100%;
}
.wrapper td {
	border: 1px solid #E6E6E6;
	padding: 10px;
	margin: 5px;
}
/* 
   Section: Tutorial Blocks
*/
div .tutexp a:link, .tutexp a:visited { color: #fff; }
div .tutexp a:hover, #header a:active { color #fff; }
.tutexp small { color: #fff; }
.wrapper .tutexp {
	background: url('./images/tut-mid.jpg') repeat-x;
	height: 114px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}
.wrapper .tutexp img {
margin-left: 9px;
margin-top: 5px;
border: 2px solid #fff;
}
.wrapper .tutexp .tut-img {
	background: url('./images/tut-left.jpg') no-repeat;
	height: 114px;
	width:115px;
	float: left;
	padding-top: -2px;
}
.wrapper .tutexp h2 {
	font-size: 14pt;
	color: #fff;
}
.wrapper .tutcont {
	background: url('./images/tut-right.jpg') no-repeat;
	background-position: right;
	height: 114px;
	padding-right: 10px;
}
.wrapper .tutexp .viewtut { font-size: 11pt; }