/*  
Brainscraps theme - modified from Okami, which was modified from Kind of Business - http://wordpress.org/extend/themes/kind-of-business
Copyright 2009 Reeve Kashara/The Blue Shinra Project | Please do not use without permission.
*/

/* Begin Main-Layout */
*{
	margin:0;
	padding:0
}
#menu{
	font-family: "Georgia", Times, serif;
	width:800px;
	height:30px;
	margin:0 auto;
	font-weight:bold;
	line-height: 100%;
	background:#FFFF00 /*url(images/topmenu_bg.gif) no-repeat*/;
	border-right:3px solid #FFFF00;
	border-left:3px solid #FFFF00;
}
#menu ul{
	padding-left:10px;
}
#menu li {
	padding-top:8px;
	display: block;
	float: left;
	padding-left:16px;
}

#menu li a {
	display: block;
	color:#168B06;
	font-size:13px;
}

#menu li a:hover{
color:#000000;
text-decoration:underline;
}

#menu li.current_page_item {
	/*background:#FFEBC7 url(images/active_page1.gif) no-repeat;*/
	background-position:0px 0px;
	color: #000000;
}

#menu li.current_page_item a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
}
a:link {
	color: #168B06;
}
a:visited {
	color: #168B06;
}
a:hover, a:active {
	color: #168B06;
	text-decoration:underline;
}


body {
	background-color:#000000;
	color:#121212;
	font:12px arial,verdana,sans-serif;
}

.page { 
	margin:0 auto;
	background:#55AAAA;
	/* background-image: url(images/footer_bg.jpg); */
	/* background-position: right bottom; */
	/* background-repeat: no-repeat; */
	/*url(images/main_bg.jpg) no-repeat*/;
	text-align:left;
	width:800px;
	border-right:3px solid #FFFF00;
	border-left:3px solid #FFFF00;
	}

#header {
	background: url("images/header.jpg") no-repeat;
    width: 800px;
    height: 200px;
    margin:0 auto;
	}

.header-title {
	font-family: "Georgia", Times, serif;
	color: #FFFFFF;
	font-size:36px;
	font-weight: bold;
    padding-top: 2px;
	text-align:left;
	padding-left:10px;
	}
.header-title a{
	color:#FFFFFF;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	text-decoration:none;
	}
.header-title a:hover{
	text-decoration:none;
	}
.header-description {
	color:#FFFFFF;
	font-family:"Futura", Verdana, sans-serif;
	font-weight:bold;
	font-size:12px;
    padding: 4px 0px 0px 14px;
	}

#content {
	float:left;
	padding:0px 0px 0px 0px;
	width:580px; !important
	}

#content ol li { 
    /* list-style-image: url(images/bullet.png); */
    list-style-type: decimal;
                 }

#content ul { 
    margin-top: 10px;
    margin-left: 35px;
              }
	
#sidebar1 {
	float:right;
	margin:14px 10px 0px 10px;
	width:200px;
	background:#F0FCFC;
	}
	
#footer {
	background:#FFFF00 /*url(images/footer_bg.jpg) right bottom no-repeat*/;
    color: #000000;
	height: 20px;
	padding-top: 6px;
	padding-left:10px;
	padding-right:120px;
	clear:both;
	text-align:left;
	/*border-bottom:3px solid #E3A869;*/
	}
#footer p{padding:0px 0px 6px 0px;}
#footer a, 
#footer a:hover,
#footer a:visited,
#footer a:visited:hover {
    color: #168B06;
	text-decoration: underline;
                          }

/* End Main-Layout */



/* Begin Content*/
h4,h5,h6{
	color:#333333;
	font:12px arial,verdana,sans-serif;
	margin:20px 0 0 0;
	}

h2{ font-family:"Verdana", Arial, sans-serif;
	font-size:14px;
	color:#000000;
    border-bottom:1px dotted #333;
    margin:10px 0 6px 0;
	}

h3{ color:#333333;
	border-bottom:1px dotted #333;
    margin:20px 0 0 0;
	}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover{
	color:#168B06;
	text-decoration:none;
}
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#168B06;
	text-decoration:none;
}

