/*
The style sheet for www.stevenshewbrooks.com
*/


body {
	margin: 0;
	padding: 0;
	background: #CCCCCC url(images/steven_back_v2.jpg) repeat-y top center;
	font-size: 13px;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	text-transform: lowercase;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	text-align: justify;
}

h1, h2, h3 {
	font-weight: normal;
	color: #000000;
}

h4 {font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}
h4 {
	letter-spacing: -1px;
	font-size: 2em;
	border-bottom-style: groove;
	border-bottom-width: 2px;
	border-bottom-color: CCCCCC /*line color in sidebar*/;
	padding-bottom: 5px;
	margin: 0px;
}


p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #6699CC /*light blue - the link color*/;
}

a:hover {
	text-decoration: none;
	color: #FF9900 /*orange font*/;	
}

#header {
	width: 760px;
	height: 300px;
	background: url(images/steven_page_v2.jpg) /*top center image*/no-repeat right top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1, #header p {
	margin: 0;
		color: #000000 /*steven shewbrooks font color*/;
}

#header h1 {
	padding: 100px 0 0 50px;
}

#header p {
	padding-left: 53px;
	margin-top: -10px;
}
#header a {
	color: #FF9900/*orange font*/;
}

#page {
	width: 760px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 475px;
	margin-top: -90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#content a {
	text-decoration: none;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
}

.byline {
	margin: 0;
	color: #000000; /*color of line in between artists*/
	border-bottom-style: ridge;
	border-bottom-width: 3px;
	border-bottom-color: #000000;
}

.meta {
	text-align: justify;
	color: #000000;
	padding: 5px 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.meta .more {
	padding-left: 20px;
	background: /*little text image*/;
}

.meta .comments {
	padding-left: 20px;
	background: /*little bubble image*/;
}


/*SIDE BAR*/


#sidebar {
	float: right;
	width: 230px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #000000 /*lines in between text in sidebar*/;
	background: url(images/bullet.jpg) no-repeat 5px 50% /*this is bullet point image*/;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #333333 /*grey*/;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
	font-size: smaller;
}
