/* Hallal Worship Stylesheet
   Updated: Sat 12.8.07 @ 10:13 p.m.
   Author: Brad Haynes
   ----------------------------------------------------*/
   

/* COLORS
   ------
   Body Background:       #313131
   Darker Background:     #20201C
   Main Text:             #cccccc
   Links:                 #ffae00
   Border / Underlines:	  #C0A25D
   ----------------------------------------------------*/


/* TABLE OF CONTENTS
   -----------------
	GENERIC
	HEADER
	SIDEBAR
   	  a. navigation
	  b. search form
	MAIN CONTENT
   	  a. feature image
	  b. body copy
	INSIDE CONTENT
   	  a. musicTabs
	VIDEO - VIDEO DETAIL
	CONTACT
	LIST GROUP
	MUSIC - SEARCH
	MUSIC - ALBUMS
	MUSIC - SONGS
	MUSIC - ALBUM DETAIL
	SECONDARY CONTENT
	FOOTER
   ----------------------------------------------------*/


/*
---------------- GENERAL
-------------------------------------------------------- */

* { 
	margin: 0px; 
	padding: 0px; 
	}

body {
	background: #323232 url(../images/site/bg.bigbody.jpg) no-repeat fixed center top;
	}
	
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	}
	
#content {
	width: 850px;
	}

h2 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #FFAE00;
	}

h3 {
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	color: #FFAE00;
	}

h4 {
	font: normal 15px/20px Arial, Helvetica, sans-serif;
	color: #f4f4f4;
	margin: 0 0 10px;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 16px;
	}

p a {
	color: #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	padding: 2px 3px;
	}

p a:hover {
	color: #ffae00;
	background: #20201C;
	}

.right {
	float: right;
	background: #20201C;
	border: 1px solid #333333;
	padding: 5px;
	margin: 0 0 5px 10px;
	}

.left {
	float: left;
	background: #20201C;
	border: 1px solid #333333;
	padding: 5px;
	margin: 0 10px 5px 0;
	}

.clear{
	clear:both;
}

/*
---------------- HEADER
-------------------------------------------------------- */
	
#header {
	float: left;
	height: 86px;
	width: 850px;
	background: url(../images/site/img.header.gif) no-repeat scroll left top;
	}
	
#logo a {
	display: block;
	height: 86px;
	width: 260px;
	float: left;
	text-indent: -9999px;
	}
	
/*
---------------- SIDEBAR
-------------------------------------------------------- */

#sideBar {
	width: 180px;
	float: left;
	margin: 24px 0px 0px 0px;
	}
	
#sideBar h2 {
	margin-bottom: 10px;
	}
	
#nav {
	width: 180px;
	margin: 0px 0px 20px;
	background: url(../images/site/img.borderRepeatx.gif) repeat-x scroll left bottom;
	padding-bottom: 2px;
	}
	
#nav li {
	list-style: none;
	background: url(../images/site/img.borderRepeatx.gif) repeat-x scroll left top;
	}
	
#nav a {
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #CCCCCC;
	letter-spacing: 0.1em;
	padding: 10px 0px 6px 12px;
	}
	
#nav a:hover {
	color: #FFAE00;
	}
	
#nav li.current a {
	color: #FFAE00;
	background: url(../images/site/bg.navOn2.gif) no-repeat scroll left top;
	}

#searchForm {
	background: #1D1D1D;
	width: 160px;
	padding: 10px;
	float: left;
	margin: 0px 0px 10px 0px;
	}

#searchField {
	width: 125px;
	float: left;
	font-size: 18px;
	color: #666666;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 0 0 0;
	}
	
#searchForm h2 {
	margin-bottom: 0px;
	}
	
#searchForm select {
	width: 120px;
	float: left;
	margin: 10px 0px 0px 0px;
	}
	
#searchForm #Submit {
	float: right;
	margin: 5px 0px 0px 0px;
	}
	
.sideBarLink {
	float: left;
	background: #1D1D1D;
	width: 170px;
	padding: 4px;
	margin: 8px 0px;
	border: 1px solid #1D1D1D;
	}
	
