/*  
Theme Name: kajimba
Theme URI: http://www.kajimba.com/
Description: kajmba Website
Version: 1.0
Author: Matt Ebb
Author URI: www.promotionstudios.com


*/

p, body, div, table, td, tr, span, img, ul, li, h1, h2, h3, h4, h5, form {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 14px;
}

div, p, h1, h2, h3, h4, h5 {
	font-family: Courier New, Courier, Helvetica, Arial, sans-serif;
	color: #402B0F;
}
a, a:visited {
	color: #563C19;
}

p, div {
	font-size: 9pt;
	line-height: 1.5em;
	color: black;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}
h3 a {
	text-decoration: none;
}
h4 {
	font-size: 9pt;
	font-weight: bold;
}

/* Backgrounds / Layouts */

body {
	background-image: url('images/bg_tiny.jpg');
}
div#horiz-container {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('images/bg_vslice.jpg');
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: bottom center;
}
div#top-graphic {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('images/bg_topdark.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
}
div#horiz-graphic {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('images/pub_horizon1.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
}
div#content-container {
	
	
	height: 74%;
	overflow: auto;
	text-align: center;
}
div#content {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 19;
}
div#logo-container {
	margin-top: 20px;
}
div#nav {
	float: right;
	margin-top: 40px;
	margin-right: 5px;
}
div#nav img {
	margin-right: 0px;
}
div#morestuff {
	position: fixed;
	top: 74%;
	margin-top: -35px;
	margin-left: 610px;
}

div.article {
	margin-bottom: 40px;
}
div.article img {
	border: 1px solid black;
}
div.article img.img_float_left {
	float: left;
	margin-right: 20px;
}
div.article img.img_float_right {
	float: right;
	margin-left: 20px;
}

p.article-comments-links {
	margin-top: 10px;
}

.char-title {
	margin-bottom: 10px;
}
.char-mainimg {
	float: right;
	margin-left: 10px;
	margin-right: 20px;
}

ul {
	margin-left: 1.25em;
	margin-bottom: 20px;
}

li {
	margin-bottom: 5px;
}


div.bottomchars_container {
	position: relative;
	width: 640px;
	height: 26%;
	margin-left: auto;
	margin-right: auto;
}

div.bottomchars {
	position: absolute;
	bottom: 0px;
	z-index: 1;
}

div.bottomtag {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: right;
	right: 20px;
	z-index: 20;
}

div.bottomtag img.feedicon {
	position: relative;
	top: 4px;
	margin-right: 5px;
}

div.bottomtag p {
	font-size: 8pt;
	/* color: #96684B; */
	color: #ffffff;
}
div.bottomtag p a, div.bottomtag p a:visited {
	color: #734D34;
}

