/*

	1) General selectors - body,h1/h3,a,p
	2) Structure - container,content,sidebar
	3) Sidebar - links
	4) Forms - input,submit,textarea
	5) Footer - extras
	6) Accessibility - skip,hr
	7) Hacks - clearfix

*/

/* 1) -=-=-=- General selectors -=-=-=- */
body {
	margin: 0px 0 0px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
	font-size: 78%;
	text-align: left;
	color: #232323;
	background-color: #fff;
	}

p {
	line-height: 1.83em;
	font-size: 1.03em;
	padding: 0px;
	margin: 0px 0px 10px 5px;
	color: #363636;
	} 

h1 {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
	font-size: 78%;
	font-size: 3.18em;
	margin: 0px 0px 17px 0px;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	background-color:#06ccdb;
	display:inline-block;	
	}
	
h2 {
	font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
	color: #b1b1b1;
	font-size: 1.3em;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	}
    
h3 {
    font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
    color: #000;
    font-size: 1.2em;
    margin: 22px 0px 4px 5px;
    padding: 0px 0px 0px 0px;
    }
    
blockquote {
    padding: 0px 40px 0px 20px;
    font-style: italic;
} 
    
span.read_more {
    padding: 2px;
    display: inline-block;
    background-color: #06ccdb;
}

a.read_more {
    font-family:tahoma;
}      
	
#header_inner_container h1 {
	background:none;
	margin:32px 0px 0px 0px;
	padding:0px;
    text-transform: capitalize;
	}
	
#header_inner_container h2 {
	font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
	color: #b1b1b1;
	font-size: 1.3em;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
	}	
	
.panels h1 {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
	font-size: 78%;
	font-size: 2.13em;
	margin: 5px 0px 8px 5px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	background: none;
	text-transform:uppercase;
	}		
	
.panels h2 {
	color: #363636;
	font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
	font-size: 78%;
	font-size: 1.3em;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
	}
	
.panels h3 {
	color: #363636;
	font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
	font-size: 78%;
	font-size: 1.0em;
	margin: 7px 0px 0px 0px;
	font-weight: normal;
	padding: 0px;
	}

.panels h3.all_links {
	clear:both; 
	text-align:right; 
	padding: 2px 18px 0px 0px;
    text-transform: uppercase;
}

.green {
	color: #BCDD11;
	}
	
.brown {
	color: #532a18;
	}
	
.blue {
	color: #10C8CD;
	}

a:link {
	color: #06ccdb;
	font-weight: normal;
	text-decoration: underline;
	}
	
a:visited {
	color: #06ccdb;
	}
	
a:hover {
	color: #06ccdb;
	background-color: none;
	text-decoration: none;
	}
	
a:active {
	color: #06ccdb;
	text-decoration: none;
	}
	
/* 2)-=-=-=- Structure -=-=-=- */

#header_top {
	width:100%;
	height:10px;
	background-color: #171717;
	background-image: url(../img/header_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#menu_bkg {
	width:100%;
	height:85px;
	background-color: #06ccdb;
	background-image: url(../img/menu_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#menu_container {
	width:966px;
	margin: 0px;
	}	

.logo {
	margin: 0px;
	padding-top: 4px;
	float: left;
	}
	
ul.menu {
	font-family: "Trebuchet MS",Arial,Geneva,sans-serif;
	font-size: 1.1em;
	margin: 1px 0px 0px 0px;
	padding:6px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	float:left;
	padding-top:29px;
	}
	
ul.menu li {
	height: 23px;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
	font-size: 100%;
	text-align: center;
	display: block;
	float:left;
	}

ul.menu li a {
	display:inline-block;
	height:19px;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 0px 0px;
	font-weight: normal;
	}
	
ul.menu li a:link {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	}
	
ul.menu li a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	}
	
ul.menu li a:hover {
	color: #fff1;
	text-decoration: none;
	/*background: none;*/
	font-weight: normal;
	}
	
li.main_over {
	background-image: url(../img/main_li_over.png); background-repeat: no-repeat; background-position: left top;
}

a.main_over {
	background-image: url(../img/main_a_over.png); background-repeat: repeat-x; background-position: right top;
}

li.main_current {
	background-image: url(../img/main_li_current.png); background-repeat: no-repeat; background-position: left top;
}

