/*   
Theme Name: Spontaneously Combustible
Theme URI: http://www.designmonkeyltd.com
Description: A search engine optimized website framework for WordPress.
Author: Michael McFarland
Author URI: http://www.designmonkeyltd.com
Version: 0.1.2
Tags: threaded-comments, microformats
.
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import 960 grid system */
@import url('styles/960.css');

/* 
@font-face {  
}  
*/


body {
	background-image: url(img/bg.jpg);
	background-position: center -100px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000;
	font-family: 'Lucida Grande', sans-serif;
	color: #dcdcdc;
	font-size: 14px;
	}
	
	
body{font:13px,Verdana,sans-serif}
a { color: #fff; }
a:focus{outline:1px dotted}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
h1, h2, h3, h4, h5 {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 10px;
	text-shadow: 2px 2px 2px #000;
	}
h1{
	}
h1{font-size:36px; font-weight: bold;}
h2{font-size:24px; font-weight: bold;}
h3{font-size:21px; font-weight: bold;}
h4{font-size:18px; font-weight: bold;}
h5{font-size:16px; font-weight: bold;}
h6{font-size:15px; font-weight: bold;}
ol{list-style:decimal}
ul{}
li{margin-left:30px}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:10px}	
	
li
{	margin-left:0px;
	padding-bottom: 10px;} 


.width_wrapper {
	margin: 0px auto;	
	max-width: 960px;
}

#fullwidth_wrapper {
	margin-top: 10px;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    box-sizing: border-box;
    margin-left: 0px;
    border-radius: 15px;
    margin: 0 auto;
    padding-top: 35px;
    max-width: 960px;	
	}

#body {
	margin: 0 auto;
	width: 960px;
	}
	
	#body a {
		text-decoration: underline;
		}

#body_top {
	background-color: #dcdddf;
	}

	#body_top_wrapper {
		width: 960px;
		padding-top: 10px; 
		padding-bottom: 10px;
		margin: 0px auto;
		}

#outer_wrapper {
	background-repeat: no-repeat;
	background-position: bottom center;
	}

#footer {
	background-repeat: no-repeat;
	background-position: top center;
	}

#footer_wrapper {	
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	}
	
	
/* =Header
-------------------------------------------------------------- */

#header_wrapper {
	background-position: top center;
	background-repeat: no-repeat;
}

#header {
  margin: 0 auto;
  padding-top: 10px;
  width: 960px;
}

#logo
{

	width: 600px;
	margin-top: 0px;
	margin-left: 7px;
	}


#branding {
	margin: 0 0 0 0;
	}

#blog-title {
	float: left;
    width: 100%;
    text-align: center;
	}
	
#mailing-list {
	width: 310px;
	margin-top: 85px;
	margin-left: 90px;
	float: left;
	}	
#header_block {
	position: absolute; 
	margin-left: 684px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	width: 266px;
	text-align: right;
	margin-top: 10px;
}

.header_number {
	font-size: 22px;
	margin-bottom: 10px;
	display: block;
	}
	
