/*
	CSS files kept in the 'schemes' directory can be used to
	costumize 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 schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Michelle	
	Author Site	: syntaxfree	
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

/*
For example, if you have a piece of text controlled by the div ?text? that is too close to the left border and you had already created an attribute in the text selector as follows: padding-left: 5px;. To make the same attribute work in Internet Explorer, copy it and prepend an underscore. This way you will have another entry _padding-left: 5px;. This trick applies for many CSS attributes.
*/


body
{
   background: #FFFFFF;
}


#page {
	/* The entire design is contained within the 'page' id */	
padding: 0;
	}
	
#header {
background: #FFFFFF;
height: 175px !important;
	}

#header .description {
display: none;
}

ul.menu {
padding-left: 0;
background: #FFFFFF;
text-transform: lowercase;
}

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

ul.menu li a:hover
{
color: #CC0000 !important;
background: #FFFFFF !important; 
}


h1{
display: none;
}

a { color: #999966; text-decoration: underline; }
a img { border: 0; }
a:hover { color: #617C58; }

	
.primary {
	/* Contains the main column */
	padding: 0 10 10 10px;
	}

.page-head {
	margin: 0 !important;
	display: none;	
}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
   color: #CC0000;
   text-transform: uppercase;
	}

#primary h3 a, #primary h4 a, .single #primary .k2-asides h3 a
{color: #CC0000;
	}

.comments .commentlist li.authorcomment { /* Makes author comments look different */
background: #FFF8C6 !important;
_background: none; /* I think this was because Internet Explorer didn?t play well with backgrounds here */
}

.commentslink {
	margin-right: 0;
	}

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

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

.entry-meta { /* Time and category for blog entries */
	text-align: right;
	}

.meta-start { /* To compensate for commenting out metadata icons in main style sheet */
	padding: 2px 0 2px 0 ;
	}

#commentlist li .comment-meta { /* To compensate for commenting out metadata icons in main style sheet */
	padding: 2px 0 2px 0;
	}

.archive-list li {
	width: 180px;
	}

.entry-tags {
	background: none;
	}

.secondary {
	/* Contains the sidebar */
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
   color: #625D5D;
   background: #FFF8C6;
   text-align: center;
   padding: 5px;
   letter-spacing: .2em;
   font-size: 11px;
   text-transform: uppercase;
	}

dd
{padding-bottom:5px;
}

/* Search Form stylings */

#s {
	width: 95%;
	}

input#s{
     border:1px solid #999;
     padding:3px;
}

input#s:focus{
     border:1px solid #666;
}


/* Footer styling */

#subfooter {
width:780px;
height:125px;
background: #FFF8C6;
clear:both;
margin-top: 15px;
border-top: 2px solid red;
}

#subfooter h4 { 
   letter-spacing: .1em;
   font-size: 11px;
   text-transform: uppercase;
	}

#subfooter .widget1 {
width:120px;
height:125px;
margin-left:15px;
float:left;
}

#subfooter .widget2 {
width:405px;
height:125px;
float:left;
}

#subfooter .widget3 {
width:200px;
height:125px;
float:left;
}

#subfooter .inner {
padding: 10px;
}

#subfooter li {
list-style-type: none;
list-style-image: none;
}

#subfooter li ul {
padding-left:0px;
font-size:12px;
}

#subfooter a {
color: #333;
padding:5px;
width:90%;
clear:both;
display:block;
}

#subfooter a:hover {
background: #FFFFFF;
}