.sideBarLink:hover {
	border: 1px solid #666666;
	}
	
.sideBarLink img {
	border: 0px;
	float: left;
	}

/*
---------------- MAIN CONTENT
-------------------------------------------------------- */

#mainContent {
	float: left;
	width: 450px;
	padding: 0px 20px;
	margin: 24px 0px 0px 0px;
	}
		
#mainContent h2 {
	font-size: 24px;
	color: #fff8e3;
	margin: 0px 0px 10px 0px;
	}
	
#mainContent p {
	line-height: 18px;
	margin: 0 0 10px 0;
	}
	
#featureImage {
	float: left;
	width: 430px;
	background: #212121 url(../images/site/bg.galleryBg.jpg) repeat scroll center top;
	padding: 10px 10px 0 10px;
	margin: 0px 0px 20px;
	}
	
#featureImage img {
	border: 1px solid #515151;
	}
	
#featureCaption {
	float: left;
	margin: 10px 0px 0px 0px;
	}
	
#featCaption_title {
	float: left;
	width: 250px;
	}
	
#featCaption_date {
	float: right;
	width: 178px;
	text-align: right;
	}
	
#bodyCopy {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#bodyCopy h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF8E3;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
#bodyCopy p {
	margin-bottom: 10px;
	}
	
#bodyCopy img {
	float: left;
	padding: 5px;
	margin-right: 8px;
	margin-top: 5px;
	background: #1D1D1D;
	}

/*
---------------- INSIDE CONTENT
-------------------------------------------------------- */	

#insideContent {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 20px;
	margin: 24px 0px 0px 0px;
	}

#insideContent h2 {
	font-size: 24px;
	color: #fff8e3;
	margin: 0px 0px 10px 0px;
	}
	
#insideContent h3 {
	font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	}
	
#insideContent p {
	line-height: 18px;
	}
	
#musicHeader {
	float: left;
	width: 300px;
	}
	
#musicTabs {
	float: right;
	width: 340px;
	text-align: right;
	}
	
#musicTabs a {
	background: #434343;
	color: #777;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 7px 13px;
	float: right;
	margin-left: 10px;
	}

#musicTabs a:hover {
	background: #252525;
	color: #777;
	}

#musicTabs a.current {
	background: #ffae00;
	color: #252525;
	}
	
#gallery {
	float: left;
	width: 410px;
	background: #121212;
	padding: 10px;
	margin: 0;
}
	#galleryImages{
		border: 1px solid #515151;
		float:left;
	}

/*
---------------- VIDEO - VIDEO DETAIL
-------------------------------------------------------- */
	
#videoPlayer {
	float: left;
	width: 328px;
	}
	
#videoDetailLinks {
	margin-top: 10px;
	border-bottom: 1px dotted #CCCCCC;
	width: 280px;
	}

#videoDetailLinks .price {
	width: 95px;
	text-align: right;
	color: #FFFFFF;
	padding: 0px 5px 0px 0px;
	}

#videoDetailLinks tr.over a {
	color: #FFAE00;
	}

#videoDetailLinks td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 16px;
	padding: 3px 0px 3px 5px;
	border-top: 1px dotted #CCCCCC;
	}

#videoDetailLinks td a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 2px;
	}

/*
---------------- CONTACT
-------------------------------------------------------- */			
	
#formContact{
	float: left;
	width: 410px;
	background: #181818 url() repeat scroll center top;
	padding: 20px 20px 20px;
	margin: 0px 0px 20px;
	}
	
	.contactField {
		width: 395px;
		font-size: 22px;
		margin: 5px 0 20px;
		padding: 3px 5px;
		}

	#formContact label {
		font: 12px Arial, Helvetica, sans-serif;
		color: #ccc;
		}
	
	#formContact textarea {
		margin-bottom: 10px;
		}
		
	#submit{
		margin:10px 0 0 0;
	}

/*
---------------- LIST GROUP
-------------------------------------------------------- */	

#listGroup {
	float: right;
	width: 450px;
	margin: 10px 0px 20px 0px;
	}
	
.group {
	float: left;
	clear: both;
	width: 450px;
	margin: 0 0 20px 0;
	}
	
