/*  
Theme Name: DoctorBlues.com
Theme URI: http://www.stevensmedia.com/doctorblues
Description: DoctorBlues.com custom layout
Version: 1.0
Author: Sam Stevens
Author URI: http://www.stevensmedia.com/
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%;  /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #FFCC99;
	background: Black url(images/bkgd.jpg) repeat-x;
}

#page {
	text-align: left;
	}

#content {
	font-size: 1.3em;
	}

.entry p {
	font-size: 1em;
	}

.small, small {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.4em;
	color: White;
}	

h2, h3, h3 a, h3 a:visited {
	color: white;
	}
	
h2, h2.pagetitle {
	text-align: left;
	font-size: 1.4em;
	color: #331F0A;
	border-bottom: solid 1px #331F0A;
	}
	
h2.pagetitle {
	font-size: 1.1em;
}

DIV.entrytext UL LI H2 {
	font-size: 1em;
	font-family: Verdana, Arial, Sans-Serif;
	border-bottom: none;
	color: #FFCC99;
}

h2 A, h2 A:VISITED {
	color: #331F0A;
}

h3 {
	font-size: 1.2em;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
.postmetadata {
	font-size: 0.8em;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover, a:visited {
	color: #B22222;
	text-decoration: none;
}

a:hover {
	color: #FF8C00;
	text-decoration: underline;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 120px;
	width: 760px;
	}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 760px;
}

#content {
	padding: 0;
	margin: 0 0 40px 120px;
	width: 510px;
}
	
#cdpromo {
	color: #EBEBEB;
	margin-bottom: 40px;
}	

#cdpromo UL LI {
	margin-left: 30px;
}
	
.post {
	margin: 0 0 40px;
}

.medium {
	font-size: 11px;
}

A.medium {
	text-decoration: underline;
}

A:HOVER.medium  {
	text-decoration: none;
}
	
/* Begin Sidebar */
#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	padding: 104px 10px 10px 10px;
	width: 70px;
	text-align: right;
	background: url(images/bkgd_nav.jpg) no-repeat;
	height: 310px;
}

#sidebar form {
	margin: 0;
	}
	
#sidebar A {
	font-weight: bold;
	font-size: 15px;
	font-variant: small-caps;
	color: White;
}

#sidebar A:HOVER {
	color: #B22222;
	text-decoration: none;
}

#gigs {
	position: absolute;
	top: 0;
	left: 0;
	padding: 104px 10px 10px 10px;
	width: 70px;
	background: url(images/bkgd_gigs.jpg) no-repeat;
	height: 310px;
}

.gigshead {
	font-weight: bold;
	font-size: 1.1em;
	font-variant: small-caps;
	color: White;
}

#gigs UL, #gigs UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#gigs UL LI {
	padding-bottom: 8px;
}

#gigs A {
	color: White;
}

#gigs A:HOVER {
	color: #B22222;
	text-decoration: none;
}

/* End Sidebar */

#newsletter {
	width: 520px;
	margin: auto;
}
	
#footer {
	padding: 0;
	margin: 10px auto;
	width: 760px;
	clear: both;
	border-top: 1px solid #331F0A;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	font-size: 1em;
	text-align: center;
	color: #844200;
	}
	
#footer A {
	color: #FF9933;
}

#footer A:HOVER {
	color: #B22222;
	text-decoration: none;
}
	
/* End Structure */


/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #844200;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
/* End Images */


/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

UL LI,  DIV.entrytext UL.links LI UL LI{
	list-style-type: square;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
DIV.entrytext UL.links {
	margin: 0;
	padding: 0;
}

DIV.entrytext UL.links LI {
	list-style-type: none;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 3px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
	
/* End Entry Lists */



/* Begin Form Elements */

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #000;
	color: #FFF;
	border: 1px solid #331F0A;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color: #000;
	color: #FFF;
	border: 1px solid #331F0A;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	font-style: italic;
	color: #FFCC99;
}

hr {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

blockquote cite {
}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.post LI {
	margin-bottom: 10px;
}

/*#content h3 a {
	text-decoration: underline;
}*/

/* SimplePie Plugin Styles: Used on The Doctor's Pad syndicated MySpace blog page. */

DIV.simplepie H3 {
	display: none;
}

DIV.simplepie OL, DIV.simplepie OL LI {
	list-style-type: none;
	padding-left: 0;
}
