/*
Theme Name: Krazy Kioti
Theme URI: http://wordpress.org/
Description: Gene Anderson custom template by Frye / Wiles
Version: 1.0
Author: Rob Frye
Author URI: http://fryewiles.com/
Tags: 

	

*/



/* Begin Typography & Colors */


body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #E7CC95 url(images/bg.jpg);
	font-size: 16px;
	min-width: 900px;
	color: #555555;
}

.clear { clear: both; }


/*-----structure------*/

#page {
	width: 950px;
	background: #F9B353;
	margin: 10px auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; 
	position: relative;
	-webkit-box-shadow: 0px 0px 5px  #4F250A;
	-moz-box-shadow: 0px 0px 5px #4F250A;
	box-shadow: 0px 0px 5px #4F250A; 
}

#header {
	background: #9F582A url(images/header.jpg) top right no-repeat;
	height: 288px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	margin-bottom: 25px;
}

#header h1 {
	text-indent: -32000px;
	margin: 0;
}

#header h1 a {
	height: 288px;
	display: block;
	outline: none;
}

#header h1 a:hover {
	background: transparent;
}

#content {
	float: left;
	background: #fff;
	padding: 20px;
	min-height: 400px;
	width: 675px;
}

#sidebar {
	float: right;
	width: 215px;
	background: #F9B353;
	padding: 20px 10px 10px 10px;
	
}

#footer {
	background: url(images/nav_bg.jpg);
	color:#E7CC95;
	padding: 10px;
	font-size: .9em;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px; 
	text-align: center;
}

#footer a {
	color: #ffffff;
}

/*----anchor styling---*/

a {
	color: #B1662D;
	text-decoration: none; 
}

a:hover {
	background: #B1662D;
	color: #F9B353;
}

/*----headers---*/

h1, h2, h3, h4, h5, h6 {
	/* font-family: Helvetica, Arial, sans-serif; */
	font-weight: normal;
}

/*--navbar--*/


#navbar {
	background: url(images/nav_bg.jpg);
	position: absolute;
	width: 964px;
	height: 40px;
	top: 288px;
	left:-7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px  #4F250A;
	-moz-box-shadow: 0px 0px 5px #4F250A;
	box-shadow: 0px 0px 5px #4F250A; 
}

#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
	margin-top: 8px;

}

#navbar li {
	display: inline;
	margin: 0 15px;
}

#navbar a {
	color: #ffffff;
	
	
}


/*---sidebar-----*/
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul ul {
	list-style: square;
	margin: 0 0 0 15px;
	padding: 0;
}


#sidebar h2 {
	font-size: 1.2em;
	color: #5F3D0C;
}

#searchform {
	margin-top: 20px;
}

#searchform #s {
	border: 1px solid #B1662D;
	background: #E7CC95;
	color: #B1662D;
	padding: 5px;
	width: 145px;
	margin-bottom: 5px;
	
}
#searchform label {
	color: #5F3D0C;
}
#searchform #searchsubmit {
	background: #B1662D;
	color: #E7CC95;
	border: 1px solid #B1662D;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 45px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

#searchform #searchsubmit:hover {
	background: #BF733B;
	
}

.post {
	border-bottom: 1px dashed #dddddd;
}

.articles {
	width: 48%;
	float: left;
}

.articles p {
	margin: 0;
}

.articles li {
	margin: 5px 0;
}

.article-name {
	
}

.article-date {
	font-size: .8em;
}