/*------------------------------------------------------------------
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: #e5ddb9 url(../i/bg.jpg) repeat-x;
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
}

img,
fieldset {
	border: 0;
}

/* Links
--------------------------------------------------------------------*/
a {
	color: #9e9674;
	text-decoration: none;
}
a:hover {
	color: #54d8c6;
}

/* Headers
--------------------------------------------------------------------*/
h1 {
	font-size: 197%;
}
h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 182%;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
h3 {
	font-size: 153.9%;
}
h4 {
	font-size: 123.1%;
}
h5 {

}
h6 {

}

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

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

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

dl {

}

ul {

}

ol {

}

/* Containers
--------------------------------------------------------------------*/
#doc2 {
	margin: 20px auto 70px auto;
}

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

/* Header
--------------------------------------------------------------------*/
div#hd {
	height: 170px;
	position: relative;
	margin-bottom: 20px;
}

div#hd div#logo {
	position: absolute;
	top: 70px;
	left: 0;
}

div#hd div#description {
	margin: 0 0 0 8px;
}

div#hd div#family {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Navigation
--------------------------------------------------------------------*/
div#hd ul#nav {
	background: #000;
	opacity:0.7;
	filter:alpha(opacity=70);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

div#hd ul#nav li {
	display: inline;
	float: left;
	padding: 2px 5px;
}

div#hd ul#nav li a {
	color: #fff;
	font-size: 85%;
	padding: 5px 0;
	text-transform: uppercase;
	text-decoration: none;
}

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

}

div#bd div#family-photos {
	margin-bottom: 20px;
}

div#bd div.person {
	border: 1px solid #000;
	position: relative;
	height: 158px;
	overflow: hidden;
}

div#bd div.person div.caption {
	background: #000;
	color: #fff;
	opacity:0.7;
	filter:alpha(opacity=70);
	position: absolute;
	width: 211px;
	*width: 212px;
	bottom: 0;
	left: 0;
	text-align: right;
	padding: 5px;
	text-transform: lowercase;
}

div#bd div.person div.caption a {
	display: block;
	color: #fff;
}

div#bd div.post {
	border-bottom: 3px solid #403d32;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

div#bd div.post h2 {
	margin-bottom: 0;
}

div#bd div.post h2 a, div#bd div.post h3 a {
	color: #333;
}

div#bd div.entry {
	margin-top: 20px;
}

div#bd div.entry p {
	font-size: 108%;
	color: #333;
}

div#bd div.entry img {
	border: 1px solid #000;
}

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

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

div#bd div.entry p.wp-caption-text {
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	padding-left: 5px;
}

div#bd div.entry a.more-link {
	background: #54d8c6;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	padding: 5px;
}

div#bd div#sidebar {
	padding-left: 18px;
}

div#bd div#sidebar h2 {
	border-bottom: 3px solid #beb693;
	color: #333;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 10px;
}

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

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

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

div#bd div.navigation a {
	background: #9e9674;
	color: #fff;
	padding: 5px 10px;
}

/* Footer
--------------------------------------------------------------------*/
div#ft {
	text-align: center;
}

div#ft-nav {
	border-top: 1px solid #beb693;
	border-bottom: 1px solid #beb693;
	font-size: 85%;
	padding: 5px 0;
	margin-bottom: 10px;
}

div#ft a {
	font-weight: bold;
}

div#ft a.rss {
	background: url(../i/rss-icon.gif) 0 4px no-repeat;
	padding: 5px 0 5px 25px;
}

div#ft ul {

}

div#ft ul li {
	border-left: 1px solid #beb693;
	display: inline;
	float: left;

	line-height: 100%;
	margin-right: 5px;
	padding-left: 5px;
}

div#ft ul li.first {
	border: 0;
	
}

div#ft ul li a {
	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 */