/****** CSS Document ******/

a:link, a:visited { color:#EFE3CE; text-decoration:none; }
a:hover { color:#EFE3CE; text-decoration:underline; }

/* patch for .yui-gb issue in Grids 2.3.0*/
.yui-gb .yui-u {float:left;}

/****** This is clear float items so content underneath gets pushed down, just add clearfix to any div ******/
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
body {
	background: transparent url(/images/bg.jpg) repeat center top;
	color: #fff;
	line-height: 1.6em;
}
h1 {
	font-size: 182%;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
h1.entry-title {
	margin-bottom: 5px;
}
h2 {
	font-size: 146.5%;
	margin: 10px 0;
}
h3 {
	font-size: 131%;
	margin: 10px 0;
}
.about_me h2, h3 {
	text-align: center;
}
.widget-area h2, h3 {
	text-align: left;
	font-size: 116%;
}
.entry-content {
	margin: 20px 0;
}
.entry-utility {
	font-style: italic;
}
.post {
	margin-bottom: 50px;
}
strong {
	font-weight: bold;
}
#doc, .yui-t7,.yui-t4 {
	min-width: 630px;
	width: 49.69em;
}
.home_main #doc,.home_main .yui-t7 {
	width: 58em;
}
#hd {
	background: transparent url('/images/header_bg.png') no-repeat center bottom;
	height: 143px;
}
.logo {
	margin: 25px auto;
	width: 320px;
}
.menu {
	width: 636px;
	margin: 3px auto;
}
#bd {
	background: transparent url('/images/content_bg.gif') repeat-y center top;
}
#yui-main {
	background: transparent url('/images/top_bg.png') no-repeat center top;
	width: auto;
	padding: 20px 40px;
}
.yui-t4 #yui-main {
	width: 566px;
}
.yui-t4 #yui-main .yui-b {
	margin-right:12.8456em;
}
.yui-t4 .nav {
	padding: 20px 30px 20px 0px;
	width:11.8456em;
}
.quotes span {
	float: right;
	font-weight: bold;
	padding-right: 66px;
}
.content p {
	margin-bottom:15px ;
}
.content a{
	color:#EFE3CE;
	text-decoration:underline;
}
.content a:hover{
	text-decoration:none;
}
.about_me img.image {
	margin: 6px 10px 10px 0;
}
.social_icons img {
	padding: 4px 15px;
}
.media .yui-u {
	margin-bottom: 15px;
}
input,textarea{
   background:#871D00;
   border:1px solid #C37B59;
   font-family:Tahoma;
   color:#EFE3CE; 
   font-size:10px;
}
#yui-main .sociable ul li {
	padding:1px 3px;
}

#ft {
	height: 134px;
	padding: 60px 5px 5px 5px;
	background: transparent url('/images/footer_bg.png') no-repeat center top;
}
#ft .copy {
	padding: 20px 0 10px 20px;
	color: #333;
	font-size: 85%;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}
#ft .music_player {
	float: right;
	padding: 8px 23px 0 10px;
}
