/*
THEME NAME: Shepherd Stevenson
THEME URI: http://www.lordcreative.com
DESCRIPTION: A customized theme for Shepherd Stevenson.
VERSION: 1.1
AUTHOR: Jeff van Loben Sels / Lord Creative
AUTHOR URI: http://www.lordcreative.com
TAGS: 
*/

@charset "UTF-8";

/* ------------------------------------------------------------------------------------------------------*/
/* ZERO OUT ALL BROWSER PRE-SET VALUES  -----------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

a:focus	{ outline: 0; } 				/* Gets rid of outlines in FF */
.clear 	{ clear: both; height: 0; overflow: hidden; }



/* ------------------------------------------------------------------------------------------------------*/
/* BASE BLOCK ELEMENTS & GLOBAL STYLES ------------------------------------------------------------------*/

body { background: #5c493a; }
#background { width: 100%; background: #fff url(images/bg_top.gif) repeat-x top; }
#bottomStrip { background: url(images/bg_bottom.gif) repeat-x bottom; padding: 0 0 43px 0; }

#wrapper { 
	width: 900px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	background: url(images/SS_header_bg.gif) no-repeat top center;
}

#content {
	width: 360px;
	margin: 0 0 40px 50px;
	padding: 0 490px 0 0;
	background: url(images/SS_music.jpg) no-repeat top right;
}

#intro {
	width: 337px;
	height: 75px;
	margin: 43px 0 24px 0;
	padding: 0 0 25px 0;
	overflow: hidden;
	text-indent: -5000px;
	background: url(images/SS_blog_title.gif) no-repeat;
	border-bottom: 1px solid #BFBFBF;
}



/* ------------------------------------------------*/
/* All text styles content area -------------------*/


h1, h2, h3, h4 { color: #993300; }

h2 { 
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 14px 0;
}

h3 { 
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 0;
}

p, ul, li {
	color: #333333;
	font-size: 11px;
	line-height: 18px;
}

a:link		{ color: #E86607; text-decoration: none; }
a:visited	{ color: #E86607; text-decoration: none; }
a:hover		{ color: #E86607; text-decoration: underline; }
a:active	{ color: #E86607; text-decoration: underline; }

hr {
	background-color: #BFBFBF;
	border: 0 none;
	color: #BFBFBF;
	height: 1px;
	margin: 25px 0;
	width: 100%;
}

.contact { padding: 0 0 0 18px; }




/* ------------------------------------------------*/
/* MP3 Player Plug-in -----------------------------*/


ul#tracklist {
 	list-style-type: none;
	width: 360px;
}

ul#tracklist li {
	padding: 0 0 0 25px;
	margin: 0 0 8px 0;
	width: 335px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;	
}

#tracklist a.wpaudio img.wpaudio-play { 
	position: relative;
  top: 0.2em;
	right: .5em;
}

.wpaudio-bar {width: 315px;}
.wpaudio-download { display: none; }
.wpaudio-position { font-weight: normal; }

