/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
body.custom {
background-image:url(images/footerbg.jpg);
	
}
.custom #archive_intro {
display:none;
}
.social {
	padding-left: 680px;
	width: 100px;
	padding-top: 140px;
}
.custom #content_area {
background-color: #aa7e35;
}
.custom #header_area {
	background-image: url(images/headerbg.jpg);
	height: 246px;
}
.headline_area {
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.custom #header_area .page {
	background: none;
}
.custom #header {
	background-image: url(http://www.michaeljustinlee.com/wp-content/uploads/2013/10/header12.png);
	background-repeat:  no-repeat;
	height: 246px;
	padding: 0;
}
.custom .menu {
	margin-top: 20px;
	font-family: "trajan-pro",sans-serif;
}
.custom #content_box {
	width: 944px;
	padding: 0 20px 0 20px;
}
.custom ul.menu { border:none; }
    .custom ul.menu a { background: url('images/nav.png') 0 0 no-repeat !important; padding-left: 20px; }
        .custom ul.menu li:first-child a{ background: url('images/spacer.png') 0 0 no-repeat !important; }
.custom .sidebar_list {
	
	margin-top: 10px;
}
.custom #sidebars h3 {
	font-family: "trajan-pro",sans-serif;
	letter-spacing: 0px;
}
.custom #footer_area {
	background-image:url(images/footerbg.jpg);
	height: 100%;
	
}
.custom #footer_area .page {
	background-image:url(images/footerbg.jpg);
}
.custom #footer {
	color: #fff;
}
.custom #footer a:Link {
color: #fff;
border: 0;
	text-decoration: underline;
}
.custom #footer a:visited {
color: #fff;
border: 0;
	text-decoration: underline;
}
.custom #footer a:hover {
	color: #000;
border: 0;
	text-decoration: underline;
}
.custom #sidebars {
	width: 330px;
	padding: 0 20px 0 0;
}
.custom #content {
	width: 570px;
	
}

.custom .quote {
	background-color: #dfdede;
	border: 4px solid #b28b4c;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
	width: 505px;
	margin: 20px auto 20px auto;
	font-size: 18px;
	line-height: 26px;
}

#sfstest-page blockquote {
	color: #000;
	padding: 0;
	border-bottom: #b28b4c dotted 1px;
}
cite {
	font: garamond, times, serif;
	font-style: normal;
	font-weight: bold;
}
.kindle {
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 30px;
}
.custom .headline_area h2 {
	font-weight: bold;
}
.custom .headline_area h1 {
	font-weight: bold;
}
.articles ul {
	margin-top: 0;
}
.published-articles h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.homepageart li {
	font-size: 18px;
	line-height: 26px;
	list-style-type: none;
	padding-left: 10px;
}