/*
Theme Name: IkimashoZ
Theme URI: 
Description: Theme for IkimashoZ.com
Author: Matt Buscemi
Author URI: http://www.ikimashoz.com/
Tags: 
*/

a:link { color: #023c93; text-decoration: none; }
a:visited { color: #023c93; text-decoration: none; }
a:active { color: #023c93; text-decoration: none; } 
a:hover { color: #155bc4; border-bottom: 1px dotted #023c93; }

a.headerlink:link { border: 0px; }
a.headerlink:visited { border: 0px; }
a.headerlink:active { border: 0px; }
a.headerlink:hover { color: #023c93; border: 0px; }

a.post-edit-link:hover { border: 0px; }

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff;
	text-align: center;
	font-size: 14px;
	font-family: georgia;
}

h1, h2, h3, h4, h5, h6 {
	margin: 12px;
}

p {
	margin: 12px;
	text-indent: 2em;
}

.blogheader {
	margin: 0px;
}

small {
	text-indent: 2em;
}

#horiz-stripe {
	width: 100%;
	height: 45px;
	background: #327ac4;
	position: absolute;
	top: 20px;
	z-index: 1;
}

#horiz-stripe2 {
	width: 100%;
	height: 30px;
	background: #5aa8f9;
	position: absolute;
	top: 65px;
	z-index: 1;
}

#vert-stripe {
	width: 75px;
	height: 100%;
	background: #3ab4e1;
	position: absolute;
	left: 0px;
	z-index: 2;
}

.horizfader {
  height: 100%;
  width: 0px;
  position: absolute;
  z-index: 3;
}

#fader1 {
  background: #5aa8f9;
}

#fader2 {
	background: #327ac4;
}

#container {
	width: 900px;
	min-height: 800px;
	margin: auto;
	position: relative;
	z-index: 5;
}

.title {
	font-size: 30px;
	font-style: italic;
	position: absolute;
	z-index: 5;
}

#titletext {
	color: white;
	top: 17px;
	left: 20px;
}

#titletext-dropshadow {
	color: black;
	top: 18px;
	left: 21px;
}

#titletext2, #titletext-dropshadow2 {
	font-size: 14px;
	letter-spacing: 6px;
	font-weight: bold;
	font-style: normal;
}

#titletext2 {
	color: white;
	top: 47px;
	left: 80px;
}

#titletext-dropshadow2 {
	color: black;
	top: 48px;
	left: 81px;
}

#navcontainer {
	width: 100%;
	height: 40px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 70px;
	z-index: 5;
}

.button {
	margin: 0px 10px 0px 10px;
	padding: 2px 8px 2px 8px;
	cursor: pointer;
	text-align: center;
	color: #030744;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	float: right;
}

.button a {
	position: relative;
	z-index: 10;
}

.buttonbg {
	width: 100%;
	height: 2px;
	background: #327ac4;
	position: absolute;
	left: 0px;
	top: 23px;
	z-index: 5;
}

.buttonactive {
	background: #48baef;
	top: 0px;
	height: 24px;
}

#maincontainer {
	width: 600px;
	height: 100%;
	padding: 0px 0px 10px 300px;
	text-align: left;
	position: relative;
	top: 70px;
	z-index: 5;
}

.post {
	padding: 16px 0px 16px 0px;
	font-size: 14px;
}

.post, .commentlist {
	border-bottom: 1px dashed #022f74;
}

.commentlist {
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.post p {
	margin: 0px 0px 12px 0px;
	line-height: 130%;
}

.post p.postmetadata {
    text-indent: 0px;
}

.postdateauthor {
	font-size: 12px;
	font-style: italic;
}

.entry {
	padding: 20px 0px 0px 0px;
}

.postmetadata {
	padding: 30px 0px 0px 0px;
	text-align: right;
    text-indent: 0px;
	font-size: 13px;
}

/*
    Page Section Styles
*/

ul, ol { 
	margin: 0px 0px 12px 48px; 
}

.code, .codeexample { 
	font-family: courier;
}

.codeexample {
	border: 1px dashed #888888;
	padding: 8px;
}

.tuttable, .codeexample {
	width: 90%;
    margin: 0px auto 12px auto;
}

.tuttable td {
	vertical-align: top;
	border-bottom: 1px solid #888888;
	padding: 4px;
}

.toprow { 
	border-top: 1px solid #888888;
}

.indent1 { 
	text-indent: 2em;
}

.indent2 { 
	text-indent: 4em;
}

.indent3 {
	text-indent: 6em;
}

dt {
	font-weight: bold;
	font-size: 16px;
}

dd {
	font-size: 13px;
	text-indent: 3em;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
    text-indent: 0px;
}

#commenttable {
	width: 100%;
	font-size: 13px;
}

#commenttable td {
	vertical-align: top;
	padding-bottom: 8px;
}

#commenttable td span {
	font-size: 10px;
}

#commenttable td[colspan='2'] {
	text-align: right;
}

#commenttable tr td:first-child {
	width: 30%;
	padding-right: 6px;
	text-align: right;
}

#submit {
	background-image: url('wp-content/themes/ikimashoz/images/postbutton.png');
}

.comment-date {
    font-size: 11px;
    float: right;
}

.navigation {
    width: 568px;
    margin: 0px auto 0px auto;
    padding: 0px 6px 0px 6px;
    font-size: 12px;
    position: relative;
}

.navigation div.bg {
    width: 100%;
    height: 18px;
    background: url('/wp-content/themes/ikimashoz/images/navstripe.png') no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -10;
}

.navigation .alignleft {
    width: 50%;
    float: left;
}

.navigation .alignright {
    width: 50%;
    text-align: right;
    float: right;
}
