/*
	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	:the silver lizard
	Author Site	:
	Style Name	:sl1
	Style URI	:
	Version		:v1.0
	Comments	:
*/

body{
background:#ffffff;
}

img{
border: 0px !important;
}

h3 {
font-family: Georgia, Verdana, Arial, Helvetica;
}

#page {
	/* The entire design is contained within the 'page' id */
border: 0px;
border-bottom:1px solid #888888;
margin-bottom:1px;
width:90%;
max-width:800px;
	}
	
#page .content{
width:100%;
}

#header {
	/* Contains the H1 and menu */
background:#ffffff;
border-bottom:1px solid #888888;
height:auto;
	}

#header h1, #header h1 a:hover, #header h1 a:visited{
font-family: Georgia, Verdana, Arial, Helvetica;
color:#888888;
font-style:italic;
font-weight:bold;
text-align:center;
}

#header p.description{
font-family: Georgia, Verdana, Arial, Helvetica;
color:#888888;
font-variant: small-caps;
font-size:1.2em;
letter-spacing:2pt;
text-align:center;
}

#header ul{
order-top:1px solid #888888;
}

#header ul.menu{
position:relative;
padding-bottom:50px;
text-align:center;
}

#header ul.menu li.page_item  a,
#header ul.menu li.admintab  a{
font: 1em Verdana, Helvetica, Arial, Sans Serif;
color: #bbbbbb;
}

#header ul.menu li.page_item a:hover,
#header ul.menu li.admintab a:hover{
color: #bbbbbb!important;
background-color: #ffffff;
text-decoration:underline;
}

#header ul.menu li.current_page_item a,
#header ul.menu li.current_page_item a:hover{
color: #bbbbbb!important;
background-color: #ffffff;
text-decoration:none;
}
	
#primary {
	/* Contains the main column */
width:auto;
margin-right:30px;
margin-bottom:0px;
padding-bottom:0px;
border-bottom:1px solid #888888;
	}
#primary a{
color:#bb4411;
}


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

.entry-content {
	/* The meat and potatoes of every entry */
font-size:100%;
font-family: 'Comic Sans', 'Lucida Grande', Verdana, Arial, Helvetica;
color:#5c4c26;
	}

.comment-content {
	/* The meat and potatoes of every entry */
font-size:100% !important;
font-family: 'Comic Sans', 'Lucida Grande', Verdana, Arial, Helvetica;
color:#5c4c26;
	}



.secondary {
	/* Contains the sidebar */
clear:both;
padding-top:0px;
margin:0px;
width:100%;
	}

.secondary div{
float: left;
margin: 5px;
padding: 10px;
background-color: #dddddd;
}

.secondary div h2{
display:block;
background-color:#bb4411;
color: #ffffff;
padding: 5px !important;
text-align:left;
font-weight:bold;
font-family: Georgia, Verdana, Alrial, Helvetica;
font-size: 200% !important;
margin:-10px;
margin-bottom: 10px;
}

.secondary a{
color:#bb4411;
}

/* css for specific sidebar items*/
.secondary a.feedlink{
position:absolute;
top:5px;
right: 5px;
}


.secondary #search{
background-color:#ffffff;
padding-top:10px;
text-align:center;
margin:0px;
clear:both;
float:none;
}

.secondary .sb-links ul li,
.secondary .sb-links ul{
margin-top:0px;
padding-top:0px;
}

#rollnavigation{
order:1px solid green;
height:1em;
}

#rollpages{
order:1px purple solid;
width:100%;
left:0px;
margin-left:auto;
margin-right:auto;
Display: none;
}


#rollprevious{
order:1px blue solid;
width:auto;
z-index:100;
}

#rollnext{
order:1px red solid;
width:auto;
right:1px;
z-index:100;
}



#footer{
width:90%;
margin-top:0px;
}
