/*
Theme Name: Church Video License
Theme URI: http://ccli.com
Description: A totally custom theme (Based on the famous <a href="http://elliotjaystocks.com/starkers/">Starkers Theme</a>) and the <a href="http://960.gs">960 Grid System</a>.
Version: 2.8
Author: Craig Wishart
Author URI: http://ccli.com/
Tags: 960, grid, blank, clean
*/

@import "style/css/960.css";
@import "dropdown/dropdown.css";
@import "style/css/reset.css";
@import "dropdown/themes/cvli/default.advanced.css";
@import "form/SpryValidationConfirm.css";
@import "form/SpryValidationTextField.css";
@import "form/SpryValidationSelect.css";
@import "form/SpryValidationRadio.css";


/* CORE */
/* ----------------------------------------- */

body {
	font-family:"trebuchet ms", Arial, Helvetica, sans-serif; 
	color: #FFF;
	min-width: 960px;
	background-color:#000;
}

#background
{
	width:100%;
	position: absolute;
	z-index: -500;
	top: 0;
	left:0;
}

hr {
	margin: 20px;
	color="#666666"
}

a:active, a:link, a:visited {
	color: #DBE3B7;
	text-decoration: none;
}
a:hover {
	color: #9fb746;
	text-decoration: underline;
}

.about_title {
	font-size: 16px;
	font-weight:bold;
	color: #FFF;
}

.about {
	font-size: 12px;
	padding-bottom: 20px;
	color:#999;
	font-style:italic;
}

h1 {
	font-size:24px;
	text-align: left;
	background-image: url(style/images/h1_bg.png);
	padding: 10px;
}

h2 {
	font-size:24px;
	text-align: left;
	background-image: url(style/images/h1_bg.png);
	padding: 10px;
}

h3 {
	font-size:16px;
	background-image: url(style/images/bg-xparent.png);
	padding: 10px;
}

h4 {
	color:#999;
	font-size:20px;
	line-height:24px;
}

h5 {
	color:#fff;
	background-image: url(style/images/h1_bg.png);
	font-size:14px;
	line-height:24px;
	padding-left: 5px;
	text-transform: uppercase;
}

h6 {
	color:#999;
	font-size:16px;
	line-height:18px;
}


.grid_16 p {
	padding-bottom: 20px;
}
.grid_11 p {
	padding-top: 20px;
	padding-bottom: 20px;
}



/*--------------------------------------------
Header
----------------------------------------------*/

#header {
	background: url(style/images/bg-xparent.png);
	display:inline-block;
	height: 84px;
	position: relative;
	width: 100%;
	z-index: 10000;
	
	/* opacity: 0.5;
  	filter: alpha(opacity=50); */
}

.logo_block {
	float: left;
}

.nav_block {
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}


/*--------------------------------------------
Movies
----------------------------------------------*/

#media {
	background-image: url(style/images/bg-xparent.png);
	height: auto;
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	z-index: 1;
}

.movie_boxart {
	float:left;
	margin-right: 10px;
	border: 3px solid #FFF;
	margin-bottom: 20px;
}

.movie_title {
	font-size: 23px;
}

.movie_studio {
	font-size:12px;
	font-style:italic;
	margin-bottom: 20px;
	color:#999;
}

/*--------------------------------------------
Contact Form
----------------------------------------------*/

.contact_button {
	background-image: url(style/images/btn_getstarted.png);
	background-repeat: no-repeat;
	display:block;
	width: 210px;
	height: 69px;
	font-size: 24px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000;
	padding-right: 25px;
	cursor: pointer;
	cursor: hand;
	margin-top: 10px;
}

.contact_field {
	font-size:12px;
	color:#5b5b5b;
	margin-left:0px;
	float:left;
	font-family:arial, helvetica, sans-serif;
	padding:0 8px;
	width:319px;
	height:29px;
	line-height:29px;
	border: 1px solid #CCC;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 5% !important;
	left: 5% !important;
	z-index: 100;
	padding:0 8px !important;
	width:319px;
	height:29px;
	line-height:29px;
	background: #b33664 !important;
	border: 1px solid #a30c03 !important;
	font-size: 10pt;
	width: 175px !important;
	color: #fff !important;
}

/*--------------------------------------------
Buttons
----------------------------------------------*/

.get_started {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
 	text-transform: uppercase;
	background-color: #6ba801;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-transform: uppercase;
	float: inherit;
}

