/*
Theme Name: Genus Blog
Theme id: GENUS1
Theme URI: http://www.genusblog.com
Description: GENUS BLOG
Author: Genuskbl
Author URI: http://genusblog.com

Copyright 2007-2008 www.genuskbl.com

*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, "Trebuchet MS", "Times New Roman", "Arial Narrow";
	font-size: 70%;
	color: #333333;
	background: #030303 url(images/footer.gif) repeat-x bottom;
}
html {
	line-height: 150%;
}
pre {
	margin: 8px 0px;
	padding: 3px;
	clear: both;
	width: 450px;
	border: 1px solid #F3F3F3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333;
	line-height: 125%;
	overflow: scroll;
}
form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 95%;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
	line-height: 150%;
}



a:link, a:visited {
	text-decoration: underline;
	color: #009FDA;
}
a:hover, a:active {
	text-decoration: none;
	color: #333333;
}
big {
	font-size: 1.2em;
	font-weight: bold;
}
small {
	font-size: 1em;
	font-weight: lighter;
	color: #A7A7A7;
}
#wrap {
	margin: 0px auto;
	width: 920px;
}
#container {
	width: 916px;
	float: left;
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}
#header {
	width: 914px;
	float: left;
	height: 200px;
	background: #000000 url(images-to-rotate/change-img.php) no-repeat center center;
	border: 1px solid #000000;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#header h1 {
	float: left;
	width: 500px;
	padding-left: 10px;
	margin: 0px;
	font-size: 2em;
	color: #FFFFFF;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header p {
	margin: 0px;
	float: left;
	width: 500px;
	padding-left: 10px;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
}


#navigator {
	width: 916px;
	float: right;
	background: #333333;
	border-bottom: 1px solid #000000;
}
#navigator ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigator ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#navigator ul li a:link, #navigator ul li a:visited {
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	height: 25px;
	margin: 0px;
	font-size: 1em;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#navigator ul li a:hover, #navigator ul li a:active {
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	height: 25px;
	margin: 0px;
	font-size: 1em;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	background: #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#home a:link, #home a:visited {
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	height: 25px;
	margin: 0px;
	font-size: 1em;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	background: #009FDA;
}
#home a:hover, #home a:active {
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	height: 25px;
	margin: 0px;
	font-size: 1em;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: underline;
	background: #009FDA;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#content {
	float: left;
	width: 900px;
	position: relative;
	background: #FFFFFF;
	padding: 8px;
}
#left {
	float: left;
	width: 530px;
	position: relative;
	padding-bottom: 20px;
}
.meta h2 {
	color: #00CCFF;
	font-size: 1.2em;
}
.meta h3 {
	color: #CC0000;
		font-size: 1.3em;
}
.meta h4 {
	color: #999900;
		font-size: 1.4em;
}
.meta h5 {
	color: #999999;
		font-size: 1.2em;
}
.meta h6 {
	color: #CCCC99;
		font-size: 1.2em;
}
#right {
	float: right;
	width: 360px;
	padding-bottom: 20px;


}
.sidebar {
	margin: 0px 5px 0px 0px;
	padding: 5px;
	float: left;
	width: 160px;
	border: 1px solid #E9E9E9;
	text-align:left;
}
.sidebar:hover {
	margin: 0px 5px 0px 0px;
	padding: 5px;
	float: left;
	width: 160px;
	text-align:left;
	border: 1px dotted #999999;
}
.sidebar-box {
	float: left;
	width: 344px;
	border: 1px solid #F4F4F4;
	padding: 2px;
	height: 100px;
	margin-bottom: 10px;
}
.sidebar-box h3 {
	font-size: 1.3em;
	color: #FFFFFF;
	background: url(images/box.gif) no-repeat center center;
	float: left;
	height: 24px;
	width: 341px;
	padding-left: 3px;
}


.sidebar a:link, .sidebar a:visited {
	color: #666666;
	text-decoration: underline;
}
.sidebar a:hover, .sidebar a:active {
	color: #999999;
	text-decoration: none;
}
.sidebar h3 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	width: 140px;
	color: #009FDA;
	background: url(images/h1.gif) no-repeat left center;
	font-weight: bold;
}
.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 8px;
	padding: 0px;
	float: left;
	width: 160px;
}
.sidebar form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 160px;
}
.sidebar select {
	float: left;
	width: 150px;
	overflow: hidden;
	font-size: 1em;
	color: #666666;
}
.sidebar p {
	margin: 0px 0px 8px;
	padding: 0px;
	float: left;
	width: 160px;
}
.sbm-text {
	width: 140px;
	border: 1px solid #CCCCCC;
	font-size: 1em;
	color: #999999;
}


.sidebar ul ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
}
.sidebar ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 160px;
	font-size: 1em;
}


#footer {
	float: left;
	width: 916px;
	background: #221E1E;
	border-top: 1px solid #000000;
	position: relative;
	padding-bottom: 20px;
}
#end-footer {
	float: left;
	height: 30px;
	width: 896px;
	background: #000000 url(images/bg.png);
	border-top: 2px solid #000000;
	font-size: 1em;
	line-height: 30px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

#post {
	float: left;
	width: 530px;
	position: relative;
	padding: 0px;
	margin: 0px;
	border-right: 1px dotted #E8E8E8;
}
.meta {
	float: left;
	width: 530px;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}
.meta:hover {
	float: left;
	width: 530px;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
	background: #FEFEFE;
}
.meta h1 {
	font-size: 2.1em;
	margin: 0px;
	padding: 0px 0px 0px 33px;
	float: left;
	width: 95%;
	background: url(images/hh.gif) no-repeat left 1px;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}
.meta h1 a:link, .meta h1 a:visited {
	color: #333333;
	text-decoration: none;
}

.meta h1 a:hover, .meta h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #009FDA;
}
.post-content {
	margin: 0px;
	padding: 10px 0px;
	float: left;
	width: 530px;
	font-size: 1em;
	color: #666666;
}
.post-content p {
	margin-top: 8px;
	margin-bottom: 0px;
}
.post-content img {
	border-width: 0px;
}

.tag {
	float: left;
	width: 480px;
	font-size: 1em;
	color: #333333;
	font-weight: 400;
	padding-left: 24px;
	background: url(images/bullet.gif) no-repeat 5px 4px;
}
.tag-post {
	float: left;
	width: 520px;
	font-size: 1.2em;
	color: #000000;
	font-weight: 400;
}
.tag-com {
	float: left;
	width: 480px;
	font-size: 1em;
	color: #000000;
	font-weight: 400;
	background: url(images/com.gif) no-repeat left top;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #F2F2F2;
}
.clear-post {
	float: left;
	height: 25px;
	width: 100%;
}
#comment {
	float: left;
	width: 100%;
	line-height: 125%;
}
#rss {
	float: left;
	width: 95%;
	padding: 0px;
}
.comment-list {
	padding: 8px;
	float: left;
	width: 94%;
}
.comment-list-alt {
	padding: 8px;
	float: left;
	width: 94%;
	background: #f9f9f9;
}
#comment h4 {
	font-size: 1.7em;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	float: left;
}
#comment h5 {
	font-size: 2em;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}


.user {
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
}
.date {
	clear: both;
	font-size: 1em;
	color: #666666;
	padding-top: 1px;
	padding-bottom: 1px;
}
.text {
	clear: both;
	font-size: 1em;
}
#hovering {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#hovering p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1em;
	float: left;
	width: 100%;
}
#hovering input {
	margin: 0px;
	padding: 1px 2px;
	width: 50%;
	border: 1px solid #CCCCCC;
}
#hovering input:hover {
	margin: 0px;
	padding: 1px 2px;
	width: 50%;
	border: 1px solid #B9B9B9;
}
.subscribes {
	margin: 3px 0px;
	padding: 0px;
	float: left;
	width: 95%;
}
#comment-box {
	margin: 0px;
	float: left;
	width: 100%;
}
#comment-box textarea {
	height: 150px;
	width: 90%;
	border: 1px solid #CCCCCC;
}

#comment-box textarea:hover {
	height: 150px;
	width: 90%;
	border: 1px solid #B2B2B2;
}
#comment-box p {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 1.1em;
	float: left;
	width: 100%;
}
.alignleft {
	text-align: left;
	float: left;

}



.alignright {
	float: right;
	text-align: right;

}



.aligncenter {
	display: block;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;

}



img.alignleft {

	float: left;

	margin-top: 5px;

	margin-right: 5px;

	margin-bottom: 2px;

	border-width: 0px;

}



img.alignright {

	float: right;

	margin: 5px 10px 2px 8px;

	border-width: 0px;

}



img.aligncenter {

	display: block;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 4px;

	margin-left: auto;

	clear: both;

	border-width: 0px;

}



img.alignleft-frame {

	float: left;

	margin-top: 5px;

	margin-right: 5px;

	margin-bottom: 2px;

	border: 5px solid #efefef;

}



img.alignright-frame {

	float: right;

	margin: 5px 10px 2px 8px;

	border: 5px solid #efefef;

}



img.aligncenter-frame {

display: block;

margin-top: 0px;

margin-right: auto;

margin-bottom: 4px;

margin-left: auto;

clear: both;

border: 5px solid #efefef;

}



code {

	font-family: "Courier New", Courier, monospace;

	font-size: 1em;

	text-transform: capitalize;

}
blockquote {
	background: url(images/bquote.gif) no-repeat left top;
	margin: 10px 40px 10px 5px;
	clear: both;
	padding-top: 5px;
	padding-left: 35px;
	font-weight: 500;
	color: #000000;
	font-size: 1.1em;
	line-height: 122%;
}


strike {
	color: #999999;



}

dl {

	padding-left: 10px;

	font-size: 1em;

	margin-top: 8px;

	margin-bottom: 8px;

}

dt {

	margin-bottom: 5px;

	margin-top: 0px;

	font-weight: 400;

	font-family: "Times New Roman", Times, serif;

	font-size: 1em;

}

dd {

	font-style: italic;

	margin-bottom: 8px;

	margin-left: 0px;

	font-family: "Times New Roman", Times, serif;

	font-size: 1em;

}.footer-block {
	float: left;
	width: 290px;
	padding: 5px;
}
#recentarticle {
	background: url(images/ra.gif) no-repeat;
	float: left;
	width: 290px;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 22px;
}
#recentcom {
	background: url(images/rc.gif) no-repeat left 4px;
	float: left;
	width: 290px;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 22px;
}
#flick {

	background: url(images/fl.gif) no-repeat left 1px;
	float: left;
	width: 290px;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 22px;
}
.footer-ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 290px;
}
.footer-ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	font-size: 1em;
	color: #FFFFFF;
}
.footer-ul li a:link, .footer-ul li a:visited {
	margin: 0px;
	padding: 0px 0px 2px;
	float: left;
	list-style-type: none;
	display: block;
	width: 290px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #535353;
}
.footer-ul li a:hover, .footer-ul li a:active {
	margin: 0px;
	padding: 0px 0px 2px;
	float: left;
	list-style-type: none;
	display: block;
	width: 290px;
	background: #009FDA;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
.footer-ul ul {

	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 290px;
}
.flick-ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 290px;
	list-style-type: none;
}
.flick-ul li {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	float: left;
}
#end-footer a:link, #end-footer a:visited {
	color: #f6f6f6;
	text-decoration: underline;
}
#end-footer a:hover, #end-footer a:active {
	color: #009FDA;
	text-decoration: none;
}