.header_button {
	display: block;
	margin: 0px auto;
	border: #c7c9cb 5px solid;
	font-weight: bold;
	background-color: #ebebec;
	padding: 10px;
	background: rgb(231,232,233); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(231,232,233,1) 0%, rgba(207,209,211,1) 50%, rgba(231,232,233,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,232,233,1)), color-stop(50%,rgba(207,209,211,1)), color-stop(100%,rgba(231,232,233,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(231,232,233,1) 0%,rgba(207,209,211,1) 50%,rgba(231,232,233,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(231,232,233,1) 0%,rgba(207,209,211,1) 50%,rgba(231,232,233,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(231,232,233,1) 0%,rgba(207,209,211,1) 50%,rgba(231,232,233,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(231,232,233,1) 0%,rgba(207,209,211,1) 50%,rgba(231,232,233,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e8e9', endColorstr='#e7e8e9',GradientType=0 ); /* IE6-9 */		
	color: #000;
	}

	a.header_button {
		color: #000;
		text-decoration: none;
		}

/* Performer Database */

.dm_performer_social img.dm_social_icon {
	max-width: 40px !important;
}

.dm_performer_thumbnail {
	width: 400px; float: right;
margin: 0px 10px 0px 20px;
}

.dm_performer_terms {
	margin-bottom: 10px;
}

.dm_performer_terms .dm_term {
	font-weight: bold;
	margin-right: 7px;
	display:inline-block;
  border-right: #fff 1px solid;
	padding-right: 7px;
	padding-bottom: 3px;
}

.dm_performer_terms .dm_term:last-of-type {
	border-right: 0px;
}

.dm_performer_tags {
	margin-bottom: 10px;
	font-weight: bold;
}

.dm_performer_tags .dm_tag {
	padding-right: 10px;
}


/* =Menu
-------------------------------------------------------------- */




.menu-main-menu-container ul, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	margin-top: 1px;
}
.menu-main-menu-container ul ul, @nav ul ul {
	display: none;
}


.menu-main-menu-container ul li:hover ul, @nav ul li:hover ul {
	display: block;
	z-index: 99;
	margin-top: 13px;
	left: 0px;
	margin-left: -3px;	
}

	.menu-main-menu-container ul li:hover ul li, #nav ul li:hover ul li {
		background-color: #fff;
		xborder-right: #e6e6e9 3px solid;
		xborder-bottom: #e6e6e9 3px solid;
		left: 0px;
		width: 200px;
		text-align: left;
		}
		
				
		.menu-main-menu-container ul li:hover ul li:hover, #nav ul li:hover ul li:hover  {		
			background-color: #eee;
			}

.menu-main-menu-container ul li.current-menu-item, #nav ul li.current-menu-item {
	background-color: #3673e7;
	color: #fff;
	}

	.menu-main-menu-container ul li.current-menu-item a, #nav ul li.current-menu-item a {
		color: #fff;
		}


.entry-title {
	color: #0033aa;
	text-align: center;
	}

.menu li:hover ul, #nav li:hover ul {
	xdisplay: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	z-index: 100;}

.menu-main-menu-container li, #nav li  {
	position: relative;
	padding: 0;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	xborder-left: #e6e6e9 3px solid;
}


.menu-main-menu-container ul li, #nav ul li {
	margin: 0px;
	margin-bottom: 7px;
	display: inline-block;
	background-color: #eaebeb;
	width: 220px;
	margin-left: 2px;
	margin-right: 2px;
	}

#nav_wrapper {
	font-weight: bold;
	text-align: center;
	padding: 10px;
	padding-bottom: 0px;
		
}

	#nav_wrapper a {
		text-decoration: none;
		text-transform: uppercase;
	}

.menu-main-menu-container, #nav 
	{
  	margin: 0 auto;
	font-size: 13px;
	xpadding-top: 15px;
	padding-left: 0px;
	text-align: center;
	}
	

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* */
	


/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1em 0 0 0;
}

.entry-content {
	margin-bottom: 15px;
	}

#content {
	padding-left: 0px;
	padding-top: 0px;
        margin-top: -40px;
	}
	
#content img {
	}

#container {
	xpadding-top: 10px;
	}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}



#sidebar_content {
	font-weight: bold;
	}

.sidebar_number {
	font-size: 22px;
	display: block;
	}


#sidebar-container li {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

#sidebar-body
{	
	background-color: #153f1e;
	float: right;
	}	
	
#sidebar-body a
{
	}
	
#sidebar-body a:hover
{
	text-decoration: underline;
	}


#sidebar-body #events-calendar h3
{
	text-align: left;
	}

#sidebar-body #events-calendar
{
	}
	
#sidebar-body #events-calendar a
{
	}
	
#sidebar-body h3
{
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 20px;
	}
	
.widget-title {	
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 22px;
	text-align: center;
	}
	
.widget-title_fp1
{
	font-size: 22px;
	text-align: center;
}
	
.widget-title_fp2
{
	font-size: 22px;
	text-align: center;
}
	
.widget-title_fp3
{
	font-size: 22px;
	text-align: center;
}


/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	}
.reply a:hover,
a.comment-edit-link:hover {
	}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	font-weight: bold;
}
#respond label {
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}




/* Additional Styles */

	
#myslideshow_wrapper {
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #0009d0;
	}		
	
	#myslideshow_container {
		width: 960px;
		  margin: 0 auto;
		}
		
	#slideshow-wrappercustom #imglinkcustom {
		background-color: transparent !important;
		}
		
		
		
