/**
*	Proxy Worship Stylesheet v3
*	By Clay Ant Creative - http://www.clayant.co.za/
*
*	Tested: IE6-7 + Firefox 2-3 + Google Chrome
*/

/* Defaults ********************/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #efefef url(../../images/bg-slice.jpg) repeat-x 0% 0%;
	font: normal 12px Arial,Verdana,sans-serif;
	text-align: center;
}

a {
	color: #bb2927;
	outline: none;
	text-decoration: none;
}

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

a img {
	border: none;
}

table {
	border-collapse: collapse;
	margin: 10px 30px;
	width: 440px;
}

/* Classes ********************/
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}

* html .clearfix {
	height: 1%;
}

div.box {
	background: #fff;
	margin-bottom: 10px;
}

div.box2 {
	background: #fff;
	margin-bottom: 10px;
	padding: 5px 0;
}

div.quotebox {
	clear: both;
	left: 30px;
	position: relative;
	margin: 5px 0;
	width: 500px;
}

.quote {
	color: #333;
	font-size: 13px;
}

.cd {
	padding: 20px 0 0 5px;
}

.split-left-300 {
	float: left;
	width: 300px;
}

.split-right-200 {
	float: right;
	width: 200px;
}

.split-left-250 {
	float: left;
	width: 250px;
}

.split-right-250 {
	float: right;
	width: 250px;
}

a.btn {
	background: #bb2927 url(../../images/arrow.jpg) no-repeat 100% 0%;
	color: #fff;
	display: block;
	height: 19px;
	line-height: 19px;
	padding: 0 10px;
	text-decoration: none;
	width: 150px;
}

a:hover.btn {
	color: #fff;
	text-decoration: underline;
}

.normal td {
	border-bottom: 1px dotted #ccc;
	padding: 0 5px;
	height: 40px;
}

.desktops .line {
	border-bottom: 1px dotted #ccc;
}

.desktops .img {
	border: 1px solid #ccc;
}

.albums {
	border-bottom: 1px dotted #ccc;
	color: #666;
	font-size: 11px;
}

.albums strong {
	color: #333;
	font-size: 13px;
}

.albums td {
	padding: 5px;
}

.youtube {
	margin: 5px 30px;
}

/* Header ********************/
#header {
	height: 125px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 700px;
	z-index: 100;
}

#header h1#logo a {
	background: url(../../images/logo.jpg) no-repeat 0% 0%;
	display: block;
	height: 86px;
	text-indent: -5000px;
	width: 185px;
}

/* Menu ********************/
#menu {
	background: #bb2927;
	border-top: 9px solid #fff;
	color: #FFFFFF;
	list-style: none;
	float: right;
	height: 30px;
	line-height: 30px;
	width: 700px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float:right;
	white-space: nowrap;
}

#menu li ul li {
	border-right: none;
	float:left;
	white-space: nowrap;
}

#menu li a {
	background: #bb2927;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#menu li a span {
	display: block;
	padding: 0 20px 0 0;
}

#menu li ul {
	left: -999em;
	position: absolute;
	width: 150px;
}

#menu ul li a {
	background: #bb2927;
	border-top: 1px solid #d94644;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 0 20px;
	text-decoration: none;
	width: 150px;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

#menu .selected, #menu a:hover {
	background: #fff url(../../images/tab-left.jpg) no-repeat 0% 0%;
	color: #bb2927;
	text-decoration: none;
}

#menu .selected span, #menu a:hover span {
	background: #fff url(../../images/tab-right.jpg) no-repeat 100% 0%;
}

#menu li ul li a:hover, #menu li ul li .selected {
	background: #92201e;
	color: #fff;
	text-decoration: none;
}

/* Wrapper ********************/
#wrapper {
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding: 190px 130px 0 130px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 700px;
	z-index: 50;
}

/* no-javascript page */
#wrapper2 {
	background: url(../../images/banner.jpg) no-repeat 50% 0%;
	padding: 190px 130px 0 130px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 700px;
	z-index: 50;
}

.banner-home { background-image: url(../../images/banner.jpg); }
.banner-about { background-image: url(../../images/banner2.jpg); }
.banner-downloads { background-image: url(../../images/banner3.jpg); }
.banner-albums { background-image: url(../../images/banner4.jpg); }
.banner-links { background-image: url(../../images/banner5.jpg); }
.banner-contact { background-image: url(../../images/banner6.jpg); }

a.sn-facebook {
	background: url(../../images/facebook.jpg) no-repeat 0px 0px;
	border-bottom: 1px dotted #ccc;
	display: block;
	height: 50px;
	text-indent: -5000px;
	text-decoration: none;
	width: 170px;
}

a:hover.sn-facebook {
	background: url(../../images/facebook.jpg) no-repeat 0px -50px;
	text-decoration: none;
}

a.sn-youtube {
	background: url(../../images/youtube.jpg) no-repeat 0px 0px;
	border-bottom: 1px dotted #ccc;
	display: block;
	height: 50px;
	text-indent: -5000px;
	text-decoration: none;
	width: 170px;
}

a:hover.sn-youtube {
	background: url(../../images/youtube.jpg) no-repeat 0px -50px;
	text-decoration: none;
}

a.sn-myspace {
	background: url(../../images/myspace.jpg) no-repeat 0px 0px;
	border-bottom: 1px dotted #ccc;
	display: block;
	height: 50px;
	text-indent: -5000px;
	text-decoration: none;
	width: 170px;
}

a:hover.sn-myspace {
	background: url(../../images/myspace.jpg) no-repeat 0px -50px;
	text-decoration: none;
}

a.sn-aog {
	background: url(../../images/aog.jpg) no-repeat 0px 0px;
	border-bottom: 1px dotted #ccc;
	display: block;
	height: 50px;
	text-indent: -5000px;
	text-decoration: none;
	width: 170px;
}

a:hover.sn-aog {
	background: url(../../images/aog.jpg) no-repeat 0px -50px;
	text-decoration: none;
}

/* Sidebar ********************/
#sidebar {
	border-top: 8px solid #bb2927;
	float: left;
	width: 190px;
}

#sidebar p {
	color: #666;
	font-size: 11px;
	padding: 5px 10px;
}

#sidebar h4 {
	color: #bb2927;
	font-size: 12px;
	padding: 5px 10px;
}

/* Content ********************/
#content {
	background: #fff;
	border-top: 8px solid #bb2927;
	color: #666;
	float: right;
	padding: 0 0 20px 0;
	width: 500px;
}

#content h2 {
	color: #bb2927;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 30px 10px 30px;
}

#content h2 span {
	color: #333;
}

#content h3 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 30px;
}

#content p {
	font-size: 11px;
	padding: 5px 30px;
}

#footer {
	color: #666;
	float: right;
	font-size: 11px;
	text-align: center;
	width: 500px;
}

#footer p {
	padding: 10px 0;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}