.group h3 {
	margin: 2px 0 5px 0;
	border-bottom: 1px dotted #666;
	padding: 0 0 3px 0;
	}
	
.groupImage {
	float: left;
	width: 130px;
	}
	
.groupInfo {
	float: right;
	width: 310px;
	padding: 5px 0 0 0;
	}
	
.groupImage a {
	background: #20201C;
	display: block;
	width: 130px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #333333;
	padding: 5px 0px;
	}
	
.groupImage a:hover {
	background: #FFAE00;
	}
	
.groupImage img {
	border-style: none;
	}
	


/*
---------------- MUSIC - SEARCH
-------------------------------------------------------- */
#advancedSearch {
	background: #252525;
	margin: 20px 0;
	width: 650px;
	float: left;
	padding: 10px 0 0 0;
	border-bottom: 1px dashed #666;
}

#keywordSearch{
	width: 610px;
	float: left;
	padding: 5px 20px 20px;
	border-bottom: 1px dashed #666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
	#keywordSearch legend,.selectTitle{
		font: 14px Arial, Helvetica, sans-serif;
		color: #ccc;
		margin: 0 0 10px 0;
	}
	#keywordSearch input{
		font-size: 22px;
		width: 595px;
		margin: 5px 0 0 0;
		padding: 5px;
	}
	.multiselect{
		width: 100%;
		padding: 5px;
		font-size: 14px;
		height:175px;
	}

#searchParameters{
	float: left;
	margin: 20px 0 0 0;
	width: 610px;
	padding: 0 20px 20px;
}
	#searchSections{
	float: left;
	width: 295px;
	margin: 0 0 20px 0;
}
#searchCategories {
	float: right;
	width: 295px;
	margin: 0 0 20px 0;
}
	
/*
---------------- MUSIC - SONGS
-------------------------------------------------------- */

#productSongs {
	float: left;
	width: 650px;
	margin: 20px 0px 0px 0px;
	}

#productSongs th {
	color: #333333;
	border: 1px dotted #999999;
	background: #f6f4eb;
	font: bold 10px/18px Arial, Helvetica, sans-serif;
	padding: 4px 5px 3px 5px;
	text-transform: uppercase;
	text-align: left;
	}

#productSongs tr.alt td {
	background: #262626;
	}

#productSongs tr.over td {
	background: #20201C;
	}

.thIcon {
	width: 40px;
	padding: 0px 0px 0px 0px;
	}

#productSongs .imgLinks a {
	display: block;
	width: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	}

td.songTitle {
	padding: 8px 10px 10px 10px;
	}

#songListing {
	float: right;
	width: 650px;
	margin: 0px 0px 20px 0px;
	}

#songListing .songTitle h3 {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #FFFFFF;
	}

.songTitle h3 a {
	color: #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	}

.songTitle h3 a:hover {
	color: #ffae00;
	background: #20201C;
	}

.songTitle em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
	}

#detailLinks {
	margin-top: 10px;
	border-bottom: 1px dotted #CCCCCC;
	width: 470px;
	}

#detailLinks .price {
	width: 95px;
	text-align: right;
	color: #FFFFFF;
	padding: 0px 5px 0px 0px;
	}

#detailLinks tr.over a {
	color: #FFAE00;
	}

#detailLinks td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 16px;
	padding: 3px 0px 3px 5px;
	border-top: 1px dotted #CCCCCC;
	}

#detailLinks td a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 2px;
	}

#productStats a:hover {
	color: #FFAE00;
	}

#productStats em {
	color: #C0A25D;
	}

/*
---------------- MUSIC - ALBUMS
-------------------------------------------------------- */	
	
#productListing {
	float: left;
	width: 650px;
	margin: 0px 0px 20px 0px;
	}
	 
#productListing ul {
	margin-top: 20px;
	}
	
#productListing li {
	float: left;
	width: 150px;
	list-style: none;
	margin: 0 5px 20px 0;
	}
	
	html>body #productListing li{ margin: 0 10px 20px 0; }
		
#productAlbums {
	float: left;
	width: 450px;
	}

