/*  
Theme Name: Kanana
Theme URI: http://www.kanana.info/
Description: Wordpress Theme for the Kanana site
Version: 1.0
*/

body {
	background: #998033;
	font: 80% "Tahoma", Verdana, Arial, Helvetica, sans-serif;	
	text-align: center;
	margin: 5px 0;
	color: #333;
}
a {
	color: #333;
	text-decoration: underline;
}
.menubas{
	margin-left: 380px;
	
	
}
.menubas a{
	margin-left: 7px;
	margin-right: 7px;
	
}	
p {
	line-height: 125%;
	margin-bottom: 15px;
}
ul, ol {
	margin:0;
	padding:0;
	height: 1%; /*IE float bug fix*/
}
ul li, ol li {
	margin:0 50px;
	padding:0;
}
h1 {
	font-size: 1.8em;
	margin-bottom: 15px;
	color: #963;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 15px;
	color: #963;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 15px;
	color: #963;
	font-weight: normal;
}
h2 a, h3 a {
	color: #963;
	margin: 0;
	text-decoration: none;
	clear: both;
	width: 100%;
	display: block;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #963;
}
img {
	border: none;
}
/*----Layout----*/
#wrapper {
	width: 770px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	border: 1px solid #52361B;
	background: #fff;
}
#header {
	padding-top: 150px;
	background: url(images/header-back.jpg) no-repeat center top;
}
#logo {
	position: absolute;
	left: 10px;
	top: 17px;
}
#head-photos {
	float: right;
	margin-right: 10px;
}
#content {
	float: left;
	width: 400px;
	padding: 15px;
}	
#content-full {
	padding: 15px;
}
#content-full li {

}
#sidebar {
	float: right;
	width: 310px;
	padding: 15px;
}
#sidebar li {
	margin-left: 15px;
}
#footer {
	height: 30px;
	background: #963;
	border-top: 1px solid #52361B;
	clear: both;
	margin: 0;
	padding: 0 15px;
}
#footer p {
	color: #fff;
	font-size: .9em;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#footer a {
	color: #fff;
}
/*----Menus----*/
#top-menu {
	height: 30px;
	background: #963;
	border-top: 1px solid #52361B;
	border-bottom: 1px solid #52361B;
}
#top-menu ul {
	text-align: right;
	margin: 0;
	padding: 0;
}
#top-menu li, #top-menu-2 li {
	display: inline;
	margin: 0;
	padding: 0;
}
#top-menu a, #top-menu-2 a {
	color: #fff;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	margin-right: 10px;
}
#top-menu a:hover, #top-menu-2 a:hover {
	text-decoration: underline;
}
#top-menu-2 {
	height: 30px;
	background: #963;
	border-top: 1px solid #52361B;
	border-bottom: 1px solid #52361B;
	clear: both;
}
#top-menu-2 ul {
	text-align: center;
}
#side-menu {
	background: #963;
	padding: 15px;
	margin-bottom: 15px;
}
#side-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#side-menu a {
	color: #fff;
	line-height: 30px;
	height: 30px;
	display: block;
	text-decoration: none;
}
#side-menu a:hover {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding-left: 10px;
}
/*----General Styles----*/
.border {
	border: 2px solid #963;
	padding: 10px;
	overflow: auto;
}
.guide {
	border: 2px solid #963;
	padding: 10px;
	margin-top: 10px;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.caption {
	font-size: .8em;
	width: 200px;
	text-align: center;
	margin: 0;
}
.table td {
	border-bottom: 1px solid #963;
	padding: 10px 0;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.clr {
	clear: both;
}
.red {
	color: #900;
}