.get_started a:link { color: #fff; text-decoration: none; }
.get_started a:visited { color: #fff; text-decoration: none; }
.get_started a:hover { color: #000; text-decoration: none; }
.get_started a:active { color: #fff; text-decoration: none; }




a.big_get_started {
	background-image: url(style/images/btn_getstarted.png);
	background-repeat: no-repeat;
	display:block;
	width: 210px;
	height: 69px;
	padding-top: 18px;
	padding-left: 25px;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
}

a.big_get_started:hover {
	background-image: url(style/images/btn_getstarted.png);
	background-repeat: no-repeat;
	display:block;
	width: 210px;
	height: 69px;
	padding-top: 18px;
	padding-left: 25px;
	font-size: 24px;
	color: #FFF;
	text-decoration: underline;
}


.btn_large a:link {
	background-image: url(style/images/btn_blank.png);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 290px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	text-transform: lowercase;
	padding-top: 8px;
	padding-left: 25px;
	text-align: left;

}

.btn_large a:active {
	background-image: url(style/images/btn_blank_on.png);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 290px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	text-transform: lowercase;
	padding-top: 8px;
	padding-left: 25px;
	text-align: left;
}

.btn_large a:visited {
	background-image: url(style/images/btn_blank.png);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 290px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	text-transform: lowercase;
	padding-top: 8px;
	padding-left: 25px;
	text-align: left;
}

.btn_large a:hover {
	background-image: url(style/images/btn_blank_on.png);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 290px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	text-transform: lowercase;
	padding-top: 8px;
	padding-left: 25px;
	text-align: left;
}

/*--------------------------------------------
ARROW LIST
----------------------------------------- */



ol.featured_list {
	font-size: 14px;
	padding-bottom: 20px;
}

ol.idea_list {
	font-size: 11px;
	padding-bottom: 20px;
}

.rating {
	color:#999;
}

ol.featured_list li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
}

ol.idea_list li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.arrow {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 10px;
	list-style-type: none;
}
	
ul.arrow li{
	float:left;
	display: block;
	margin-bottom: 30px;
	width: 38%;
	height: 28px;
	list-style: none;
	background: url("style/images/ul_arrow.png") no-repeat 0px 0px;
	padding-left: 34px;
	color: #fff;
	font-size: 22px;
	letter-spacing: -1px;
	margin-left: 55px;
}	

ul.list {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 25px;
	list-style-type: none;
}

ul.list li {
	margin-bottom: 30px;
	background: url("style/images/ul_arrow.png") no-repeat 0px 0px;
	padding-left: 34px;
	color: #fff;
	font-size: 22px;
	letter-spacing: -1px;
}

ul.listsm {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 25px;
	list-style-type: none;
}

ul.listsm li {
	margin-bottom: 30px;
	background: url("style/images/ul_arrow.png") no-repeat 0px 0px;
	padding-left: 34px;
	color: #fff;
	font-size: 15px;
	letter-spacing: -1px;
}

/*--------------------------------------------
/* QUOTES */
/* ----------------------------------------- */
.quote_box {
	padding-top: 25px;
	padding-left: 20px;
}

.quote_title {
	font-size: 23px;
}


.quote_photo {
	border: 3px solid #FFF;
	margin-right: 20px;
}

.quote {
	width: auto;
}

.quote_sig {
	font-size:12px;
	font-style:italic;
	margin-top: 0px;
	margin-bottom: 20px;
	color:#999;
}


/*--------------------------------------------
Form
----------------------------------------------*/
.contactForm_col {
	float:left;
	padding-right: 10px;
	width: 100px;
	text-align:right;
}

.row { height:29px; margin-top:17px; position:relative; z-index:1; }

.row input {
	font-size:12px;
	color:#5b5b5b;
	margin-left:25px;
	float:left;
	font-family:arial, helvetica, sans-serif;
	padding:0 8px;
	width:319px;
	height:29px;
	line-height:29px;
	border: 1px solid #CCC;
	overflow:hidden;
}

.row textarea {
	font-size:12px;
	color:#5b5b5b;
	margin-left:25px;
	float:left;
	font-family:arial, helvetica, sans-serif;
	padding:0 8px;
	width:319px;
	height:100px;
	line-height:29px;
	border: 1px solid #CCC;
	overflow:hidden;
}

.submit {
	margin-left:25px;
	float:left;
	padding:0 8px;
	line-height:29px;
	overflow:hidden;
}

.row select {
	font-size:12px;
	color:#5b5b5b;
	margin-left:25px;
	float:left;
	font-family:arial, helvetica, sans-serif;
	width:319px;
	padding: 5px;
	line-height:29px;
	border: 1px solid #CCC;
	overflow:hidden;
}

label { width:190px; text-align:right; font-weight:bold; float:left; line-height:29px; position:relative; }
	label span.subtext { font-size:11px; color:#9b9b9b; font-weight:normal; display:block; position:absolute; z-index:10; right:0px; top:15px; }
	label span.required { font-size:15px; color:#b33664; position:absolute; right:-10px; top:0px; }
	

.section { padding:23px 13px 23px 35px;}


/*--------------------------------------------
Footer
----------------------------------------------*/
#footer {
	background-image: url(style/images/bg-xparent.png);
	background-repeat: repeat;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 20px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
}

.footer {
	margin-top: 0;
	margin-bottom: 0;

}

.footer_col {
	float:left;
	margin-left: 50px;
	padding-left: 15px;
	padding-right: 0px;
}

.footer_col li {
	font-size: 11px;
	list-style:none; 
}


.cclilogo {
	float:right;
	padding-right: 30px;
	padding-top: 0px;
	background-image: url(style/images/ccli-logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 83px;
	width: 275px;
}

/*--------------------------------------------
Data Grid Link Colors
----------------------------------------------*/

a.data:link {
	color: #9fb746;
	text-decoration: none;
}
a.data:visited {
	color: #9fb746;
	text-decoration: none;
}
a.data:hover {
	color: #9fb746;
	text-decoration: underline;
}
a.data:active {
	color: #9fb746;
	text-decoration: none;
}


/*--------------------------------------------
Terms of agreement
----------------------------------------------*/

.t_table {
	margin-left: 30px;
	vertical-align: top;
}

.t_tab0 {
	vertical-align: top;
	width: 30px;
}

.t_tab1 {
	vertical-align: top;
	width: 30px;
}

.t_tab2 {
	padding-left: 20px;
	vertical-align: top;
}

.t_tab3 {
	padding-right: 20px;
	vertical-align: top;
}
