/* CSS Document */

* {
margin: 0;
padding: 0;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../images/sj_bgtile.gif) repeat-x;
	color: #d8d272;
	padding-bottom: 24px;
}
#wrapper {
	position: relative;
	width: 820px;
	margin: 0 auto;
/*	border: 1px solid #d8d272;  
	border-top: none;*/
}


#siteId {
	height: 77px;
}
#siteId img {
	float: left;
}
#homeBtn {
	float: right;
	margin-top: 56px;
	margin-right: 8px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .2em;
}

#content {
	border: 1px solid #d8d272;
	border-top: none;
	padding: 24px 0 30px;
	background: #000000 url(../images/content_bg.jpg) no-repeat left top;
}


#homepage table.thumbs {
	margin: 0 auto;
}
#bio table.thumbs, #links table.thumbs {
	margin-top: 24px;
}
table.thumbs td {
	padding: 5px;
}
/*
table.thumbs img {
	border: 1px solid #d8d272;
}
*/
#leftThumb {
	background: url(../images/ornament_L.gif) no-repeat left top;
	padding-left: 55px;
}
#rightThumb {
	background: url(../images/ornament_R.gif) no-repeat right top;
	padding-right: 55px;
}

#topThumb {
	background: url(../images/ornament_T.gif) no-repeat left top;
}
#bottomThumb {
	background: url(../images/ornament_B.gif) no-repeat left bottom;
}


#colLeft {
	float: left;
	width: 168px;
	padding-left: 226px;
}

#colRight {
	float: left;
	width: 343px;
	margin-top: 24px;
	padding-left: 17px;
	border-left: 1px solid #d8d272;
}


#singleCol {
	margin-top: 24px;
	padding-left: 230px;
	width: 525px;
}


#homepage #colRight {
	margin-top: 30px;
}

#colRight p, #singleCol p {
	padding-bottom: 1em;
	line-height: 1.4em;
}

a {
	text-decoration: none;
	color: #9a2929;
}
a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#nav {
	height:24px;
	background: url(../images/nav_bg.gif) repeat-x;
	border-right: 1px solid #d8d272;
}

#sj-nav-1 {
	float: left;
	display: block;
	width:159px;
	height:24px;
	background: url(../images/nav_1.gif) no-repeat;
}
#sj-nav-1:hover {
	background: url(../images/nav_1.gif) no-repeat left bottom;
}

#bio #sj-nav-1 {
	background: url(../images/nav_1.gif) no-repeat left bottom;
	cursor: default;
}

#sj-nav-2 {
	float: left;
	display: block;
	width:103px;
	height:24px;
	background: url(../images/nav_2.gif) no-repeat;
}
#sj-nav-2:hover {
	background: url(../images/nav_2.gif) no-repeat left bottom;
}
#music #sj-nav-2 {
	background: url(../images/nav_2.gif) no-repeat left bottom;
	cursor: default;
}
#sj-nav-3 {
	float: left;
	display: block;
	width:94px;
	height:24px;
	background: url(../images/nav_3.gif) no-repeat;
}
#sj-nav-3:hover {
	background: url(../images/nav_3.gif) no-repeat left bottom;
}
#links #sj-nav-3 {
	background: url(../images/nav_3.gif) no-repeat left bottom;
	cursor: default;
}

#sj-nav-4 {
	float: left;
	display: block;
	width:126px;
	height:24px;
	background: url(../images/nav_4.gif) no-repeat;
}
#sj-nav-4:hover {
	background: url(../images/nav_4.gif) no-repeat left bottom;
}
#contact #sj-nav-4 {
	background: url(../images/nav_4.gif) no-repeat left bottom;
	cursor: default;
}

h2 {
	padding-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
}


/* homepage rollover styles ========================================*/
.hide {
	display: none;
}
.show {
	display: block;
}


/* clearing floats =================================================*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* clearing floats =================================================*/

.box {
	margin-top: .8em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #d8d272;
}
.box img {
	float: left;
	margin: 0 16px 0 0;
	border: 1px solid #d8d272;
}
.box .text {
	width: 376px;
	float: left;
}
#album ul {
	margin-bottom: 1.5em;
}
#album li {
	list-style: none;
	padding: .2em 0 .2em 1.7em;
	background: url(../images/playBtn.gif) no-repeat left 0.4em;
	line-height: 1.4em;
}
.normal {
	font-weight: normal;
	font-size: 11px;
}
h3 {
	font-size: 12px;
	margin-bottom: .5em;
}
#links ul {
	list-style: none;
}
#links li {
	padding-bottom: 1.4em;
}