/*------------------------------------------------------------------
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: #3f3f3f;
}

img,
fieldset {
	border: 0;
}

/* Links
--------------------------------------------------------------------*/
a {
	color: #3770cb;
	text-decoration: none;
}
a:hover {
	color: #fe751a;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

/* Headers
--------------------------------------------------------------------*/
h1 {
	font: 150% "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 30px;
}

h2 {
	border-bottom: 1px solid #b3b3b3;
	font: 300% "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h2 a, h2 a:hover {
	color: #3f3f3f;
}

h3 {
	font: 150% "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 10px;
}
h4 {

}
h5 {

}
h6 {

}

/* Text
--------------------------------------------------------------------*/
p {
	font-size: 118%;
	line-height: 161.6%;
	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 {

}

/* Forms
--------------------------------------------------------------------*/
input, textarea {
	background: #b0b0b0;
	border: 0;
}

textarea {
	width: 570px;
}

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

div.content {
	margin:auto;
	text-align:left;
	width: 74.923em;/* non-IE */ 
	*width: 73.052;/* IE */ 
	min-width: 974px;	
}

.yui-t6 #yui-main .yui-b {
	margin-right: 25em;
}

/* Toolbar
--------------------------------------------------------------------*/
#toolbar {
	background: #3f3f3f;
	color: #fff;
	padding: 8px 0;
}

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

#toolbar ul li.first {
	border: none;
	padding-left: 0;
}

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

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

#toolbar ul li a:hover {
	text-decoration: underline;
}

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

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

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

/* Header
--------------------------------------------------------------------*/
div#hd {
	margin-bottom: 20px;
}

div#hd div#search {
	display: inline;
	float: right;
	margin-top: 20px;
}

div#hd div#search input#s {
	background: #b0b0b0 url(../i/search.png) 5px center no-repeat;
	border: 1px solid #888;
	color: #3f3f3f;
	font-size: 200%;
	padding-left: 25px;
	width: 500px;
}

div#hd div#logo {
	padding-top: 10px;
}


div#hd div#tags {
	background: #eee;
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding: 5px;
}
/* Navigation
--------------------------------------------------------------------*/
div#hd ul#nav {

}

/* Body
--------------------------------------------------------------------*/
div#bd {

}

div#bd div.share {
	padding-bottom: 20px;
}

div#bd div.date {
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

div#bd div.share div.floatright {
	margin-left: 10px;
}

div#bd div.post {
	margin-bottom: 50px;
}

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

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

div#bd div.post img.aligncenter {
	display: block;
	margin: 0 auto 15px auto;
}

div#bd div.post div.post_footer {
	background: #eee;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
	letter-spacing: 2px;
	line-height: 100%;
	padding: 7px;
	text-transform: uppercase;
}

div#bd div.post div.post_footer div.floatright {
	margin-left: 20px;
}

div#bd div#yui-main div.ad {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin-bottom: 20px;
}

div#bd p.postmetadata {
	font-size: 85%;
	margin-top: 30px;
}

div#bd div.sidebar {
	margin-bottom: 40px;
}

div#bd div.sidebar h2 {
	border-bottom: 0;
	font: 150% "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 10px;
}

div#bd div.sidebar ul li {
	font-size: 93%;
}

div#bd div.sidebar ul li.widget_categories {
	margin-bottom: 20px;
}

div#bd div.sidebar ul li.widget_categories ul li {
	text-transform: uppercase;
}

div#bd div.sidebar ul li.widget_recent_comments ul {
	margin-left: 30px;
}

div#bd div.sidebar ul li.widget_recent_comments ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}

div#bd div.sidebar ul li.popular-posts {
	margin-bottom: 20px;
}

div#bd div.sidebar ul li.popular-posts a {
	display: block;
}

div#bd div.sidebar ul li.popular-posts li {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 10px;
}

div#bd div.sidebar ul li.popular-posts li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#bd div.sidebar ul li.popular-posts li {
	display: inline-block; /* IE/Mac */
}
/* Hides from IE-mac \*/
* html div#bd div.sidebar ul li.popular-posts li {
	height: 1%;
}
div#bd div.sidebar ul li.popular-posts li {
	display: block;
}

div#bd div.sidebar ul li.popular-posts li img {
	border: 2px solid #ccc;
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 40px;
}

div#bd div.sidebar ul li.popular-posts li .wpp-post-title {
	display: block;
}

div#bd div.sidebar ul li.popular-posts li .post-stats {
	font-size: 85%;
}

div#bd div.sidebar div#categories {
	margin-bottom: 20px;
}

div#bd div.sidebar li#text-110230433 {
	margin-bottom: 20px;
}

div#bd div.sidebar ul.col {
	display: inline;
	float: left;
	margin-right: 4%;
	width: 46%;
	text-transform: uppercase;
}

div#bd div.sidebar li#tag_cloud-2 {
	margin-bottom: 20px;
}

div#bd div.sidebar div.ad {
	margin-bottom: 20px;
}

div#bd div.navigation {
	margin-bottom: 40px;
}

div#bd div.navigation a {
	background: #fe751a;
	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: #fe751a;
	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 input#submit {
	background: #fe751a;
	border: 0;
	color: #fff;
	font-size: 85%;
	padding: 5px 10px;
	text-transform: uppercase;
}

div#bd p#ll {
	display: none;
}

img#wpstats {
	display: none;
}

/* Footer
--------------------------------------------------------------------*/
div#ft {
	margin: 40px 0;
	font-size: 85%;
	text-transform: uppercase;
}

/* 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 */
