/* CSS Document */

body {
	/*background-color:#C61010;*/
	background-color:#000000;
	background-image:url(stripe05.png);
	/*background-repeat: repeat-x; */
	}

#page {
	padding:0px;
	border:none !important; /*to get rid of border around header */
	}
	

/*overwriting K2 style.css removing Lucida because windows renders it badly */	
body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
    font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
#commentlist li .counter {
	display: none;
	font: normal 1.5em 'Century Gothic', Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
	}
	
/*end of K2 Lucida removal */

#header {
	padding:0px;
	margin:0px;
	background: url(pgbanner02.jpg);
	}

/*hide the header and description */
h1{
display: none;
}
#header .description {
display: none;
}
/* end hide header and description */

/* if you want a graphic for footer you can do this */
#footer {
background: url('footer02.jpg') bottom center no-repeat !important;
margin-bottom:10px; /*or not - added to give some space */
}


ul.menu li a { /* Font default of 1em */
font: 1.3em Verdana, Helvetica, Arial, Sans-Serif; /* 11px */
color: white; /* default color, non-hover state */
font-weight:bold;
}

ul.menu {
margin-bottom: 0px; /* you can use margin to control where the padding starts - can make this number large to bring the menu to the top of the header */
padding-left: 10px; /* my menu uses left padding to move it to the center */
padding-bottom:0px;
width: 90% !important; /* this controls the spacing, my menu uses 70% */
}

ul.menu li a:hover{
background: #666 !important; /* hover background menu item color */
color: #ffffff !important; /* text color when hovered */
/*border-bottom: 5px solid #f8d276;*/ /* just a hover style, not necessary */
padding-bottom:0px;
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
color: #000000 !important; /* active tab hover text color */
background: #ffffff !important; /* active tab background color */
/*border-bottom: 5px solid #3388cc;*/
}

.secondary{
	/*margin-right:-20px; */
	}

#sidebar-1 h4 {
/*background-color:#666666;
padding:3px;
color:#FFFFFF;*/
color: #333;
border-bottom:1px dashed black;
font-weight:bold;
font-size:14px;
letter-spacing:normal;
}

#sidebar-1 li{
font-size:1.2em;	
}
#sidebar-1 li li {
	font-size:1em;
	
}


h1,h2,h3,h4,h5,h6 {
font-family:Helvetica, Arial, sans-serif;
}

.page-head h2{
	text-align: left;
	
}

.entry-title {
	text-align: left;
	font-size:2.4em;
	
}

/*copied from style.css */
h2 { /* this is the header of PAGES and ARCHIVES */
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	/*letter-spacing: -1px;*/
	}
	
/* H3 is entry headlines. H4 is comments and replyform headlines */
/*NOTE Made these same size as h2 */
h3, h4, .single .k2-asides h3 { 
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;	
	}

/*seems to control POST content on pages showing multiple posts */
.entry-content {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
	/*color: #444;*/
	}

.single #primary .k2-asides .entry-content { /*seems to control text on POSTS */
	font-size: 1.2em;
	color: #333;
	}

#page .entry-title {
	font-size:2.5em;
	font-weight: bold;
	letter-spacing:-1px;
	font-family:Helvetica, Arial, sans-serif;
}


