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

html, body {
	background: #454545 url(../i/bg.jpg) repeat-x;
	color: #454545;
	font-family: 'Lucida Grande', helvetica, arial, sans-serif;
	margin: 0;
}

img,
fieldset {
	border: 0;
}

/* Links
--------------------------------------------------------------------*/
a {
	color: #3f5e34;
	text-decoration: none;
}
a:hover {
	color: #6c8862;
}

/* Headers
--------------------------------------------------------------------*/
h1 {
	font-size: 182%;
	letter-spacing: -1px;
	margin: 0 20px 20px 20px;
}
h2 {

}
h3 {

}
h4 {

}
h5 {

}
h6 {

}

/* Text
--------------------------------------------------------------------*/
p {
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

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

/* Forms
--------------------------------------------------------------------*/
textarea {
	width: 479px;
}


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

dl {

}

ul {

}

ol {

}

/* Containers
--------------------------------------------------------------------*/
#custom-doc {
	min-width: 1054px;
	width: 81.0769em;
	*width: 79.0502em;
}

.content {
	margin-left: 101px;
}

.yui-t5 .yui-b {
	width: 19.1538em;
	*width: 18.675em;
}

/* Header
--------------------------------------------------------------------*/
div#hd {
	background: url(../i/header.png) no-repeat;
	height: 228px;
}

/* Navigation
--------------------------------------------------------------------*/
div#hd ul#nav {
	display: inline;
	float: right;
	margin-top: 14px;
}

div#hd ul#nav li {
	display: inline;
	float: left;
}

div#hd ul#nav li a {
	color: #fff;
	font: 108% 'Lucida Grande', Arial, sans-serif;
	padding: 6px 0 5px 15px;
	text-decoration: none;
}

div#hd ul#nav li a span {
	padding: 6px 15px 5px 0;
}

div#hd ul#nav li.current_page_item a {
	background: url(../i/nav.png) left no-repeat;
}

div#hd ul#nav li.current_page_item a span {
	background: url(../i/nav.png) right no-repeat;
}

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

}

div#bd div.content {
	background: url(../i/body.png) repeat-y;
}

div#bd div.content div.left-column {
	display: inline;
	float: left;
	margin-left: 1px;
	width: 179px;
}

div#bd div.content div.middle-column {
	margin-left: 180px;
}

div#bd div#rss {
	margin: 20px 0 15px 20px;
}

div#bd a.rss {
	background: url(../i/post-icons.png) no-repeat;
	color: #454545;
	font-style: italic;
	padding: 3px 0 3px 25px;
	text-decoration: underline;
}

div#bd div#twitter {
	background: url(../i/twitter.png) bottom no-repeat;
	margin-bottom: 20px;
	padding: 0 25px;
}

div#bd div#twitter h2 {
	display: none;
}

div#bd div#twitter ul li {
	color: #4d9ad3;
	padding: 10px 10px 10px 10px;
}

div#bd div#twitter ul li a {
	color: #004b99;
}

div#bd div#twitter ul li p, div#bd div#twitter ul li div.lifestream_label {
	font: 138.5% Georgia, sans-serif;
	margin-bottom: 0;
}

div#bd div#twitter ul li div.lifestream_text {
	padding: 0;
}

div#bd div#twitter ul li div.lifestream_meta {
	text-align: right;
}

div#bd div#twitter ul li ul {
	padding: 0;
}

div#bd div#twitter ul li ul li {
	background: none !important;
	padding: 0;
}

div#bd div.content div.post {
	margin-right: 1px;
	margin-bottom: 40px;
}

div#bd div.content div.post h2 {
	background: #dcdcdc url(../i/heading.png) repeat-x;
	border-bottom: #d2d2d2;
	font: 182% Georgia, sans-serif;
	margin-bottom: 15px;
	padding: 10px 20px;
}

div#bd div.content div.post h3 {
	color: #3f5e34;
	font: 138.5% Georgia, sans-serif;
	margin-bottom: 10px;
}

div#bd div.content div.date {
	background: #6c8862 url(../i/date.png) right repeat-y;
	color: #fff;
	font-size: 138.5%;
	margin-top: 3px;
	margin-bottom: 17px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

div#bd div.content div.author {
	background: url(../i/post-icons.png) 0 -42px no-repeat;
	color: #6c8862;
	margin: 0 20px;
	padding: 3px 0 3px 25px;
}

div#bd div.content div.comments {
	background: url(../i/post-icons.png) 0 -84px no-repeat;
	margin: 0 20px;
	padding: 3px 0 3px 25px;
}

div#bd div.content div.entry {
	margin: 0 20px;
}

div#bd div.content div.addtoany_share_save_container a {
	padding: 0;
}

div#bd div.content div.comment-body {
	margin-bottom: 15px;
}

div#bd div.content div.comment-body p {
	margin-left: 44px;
}

div#bd div.content div.comment-meta {
	font-size: 93%;
	margin-bottom: 10px;
}

div#bd div.content div.comment-author img {
	border: 1px solid #c8c8c8;
	float: left;
	margin-right: 10px;
}

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

div#bd div.content div.gallery {
	margin-bottom: 20px;
}

/* Sidebar
--------------------------------------------------------------------*/
div#bd div#sidebar {
	margin-bottom: 100px;
	margin-right: 4px;
}

div#bd div#sidebar h2 {
	color: #3f5e34;
	font: 138.5% Georgia, sans-serif;
	margin-bottom: 10px;
	text-align: right;
}

div#bd div#sidebar ul li {
	background: url(../i/sidebar.png) top repeat-x;
	padding: 10px 10px 10px 13px;
}

div#bd div#sidebar ul li ul li {
	background: none;
	padding: 0;
}

div#bd div#sidebar div#newsletter {
	text-align: right;
}

div#bd div#sidebar div#newsletter input.text {
	color: #636363;
	font-style: italic;
	margin-bottom: 10px;
	padding: 5px;
	width: 210px;
	*width: 220px;
}

div#bd div#sidebar div#newsletter input#subscribe_submit {
	background: #36622f;
	border: 1px solid #6d9166;
	color: #fff;
	padding: 5px;
}

div#bd div#sidebar div#social-media {
	height: 85px;
	overflow: hidden;
}

div#bd div#sidebar div#social-media a {
	display: block;
	float: left;
	height: 95px;
	width: 52px;
}

div#bd div#sidebar div#social-media a.twitter {
	background: url(../i/tw.png) 0 0 no-repeat;
}

div#bd div#sidebar div#social-media a.twitter:hover {
	background-position: 0 -88px;
}

div#bd div#sidebar div#social-media a.facebook {
	background: url(../i/fb.png) 0 -3px no-repeat;
}

div#bd div#sidebar div#social-media a.facebook:hover {
	background-position: 0 -98px;
}

div#bd div#sidebar div#social-media a.youtube {
	background: url(../i/yt.png) 2px 2px no-repeat;
}

div#bd div#sidebar div#social-media a.youtube:hover {
	background-position: 2px -86px;
}

div#bd div#sidebar div#social-media a.myspace {
	background: url(../i/ms.png) 0 0 no-repeat;
}

div#bd div#sidebar div#social-media a.myspace:hover {
	background-position: 0 -90px;
}

/* Footer
--------------------------------------------------------------------*/
div#ft {

}

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