/*
Theme Name: Dreamspinner Press
Theme URI: http://www.dreamspinnerpress.com/
Description: default DSP theme
Version: 1.0
Author: T. Gines

*/


/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*----- Start DSP Style -----*/


body {
	background: #000 url('images/woodbody.jpg') no-repeat top center;
}

#container {
	width:960px;
	margin:0 auto;
}

#logo {
	background:url(images/ds-logo.png) no-repeat;
	width: 392px;
	height: 163px;
	margin:20px auto 0 0;
	text-indent:-8888px;
}

#content1 {
	background:url(images/main-body.png) 0 5px;
}

#content2 {
	background:url(images/main-top.png) no-repeat top center;
	padding-top:60px;
}

#content2 .excerpt {
	margin:20px 300px 30px 40px;
}

#content2 .excerpt h5 {
	font:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:12px;
	font-weight:normal;
	letter-spacing:2px;
	text-transform:uppercase;
}


#content2 h2 {
	font:italic normal 24px Georgia, "Times New Roman", Times, serif;
	color:#036;
	margin:0 0 10px 0px;
}

#content2 a, #content2 a:visited {
	color:#036;
	text-decoration:none;
}

#content2 a:hover {
	color:#069;
	text-decoration:underline;
}

#content2 p {
	font:14px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#000;
	margin:5px 0px 10px 0px;
}



#sidebar {
	float:right;
	width:200px;
	margin:0 10px 20px 0;
}

#sidebar a, #sidebar a:visited, #sidebar a:hover {
	color:#FFF;
}

#sidebar ul {
	margin:5px auto 40px;
}

#sidebar h2 {
	display:block;
	background:#30353b;
	font:italic normal 16px Georgia, "Times New Roman", Times, serif;
	color:#FFC;
	padding:5px 8px;
}

#sidebar ul li {
	font:13px Arial, Helvetica, sans-serif;
	list-style-type:circle;
	margin-left:12px;
	color:#999;
}

#sidebar p {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	line-height:14px;
	padding-bottom:20px;
}

#pagination {
	text-align:center;
	padding:10px 300px 20px 30px;
	font:Arial, Helvetica, sans-serif;
}


#footer {
	background:#30353b;
	padding:20px 0;
	color:#999;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	clear:both;
	margin-top:10px;
}

.moretext {
	font:italic normal 12px Georgia, "Times New Roman", Times, serif;
	background:#E4EDF6;
	padding:3px 10px;
	margin-top:5px;
	text-align:right;
}

.comments h3 {
	display:block;
	font:italic normal 20px Georgia, "Times New Roman", Times, serif;
	color:#999;
	padding:15px 0px 5px;
}

#content2 .comments .commentmetadata, #content2 .commentmetadata a {
	font-size:9px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	text-decoration:none;
	text-transform:uppercase;
}

.comment-body p {
	display:block;
	padding:5px;
	border:1px solid #CCC;
}

.commentlist li {
	padding:15px 0;
	border-bottom:1px dashed #EAF1F4;
}
