/*  
Theme Name: Serval
Theme URI: http://serval.org
Description: This is our framework for a 2 column basic wordpress install
Version: 1.1
Author: romana
Author URI: http://timelady.com/blog
*/
 @charset "UTF-8";
/* CSS Document */
	

/* general formatting */

body, h1, h2, h3, h4, h5, h6, blockquote, p,form{
margin: 0;
padding: 0;
}

body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background-color: #312626;
		font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
		     text-align:center;
}


h1 {
	font-size: 20px;
	color: #000000;
}
	
h2 {
	font-size: 18px;
	color: #000000;
}

/*post formatting*/
.post {
padding: 10px 0 10px 0;
}

.post a {
	color: #000000;
}

.post h2 {
font-size: 18px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 14px;
}

.commentmetadata{
	font-size: 14px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 14px;
}

.entry{
line-height: 18px;
padding: 10px 0 0 0;
}

.entry p {
padding-top: 10px;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}


/* Header styles */

#header {
	clear:both;
	width:100%;
	background-color: #53682b;
}

#header a {
	text-decoration: none;
}


#himg{
		margin-left: auto;
       margin-right: auto;
	display: block;
}

#menu_thing {
   background-color: #898f4b;
   	margin-left: auto ;
    margin-right: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

	/* Menu */

#menu {
   background-color: #898f4b;
    overflow:hidden;
   	position:relative;
   	margin-left: auto ;
    margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
 
#menu ul {
	clear:left;
	float:left;
    background-color: #898f4b;
	list-style: none;
	padding: 0;
	margin: 0;
	position:relative;
	left:50%;
	text-align:center;
}
	
#menu ul li {
   	display:block;
   	float:left;
   	list-style:none;
   	margin:0;
   	padding:0;
	position:relative;
   	right:50%;	
}
	
#menu ul li a {
   	display:block;
   	padding: 5px 25px;
   	text-decoration:none;
   	color: #ffffff;
   	font-size: 18px;
}
	
#menu ul li a:hover {
	color: #312626;
	text-decoration: underline;
}

/* column container */
#sitstay {
   margin:0 auto;
   width:80%;  
   text-align:left;
}
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;	
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}



	/* 2 Column (right menu) settings */
	.rightmenu {
			background: #756e52 ;	/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background-color: #c7b37f;
}


	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:22%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	
	/*sidebar styles*/
	
.rightmenu a {
		color: #000000;

}
	.rightmenu ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

	.rightmenu ul li{
padding: 10px 0 10px 0;
}

.rightmenu ul ul li{
padding: 0;
}


	/* Footer styles */
	#footer {
		width:100%;
background-color: #53682b;
	color: white;
	clear: both;
		height: 120px;
}

	#footer a {
		font-size: 24px;	
	color: #ffffff;
	text-align: center;

}

#footer p {
		text-align: center;
	position: relative;
	padding-top: 20px;
}


		