a.main_current {
	background-image: url(../img/main_a_current.png); background-repeat: repeat-x; background-position: right top;
}

ul.submenu {
	position:absolute;
	z-index:33;
	width: 241px;
	margin: 0px 0px 0px -20px;
    display: none;
}

ul.media {
	margin: 0px 0px 0px -120px;
}

ul.submenu li {
	float:none;
	text-align:left;
	margin:0px;
	padding:0px;
	height:auto;
	font-size:0%;
}

ul.submenu li.arrow {
	margin:0px 0px -10px 20px;
}

ul.submenu li.media {
	margin:0px 0px -10px 120px;
}

ul.submenu li.header {
	background-image: url(../img/menu_li_bkg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding:5px 0px 10px 20px;
	font-size:145%;
	color:#06ccdb;
	
}

ul.submenu li.links {
	background-image: url(../img/menu_li_bkg.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 100%;
}

ul.submenu li a {
	display:inline-block;
	height:auto;
	width:178px;
	margin: 5px 0px 5px 20px;
	padding: 6px;
	font-weight: normal;
	border: 1px solid #363636;
	line-height:1.2;
	}
	
ul.submenu li a:link {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	}
	
ul.submenu li a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	}
	
ul.submenu li a:hover {
	color: #fff;
	text-decoration: none;
	background: #06ccdb;
	font-weight: normal;
	}
	
#header_home {
	width:100%;
	height:434px;
	background-color: #171717;
	background-image: url(../img/home_header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#album_slideshow {
	width:966px;
	margin:0px 0px 6px 10px;
	padding:0px;
	position:relative;
}

#arrow_left {
	display:block; 
	width:26px; 
	height:28px; 
	position:absolute; 
	top:190px; 
	left:0px; 
	background-image: url(../img/arrow_left.png);
	background-repeat: no-repeat; 
	background-position: left top; 
	cursor:pointer;
}

#arrow_right {
	display:block; 
	width:26px; 
	height:28px; 
	position:absolute; 
	top:190px; 
	right:0px; 
	background-image: url(../img/arrow_right.png); 
	background-repeat: no-repeat; 
	background-position: left top; 
	cursor:pointer;
}

#album_viewport {
	width:868px; 
	height:363px; 
	margin:0px auto 0px auto; 
	padding-top:35px; 
	overflow:hidden;
}

.album {
	width:868px; 
	height:363px; 
	float:left;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
    margin-right: 30px;
}

.album_cover {
    padding: 8px; 
    margin: auto 0px auto 0px;
    float: left;
    display: block;
    background-color: #fff;
}

.album_info {
    padding: 100px 5px 0px 30px; 
    margin: 0px;
    float: left;
    display: block;
    width: 470px;
}

p.album_title {
    color: #fff;
    font-size: 78%;
    font-size: 2.98em;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    font-weight: normal;
    line-height: 1;
}

p.album_artist {
    color: #b1b1b1;
    font-size: 78%;
    font-size: 1.48em;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 13px 0px;
    font-weight: normal;
    line-height: 1;
}

.album_desc p {
    color: #fff;
    font-size: 78%;
    font-size: 1.06em;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 15px 0px;
    font-weight: normal;
    line-height: 1;
}

p.album_price {
    color: #06ccdb;
    font-size: 78%;
    font-size: 2.88em;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    text-align: right;
    line-height: 1;
}
	
#header_inner {
	width:100%;
	height:125px;
	background-color: #171717;
	background-image: url(../img/header_inner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
    
#header_inner.christcentric {
    padding-top: 239px;
    background-image: url(../img/header_christcentric2.jpg);
    }
    
#header_inner.qdog {
    padding-top: 239px;
    background-image: url(../img/header_qdog.jpg);
    } 
    
#header_inner.apologist {
    padding-top: 239px;
    background-image: url(../img/header_apologist.jpg);
    } 
    
#header_inner.israel {
    padding-top: 239px;
    background-image: url(../img/header_israel.jpg);
    } 
    
#header_inner.evangel {
    padding-top: 239px;
    background-image: url(../img/header_evangel.jpg);
    }                 
	
#header_inner_container {
	width:868px;
	text-align:left;
	margin: 0px 0px 0px 10px;
}
	
#header_bottom {
	width:100%;
	height:8px;
	background-color: #000;
	}
	
#content_stripes {
	width:100%;
	background-color: #fff;
	background-image: url(../img/content_stripes.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
		
#container {
	position: relative;
	width: 868px;
	padding: 30px 49px 135px 49px;
	text-align: left;
	margin-top: 0px;
	}	

.content {
	padding:0px;
	}
    
.content_divider {
    background-image: url(../img/content_div.gif); 
    background-repeat:repeat-x; 
    background-position: left top; 
    padding:0px 0px 15px 0px;
}
	
.inner {
	float:left;
	width:590px;
	display:inline;
}

.content a:link {
	color: #06ccdb;
	font-weight: bold;
	background: none;
	text-decoration: underline;
	padding: 0px;
	line-height: 1;
	}
	
.content a:visited {
	color: #06ccdb;
	background: none;
	text-decoration: underline;
	padding: 0px;
	}
	
.content a:hover {
	color: #06ccdb;
	background: none;
	text-decoration: none;
	padding: 0px;
	}
	
.content a:active {
	color: #06ccdb;
	background: none;
	text-decoration: underline;
	padding: 0px;
	}
    
.paging {
/*    text-align: center;*/
    }    
    
.paging span {
    color: #383838;
    font-weight: normal;
    background-color: #f7f7f7;
    padding: 2px 8px;
    margin: 0px 2px;
    border: 1px solid #ccc;
    }
    
.paging span.current {
    font-weight: bold;
    background-color: #383838;
    color: #fff;
    }       
    
.paging a:link {
    color: #383838;
    font-weight: bold;
    background: none;
    text-decoration: none;
    padding: 0px;
    line-height: 1;
    }
    
.paging a:visited {
    color: #383838;
    background: none;
    text-decoration: none;
    padding: 0px;
    }
    
.paging a:hover {
    color: #06ccdb;
    background: none;
    text-decoration: none;
    padding: 0px;
    }
    
.paging a:active {
    color: #383838;
    background: none;
    text-decoration: none;
    padding: 0px;
    }    
   
h1.index {
    background: none;
}   

.node-more-info {
    margin-bottom: 20px;
}
    
.content h1 a:link {
    color: #000;
    font-weight: normal;
    background: none;
    text-decoration: none;
    padding: 0px;
    line-height: 1;
    }
    
.content h1 a:visited {
    color: #000;
    background: none;
    text-decoration: none;
    padding: 0px;
    }
    
.content h1 a:hover {
    color: #06CCDB;
    background: none;
    text-decoration: none;
    padding: 0px;
    }
    
.content h1 a:active {
    color: #000;
    background: none;
    text-decoration: none;
    padding: 0px;
    }     
	
.panels a:link {
	text-decoration:none;
	color: #363636;
	font-weight: bold;
	padding: 0px;
	line-height: 1;	
}

.panels a:visited {
	text-decoration:none;
	color: #363636;
}

.panels a:hover {
	color: #06ccdb;
}

.panels a:active {
	text-decoration:none;
	color: #363636;
}

.panels h3 a:link {
	text-decoration:underline;
}

.panels ul {
	padding:0px 16px 0px 7px;
}

.panels ul li {
	border-top: 1px solid #e1e1e1; 
	border-bottom: 1px solid #e1e1e1; 
	background-color:#f7f7f7; 
	padding:6px; 
	margin: 2px 2px 4px 0px;
}

.panels ul li.zebra {
	background-color:#fff;
}

.panels ul.photos li {
	float:left;
	border-left: 1px solid #e1e1e1; 
	border-right: 1px solid #e1e1e1;
}
	
#sidebar {
	float: left;
	margin: 0px 0px 0px 20px;
	display: inline;
	}
	
#sidebar .panels {
	float: none;
	margin-left: 0px;
	}	
	
.panels {
	width: 258px;
	padding: 0px;
	background-image: url(../img/section_header.png);
	background-repeat:no-repeat;
	background-position: left top;
	margin: 0px 0px 20px 44px;
	float:left;
	position: relative;
	}	
    
#flashMessage {
    background-color:#FDF757;
    color:#000000;
    font-size:1.3em;
    padding:8px; 
    display: none;
}   
    
.headerNavigation {
    padding-bottom: 20px;
}

.messageStackWarning {
    background-color: yellow;
} 

.productListing-data {
    padding: 5px;
}
	
table, td, tr, thead, tfoot, tbody, th, tf {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px; 
	/*vertical-align: bottom;*/ /* This fixes the IE5 Win gap! */
}

/* 4)-=-=-=- Forms -=-=-=- */

#search_container {
	width:868px;
	margin:2px 0px 0px 10px;
	height:28px;
	text-align:right;
}

#search_container input.search_box {
	display: inline;
	font-size: 115%;
	padding: 2px 5px 5px 5px;
	width: 177px;
	color:#CCC;
	background-color:#000;
	border: 1px solid #494949;
	vertical-align: bottom;
}

#search_container input.search_btn{
	display: inline;
	margin: 0px 1px 2px 0px;
	width: 65px;
	height:22px;
	background:none;
	background-image: url(../img/search_btn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: none;
	cursor:pointer;
	vertical-align: bottom;
}

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

form div {
	clear: both;
	margin-bottom: 5px;
	padding: 0px;
	vertical-align: text-top;
}

/*input[type=submit] {
	display: inline;
	font-size: 94%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}*/

/* 5)-=-=-=- Footer -=-=-=- */
	
#footer_top {
	width:100%;
	height:10px;
	background-color: #06ccdb;
	}	
	
#footer_bkg {
	width:100%;
	height:115px;
	background-color: #2e2e2e;
	background-image: url(../img/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	/*position:fixed;
	bottom:0px;
	left:0px;*/
	}
	
#footer {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width:907px;
	}
	
#links_and_copyright {
	float:left;
	padding-top:20px;
}
	
#footer p {
	font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
	font-size: 1.1em;
	color: #fff;
	padding: 1px 8px 1px 8px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	background-image:url(../img/pink.png);
	background-repeat: repeat;
	}
	
#footer a {
	padding: 0px;
	/*margin: 0px;*/
	}
	
.designed_by_klivom {
	float:left;
	margin-top:37px;
}
	
/* 6)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
	}
	
hr.hidden { /* Simple style when CSS not in use */
	display: none;
	}
	
/* 7)-=-=-=- Hacks -=-=-=- */
	
.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 */


/**
 * Form
 */
form .input { margin-bottom: 15px; }
form .input label { display: block; font-size: 18px; font-weight: normal; padding: 0px 0px 5px 0px; }
form .input input[type=text] { width: 500px; border: 1px solid #a5acb2; padding: 5px; }
form .input input[type=text]:focus { background: #fafafa; }
form .input textarea { width: 500px; border: 1px solid #a5acb2; padding: 5px; font-family: Arial; }
form .input textarea:focus { background: #fafafa; }
form input[type=submit] { background: #464646; color: #fff; font-weight: bold; border: 1px solid #333; padding: 5px; }
form input[type=submit]:active { border: 1px solid #ccc; }

.contact-form { margin-top: 20px; }



/**
 * Comments
 */
.comments h3 { font-family: Georgia; font-size: 28px; font-weight: normal; line-height: 20px; margin: 15px 0px 25px 0px; }
.comments .comment { margin-bottom: 20px; padding: 10px; border: 1px solid #eee; background: #fff; }
.comments .comment .comment { margin-left: 45px; margin-bottom: 0px; }
.comments .comment .comment + .comment { margin-top: 10px; }
.comments .comment-info { background: #fafafa; }
.comments .comment-info .avatar { float: left; margin-right: 10px; }
.comments .comment-info .avatar img { border: 2px solid #333; }
.comments .comment-info .name { display: block; font-weight: bold; }
.comments .comment-info .date { font-size: 10px; color: #888; }
.comments .comment-body { margin: 20px 0px 10px 0px; }
.comments .comment-reply { padding: 10px 0px 10px 0px; }
.comments .comment-reply a { background: #464646; color: #fff; font-weight: normal; padding: 5px; text-decoration: none; }
.comments .comment-reply a:hover { background: #eee; color: #464646; }
.comments .author { border: 1px solid #a9a9a9; background: #fafafa; }
.comments .author > .comment-info { background: #efefef; }

.comment-form h3 { font-family: Georgia; font-size: 28px; font-weight: normal; line-height: 20px; margin: 30px 0px 30px 0px; }



#debug-kit-toolbar ul li.panel-tab { display: none; }
#debug-kit-toolbar ul li.icon { display: inline; }
