/*
Theme Name: NewWorshipMedia
Theme URI: http://
Author: Jesse J. Anderson
*/

/* HTML5 tags */  
header, section, footer,  
aside, nav, article, figure {  
    display: block;  
}

/* Cufon Loading */
.cufon-loading #side h3,
.cufon-loading nav,
.cufon-loading .single h1,
.cufon-loading .cat_head,
.cufon-loading #comments h4 { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}
/* Genetify Failsafe */
.v { display: none; }
.genetify_disabled { display: none !important; } 
.genetify_enabled { display: block !important; } 


/* Body */

body {
	background:#3d5866 url(/img/noise.jpg) top center repeat;
	color:#333;
	padding:0 0 20px;
}

#wrapper {
	background: url(/img/bg.jpg) no-repeat top center;
}

.container_16 {
	background: url(/img/bg.jpg) no-repeat top center;
}


/* Header + Nav */  

header {
	height:80px;
}

header nav {
	height:25px;
	width:340px;
	background-color:#111;
	position:relative;
}

header nav ul {
	list-style:none;
	padding:0 5px 0 0;
	position:absolute;
	right:0;
	top:0;
}

header nav li {
	color:#999;
	display:inline;
	float:left;
	font-size:11px;
	margin:0;
	padding:4px 4px 0 4px;
	text-transform:uppercase;
	
}  

header nav a:link,
header nav a:visited {
	border-bottom:1px solid #333;
	display:inline-block;
	height:15px;
	text-decoration:none;
}

header nav a:hover,
header nav a:active,
header nav .active a:link,
header nav .active a:visited {
	border-bottom:1px solid #eee;
	color:#eee;
}


/* Main Nav */

#nav {
	background-color:#111;
	margin:0 340px 0 40px;
	padding-left:5px;
	height:25px;
}

#nav {
	height:25px;
	width:540px;
	background-color:#111;
}

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

#nav li {
	color:#999;
	display:inline;
	float:left;
	font-size:13px;
	margin:0;
	padding:0 10px 0 0;
	text-transform:uppercase;
}  

#nav a:link,
#nav a:visited {
	border-bottom:2px solid #333;
	display:inline-block;
	height:18px;
	text-decoration:none;
}

#nav a:hover,
#nav a:active,
#nav .active a:link,
#nav .active a:visited {
	border-bottom:6px solid #eee;
	color:#eee;
}


/* Content */  

video {
	background-color:#000;
}

#content {
	background: url(/img/bg_content.png) top center repeat-y;
}

/* #Main */

#main {
}

#display {
	background:url(/img/3d.png) bottom left no-repeat;
	margin-top:20px;
	padding:10px 10px 30px;
}
#display p {
	color:#eee;
	margin:0;
}
#display p a {
	color:#eee;
	border-color:#666;
}
#display p a:hover {
	color:#eee;
	border-color:#eee;
}

#videos {
	padding-left:40px;
}

#main #videos a {
	border:none;
	float:left;
	height:90px;
	margin:0 0 20px 20px;
	position:relative;
	width:160px;
}

#main #videos #pagination {
	clear:both;
	margin:0;
	text-align:right;
}
#main #videos #pagination a {
	border-bottom:1px solid #333;
	float:none;
	position:relative;
	margin:0;
}

#main h1, #main h5 {
	color:#333;
	margin:10px 0 10px 60px;
}

#main h2 {
	background:url(/img/3d.png) bottom left no-repeat;
	color:#eee;
	line-height:40px;
	margin:10px 0 0;
	padding:0 0 20px 20px;
}

#main h3 {
	color:#666;
	margin:0 0 30px 0;
	padding:0 0 0 60px;
	line-height:15px;
}
#main .single h3 {
	margin-bottom:20px;
}

#main .media h1,
#main .media h3 {
	margin-left:0;
	padding-left:0;
}

#main .single h1,
#main h2.cat_head {
	background:url(/img/3d.png) bottom left no-repeat;
	color:#eee;
	font-size:24px;
	line-height:20px;
	margin:20px 0 0;
	padding:10px 0 26px 20px;
	text-transform: uppercase;
}

