@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);

body,td,th {
	font-family: 'Droid Serif', Georgia, Times, serif;
	font-size: .9em;
	color: #333;
}
body {
	background-color: #2d3035;
	background-image: url(images/fd_bg.jpg);
	background-repeat: repeat-x;
	margin: 20px 0px;
	margin-bottom: 50px;
	text-align: center;
}
a {
	color:#3e4166;
	text-decoration: none;
}
a:hover {
	color: #6d8a50;
}
h2 {
	margin:0;
	padding:0;
	padding-bottom:2px;
	border-bottom: 1px dashed #9fad83;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -.1em;
}
.clear {
	margin: 0;
	padding: 0;
	clear:both;
}
#info {
	width: 300px;
	text-align: left;
	padding: 10px;
	margin-top: -999px;
	position: absolute;
}
#sidebar {
	padding: 0;
	margin: 5px 0;
	margin-left: 20px;
	width: 300px;
	float: right;
}
#inspiration {
	margin: 0;
	margin-top: 10px;
	margin-left: 20px;
	background-image: url(images/insp_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 10px 0;
	width: 630px;
	text-align: left;
	border-top: 4px solid #5c7940;
	color: #ccc;
	font-size:1em;
	line-height:1.2em;
}
#inspiration img {
	width: 68px;
	background-color: #ccc;
	padding:2px;
	border: 1px solid #666;
	margin-right: 5px;
	vertical-align: top;
}
#inspiration a:hover img {
	background-color: #fff;
	border-color: #fff;
	width: 112px;
}
#inspiration h2 {
	margin-bottom: 5px;
	color: #dfdfdf;
}
#inspiration a {
	font-style: italic;
	color: #ccc;
	font-weight: bold;
}
#inspiration a:hover {
	color:#fff;
}
#reading {
	width: 290px;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 30px;
	text-align: left;
}
#listening {
	width: 290px;
	margin-right: 10px;
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 30px;
	text-align: left;
}
.about {
	width: 300px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 4px solid #5c7940;
	background-image: url(images/about_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: left;
	color: #dfdfdf;
}
.about h2 {
	margin-bottom: 5px;
}
.about a {
	color: #dfdfdf;
}
.about a:hover {
	color: #fff;
}
#contain {
	width: 1000px;
	margin: 0 auto;
	margin-top: -14px;
	padding: 0;
	background-image: url(images/fd_green.png);
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	-moz-border-radius-topright:40px;
	-webkit-border-top-right-radius:40px;
	-moz-border-radius-bottomleft:40px;
	-webkit-border-bottom-left-radius:40px;
}
#head {
	color: #fff;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 10px;
}
#head img {
	border: none;
}
#contentbox {
	padding:10px 0;
	margin: 0 auto;
	width: 960px;
}
#missing {
	padding: 0;
	padding-bottom: 30px;
	color: #dfdfdf;
	text-align: left;
}
#missing h1 {
	margin-bottom: 0;
}
#missing a {
	color: #cceeff;
}
#missing a:hover {
	color: #fff;
}
#tweets {
	padding: 0;
	margin: 0;
}
#tweets a {
	color: #dfdfdf;
	padding: 5px;
	padding-right: 3px;
	border-bottom:1px dotted #5c7940;
	display:block;
	text-decoration: none;
}
#tweets a:hover {
	background-color: #fff;
	color: #3e4166;
}
.rssDate {
	font-size: 10px;
	text-transform:lowercase;
	color:#333;
	padding: 0;
	padding-top:2px;
}
#menu {
	list-style: none;
	font-family: 'Droid Sans', Arial, sans-serif;
	width: 960px;
	margin: 10px auto;
	padding: 0;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .75em;
	padding-top: 4px;
	text-align: right;
}
#menu li {
	margin: 0;
	display: inline;
	padding: 0 7px;
	border-right: 1px dashed #555;
}
#menu li a {
	color: #999;
}
#menu li a:hover {
	color:#ccc;
}
#menu .connect {
}
/* SLIDESHOW */
/*below is the stuff for the compact example*/
#slideshow {
	display:block;
	width: 630px;
	height: 400px;
	margin:0;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0;
}
#slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%; 
	border-bottom: 4px solid #5c7940;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a{
	display:block;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	font-family: 'Droid Sans', Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 0;
	letter-spacing: -1px;
	border-top: 1px solid #abc;
	left:0px;
	bottom:0px;
	background-image: url(images/slideshow_caption-bg.png);
	color: #acce8c;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding: 2px 5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:41%;
	bottom:-20px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}