/*
Theme Name: Dragonfruit
Theme URI: http://wordpress.org/
Description: WordPress theme
Version: 1.0
Author: Matt Raufman
Author URI: http://mattraufman.com/
Tags: none
*/



/* Begin Typography & Colors */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #373736;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	background: #912037 url('images/bg_bar.png');
	background-position: top left;
	background-repeat: repeat-x;
	}

#page {
	width: 864px;
	margin: 0 auto;	
	text-align: left;
	}

#header {
	margin:0;
	padding: 0;
	width: 864px;
	height:148px;
	}

#stage_top {
	margin:0;
	padding: 0;
	width: 864px;
	height:49px;
	background-image: url('images/stage_top.png'); 
	background-repeat:no-repeat; }
}

#top_nav { height: 148px; display: inline; }

#top_nav a {
display: block; 
float: left; 
margin:0;
} 

#top_nav .logo a{ height:148px; width:237px; background-image: url('images/logo.png'); background-repeat:no-repeat; background-position: 35px 30px; }
#top_nav .nav1 a{ height:56px; width:151px; background-image: url('images/nav1_off.png'); background-repeat:no-repeat; }
#top_nav .nav2 a{ height:56px; width:154px; background-image: url('images/nav2_off.png'); background-repeat:no-repeat; }
#top_nav .nav3 a{ height:56px; width:170px; background-image: url('images/nav3_off.png'); background-repeat:no-repeat; }
#top_nav .nav4 a{ height:56px; width:80px; background-image: url('images/nav4_off.png'); background-repeat:no-repeat; }
#top_nav .nav5 a{ height:56px; width:72px; background-image: url('images/nav5_off.png'); background-repeat:no-repeat; }

#top_nav .nav1 a:hover{ height:56px; width:151px; background-image: url('images/nav1_ovr.png'); background-repeat:no-repeat; }
#top_nav .nav2 a:hover{ height:56px; width:154px; background-image: url('images/nav2_ovr.png'); background-repeat:no-repeat; }
#top_nav .nav3 a:hover{ height:56px; width:170px; background-image: url('images/nav3_ovr.png'); background-repeat:no-repeat; }
#top_nav .nav4 a:hover{ height:56px; width:80px; background-image: url('images/nav4_ovr.png'); background-repeat:no-repeat; }
#top_nav .nav5 a:hover{ height:56px; width:72px; background-image: url('images/nav5_ovr.png'); background-repeat:no-repeat; }


#content {
	margin: 0;
	padding-bottom: 26px;
	text-align: left;	
	background-color: #eaeaea;
	}


a  {
	color: #912037;
	text-decoration: none;
	}

a:hover {
	color: #d22448;
	text-decoration: none;
	}
	
	
#side_nav {
	display: block;
	font-size: 14px;
	line-height: 20px;
	}

#top_line{
	width:178px;
	height:9px;
	border-top: 4px solid #dcdbdb;
}

#bottom_line {
	width:178px;
	height:9px;
	border-bottom: 4px solid #dcdbdb;
}

#div_line{
	width:530px;
	margin:20px 0 16px 0;
	border-top: 2px solid #c0818e;
}

#date_line {
	width:530px;
	margin:20px 0 16px 0;
	border-top: 2px solid #ccc;
}

#date {
	margin: -4px 0 12px 0;
	color: #666;
}
#date_single {
	margin: -17px 0 12px 0;
	color: #666;
}



#main_content{
	margin: 0;
	padding: 26px 32px;
	background-color: #e1e1e1;
	}

#main_content img{
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	border: 5px solid #fff;
	}

#main_content ol, #main_content ul { 
	    list-style-type:disc; 
	    margin-left: 28px;
	} 

#image_padding {
	float: left;
	padding: 0 20px 16px 0;
}


#thumb {
}

#thumb_default {
	margin-top: 7px;
}


#flash_content{
	margin: 0;
	padding: 20px;
	background-color: #d8d8d8;
	}



.excerpt {
	color: #888;
	font-size: 14px;
	line-height: 17px;
	font-weight:normal;
	}
	

#lists {
	letter-spacing: 1px;
	line-height: 14px;
	font-weight:normal;
	}

#lists ul {
	}	

#lists li {
	margin:0 0 11px 0;
	}	

#lists a {
	background-color: #444;
	color: #fff;
	padding: 2px 5px;
	margin:0 0 8px 0;
	font-weight: normal;
	}	

#lists a:hover {
	background-color: #444; 
	font-weight: normal;
	}

#stage_bottom {
	margin:0;
	padding: 0;
	width: 864px;
	height:14px;
	background-image: url('images/stage_bottom.png'); 
	background-repeat:no-repeat; }
}
	
#footer {
	padding: 20px 0;
	width: 864px;
	clear: both;	
	}

.foot_style {
	padding-top: 5px;
	color: #d3b0b7;
	font-size: 11px;
	font-weight:normal;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



p {
padding-bottom: 12px;
}


.post hr {
	display: block;
	}



.clear {
	clear: both;
}


/* End Structure */




/* Begin Images */


.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



h2 {
	font-weight: normal;
	font-size: 22px;
	margin: 0px 0 22px 0;
	color: #912037;
	letter-spacing: 1px;
	line-height: 24px;
	}


h2 a:hover {
	text-decoration: none;
	}

h4 {
	font-weight: normal;
	font-size: 18px;
	margin: 7px 0 7px 0;
	color: #912037;
	letter-spacing: 1px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #912037;
	margin: 10px 0 6px 0;
	letter-spacing: 1px;
	}

h5 {
	font-weight: bold;
	font-size: 15px;
	color: #444;
	margin: 0px 0 12px 0;
	}

em {
font-style:italic;
}

div.sf-links a {
padding-left:15px;
background: url('images/download-icon.png') top left no-repeat;
text-decoration:underline;
}


/* PRELOAD IMAGES */

#preload_images {
display: none;
margin-left: -8000px;
}






