/*  
Theme Name: Despain
Theme URI: http://www.despaincraftsmanship.com
Description: Despain Craftsmanship WordPress theme
Version: 1.0
Author: Rr
Author URI: http://www.despaincraftsmanship.com
*/

body 
{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #000008;
	background: url('images/body.jpg') repeat top center;
	margin: 60px 0px;
	padding: 0px;
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 958px;
	border: 2px solid #A11F2B;
}
a { color: #A21F29; }
img { border: 0px; }
form, h1, h2, h3 { padding: 0px; margin: 0px; }
.alignleft { float: left; }
.alignright { float: right; }

/* START header styles */
#header 
{
	margin: 0 0 0px 0;
	position: relative;
}

#topNav
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#topNav li
{
	padding: 0px;
	margin: 0px;
	float: left;
	height: 34px;
	text-align: center;
}
#topNav li#nav1 { background: url(images/nav1.jpg) no-repeat top left; width: 93px; }
#topNav li#nav1:hover{ background: url(images/nav1.jpg) no-repeat top left; }
#topNav li#nav1.selected { background: url(images/nav1On.jpg) no-repeat top left; }
#topNav li#nav2 { background: url(images/nav2.jpg) no-repeat top left; width: 94px; }
#topNav li#nav2:hover{ background: url(images/nav2.jpg) no-repeat top left; }
#topNav li#nav2.selected { background: url(images/nav2On.jpg) no-repeat top left; }
#topNav li#nav3 { background: url(images/nav3.jpg) no-repeat top left; width: 93px; }
#topNav li#nav3:hover{ background: url(images/nav3.jpg) no-repeat top left; }
#topNav li#nav3.selected { background: url(images/nav3On.jpg) no-repeat top left; }
#topNav li#nav4 { background: url(images/nav4.jpg) no-repeat top left; width: 93px; }
#topNav li#nav4:hover{ background: url(images/nav4.jpg) no-repeat top left; }
#topNav li#nav4.selected { background: url(images/nav4On.jpg) no-repeat top left; }
#topNav li#nav5 { background: url(images/nav5.jpg) no-repeat top left; width: 94px; }
#topNav li#nav5:hover{ background: url(images/nav5.jpg) no-repeat top left; }
#topNav li#nav5.selected { background: url(images/nav5On.jpg) no-repeat top left; }
#topNav li#nav6 { background: url(images/nav6.jpg) no-repeat top left; width: 93px; }
#topNav li#nav6:hover{ background: url(images/nav6.jpg) no-repeat top left; }
#topNav li#nav6.selected { background: url(images/nav6On.jpg) no-repeat top left; }
#topNav li#nav7 { background: url(images/nav7.jpg) no-repeat top left; width: 106px; }
#topNav li#nav7:hover{ background: url(images/nav7.jpg) no-repeat top left; }
#topNav li#nav7.selected { background: url(images/nav7On.jpg) no-repeat top left; }

#topNav a
{
	display: block;
	text-align: center;
	font-size: 11px;
	color: #000008;
	font-weight: normal;
	padding: 13px 3px 0px 0px;
	text-decoration: none;
}
#topNav li#nav7 a
{
	display: block;
	text-align: center;
	font-size: 11px;
	color: #000008;
	font-weight: normal;
	padding: 13px 18px 0px 0px;
	text-decoration: none;
}
#topNav li:hover a, 
#topNav li.selected a,
#topNav li#nav7:hover a, 
#topNav li#nav7.selected a
{
	color: #FFF;
	text-decoration: none;
}

#topBar { background:  #A31D28; }

#contentBG { background: url(images/main.jpg) repeat-y top left; position: relative; overflow: hidden; }

#pCurl { position: absolute; top: 0px; left: 0px; }


/*
#headerMargin { padding: 227px 120px; }
#header h1
{
	padding: 0px;
	margin: 0px;
}
#header h1 a 
{
	color: #5D1A0C;
	font-size: 32px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

#header .description 
{
	font-size: 17px;
	color: #5D1A0C;
	font-style: italic;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
*/

/* END header styles */

/* START search styles */
#searchform { margin: 10px 0px; }
#searchform #s
{
	font-size: 10px;
	width: 90px;
}
#searchform #searchsubmit
{
	font-size: 10px;
}
#searchsubmit { margin: 0 0 0 0px; }
/* END search styles */

/* START sidebar styles */
#sidebar
{	
	width: 164px; /*214*/
	float: right;
	padding: 25px 50px 0px 0px;
}
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
{
	margin: 0px 0px 5px;
	text-align: left;
	padding: 0px 0px;	
	color: #A21F29;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#sidebar > ul li ul
{
	font-size: 11px;
	list-style: disc;
	margin: 0px 0 10px 25px;
	padding: 0px;
	text-align: left;
	line-height: 16px;
}
#sidebar > ul li ul a
{
	font-size: 11px;
	color: #000008;
	text-decoration: none;
}
#sidebar p
{
	margin: 0px 0px;
	padding: 0;
	color: #000008;
	font-size: 11px;
}
#sidebar .textwidget
{
	margin: 5px 15px;
	padding: 0;
	color: #000008;
	font-size: 11px;
	line-height: 15px;
}
#sidebar a
{
	color: #A21F29;
}

#sidebar ul li#tag_cloud, #sidebar ul li#calendar
{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;	
	color: #000008;
}
#sidebar ul li#tag_cloud h2, #sidebar ul li#calendar h2
{
	margin: 0px 0px 10px -15px;
}
#sidebar ul li#tag_cloud a, #sidebar ul li#calendar a
{
	color: #A21F29;
	text-decoration: none;
}




/* END sidebar styles */

/* START content styles */
#content.narrowColumn
{
	width: 634px; /*744*/
	padding: 0 0 0 0px;
	margin: 25px 55px 50px 55px;
	float: left;
	
}
#content.widecolumn
{
	width: 848px; /*958*/
	padding: 0 0 0 0px;
	margin: 25px 55px 50px 55px;
}

.post { clear: both; }
.post h2, .post h3
{
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
	color: #A21F29;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
.post h2 a, .post h3 a
{
	color: #A21F29;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
.post small, .post small a
{
	font-size: 10px;
	color: #666;
	margin: 0;
	padding: 0;
}
.post .entry p
{
	margin: 7px 0 5px;
	padding: 0px;
	text-align: left;
	line-height: 17px;
}
.post .entry a
{
	color: #A21F29;
}
.post .postmetadata, .post .postmetadata a
{
	margin: 0px 0 15px;
	padding: 0px;
	text-align: right;
	color: #A21F29;
	font-size: 11px;
	text-decoration: none;
}
.post .postmetadata a:hover
{
	text-decoration: underline;
}
.post img { margin: 0 5px 5px 0; }
h2.pagetitle
{
	color: #A21F29;
	font-size: 21px;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0 0px;
}
.navigation
{
	margin: 0px;
	padding: 0px;
}
.navigation a
{
	color: #A21F29;
	font-size: 11px
}

/* END content styles */

/* START footer styles */
#copyright
{
	clear: both;
	font-weight: normal;
	font-size: 9px;
	padding: 10px 20px;
	text-align: center;
}

#footer
{
	clear: both;
	padding: 0px 0px 10px;
	text-align: center;
	color: #7E5120;
	margin: 0px 0 0;
	font-size: 9px;
}
#footer a
{
	color: #A21F29;
}
/* END footer styles */

