/*------------------------------------------------------------------
Global CSS

Author:			Brandon Quintana <bquintana@brandonquintanaconsulting.com>

Methods: 		RULES ORGANIZATION WITHIN CSS FILES
				Should mirror the html document flow:
				General
					Container
						Header
							Nav
						Body
							Layout Setup
								Modules
						Footer
					Hacks
					(other)
--------------------------------------------------------------------*/

/* Global Styles
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #606060;
}

img,
fieldset {
	border: 0;
}

/* Links
--------------------------------------------------------------------*/
a {
	color: #456f74;
	text-decoration: none;
}
a:hover {
	color: #eb5937;
}

/* Headers
--------------------------------------------------------------------*/
h1 {
	color: #000;
	font-size: 123.1%;
	font-weight: bold;
	margin-bottom: 30px;
}
h2 {
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	font-size: 197%;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	margin-bottom: 20px;
}
h4 {

}
h5 {

}
h6 {

}

/* Text
--------------------------------------------------------------------*/
p {
	font-size: 116%;
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

/* Often Used Classes
--------------------------------------------------------------------*/
.floatleft {
	float: left;
	display: inline;
}
.floatright {
	float: right;
	display: inline;
}
.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
.aligncenter {
    text-align: center;
}

/* Lists
--------------------------------------------------------------------*/

dl {

}

ul {

}

ol {

}

/* Form
--------------------------------------------------------------------*/
input, textarea {
	border: 5px solid #d3cbbd;
}

textarea {
	width: 690px;
}

input#submit {
	background: #456f74;
	border: 0;
	color: #fff;
	font-size: 85%;
	padding: 5px 10px;
	text-transform: uppercase;
}


/* Containers
--------------------------------------------------------------------*/
#doc3 {
	margin: 0;
}

div.content {
	margin: 0 auto;
	min-width: 974px;
	width: 74.923em;
	*width: 73.0518em;
}

.yui-t5 #yui-main .yui-b {
	margin-right: 21em;
}

div#toolbar {
	background: #000;
	color: #fff;
}

div#toolbar ul {
	padding: 10px 0 5px 0;
}

div#toolbar ul li {
	border-right: 1px solid #fff;
	display: inline;
	float: left;
	font-size: 85%;
	line-height: 85%;
	padding-right: 10px;
	margin-right: 10px;
}

div#toolbar ul li.last {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

div#toolbar ul li a {
	color: #fff;
	padding: 6px 0;
}

#toolbar ul li a.rss {
	background: url(../i/icons.png) 0 0 no-repeat;
	padding-left: 25px;
}

/* Header
--------------------------------------------------------------------*/
div#hd {
	background: #1d1918;
}

div#hd div#logo img {
	margin-bottom: -3px;
}

div#hd div#logo, div#hd div#logo a {
	height: 300px;
}

/* Navigation
--------------------------------------------------------------------*/
div#hd div#navigation {
	background: #d3cbbd;
}

div#hd ul#nav {
	display: inline;
	float: right;
	padding: 5px 0 5px 0;
}

div#hd ul#nav li {
	color: #000;
	display: inline;
	float: left;
	font-size:85%;
	font-weight: bold;
	letter-spacing: 3px;
	padding-right: 10px;
	margin-right: 10px;
	text-transform:uppercase;
}

div#hd ul#nav li.last {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

div#hd ul#nav li a {
	color: #000;
}

/* Body
--------------------------------------------------------------------*/
div#bd {
	margin: 50px 0;
}

div#bd div.post {
	border-bottom: 5px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

div#bd div.post div.post_header {
	border-bottom: 1px solid #eee;
	font-size: 85%;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

div#bd div.post div.entry a {
	color: #eb5937;
}

div#bd div.post div.entry a:hover {
	color: #456f74;
}

div#bd div.post div.entry span.more {
	background: #eb5937;
	color: #fff;
	font-size: 75%;
	padding: 5px 10px;
	text-transform: uppercase;
}

div#bd div.post div.entry ul {
	margin: 0 0 15px 50px;
}

div#bd div.post div.entry ul li {
	list-style-type: disc;
}

div#bd div.post img {
	border: 3px solid #d3cbbd;
	padding: 10px;
}

div#bd div.post .lifestream td.lifestream_icon img {
	border: 0;
	padding: 0;
}

div#bd div.post p.lifestream_credits {
	display: none;
}

div#bd div.post img.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

div#bd div.post img.alignright {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}

div#bd div.sidebar h2 {
	font: bold 108% Helvetica, Arial, Sans-serif;
	text-transform: lowercase;
}

div#bd div.sidebar ul li {
	padding: 10px 10px 0 10px;
	margin-bottom: 30px;
}

div#bd div.sidebar ul.lifestream li {
	padding-left: 24px;
}

div#bd div.sidebar ul li ul li {
	padding: 0;
	margin-bottom: 0;
}

div#bd div.sidebar ul li.about {
	background: #f1eee9;
	padding-bottom: 10px;
}

div#bd div.sidebar ul li.about img {
	border: 5px solid #d3cbbd;
	margin: 0 0 10px 10px;
}

div#bd div.sidebar ul li p {
	font-size: 100%;
	margin-bottom: 0;
}

div#bd div.navigation a {
	background: #456f74;
	color: #fff;
	font-size: 85%;
	padding: 5px 10px;
	text-transform: uppercase;
}

div#bd div.leftColComment {
	display: inline;
	float: left;
	font-weight: bold;
	text-align: center;
	width: 85px;
}

div#bd div.leftColComment img {
	border: 5px solid #ccc;
}

div#bd div.rightColComment {
	margin-left: 105px;
}

div#bd div.rightColComment div.reply {
	display: inline;
	float: right;
}

div#bd div.rightColComment div.reply a {
	background: #eb5937;
	color: #fff;
	font-size: 85%;
	padding: 5px 10px;
	text-transform: uppercase;
}

div#bd div.rightColComment p {
	font-size: 93%;
}

div#bd ol.commentlist li.depth-2 {
	margin-left: 105px;
}

div#bd ol.commentlist li.depth-3 {
	margin-left: 105px;
}

div#bd ol.commentlist div.individual-comment {
	margin-bottom: 20px;
}
	
div#bd p#ll {
	display: none;
}

img#wpstats {
	display: none;
}	

/* Footer
--------------------------------------------------------------------*/
div#ft {
	background: #1d1918;
	border-top: 5px solid #d3cbbd;
	padding: 40px 0 100px 0;
}

/* Clearfix  (http: //www.positioniseverything.net/easyclearing.html)
--------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block; /* IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */