/*
Theme Name: Boom Boom for Carl Allen
Theme URI: http://originarts.net
Description: Wordpress theme for Carl Allen by Matt Jorgensen
Version: 1.0
Author: Origin Web Design
Author URI: http://originarts.net
Tags: 
*/

@import "reset.css";

body {
	background-color:#000;
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	background-color:#000;
	color:#fff;

}


#container {width:960px; margin:0 auto 0px auto; overflow:hidden;padding-bottom:60px; padding-top:70px;}

#logo {margin-top:20px; margin-bottom:20px;}
.logo_image {
border:0;
border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px;
}

#sub-heading {
	border-top:solid 3px #333;
	border-bottom:solid 3px #333;
	color:#D7D7AC;
	font-family: 'Maven Pro', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:16px;
	padding:10px 0 10px 0;
	width:250px;
	}


#sub-heading a {color:#fff; text-decoration:none;}
#sub-heading a:active {color:#fff; text-decoration:none;}
#sub-heading a:hover {color:#fff; text-decoration:underline;}
#sub-heading a:visited {color:#fff; text-decoration:none;}



/* wordpress specific */

.alignright {float:right; margin-left:15px; margin-bottom:20px;}


/* imported from 20-10 */
#access {
	background: #ededed;
	display: block;
	float: left;
	margin: 10 auto;
	width: 940px;
	font-family: "p22-underground-1","p22-underground-2";

}

#access .menu-header,
div.menu {
	font-size: 18px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #960;
	display: block;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
	font-family: "p22-underground-1","p22-underground-2";
	text-transform:uppercase;
	font-weight:500;
	font-style:normal;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}


#access ul ul a {
	background: #960;
	line-height: 1em;
	padding: 5px 5px 5px 10px;
	width: 160px;
	height: auto;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #960;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
	
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	/*color: #960;*/
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #960;
}





/* END imported from 20-10 */

#top_nav {
	width:100%;
	/*height:40px;*/
	display:block;
	background-color:#222;
	text-align:center;
	color:#fff;
	font-family: 'Maven Pro', Arial, Helvetica, sans-serif;
	position:fixed;
	z-index:999999;
	}


#menu {
	}

#top_nav {
	padding:10px;
	color:#fff;
	margin-bottom:10px;
	clear:both;
	}
#top_nav ul {
	/*text-align:right;*/
	}
#top_nav li {
	list-style:none;
	display:inline;
	font-family: 'Maven Pro', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	font-weight:700;
	font-style:normal;
	margin-right:10px;
	}
#top_nav li a {color:#fff; text-decoration:none;}
#top_nav li a:hover {color:#D7D7AC; text-decoration:none;}

#top_nav ul ul {
	display:list-item;
	list-style:none;
	}
	
.sub-menu {display:list-item; list-style:none;}

/* -- ported over from 20/10 -- */
/*
#top_nav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#top_nav ul ul li {
	min-width: 180px;
}
#top_nav ul ul ul {
	left: 100%;
	top: 0;
}


#top_nav ul ul a {
	background: #960;
	line-height: 1em;
	padding: 5px 5px 5px 10px;
	width: 160px;
	height: auto;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#top_nav li:hover > a,
#top_nav ul ul :hover > a {
	background: #960;
	color: #fff;
}
*/
/* -- ported over from 20/10 -- */



#content {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:400;
font-style:normal;
line-height:1.45em;
color:#000;
background-color:#fff;
border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px;
margin-top:20px;
padding:20px 10px 100px 10px;
}

#content p {
margin-bottom:18px;
}

#content a {color:#960; text-decoration:none;}
#content a:active {color:#960; text-decoration:none;}
#content a:hover {color:#960; text-decoration:underline;}
#content a:visited {color:#960; text-decoration:none;}


#heading h1 {
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Oswald', sans-serif;
	font-size:42px;
	line-height:46px;
	margin-bottom:30px;
	margin-top:0px;
	color:#222;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
	border-bottom:3px #ccc;
	border-bottom-style:double;
	padding-bottom:10px;
	}

	
#content h1 {
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Oswald', sans-serif;
	font-size:42px;
	line-height:46px;
	margin-bottom:30px;
	margin-top:0px;
	color:#222;
	font-weight:400;
	font-style:normal;
	border-bottom:double 1px #ccc;
	}
	
#content #heading h1 a, #content #heading h1 a:visited {text-decoration:none;}
#content #heading h1 a:hover {text-decoration:underline;}
	
#content h2 {
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	color:#000;
	font-weight:400;
	font-style:normal;
	margin-top:20px;
	margin-bottom:20px;
	clear:none;
	}
	
#content h2 a, #content h2 a:hover, #content h2 a:visited {color:#960; text-decoration:none;}
	
	
#content h3 {
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	line-height:1.4em;
	color:#960;
	font-weight:400;
	font-style:normal;
	margin-bottom:20px;
	}

#content ul {
	padding-left:30px;
	margin-bottom:30px;
	}
	
	
#news h1 {
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Oswald', sans-serif;
	font-size:42px;
	line-height:46px;
	margin-bottom:30px;
	margin-top:0px;
	color:#222;
	font-weight:400;
	font-style:normal;
	border-bottom:0;
	}
	

	

/* sidebar */

#sidebar {
padding-top:40px;
margin-right:0px;
}

#sidebar a {color:#D7D7AC; text-decoration:none;}
#sidebar a:active {color:#D7D7AC; text-decoration:none;}
#sidebar a:hover {color:#fff; text-decoration:none;}
#sidebar a:visited {color:#D7D7AC; text-decoration:none;}


#sidebar h2 {
font-family: 'Maven Pro', Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:5px;
	margin-top:20px;
	color:#fff;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
}

#sidebar ul {list-style:none; padding-left:0px;}
#sidebar li {list-style:none; padding:5px 0 5px 10px; font-family: 'Lato', sans-serif; font-size:14px;
}
	
	
.entry-detail {
overflow: hidden;
}

	
	/* imported from Wordpress */

#entry-title {
	font-family:'Oswald', sans-serif;
	font-size:24px;
	text-align:left;
	margin-bottom:30px;
	margin-top:30px;
	color:#000;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
	}
#entry-title,
#entry-title a {
	color: #000;
	text-decoration: none;
}
#entry-title a:focus,
#entry-title a:active,
#entry-title a:visited {
	color: #000;
	text-decoration:none;
}

#entry-title a:hover {color:#960; text-decoration:none;}

#entry-title h1 {font-size:24px; line-height: 1.2em; padding-bottom:10px;}

	
	
	

/* sidebar & widgets */



/* footer */

#footer {
	margin-top:20px;
	color:#fff;
	font-family: 'Maven Pro', Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	font-style:normal;
	}

#footer a, #footer a:visited {color:#fff; text-decoration:none;}
#footer a:hover {color:#CC9900; text-decoration:none;}

	
#footer_wig {	color:#fff;
	font-family: 'Maven Pro', Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#footer_wig a, #footer_wig a:visited {color:#fff; text-decoration:none;}
#footer_wig a:hover {color:#CC9900; text-decoration:none;}

#footer_wig h2 {color:#CC9900; font-family: 'Maven Pro', Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase; padding-top:10px; margin-bottom:10px;}

#footer_wig ul {list-style:none;}
#footer_wig li {padding:10px 0px 10px 0px; border-top:dotted 1px #ccc;}

#site-by {margin:40px auto 30px auto; padding:10px; background-color:#fff; text-align:center; color:#000;
	font-family: 'Maven Pro', Arial, Helvetica, sans-serif;
	font-size:12px; width:600px;}
#site-by {
border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px;
}

#site-by a, #footer_wig a:visited {color:#c90; text-decoration:none;}
#site-by a:hover {color:#c90; text-decoration:underline;}




/*mailing list */
.em_1 {padding-bottom:14px; padding-top:14px; border-top:dashed 1px #000; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; width:180px;}
.em_2 {padding-bottom:14px; padding-top:14px; border-top:dashed 1px #000; font-family:Arial, Helvetica, sans-serif; font-size:16px; width:380px;}

.em_1a {padding-bottom:14px; padding-top:14px; border-top:dashed 1px #000; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; width:120px;}
.em_2a {padding-bottom:14px; padding-top:14px; border-top:dashed 1px #000; font-family:Arial, Helvetica, sans-serif; font-size:14px;}

.em_input {padding:3px; font-family:Arial, Helvetica, sans-serif; font-size:16px; background-color:#fff; border:solid 1px #666; width:300px;}

