@charset "UTF-8";
/* CSS Document */
/*

		 WRECKING BALL FIGHT FACILITY THEME FOR WORDPRESS
		 
		 http://WreckEmAll.com
		 
		 Created By: Chris Coyer

		 
		 Edited By: Jon Flood
		 http://JonFlood.com
		 
		 
		 
		 colors:
		 Blood Red: #990000
		 Bright Red: #CC0000
		 Flesh/Creme: #FFFFCC
		 Dark Red: #990000
		 
*/

/*
	RESET
*/

* {
}
html{
	overflow-y: scroll;
	height: 100%;
}
html, body{
	height: 100%;
	background-image: url(images/wbff_new_background_2.gif);
	background-repeat: repeat-x;
	background-color: #000;
}
body{
	background-color: #000000;
	background-image: url(images/wbff_new_background_2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.sidebarul{
	list-style-position: outside;
	list-style-image: url(images/bullet.png);
	color: #FFFFCC;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}

.sidebarul p{
	list-style-position: outside;
	list-style-image: url(images/bullet.png);
	color: #FFFFCC;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

.sidebarul a {
	color: #FFFFCC;
	margin-bottom: 10px;
	padding-left: 0px;
}

.gallery{
	width: 100%;
	margin-bottom: 60px;
}

.gallery li{
	margin-right: 10px;
	margin-left: 10px;
}

ul{
	list-style-type: square;
	list-style-position: outside;
}
ol{
}
a{ outline: none; 
	text-decoration: none; 
}
a img{
	border: none; 
	background: none; 
}
img{ 
	vertical-align: middle; 
}
table{ 
	border-collapse: collapse; 
}

/*
	UTILITY
*/
.floatLeft {
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;
}
.button{
	border: 1px solid #272727;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: 272727;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.button:hover{
	color: white;
	background-color: #666;
}


/*
	TYPGROGRAPHY
*/
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.5em;
}
h1 {
	font-size:36px;
	padding-top:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #900;
	text-transform: none;
	font-style: normal;
	line-height: 38px;
	margin-bottom: 1em;
}
h2 {
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #000;
	margin-bottom: .5em;
}		
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #990000;
	letter-spacing: 0.1em;
}
h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 46px;
	font-weight: 200;
	color: #FFFFCC;
	letter-spacing: 0.1em;
	margin-bottom: .5em;
}
p.sidebar {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}		
hr {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}			
a {
	color: #990000;
}
a:hover{ 
	background: #990000; 
	color: white; 
}

/*
	FORMS
*/

input{ 
	padding: 3px; 
}

/*
	STRUCTURE
*/

#page-wrap{
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-right: auto; /* the bottom margin is the negative value of the footer's height */
	margin-left: auto;
	margin-bottom: -250px;
}
#socialsidebar {
	width: 250px;
	float: left;
	margin-right: 10px;
}
#main-col{
	width: 680px;
	float: left;
	padding: 10px;
}
#form{
	width: 480px;
	padding-right: 10px;
	float: left;
}				
#linksidebar{
	width: 250px;
	float: right;
}
#push{
	height: 300px;
}


/*
	HEADER
*/

h1#logo	{
	width: 250px;
	height: 325px;
	text-indent: -9999px;
	float: left;
	background-image: url(images/fightfacility.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0;
}
h1#header{
	width: 950px;
	text-indent: -9999px;
	float: right;
	height: 250px;
	margin-bottom: 10px;
}
h1#class{
	width: 230px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/classinformation.png);
	height: 30px
}
#main-pic{ 
	float: left; 
	margin-right: 10px; 
}
#top-bar{
	width: 950px;
	height: 325px;
}
#top-bar p{ 
	color: #f4dfb8; 
	width: 300px; 
	float: left; 
}

.logo {
	float: left;
}

.slideshow{
	width: 670px;
	height: 325px;
	background-image: url(images/slideshow_background.png);
	background-color: #000;
	background-repeat: no-repeat;
	padding: 10px;
	float: right;
}

form#searchform{
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-top: 10px;
}

/* Nav */

#navbar {
	width: 950px;
	height: 25px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: 100;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #600;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#navbar div {
	float: right;
	height: 30px;
	margin: 0px;
	padding: 0px;
	left: -50%;
	position: relative;
	text-align: left;
	}
ul.menu .current_page_item a, ul.menu .current-menu-item a {
	color: #FFF !important;
	}
