/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Jaken Frazier
	Author Site	: http://www.jakenfrazier.com
	Style Name	: brmustangers
	Style URI	:	http://www.brmustangers.com
	Version		: 1
	Comments	: this is my first attempt to custom style a k2 wordpress site.
*/


/*set body background image based on #of columns*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	background-color: black;
	text-align: center;
	}
body.columns-one {background: url('bg-body-800_clean.jpg') no-repeat center top;	background-color:black;}
body.columns-two {	background: url('bg-body-780.jpg') no-repeat center top;	background-color:black;}
body.columns-three {background: url('bg-body-950.jpg') no-repeat center top;	background-color:black;}


#page {
	/* The entire design is contained within the 'page' id */
	background: white;
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	}
	
#header {
	/* Contains the H1 and menu */
	position: relative;
	height: 200px;
	background: #3371A3;
	background-position: top left;
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}
	
.content { background: url('bg-content_top2.png') no-repeat center top;}
/*.content { background: url('bg-content_vtile.png') repeat-y center top;}*/

.secondary {
	/* Contains both sidebars */
	/*background: url('bg-col-shadowleft.png') no-repeat left top;*/}



/*	modified footer */
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 10px;
	text-align: center;
	color: #777;
	/*background-color: white;*/
	}
	
#wp_footer_wrapper {padding: 10px 0 20px; margin-bottom:10px;}
	
.columns-one div#wp_footer_wrapper {background: url('bg-footer_1.png') no-repeat center bottom;	}
.columns-two div#wp_footer_wrapper {	background: url('bg-footer_2.png') no-repeat center bottom;	}
.columns-three div#wp_footer_wrapper {background: url('bg-footer_3.png') no-repeat center bottom;	}

.columns-one div#footer {background: url('bg-footer_1top.png') no-repeat center top;	}
.columns-two div#footer {	background: url('bg-footer_2top.png') no-repeat center top;	}
.columns-three div#footer {background: url('bg-footer_3top.png') no-repeat center top;	}




/*  text */
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	/*font-size: 2.5em;*/ font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	}
	
	
	
div#sidebar-2.secondary ul li {
	list-style-type: square;
	list-style-image: none;
	}
	
	
/*Events Calendar*/
#calendar_wrapLarge h2 { font-size:1.5em;}