#sidebar_content {
	text-align: center;
	margin-bottom: 10px;
	}
	
	
.imgnav {
	display: none !important;
	}
	
	#informationcustom {
		display: none !important;
		}
		
		
	
#menu_wrapper {	
	width: 960px;
	margin: 0px auto;
	}
		
#menu_wrapper > li {
	list-style: none !important;
	}	
	
#menu_link {
	display: none;
	}
	
.wp-post-image	{
	width: 100%;
	height: auto;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, .4);
	box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, .4);
	}
	
	
/*==================================================
    Pagination
==================================================*/

.facetwp-pager {
    margin-top: 10px;
}

.facetwp-page {
    border: 1px solid #ddd;
    padding: 3px 6px !important;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
}

.facetwp-page.active {
    background-color: #f5f5f5;
    color: #333;
}
		
.column_fourth {
float: left;
width: 25%;
box-sizing: border-box;
padding-right: 10px;
}		

a.site_title  {
color: #000;
text-decoration: none;
}


.form-content label {
	width: 35%;
	float: left;
	box-sizing: border-box;
	clear: both;
	text-align: left !important;
		font-weight: bold;
	}

.wpcf7-form input[type="text"], .wpcf7-form textarea, .wpcf7-form input[type="text"], #_dmonkey_location_name, #address {
	width: 65%;
	box-sizing: border-box;
}

.wpcf7-form input[type="checkbox"]{
	width: 20px;
}


.wpcf7-form input[type="submit"] {
	width: auto;
}

.wpcf7-form .form-horizontal label.control-label {
	text-align: left;
	width: auto !important;
	clear: none;
	padding-left: 0px;
	}
	
.wpcf7-form .form-horizontal .form-group {
	margin-right: 0px;
	margin-left: 0px;
	}

fieldset.checkboxes {
	clear: both;
	}

	fieldset.checkboxes label {
		width: auto;
		float: none;
		font-weight: normal;
		}	
		
		
.LinkButton {
background-color: #ff9900;
display: inline-block;
font-family: 'Oswald', sans-serif;
padding: 9px;
color: #fff !important;
text-decoration: none;
font-size: 18px;
font-weight: bold;
border-radius: 5px;
border: #000 1px solid;
background-image: linear-gradient(bottom, rgb(125,125,125) 100%, rgb(13,13,13) 0%);
background-image: -o-linear-gradient(bottom, rgb(125,125,125) 100%, rgb(13,13,13) 0%);
background-image: -moz-linear-gradient(bottom, rgb(125,125,125) 100%, rgb(13,13,13) 0%);
background-image: -webkit-linear-gradient(bottom, rgb(125,125,125) 100%, rgb(13,13,13) 0%);
background-image: -ms-linear-gradient(bottom, rgb(125,125,125) 100%, rgb(13,13,13) 0%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(1, rgb(125,125,125)),
	color-stop(0, rgb(13,13,13))
);
text-shadow: none;
clear: left;
margin-left: -1px;
}	

div.entry-summary address {
	font-size: 14px !important;
	font-weight: normal !important;
	font-style: normal !important;
	}
	
#content_half #youtube_gallery_1 .youtube_gallery_item {
	width: 45% !important; float: left !important; margin-right: 5% !important;
	}
	
#content_half #youtube_gallery_1 .youtube_gallery_item .ytsg_play {
	width: 40%;
	height: auto;
	left: 30%;
	top: 24px;
	}
	
#content_half #youtube_gallery_1 .youtube_gallery_caption
	{
	width: auto;
	height: auto;
	display: none;
	}

#content_half #youtube_gallery_1 br {
	display: none;
	}

#content_half .sc_player_container1 .myButton_play, #content #content_half .sc_player_container1 .myButton_play {
	vertical-align: middle;
	margin-top: 1px !important;
	margin-bottom: 6px !important;
	}

.clippings_widget {
	line-height: 13px;
	}
	
.clippings_widget address {
	display: none;
	}

.spacer {
	width: 4%;
	float: left;
	}
	
.clear {
	clear: both;
	}
	
#gallery-1 img, .entry-content img {	
	max-width: 100%;
	height: auto;
	}
	
#container.fullwidth {
width: 100%;
}
	
	#container.fullwidth #content {
		width: 100%;
		}			