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

img,
fieldset {
	border: 0;
}

/* Links
--------------------------------------------------------------------*/
a {
	color: #00749c;
}
a:hover {

}

/* Headers
--------------------------------------------------------------------*/
h1 {
	font: bold 153.9% "Times New Roman", Georgia, sans-serif;
	margin-bottom: 20px;
}
h2 {
	font-size: 189%;
}
h3 {
	font-weight: bold;
}
h4 {

}
h5 {

}
h6 {

}

/* Text
--------------------------------------------------------------------*/
p {

}

strong {
	font-weight: bold;
}

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

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

dl {

}

ul {

}

ol {

}

/* Containers
--------------------------------------------------------------------*/
#custom-doc {
	background: url(../i/bg.png) repeat-y;
	margin-bottom: 130px;
	min-width: 973px;
	position: relative;
	width: 74.8462em;
	*width: 72.9752em;
}

div.content {
	margin: 0 7px 0 27px;
}

.yui-t6 .yui-b {
	width: 20.3846em;
	*width: 19.875em;
}

.yui-t6 #yui-main .yui-b {
	margin-right: 20.3846em;
	*margin-right: 19.875em;
}

/* Header
--------------------------------------------------------------------*/
div#hd {
	background: url(../i/hd.jpg) no-repeat;
	height: 202px;
	margin: 0 0 25px 7px;
	margin-right: 20.3846em;
	*margin-right: 19.875em;
	position: relative;
}

/* Navigation
--------------------------------------------------------------------*/
div#hd ul#nav {
	border-top: 1px solid #9bc5d9;
	bottom: 0;
	left: 20px;
	position: absolute;
	width: 675px;
}

div#hd ul#nav li {
	display: inline;
	float: left;
	font-weight: bold;
	padding: 10px 20px 10px 0;
}

div#hd ul#nav li a {
	color: #00435a;
	text-decoration: none;
}

div#hd ul#nav li.current_page_item a {
	color: #fff;
}

/* Body
--------------------------------------------------------------------*/
div#bd {
	min-height: 855px;
	min-height	: 1770px;
}

div#bd div.post h2 {
	color: #00749c;
	padding-top: 5px;
}

div#bd div.post h2 a {
	text-decoration: none;
}

div#bd div.post h3 {
	border-bottom: 1px solid #3785ad;
	color: #707070;
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div#bd div.post h3 a {
	color: #707070;
	text-decoration: none;
}

div#bd div.post p {
	color: #707070;
	margin: 0 20px 10px 0;
}

div#bd div.post div.comments {
	background: url(../i/comments.gif) no-repeat;
	display: inline;
	float: right;
	line-height: 50px;
	margin-right: 20px;
	text-align: center;
	width: 50px;
}

div#bd div.post div.comments a {
	color: #fff;
	font-size: 138.5%;
	font-weight: bold;
	text-decoration: none;
}

div#bd div.post ul.addtoany_list li a {
	padding: 0;
}

div#bd div.post div.video-section {
	margin-bottom: 20px;
}

div#bd div.post div.video {
	margin: 0 15px 15px 0;
}

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

div#bd div.navigation a {
	background: #44a1d1;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
}

div#bd div.image div.navigation a {
	background: none;
	padding: 0;
}

div#bd div#sidebar {
	position: absolute;
	top: 0;
	right: 7px;
}

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

div#bd div#sidebar ul ul {
	margin: 15px;
}

div#bd div#sidebar ul ul li a {
	color: #fff;
	font-size: 93%;
	text-decoration: none;
}

div#bd div#sidebar h2 {
	border-bottom: 1px solid #7fb8d1;
	color: #fff;
	font: bold 153.9% "Times New Roman", Georgia, sans-serif;
}

div#bd div#sidebar div#social-media {
	background: url(../i/social-icons.png) no-repeat;
	height: 120px;
	margin: 10px 7px;
	position: relative;
}

div#bd div#sidebar div#social-media a.facebook {
	display: block;
	height: 45px;
	left: 0;
	position: absolute;
	top: 0;
	width: 45px;
}

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

div#bd div#sidebar div#social-media a.twitter {
	display: block;
	height: 45px;
	left: 59px;
	position: absolute;
	top: 0;
	width: 45px;
}

div#bd div#sidebar div#social-media a.twitter:hover {
	background: url(../i/social-icons.png) -59px -120px no-repeat;
}

div#bd div#sidebar div#social-media a.myspace {
	display: block;
	height: 45px;
	left: 119px;
	position: absolute;
	top: 0;
	width: 45px;
}

div#bd div#sidebar div#social-media a.myspace:hover {
	background: url(../i/social-icons.png) -119px -120px no-repeat;
}

div#bd div#sidebar div#social-media a.better-networker {
	display: block;
	height: 45px;
	left: 59px;
	position: absolute;
	top: 58px;
	width: 45px;
}

div#bd div#sidebar div#social-media a.better-networker:hover {
	background: url(../i/social-icons.png) -59px -178px no-repeat;
}

div#bd div#sidebar div#social-media a.youtube {
	display: block;
	height: 45px;
	left: 119px;
	position: absolute;
	top: 58px;
	width: 45px;
}

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

div#bd div#sidebar div#social-media a.squidoo {
	display: block;
	height: 45px;
	left: 179px;
	position: absolute;
	top: 58px;
	width: 45px;
}

div#bd div#sidebar div#social-media a.squidoo:hover {
	background: url(../i/social-icons.png) -179px -178px no-repeat;
}

/* Footer
--------------------------------------------------------------------*/
div#ft {
	background: url(../i/ft-bg.png) bottom no-repeat;
	margin-top: 20px;
	padding-bottom: 65px;
	position: relative;
}

div#ft ul#footer_nav {
	border-top: 1px solid #3785ad;
	width: 675px;
}

div#ft ul#footer_nav li {
	display: inline;
	float: left;
	padding: 10px 15px 10px 0;
}

div#ft ul#footer_nav li a {
	font-size: 85%;
	text-decoration: none;
}

div#ft div#copyright {
	border-top: 1px solid #82c5e2;
	top: 0;
	position: absolute;
	right: 7px;
	width: 265px;
}

div#ft div#copyright ul {
	color: #fff;
	font-size: 85%;
	margin: 10px 0 0 20px;
}

div#ft div#copyright ul li a {
	color: #fff;
	text-decoration: none;
}

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