#main .single h2 {
	margin-top:20px;
}

#main .single p,
#main .single ul,
#main .single ol,
#main .single img,
#main .single form {
	margin-left:60px;
}

#main .single ul {
	list-style-type: square;
}

#main a {
	border-bottom:1px solid #bbb;
	color:#333;
	font-weight:bold;
}
#main a:hover {
	border-bottom:1px solid #333;
	color:#333;
}
#main .single h1 a,
#main .single h2 a {
	color:#eee;
	font-weight: normal;
}
#main .single h1 a:hover,
#main .single h2 a:hover {
	color:#eee;
}

#main .single blockquote {
	font-style: italic;
	color:#999;
}

#comments h3 {
	margin:0 0 10px 0;
	padding:0;
}
#comments h4 {
float:right;
	color:#333;
	font-size:13px;
	line-height:10px;
	margin-bottom:0;
	padding:0;
	text-transform: uppercase;
}
#comments li {
	list-style-type: none;
	text-indent: 0;
	margin:0 0 40px 60px;
}

#commentform {
	margin:0 0 20px 60px;
}

#contactform {
	margin:0 0 20px 0;
	padding:0;
}

#commentform p,
#main #contactform p {
	margin:0;
	padding:0;
}
#contactform p textarea { width:510px; }

#commentform p input,
#contactform p input {
	width:180px;
}
#commentform p input,
#commentform p textarea,
#contactform p input,
#contactform p textarea {
	background-color:#666;
	border:1px solid #333;
	color:#eee;
	font-size: 13px;
	line-height: 20px;
	margin:0 0 10px;
	padding: 0 4px;
}


#main #download_sd,
#main #download_sd_wmv,
#main #download_hd,
#main #download_hd_wmv,
#main #download_sd_43,
#main #download_sd_ws,
#main #download_jpg {
	border:0;
	cursor:pointer;
	height:40px;
	margin:5px 0;
	text-indent:-5000px;
	width:220px;
}
#main #download_sd {
	background:url(/img/download.png) 0 0 no-repeat;
}
#main #download_sd_wmv {
	background:url(/img/download.png) 0 -40px no-repeat;
	margin:5px 0 15px;
}
#main #download_hd {
	background:url(/img/download.png) 0 -80px no-repeat;
}
#main #download_hd_wmv {
	background:url(/img/download.png) 0 -120px no-repeat;
	margin:5px 0 15px;
}

#main #download_sd_43 {
	background:url(/img/download_lowres.png) 0 0 no-repeat;
}
#main #download_sd_ws {
	background:url(/img/download_lowres.png) 0 -40px no-repeat;
	margin:5px 0 15px;
}
#main #download_jpg {
	background:url(/img/download_jpg.png) 0 0 no-repeat;
	margin:5px 0 15px;
}

#content #main .upgrade {
	opacity:0.5;
}
#content #main .upgrade:hover {
	background:url(/img/download.png) 0 -160px no-repeat;
	opacity:1.0;
}

#content #main #download_jpg .upgrade:hover {
	background:url(/img/download_jpg.png) 0 -40px no-repeat;
	opacity:1.0;
}

#main .buttons form {

}

#main table {
	margin-left:60px;
}
#main form table {
	margin-left:0;
}
#main table td:first-child {
	width:140px;
	font-weight:bold;
	padding:5px 20px;
	text-align:right;
}
#main table td:first-child + td p {
	background-color:#111;
	color:#eee;
	margin:0 0 10px;
	padding:5px 20px;
	width:300px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#main sup {
vertical-align: super;
font-size: 0.5em;
}

/* #Side */

#side #featured {
	height:100%;
	background-image:url(/img/3d.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:0 20px 40px;
}
#side #featured p,
#side #featured li,
#side #featured label,
#side #featured #wlmember_loginwidget {
	font-size:13px;
	color:#eee;
	padding:0;
}
#side #featured li {
	margin-bottom:5px;
}

