/*
	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	: Kevin Cline
	Author Site	: http://blogs.omsinternational.org/
	Scheme Name	: OMS Blogs
	Comments	:
*/


#page {
	/* The entire design is contained within the 'page' id */
	width: 780px;
	padding-top: 0px;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #FFFFFF url('../headers/main_blog_header2anim.gif') no-repeat;
	width: 780px;
	_width: 780px;
	}
	
#header h1 {
  display:none;
}	
	
h1:hover {
	text-decoration: none;
	}
  	
ul.menu {
       opacity:.90;
	     filter: alpha(opacity=90);
}

    ul.menu li.current_page_item a {
       background: #fab23a;
       color: #222 !important;

     }
    ul.menu li.current_page_item a:hover {
	     background: #fec525;
	     color: #222 !important;
	     text-decoration: none;
	   }	 
     
    ul.menu li.page_item a{
       background: #fab23a;
       color: #222 !important;

     }
    ul.menu li.admintab  a{
       background: #fab23a;
       color: #222 !important;

     }

    ul.menu li.page_item a:hover {
	     background: #fec525;
	     color: #222 !important;
	     text-decoration: none;
	  }	
	  
.content {
	padding: 0 0px;
	}
	
	
#primary, .primary {
	/* Contains the main column */
	position: relative;
	float: left;
	padding: 0 10px 10px 10px;
	width: 500px;
	}

.item {
	/* Each entry is contained within the 'item' class */
	border-bottom: 1px dashed #cccccc;
	margin-top: 0px;
	padding-top: 0px;
	}

.itemhead {
	/* header for each entry */
	border-bottom: 1px dashed #cccccc;
	margin-top: 0px;
	}

.itemhead h3 a { /* For use on Pages */
	color: #2f5c89;
	}	

.itemtext {
	/* The meat and potatoes of every entry */
	}
	
.itemtext h3, .itemtext h4 { /* For use on Pages */
	padding: 0px 0 0;
	}	
	
.pagetitle { /* Used on static pages and archives */
	text-align: left;
	margin: 0px;
	}	

.page-head h2 {
  text-align: left;
  font-size: 2.0em;
}

.secondary {
	/* Contains the sidebar */
    background: #ddd;
    width: 200px;
    padding: 2px 10px 20px 10px;
    margin: 7px 0px 20px 33px;
    	/* The following are IE Fixes */
	_padding: 2px 10px 20px 10px;
	_margin-left: 33px;
	_margin-right: 0px;
	_width: 200px;
    
	}
	

.secondary div {
    margin-top:5px;
}

#sidebar-alt {
  display:none;
}
.secondary h2, .secondary h4 { /* Secondary H2 is sidebar headlines */
	border-bottom: 1px dashed #b41;
	display:block !important;
	padding-bottom: 2px !important;
	font-weight:bold !important;
	}

.secondary div {
  margin-bottom: 10px;
}

#search {
	margin-top:5px;
	margin-bottom:10px;
	}
	
.feedlink img { /* On the sidebar */
  margin-right:1px;
  top:0px;
	}