.albumImg {
	width: 150px;
	text-align: center;
	display: block;
	margin: 0px 0px 5px 0px;
	float: left;
	}

.albumImg a {
	background: #20201C;
	display: block;
	width: 130px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #333333;
	padding: 5px 0px;
	margin: 0 auto;
	}
	
.albumImg a:hover {
	background: #FFAE00;
	}
	
.albumImg img {
	border: 0px;
	}

.albumInfo {
	float: left;
	padding: 3px 10px 0px 10px;
	text-align: center;
	width: 130px;
	}

.albumInfo h3 {
	text-transform: uppercase;
	}
	
.albumInfo h3 a {
	border-bottom: 1px dotted #CCCCCC;
	color: #FFFFFF;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
.albumInfo h3 a:hover {
	background: #20201C;
	color: #ffae00;
	}
	
.albumInfo em {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}

/*
---------------- MUSIC - ALBUM DETAIL
-------------------------------------------------------- */
	
#productDetail {
	width: 630px;
	background: #181818 url() repeat scroll center top;
	margin: 0px 0px 20px 0px;
	float: right;
	padding: 10px;
	}
	
#productStats {
	float: left;
	width: 260px;
	padding: 0px 0px 0px 10px;
	}
	
#detailInfo {
	float: left;
	}
	
#productImage {
	float: left;
	width: 150px;
	}
	
#productImage img {
	border: 1px solid #121212;
	width: 148px;
	}

#productStats tr.alt td {
	background: 	;
	}

#productStats tr.over td {
	background: #121212;
	}
	
#detailFooter {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 630px;
	}
	
#detailFooter p {
	color: #FFFFFF;
	}
	
#totalSongs {
	float: left;
	width: 310px;
	}
	
#releaseDate {
	float: left;
	width: 310px;
	text-align: right;
	display: block;
	}
	
#songDetail {
	float: right;
	width: 650px;
	padding-top: 10px;
	}
	
#songDetail h3 {
	padding-bottom: 5px;
	}
	
#songLyrics h3 {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	}
	
#songDetail h4 {
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF8E3;
	margin-bottom: 2px;
	}
	
.songHeaders {
	background: #1D1D1D;
	width: 295px;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FBAE00;
	font-size: 12px;
	text-transform: uppercase;
	}
	
#songStats {
	float: left;
	width: 295px;
	}
	
#songLyrics {
	float: right;
	width: 235px;
	}
	
#songLyrics p {
	padding-left: 10px;
	}
	
#songDetail p {
	margin-bottom: 12px;
	}
	
#songDetailTable {
	width: 395px;
	margin-bottom: 20px;
	}
	
#songDetailTable .title {
	width: 100px;
	text-align: right;
	}
	
#songDetailTable .info {
	color: #FFFFFF;
	}

/*-- if desired, add alternating table row color below -- */
#songDetailTable tr.alt td {
	background-color:
	}

#songDetailTable tr.over td {
	background: #20201C;
	}
	
#songDetailTable td {
	border-top: 1px dotted #CCCCCC;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding: 8px 6px;
	vertical-align: top;
	}

#songDetailTable td a:hover {
	color: #FFFFFF;
	}
	
#songDetailTable td a {
	color: #ffae00;
	text-decoration: none;
	padding-bottom: 2px;
	}

/*
---------------- RIGHT COLUMN (Secondary)
-------------------------------------------------------- */

#secondary {
	margin-top: 24px;
	float: left;
	width: 180px;
	}
	
.secondaryFeat {
	margin-bottom: 15px;
	padding-bottom: 20px;
	width: 180px;
	background: url(../images/site/img.borderRepeatx.gif) repeat-x scroll left bottom;
	float: left;
	}
	
.secondaryFeat p {
	display: block;
	float: left;
	width: 180px;
	}

/*
---------------- FOOTER
-------------------------------------------------------- */
	
#footer {
	background: url(../images/site/bg.footer.gif) no-repeat scroll center top;
	float: left;
	height: 70px;
	width: 850px;
	}
	
#footer p {
	text-align: center;
	margin-top: 20px;
	color: #999999;
	}