#side #featured ul {
	list-style-type: square;
}
#side #featured img {
	border:0;
	display:block;
}
#side #featured a {
	border-bottom:1px solid #eee;
	color:#eee;
}
#side #featured a:hover {
	border-bottom:1px solid #666;
}

#side .media a {
	border:none;
	float:left;
	height:90px;
	position:relative;
	margin:0 0 20px 20px;
	width:160px;
}

#side img {
	display:block;
}


#ads {
	margin:0 55px 20px 15px;
}
#ads a img {
	float:left;
	margin:0 5px;
}

#side #videos {
	padding-left:0;
}


.clear {
	clear:both;
}
.small,
.small p,
.small li,
#side #featured .small p {
	color:#999;
	font-size:10px;
	line-height:12px;
	margin-bottom:10px;
}

h1, h5 {
	color: #333;
	font:28px/20px "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	letter-spacing:1px;
}

#side h1 {
	color:#eee;
	
}

h2 {
	font:18px/20px "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}

h3 {
	font:18px/20px "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}
#side h2 {
	background:url(/img/3d.png) bottom right no-repeat;
	color:#eee;
	line-height:40px;
	margin:0;
	padding:0 0 20px 20px;
}

#side h3 {
	color:#333;
	font-size:13px;
	line-height:10px;
	margin-bottom:10px;
	padding:0 0 0 20px;
}

#side h3 a {
	border-bottom:1px solid #333;
	color:#333;
	line-height:10px;
	text-transform:uppercase;
}
#side h3 a:hover {
	border-bottom:1px solid #999;
}

#side p {
	font-size:11px;
	padding:0 60px 0 20px;
}

/* Footer */
footer {
	height:60px;
	background:url(/img/footer.png) top left no-repeat;
}

footer aside {
	padding-top:10px;
}
footer aside p {
	color:#999;
	padding:30px 60px 0 0;
	text-align:right;
}
footer aside p a {
	border:0;
	color:#eee;
}

footer p {
	color:#eee;
	font-size:11px;
	padding:30px 0 0 20px;
}


a {
	color:#eee;
	text-decoration: none;
}

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



footer nav ul {
	list-style:none;
	margin:25px 0 0 20px;
}

footer nav li {
	color:#999;
	display:inline;
	float:left;
	font-size:11px;
	margin:0;
	padding:4px 8px 0 0;
	text-transform:uppercase;
	
}  

footer nav a:link,
footer nav a:visited {
	border-bottom:1px solid #999;
	display:inline-block;
	height:15px;
	text-decoration:none;
}

footer nav a:hover,
footer nav a:active,
footer nav .active a:link,
footer nav .active a:visited {
	border-bottom:1px solid #eee;
	color:#eee;
}

/* Wishlist Member */
#main table {
	padding-left:60px;
}

/* Payment */
#payment {
}
#main #payment_form {
	margin-left:0;
	position: relative;
}

#payment_form label,
#payment_form input {
	overflow: hidden;
}

#payment .radio {
	clear:both;
	float:left;
	margin:8px 0 0 70px;
	padding:0;
	width:30px;
}
#payment_form label {
	float:left;
	background-color:#ddd;
	border:1px solid #ddd;
	color:#333;
	cursor: pointer;
	display: block;
	font-size: 13px;
	margin:0 0 10px 0;
	padding:5px 10px;
	width:238px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#payment_form .top_choice {
	background-color:#fff;
	border:1px solid #a00;
}
#payment_form label:hover {
	background-color: #abc;
}
#main #payment_form label span {
	color:#666;
	font-size: 0.85em;
	margin:0 0 0 20px;
}
#main #payment_form #submit {
	margin:20px 0 20px 100px;
}

#payment_form input[type="radio"]:checked + label {
	background-color:#fff;
	border:1px solid #a00;
	font-weight: bold;
} 

/* sliding panel */
#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
	top: 0;
	right: 0;
	width: auto;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
 
