/*  
Theme Name: Keep It Simple
Author URI: http://www.ehostinfo.com
Version: 1
Author: eHostInfo
Description: Keep it simple is just as it states, a simple clean interface wordpress blog. 2 Columns with soft blue tones, widget ready, fast loading.
*/

body {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
        background: #ffffff url(images/top.png) top repeat-x;
	}
a, a:visited{
	color: #0066cc;
	text-decoration: none;
	}
	
a:hover{
	color: #000000;
	text-decoration: underline;
	}
#container { 
	width: 860px; 
	text-align: left; 
	margin: 0 auto; 
	}

#header { 
	height: 69px; 
	padding: 20px 0px 0px 10px;
	text-align: left;
        background: #ffffff url(images/bstr.png) top repeat;
	}
#header h2 {
	color: #ffffff;
	font-size: 30px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#header h3 {
	color: #cccccc;
	font-size: 10px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	text-indent: 10px; 
	margin: 0px;
	}

#menu { 
	text-align: left;
	margin-bottom: 20px; 
        background: #ffffff url(images/menu.png) top repeat-x;
	}
#menu h2 {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #ffffff;
	background: #ffffff url(images/menu_hover.png) top repeat-x;
	padding: 4px 20px 4px 20px;
	text-decoration: none;
	}


#content { 
	width: 540px; 
	float: left; 
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
#content p img{
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	}
#content p img a{
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	}
#content h1 {
	color: #0066cc;
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	line-height: 150%;
        border-bottom: 1px dotted #284475;
	}
	
#content h1 a  {
	color: #0066cc;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #FF6633;
	text-decoration: underline;
	}

#content h2 {
	color: #0066cc;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	line-height: 150%;
	}
#content h2 a  {
	color: #0066cc;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #FF6633;
	text-decoration: underline;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#sidebar { 
	width: 250px; 
	background: #CADCED;
	float: right; 
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px 15px 15px 15px; 
	}

#sidebar h2 {
	color: #ffffff;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 2px 0px 2px 2px;
	margin: 0px;
	border: 1px solid #284475;
        background: #3562B0;
	}
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: square inside;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
#sidebar ul li ul {
	padding: 0px;
}
	
#sidebar ul li a {
	color: #0066cc;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
#sidebar ul li ul li {
	color: #000000;
	padding: 5px 0px 0px 15px;
}
#sidebar ul li ul li a {
	color: #0066cc;
}

#footer { 
	background: #3562B0;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	border-top: 2px solid #284475;
	clear: both;
	}
#footer a {
	color: #ffffff;
	text-decoration: underline;
	}
	
#footer a:hover{
	color: #ffffff;
	text-decoration: none;
	}

.search_f {
        background: #3562B0;
        border: 2px solid #284475;
        padding: 15px;
}
