/*  
Theme Name: Davis Dragons
Theme URI: http://www.davisdragons.net
Description: WordPress theme for Davis Dragons.
Version: 1.0
Author: Reed Remington
Author URI: http://www.davisdragons.com
*/

body 
{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	color: #231F20;
	text-align: center;
	margin: 0;
	padding: 0;
}

#page
{
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 1000px;	
	background: #D8CBA8;
}
a { color: #9E1D20; }
img { border: 0px; }
form, h1, h2, h3 { padding: 0px; margin: 0px; }
.alignleft { float: left; }
.alignright { float: right; }

/* START header styles */
#headerBar
{
	height: 25px;
	background: url(images/headerNav.jpg) repeat-y top;
}
#headerBanner
{
	background: url('images/header.jpg') no-repeat top center;
	height: 181px;
}
#header 
{
	margin: 0 auto;
	text-align: center;
}
#topNav
{
	height: 58px;
	background: url(images/topNavBG.jpg) repeat-x;
}
#topNav a
{
	font-size: 12px;
	line-height: 58px;
	color: #DBD4C1;
	font-weight: bold;
	padding: 0px 15px;
	text-decoration: none;
	background: url(images/topNavSpc.jpg) no-repeat 0px 0px;
}
#topNav a.first { background: none; }
#topNav a:hover, #topNav a.selected
{
	color: #FFFFFF;
	text-decoration: none;
}
/* END header styles */

/* START search styles */
#searchform { margin: 10px 25px; }
#searchform #s
{
	font-size: 10px;
	width: 100px;
}
#searchform #searchsubmit
{
	font-size: 10px;
}
#searchsubmit { margin: 0 0 0 0px; }
/* END search styles */

/* START sidebar styles */
#sidebar
{	
	width: 250px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: #D8CBA8;
}
ul#themeswitcher li
{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0px;
}
#themeswitcher select
{
	font-size:10px;
}

#sidebar > ul
{
	margin: 15px 0;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#sidebar > ul li h2
{
	font-size: 18px;
	color: #000000;
	margin: 10px 25px;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px;
}
#sidebar > ul li ul
{
	font-size: 12px;
	list-style: none;
	margin: 0px 0px 20px 25px;
	padding: 0px;
	text-align: left;	
}
#sidebar > ul li ul a
{
	font-size: 12px;
	color: #9E1D20;
	text-decoration: none;
	line-height: 20px;
}
#sidebar p
{
	margin: 10px;
	font-size: 10px;
	padding: 0;
	color: #4C5B52;
}
#sidebar a
{
	color: #4C5B52;
}

#sidebar ul li#tag_cloud, #sidebar ul li#calendar
{
	padding: 0px 0px 10px 40px;
	color: #4C5B52;
}
#sidebar ul li#tag_cloud h2, #sidebar ul li#calendar h2
{
	margin: 10px 10px 10px -30px;
}
#sidebar ul li#tag_cloud a, #sidebar ul li#calendar a
{
	color: #4C5B52;
	text-decoration: none;
}
/* END sidebar styles */

/* START content styles */
#content.narrowColumn
{
	width: 699px; /* 750px */
	margin: 0;
	padding: 10px 25px;
	float: left;
	border-right: 1px solid #FFFFFF;		
	background: #C9BB98;
	min-height: 410px;
}
#content.widecolumn
{
	width: 950px; /* 1000px */
	margin: 0px;
	padding: 10px 25px;
}

#content h1
{
	padding: 0px;
	margin: 10px 0px 0px;
	text-align: left;
}
#content h1 a 
{
	color: #9E1D20;
	font-size: 24px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

#content .description 
{
	font-size: 16px;
	color: #9E1D20;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 15px;
}

.post { clear: both; }
.post h2, .post h3
{
	margin: 0 0 0px 0;
	padding: 5px 0 0px 0;
}
.post h2 a, .post h3 a
{
	color: #000000;
	font-size: 22px;
	text-decoration: none;
	font-weight: normal;
}
.post small, .post small a
{
	font-size: 10px;
	color: #9E1D20;
	margin: 0;
	padding: 0;
}
.post .entry p
{
	margin: 15px 0 5px;
	padding: 0px;
	text-align: left;
}
.post .entry a
{
	color: #231F20;
}
.post .postmetadata, .post .postmetadata a
{
	margin: 0px 0 15px;
	padding: 0px;
	text-align: right;
	font-size: 10px;
	color: #9E1D20;
	text-decoration: none;
}
.post .postmetadata a:hover
{
	text-decoration: underline;
}
.post img { margin: 0 5px 5px 0; }
h2.pagetitle, h2
{
	color: #000000;
	font-size: 22px;
	text-decoration: none;	
	margin: 5px 0 0px;
}
.navigation a
{
	color: #9E1D20;
	font-size: 10px;
}
/* END content styles */

/* START footer styles */
#footer
{
	clear: both;
	font-size: 11px;
	padding: 10px 0px;
	text-align: center;
	color: #9E1D20;
	margin: 0px;
	border-top: 1px solid #B0A18C;
}
#footer a
{
	color: #9E1D20;
	text-decoration: none;
}
/* END footer styles */

