/****** Bell Family, 2010, WP/Thesis ******/

/*** Major Layout Elements ***/

body.custom {
	background-color: #DFDFBF;
}
.custom a {
	text-decoration: none;
	outline: none;
}
.custom a:hover {
	text-decoration: underline;
}
/*.custom #container {
	background-color: #342B0E;
	padding: 20px;
}*/
.custom #page {
	background-color: #F5F5DC;
}
.custom #content {
	color: #333;
	background-color: #F5F5DC;
}
.custom td {
	vertical-align: top;
}

/*** Header ***/

.custom #header #logo a {
	width: 960px;
	height: 200px;
	float: left;
}
.custom #header {
	padding: 0 2px 0 2px;
	border: 0;
	height: 205px;
	/*width: 955px;*/
	background: url('/imgs/head1.jpg') no-repeat;
}
.custom #header #logo, .custom #header #tagline {
	text-indent: -9999px;
}

/*** Thesis Nav Menu ***/

.custom ul.menu {
	background-color: #838358;
	color: #F5F5DC;
	font-weight: bold;
	/*font-variant: small-caps;*/
}

.custom ul.menu li.rss a {
	padding-right: 20px;
	background: url('images/feed_icon.png') 100% 50% no-repeat;
}

.custom ul.menu li.tab a:link, ul.menu li.tab a:visited {
   text-decoration: none;
   background-color: transparent;
}
.custom ul.menu li.tab a:hover {
   text-decoration: none;
   background-color: transparent;
}
.custom ul.menu li a {
	background-color: transparent;
	text-transform: none;
	/*font-variant: small-caps;*/
	letter-spacing: 2px;
}

/*** Sidebars ***/

.sub_nav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sub_nav a {
	display: block;
	line-height: 20px;
}
.sub_nav a:link, .sub_nav a:visited {
	color: #666;
}
.sub_nav a:hover {
	color: #345c13;
}
.sub_nav ul {
	margin-top: 10px;
	margin-left:20px;
}
.sub_nav li {
	list-style-position: outside;
	list-style-type: circle;
}

/*** Content ***/

.dropcap {
	color: #b8b896;
	float: left;
	font-size: 50px;
	margin: 12px 4px 4px 0;
}
}
p.follow {
	margin-bottom: 4px;
}
.author {
	font-style: italic;
	color: #838358;
}
.img_cap {
	background-color: #838358;
	color: #f5f5dc;
	margin-bottom: 20px;
}
.img_td {
	padding: 4px 0 0 4px;
}
.cap_td {
	padding: 12px;
	font-weight: bold;
}
.custom .comments_closed p {
	display: none;
}
/*** Footer ***/
.custom #footer {
	height: 60px;
	font-size: smaller;
}
.custom #footer a {
	border: none;
}