.post-date {
	width: 49px;
	padding-top:5px;
	padding-left: 2px;
	padding-right: 2px;
}
.post-month {
	font-size: 11px;
	font-family:"Verdana", Arial, sans-serif;
	color: #000000;
	text-align: center;
	display:block;
}
.post-day {
	font-size: 25px;
	font-family:"Verdana", Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	display:block;

}
.post-year {
	font-size: 11px;
	font-family:"Verdana", Arial, sans-serif;
	color: #000000;
	text-align: center;
	display:block;
	padding-bottom: 4px;
	margin-left: 6px;
	margin-right: 6px;
	border-bottom: 1px solid #000000;
}
.post-time {
	font-size: 9px;
	font-family:"Verdana", Arial, sans-serif;
	color: #000000;
	text-align: center;
	display:block;
	padding-top: 4px;
}
.post { 	
	color:#333;
	text-align:left;
    background:#F0FCFC /*url(images/content_bg.jpg) right top no-repeat*/;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 0px;
	width:510px;
	}

.postmetadata {
	color:#555;
	font-size:.85em;
	padding:2px 0 0 0;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#168B06;
	text-decoration:none;
}

.postmetadata a:hover{
	text-decoration:underline
}

.entry, .entrytext{
	line-height:140%;
	margin:2px 0 0 0;
	}
	
.entrytext p, .entry p{
	margin:0 0 15px 0;
	}
	
.commentlink{
    font-family:"Verdana", Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
    border-top:1px dotted #333;
    margin:6px 0 10px 0;
    padding-top:4px;
	}

/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:1em;
    color: #333;
	}
	
.commentlist li {
	font-weight:bold;
	}
.commentlist li.alt {
background:#F0FCFC;
padding:10px 0px 0px 0px;
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
    color: #333;
	}

.commentmetadata {
	font-weight:normal;
    color: #333;
	}

.commentlist {
	padding:0;
	text-align:justify;
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:disc;
	}

.commentlist p {
	margin:10px 5px 10px 0;
	}

#commentform p {
	margin:5px 0;
	}

.commentmetadata {
	margin:0;
	display:block;
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px;
	}

#sidebar1 ul li {
	list-style:none;
	padding:0px 20px 10px 20px;
	color:#404040;
	}

#sidebar1 ul li ul li{
	margin-left: 10px;
	padding:1px 0;
	color:#404040;
	}

#sidebar1 ul li ul li a:link, #sidebar1 ul li ul li a:visited, #sidebar1 ul li ul li a:active{
	text-decoration: none;
	color:#168B06bsh;
}

#sidebar1 ul li ul li a:hover{
	text-decoration:underline;
	color:#168B06;
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0;
	}

#sidebar1 #searchform #s {
	width:130px;
	padding:2px;
	border:1px solid #999999;
        background: #f6f6f6;
        color: #666666;
	}

#sidebar1 #searchsubmit {
	padding:1px;
        margin-left:3px;
	border:1px solid #999999;
        background: #f6f6f6;
        color: #999999;
	}

.entry form { 
	text-align:center;
	}

select {
	width:130px;
	}

#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
	}

#commentform textarea {
	width:98%;
	padding:2px;
	border:1px solid #ddd;
	}

#commentform #submit {
	margin-right:3px;
	float:right;
	border:1px solid #999999;
        background: #f6f6f6;
        color: #66666;
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1.1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em;
	}

acronym, abbr {
	border-bottom:1px dashed #333
	}

blockquote {
	/* border-left:5px solid #f2f2f2; */
	margin:15px 0 0 0;
	padding:0 0 0 15px;
	}

blockquote cite {
	margin:5px 0 0;
	display:block;
	}

.center {
	text-align:center;
	}

hr {
	clear:both;
	display:none;
	}

a img {
	border:none;
	}

.navigation {
	display:block;
	text-align:center;
	float: right;
	margin-top:0px;
	margin-bottom:12px;
	background: #F0FCFC;
	width: 508px;
	height: 22px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	}
/* End Various Tags & Classes*/
/* WP 2.6 FIX */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	/* border: 1px solid #ddd; */
	text-align: center;
	background-color: #FFFF00;
	padding-top: 4px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
	-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-dd {
	font-size: 11px;
	line-height: auto;
	padding: 0 4px 4px 0;
	margin: 0;
}