ul.menu {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0;
	left: 50%;
	position: relative;
	}
ul.menu li {
	float: left;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	border-left: 1px solid #CCCCCC;
	background-color: #600;
	}
ul.menu li.first {
	border-left: none;
	}
ul.menu li a {
	float: left;
	padding: 0px 15px 0px 15px;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	}
ul.menu li a:hover{
	color: #FFC;
	text-decoration: none;
	}
ul.menu li span { /*--Drop down trigger styles--*/
	float: left;
	height: 20px;
	width: 15px;
	background: url(images/nav_arrow.png) no-repeat;
	left: -10px;
	position: relative;
	}
ul.menu li span.subhover { /*--Hover effect for trigger--*/
	background-position: center bottom; 
	cursor: pointer;
	}
ul.menu li ul.sub-menu, ul.menu li ul.children {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -10px;
	top: 20px;
	margin: 0;
	padding: 0px 10px 20px 10px;
	display: none;
	float: left;
	width: 180px;
	z-index: 9;
	}
ul.menu li ul.sub-menu li, ul.menu li ul.children li {
	margin: 0px; 
	padding: 0px;
	text-align: left;
	border: none;
	clear: both;
	width: 180px;
	}
html ul.menu li ul.sub-menu li a, html ul.menu li ul.children li a {
	float: left;
	width: 150px;
	padding: 5px 15px;
	background-color: #900;
	}
html ul.menu li ul.sub-menu li a:hover, html ul.menu li ul.children li a:hover { /*--Hover effect for subnav links--*/
	background-color: #993333;
	}
	

/* main menu 


#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	overflow:hidden;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
	background-color: #600;
	color: #FFFFCC;
	height: 30px;
	width: 950px;
	margin-top: 15px;
	margin-bottom: 15px;
}


#menu ul {
	margin:0;
}

#menu ul li {
	list-style-type: none;
	margin: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	color:#FFFFCC;
	text-decoration:none;
	background-color: #993333;
}

#menu .current_page_item {
	background-color: #993333;
}

*/


/* WIDGETS */
.widget	{
	width: 250px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 15px;
}
.widget .inside	{
	margin-top: 15px;
}

.events{
	width: 220px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #000;
}

.thumb{ 
	width: 62px; 
}
.flickr-thumb{ 
	height: 41px; 
	width: 62px; 
	overflow: hidden; 
	float: left; 
	margin: 0 0 10px 15px; 
}


/*
	BLOG ENTRIES
*/
.post{
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
	background-color: #E1E1E1;
	padding: 15px;
	background-image: url(images/postbackground.png);
}
.datebox{
	color: #FFFFCC;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 75px;
	background-color: #666;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background-image: url(images/date.png);
	padding-top: 7;
	padding-bottom: 5px;
}
.day{
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	line-height: 38px;
	color: #666666;
}
.month{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	color: #666666;
}
.year{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	color: #666666;
}

.leave_comment_box{
	width: 110px;
	background-color: #993333;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.leave_comment_box a {
	color: #FFFFCC;
	text-decoration: none;
	font-size: 14px;
}

.comment_box{
	width: 100px;
	float: right;
	background-color: #993333;
	padding: 5px;
}

.comment_box a {
	color: #FFFFCC;
	text-decoration: none;
	font-size: 14px;
}


ol.commentlist{ 
	list-style: none; 
}
.comment-bubble	{
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #990000;
	width: 450px;
}
ol.commentlist li p	{
	font-size: 1em;
	color: #FFF;
}

#respond p {
	color: #FFF;
}
.navigation{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.search_box{
	width: 235px;
	height: 45px;
	background-color: #272727;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 12px;
}

/*
	TWITTER
*/





/*
	FOOTER
*/
#footer	{
	height: 250px;
	border-top: 4px solid #990000;
	padding-top: 20px;
	background-color: #171717;
}
#footer-inside{
	width: 950px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
}
#footer p{
	color: white; 
}
#footer-1{
	width: 200px;
	float: left;
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#footer-2{
	width: 150px;
	float: left;
	margin-right: 30px;
}
#footer-3{
	width: 725px;
	float: left;
}
#footer-4{
	width: 500px;
	float: left;
	margin-top: 20px;
}
#footer a{ 
	color: white; 
}
#footer ul{ 
	color: white; 
}

#footer ul{
	list-style-type: none;
}