#panel {
	width: 100%;
	color: #999999;
	background: #333;
	border-bottom:5px solid #111;
	border-top:5px solid #111;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
 
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
	text-align: left;
}
 
#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	text-align: left;
}
 
#panel p {
	margin: 5px 0;
	padding: 0;
}
 
#panel a {
	text-decoration: none;
	color: #15ADFF;
}
 
#panel a:hover {
	color: white;
}
 
#panel a-lost-pwd {
	display: block;
	float: left;
}
 
#panel ul {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
}
 
#panel .content {
	width: 460px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
	font-size: 0.85em;
}
 
#panel .content .left {
	width: 200px;
	float: left;
	margin-bottom: 5px;
	padding: 0 20px;
}
#panel .content .right {
	padding: 0 0 0 0px;
}
 
#panel .content .border {
	border-left: 1px solid #333;
}
 
#panel .content .narrow {
	width:120px !important;
}
 
#panel .content form {
	margin: 0 0 10px 0;
}
 
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 200px;
	display: block;
}
 
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 198px;
	color: white;
	height: 16px;
}
 
#panel .content input:focus.field {
	background: #545454;
}
 
/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
 
#panel .content input.bt_login {
	width: 74px;
	background: transparent url(images/bt_login.png) no-repeat 0 0;
}
 
#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
}
 
#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
 
/* Panel Tab/button */
.tab {
	height: 25px;
	position: relative;
	top: 0;
	z-index: 999;
}

#toggle {
	padding-right:0;
}
.tab nav.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	padding:0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}
 
.tab nav.login li.left {
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
 
.tab nav.login li.right {
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
 
.tab nav.login li {
 	text-align: left;
 	margin:0;
  	padding: 0;
	display: block;
	float: left;
	height: 42px;
}
 
.tab nav.login li a {
	color: #15ADFF;
}
 
.tab nav.login li a:hover {
	color: white;
}
 
.tab .sep {color:#414141}
.tab .close {color:#a00;}



#chart {
	background-color:#fff;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	border-collapse:collapse;
	font-size:11px;
	margin-bottom:30px;
	width:520px;
}
#chart caption {
	padding: 0 0 5px 0;
	width: 520px;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}	

#chart tr.odd td	{
	background:#f7fbff
	}
#chart tr.odd .column1	{
	background:#f4f9fe;
	}	
#chart .column1	{
	background:#f9fcfe;
	}
#chart td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:5px 10px;
	text-indent: 0;
	text-align:center;
	vertical-align: middle;
}
2td:last-child {
	border-left:1px solid #66a3d3;
	border-right:1px solid #66a3d3;
}
2thead th:last-child {
	border-left:1px solid #66a3d3;
	border-right:1px solid #66a3d3;
	border-top:1px solid #66a3d3;
}
2tfoot th:last-child {
	border-bottom:1px solid #66a3d3;
	border-left:1px solid #66a3d3;
	border-right:1px solid #66a3d3;
}

#main .single #chart img {
	padding:0;
	display:block;
	margin:0 auto;
	text-indent:0;
}
#main .single #chart a {
	border:0;
}
#chart th {
	font-weight:normal;
	color: #678197;
	font-size:13px;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:5px 10px;
	vertical-align: middle;
}							

#chart thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
}
#chart tfoot th {
	text-align:center;
	background:#f4f9fe;
	padding-bottom:10px;
}
#chart tfoot th strong {
	font:bold 13px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}
#chart tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 21px;
	font-style: normal;
}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		width:560px;
		height:315px;
		overflow:hidden; 
		}	
	span#prevBtn{}
	span#nextBtn{}					
		
	/* numeric controls */	

	ol#controls{
		margin:10px 0 0;
		padding:0;
		height:18px;
		}
	ol#controls li{
		font-size:11px;
		margin:0;
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:18px;
		line-height:18px;
		border:0;
		background:#333;
		color:#666;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li a:hover{
		color:#111;
		}
	ol#controls li.current a{
		background:#333;
		color:#eee;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */