/*
Theme Name: Kakumei
Theme URI: http://bbpress.org/
Description: The "revolutionized" new face of bbPress.
Version: 0.01 theta-beta
Author: Bryan Veloso
Author URI: http://avalonstar.com
*/

/* Globals 
=================================== */

* { margin: 0; padding: 0; }



a { color: #2e6e15; text-decoration: none; }
a:hover { color: #006400; }

.alt { background-color: #fff; }

pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background-color: #c00;
	color: #fff;
}

h1 { font-size: 2em; }

h2 { font-size: 1.5em; }

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

img.avatar { border: 1px solid #ddd; }

.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

.alt.deleted { background-color: #ff9999; }

/* Structure
=================================== */

#wrapper {
	background: #fff url('images/page_header_tile.png') repeat-x 0px -25px;
}

#header {
	background: url('images/page_header_bblogo.png') no-repeat bottom right; /* Remove to get rid of bb emblem. */
	margin: 0 auto 10px;
	width: 760px;
	height: 106px;
}

#header h1 {
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	display: block;
	color: #444;
	text-align: right;
	letter-spacing: -1px;
	right: 53px;
	bottom: 26px;
	padding: 6px;
	z-index: 2;
}

#header p.description {
	font-size: 1.2em;
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	display: block;
	color: #666;
	text-align: right;
	right: 53px;
	bottom: 13px;
	padding: 6px;
	z-index: 2;
}

#header p { margin-bottom: 0; }

#header h1 a { color: #555; text-decoration: none; }
#header h1 a:hover, #header h1 a:visited { color: #666; }

#main {
	font-size: 1.2em;
	width: 940px;
	padding: 30px 0px;
	float: left;
	background: #323C3A;
}

#main2 {
	width: 770px;
	margin: 0px auto;
	padding: 40px 10px;
	background: #FFF;
	border: #535F5D 2px dashed;
}

#main2 a:hover { 
border-bottom: 1px dotted;
}

#main2 a:active { 
border-bottom: 1px dotted;
}

.signature a {
	border-bottom: 0px;
}

.signature a:hover { 
	border-bottom: 0px;
}

.signature img {
	border: 0px;
}

.bbcrumb {
	width: 450px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px 0 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}


.notice {
	border: 2px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login {
	left: 0;
	font-weight: bold;
	color: #444;
	width: 430px;
	z-index: 1;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 30px;
	border-top: #DDD 1px solid; 
	border-bottom: #DDD 1px solid; 
}

.loggedin {
	bottom: 31px;
	left: 0;
	font-weight: bold;
	color: #444;
	width: 280px;
	z-index: 1;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: #DDD 1px solid; 
	border-bottom: #DDD 1px solid; 
}

form.login {
	bottom: 15px;
}

.login p { padding: 0 0 4px; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 14px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
}

form.login input#submit {
	float: left;
	margin-top: 14px;
	margin-bottom: -10px;
	display: block;
}

div.remember label {
	clear: both;
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

/* Front Page
=================================== */

#front-page #hottags {
	top: 0;
	left: 0;
	width: 150px;
}

#front-page #discussions {
	margin: 0px auto;
	width: 750px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #currentfavorites, #register, #passwordrecovery {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#userlogin {
	color: #333;
	margin: 0 0 0px;
	padding: 0 0 10px 2px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #DFDFDF; }

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
	margin-bottom: 20px;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

.nav {
	margin: 25px 10px;
	padding: 12px 0;
	
}

.nav span { font-weight: bold; }

.nav span { padding: 6px; }

.nav a { 
	padding: 6px; 
	float: left;
}

.page-numbars { 
	float: left;
}

.current { 
	float: left;
	margin-right: 5px;
}

#thread {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thread li {
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
	/* hack by amistad18 */	
	background-color: #eee;
	margin: 0px 10px;
	padding: 10px;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 0px 5px;
	margin-left: 140px;
	background-color: #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
	/* hack by amistad18 */	
#thread li.alt  { 
	background-color: #FFF; 
	border-top: 0px;
	border-bottom: 0px;
}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 10px 15px;
	padding: 0 0 0 1ex;
	border-left: 5px solid #141918;
	background: #BFBFBF;
}

#thread .post li { clear:none; }

.poststuff {
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	padding-top: 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #8F8F8F;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background-color: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 720px;
	display: block;
}

.postform label { display: block; }

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

.rss-link {
	padding: 6px 0;
	text-indent: 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #e4f3e1; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background-image: url(images/h3-bg.gif);
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #FFF;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background-color: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	right: 0;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#profile-menu li a {
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 7px;
}

#profile-menu li.current a {
	background: #629F00;
	color: #FFF;
}

#profile-menu li a:hover {
	background: #629F00;
	color: #FFF;
	border-bottom: 0px;
}

#useravatar { 
	border-top: 1px solid #DDD;
	margin: 5px 10px;
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDD;
	vertical-align: middle;
}

#useravatar img { border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 25px 10px 5px 10px; }

.user-recent { margin: 0 0 10px 10px; color: 8F8F8F; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page sup.required,
#register-page sup.required,
#profile-page sup.required {
	color: red;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	border-color: #c00 !important;
}

.form-table input, .form-table textarea {
	border-color: #c6d9e9;
}

.hidden {
	display: none;
}

body {

margin: 0px 0px;

padding: 0px 0px;

color: #1F1F1F;

background-color:#292929;

background-image: url(images/bg.gif);

background-repeat: repeat-y;

background-position: top;

font-family: Trebuchet MS;

font-size: 11px;

line-height: 18px;

}



.headings {

color: #000;

margin-bottom: 10px;

display: block;

width: 100%;

}



#wrapper {

width: 940px;

margin: auto;

padding: 0px 0px 0px 0px;

margin-top: 116px;

}



#wrapper2 {

width: 100%;

margin: 0px 0px;

background-image: url(images/bg2.jpg);

background-position: top center;

background-repeat: no-repeat;

float: left;

}





.single-entry {

float: left;

width: 613px;

margin-bottom: 10px;

padding: 13px;

background-color: #262D2B;

background-image: url(images/category-post-bg.gif);

background-position: bottom;

background-repeat: no-repeat;

}



.single-entry-titles {

width: 614px;

height: 23px;

background-image: url(images/post-title-bg-2-Green.gif);

color: #FFF;

display: block;

padding: 7px 10px 0px 15px;

font-weight: bold;

float: left;

}



.single-entry-titles a {

float: left;

}



.post-wrapper {

background-color: #262D2B;

margin-top: 0px;

padding: 0px 15px 15px 15px;

background-image: url(images/category-post-bg.gif);

background-repeat: no-repeat;

background-position: bottom; 

width: 609px;

float: left;

}



a:link { 

text-decoration: none; 

color: #6BAF00; 

}



a:visited { 

text-decoration: none; 

color: #6BAF00; 

}



a:hover, a:active { 

color: #4F8200; 
text-decoration: none;
}



h1, h2, h3, h4, h5, h6 { 

font-weight: normal; 

margin: 0px 0 10px; 

}



h3 {

font-size: 20px;

}



.post-title {

line-height: 30px;

}



.post-title a {

font-size: 25px;

}



.home-post-wrap {

width: 313px;

height: 280px;

float: left;

background-color: #262D2B;

background-image: url(images/home-post-bottom.gif);

background-repeat: no-repeat;

background-position: bottom;

margin: 0px 13px 10px 0px;

padding: 0px;

}



.home-post-wrap-2 {

width: 313px;

float: left;

background-color: #262D2B;

background-image: url(images/home-post-bottom.gif);

background-repeat: no-repeat;

background-position: bottom;

margin: 0px 13px 10px 0px;

padding: 0px;

}



.home-post-wrap object {

width: 289px;

height: 193px;

}



.home-post-wrap embed {

width: 289px;

height: 193px;

}



.post-wrapper object {

width: 609px;

height: 455px;

}



.post-wrapper embed {

width: 609px;

height: 455px;

}



.post-inside {

padding: 8px 13px 13px 13px;

}



.post-inside-small {

padding: 4px 13px 4px 13px;

margin-top: 4px;

float: left;

}



.home-post-titles {

width: 288px;

height: 23px;

background-image: url(images/post-title-bg-Green.gif);

color: #FFF;

display: block;

padding: 7px 10px 0px 15px;

font-weight: bold;

}



.home-post-titles a {

float: left;

}



.home-post-titles a:link, .home-post-titles a:visited {

color: #FFF;

}



.comments-bubble {

background-image: url(images/comment-count-bg-Green.gif);

width: 18px;

height: 15px;

float: right;

margin: 0px;

padding: 0px 0px 0px 4px;

color: #6D200C;

display: block;

}



.comments-bubble a, .comments-bubble a:visited, .comments-bubble a:hover {

font-size: 8px;

color: #6D200C !important;

margin: -5px 0px 0px 0px;

float: left;

padding: 0px;

}



.titles { 

font-weight: normal; 

font-size: 24px; 

text-decoration: none;

}



.titles a:link, .titles a:visited, .titles a:active {

text-decoration: none;

font-size: 20px;

font-family: Trebuchet MS;

margin-bottom: 10px;

margin-top: 10px;

display: block;

}



.titles-featured a, .titles-featured a:hover, .titles-featured {

font-size: 30px;

display: block;

margin-bottom: 5px;

margin-top: 5px;

}



.featured-inside {

width: 593px;

padding: 13px;

margin-top: 109px;

background-image: url(images/featured-bg.png);

overflow: hidden;

height: 105px;

}



.next-button {

display: none;

position: absolute;

}



.prev-button {

display: none;

position: absolute;

}



#sections {

overflow:hidden;

width: 639px;

height: 260px;

margin: 0px;

float: left;

margin-bottom: 13px;

}



#sections ul {

height: 240px;

margin: 0px;

list-style-image: none;

list-style-type: none;

padding: 0px;

width: 4000px;



}



#sections ul li {

height: 240px;

width: 619px;

border: 10px solid #27312F;

margin: 0px;

padding: 0px;

float: left;

}




pre, blockquote {

overflow: auto;

padding: 0 10px;

margin: 20px 30px;

line-height: 1.8em;

background: #1E2422;

border: 1px solid #141918;

}


#categories {

width: 938px;

height: 40px;

background-image: url(images/categories-bg.gif);

float: left;

background-color: #2A3331;

border-top: 1px solid #424D4B;

border-bottom: 1px solid #1A201E;

border-left: 1px solid #424D4B;

border-right: 1px solid #1A201E;

margin: 0px;

}



#categories ul {

margin: 0px;

padding: 0px;

list-style-type: none; 

list-style-image: none; 

float: left;

}



#categories ul li {

float: left; 

display: block; 

padding-left: 0px; 

margin: 0px;

height: 40px;

}



#categories ul li a:link,#categories ul li a:visited, #categories ul li a:active  {

height: 31px;

display: block;

color: #FFFFFF;

font-size: 11px;

padding: 9px 10px 0px 10px;

float: left;

margin: 0px 1px;

background-image: url(images/categories-line.gif);

background-position: right;

background-repeat: no-repeat;

}





#categories ul li a:hover {

background-image: url(images/categories-bg-hover.gif);

text-decoration: none;

}





#container {

float: left;

width: 940px;

color: #CFCFCF;

border-top: 1px solid #515E5B;

background-color: #323C3A;

background-image: url(images/content-bg.gif);

background-repeat: repeat-x;

}



#left-div {

width: 654px;

float: right;

padding-left: 13px;

}



#sidebar {

float: left;

padding-left: 0px;

padding-right: 0px;

width: 273px;

}



#footer {

clear: both;

width: 100%;

height: 73px;

text-align: left;

color: #FFFFFF;

padding-top: 14px;

background-image: url(images/footer.gif);

background-repeat: no-repeat;

background-position: center;

margin: 0px;

float: left;

font-size: 11px;

}



#footer a {

color: #FFFFFF;

font-size: 11px;

}



#footer a:visited {

color: #FFFFFF;

}



#footer a:hover {

color: #FFFFFF;

text-decoration: underline;

}



#pages {

width: 940px;

float: right;

height: 41px;

background-image: url(images/pages-bg-Green.gif);

}



#pages ul { 

width: 650px;

list-style-type: none; 

list-style-image: none; 

float: left; 

padding: 0px 0px 0px 6px; 

margin: 0px;

background-image: url(images/pages-bg-left-Green.gif);

background-repeat: no-repeat;

background-position: left;

}



#pages ul li { 

float: left; 

display: block; 

height: 41px;

padding: 0px;

}



#pages ul li a:link,#pages ul li a:visited, #pages ul li a:active {

float: left; 

color: #FFDF81;

display: block;

height: 32px;

font-size: 12px;

padding: 9px 20px 0px 20px;

margin: 0px;

font-weight: bold;

}





#pages ul li a:hover {

background-color: #6BB100;

text-decoration: none;

height: 31px;

margin-top: 1px;

padding-top: 8px;

color: #FFF;

}



.articleinfo {

border-bottom: 1px solid #EEEEEE; padding-bottom: 7px; color: #545454;

}



.sidebar-box {

float: left;

background-color: #262D2B;

background-image: url(images/sidebar-bg.gif);

background-repeat: repeat-x;

padding-bottom: 15px;

width: 273px;

}



.sidebar-box ul li {

color: #373434;

margin: 0px 0px;

display: block;

float: left;

width: 273px;

}



.sidebar-box ul {

list-style-type: none;

margin: 0px 0px;

padding: 0px 0px;

width: 273px;

}



.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active {

color: #FFF; 

border-top: 1px solid #36423F;

border-bottom: 1px solid #192522;

width: 228px;

padding: 5px 10px 5px 35px;

margin: 0px 0px;

display: block;

background-repeat: no-repeat;

background-position: 10px 10px;

} 



#recentcomments li a:link, #recentcomments li a:visited, #recentcomments li a:active {

background-image: none;

border: none;

}



#recentcomments {

margin-top: 10px;

}



#recentcomments li {

display: bock;

border-top: 1px solid #36423F;

border-bottom: 1px solid #192522;

background-image: url(images/comment-author.gif);

background-position: 10px 4px;

background-repeat: no-repeat;

padding-left: 35px;

padding-top: 5px;

padding-bottom: 5px;

padding-right: 10px;

width: 228px;

color: #FFF;

}



.sidebar-box ul li a:hover {

color: #FFF; 

background-color: #202624;

border-bottom: 1px solid #141917;

border-top: 1px solid #262D2B;

text-decoration: none;

} 



.sidebar-box h2 { 

font-size: 11px; 

color: #FFF; 

font-weight: normal; 

text-transform: lowercase; 

font-weight: bold; 

font-family: Trebuchet MS; 

background-image: url(images/h3-bg.gif); 

background-repeat: no-repeat; 

background-position: left; 

width: 256px;

height: 25px; 

padding: 5px 0px 0px 17px;

margin: 0px 0px;

}



#commentform {

margin: 1em 0;

margin-left: 20px;

}



#commentform textarea {

background: #1E2422;

border: 1px solid #141918;

width: 370px;

color: #FFF;

}



#commentform #email {

font-size: 1.1em;

background: #1E2422;

border: 1px solid #141918;

width: 280px;

background-image: url(images/comment-email.gif);

background-position: 7px 7px;

background-repeat: no-repeat;

height: 20px;

padding-left: 30px;

padding-top: 6px;

color: #FFF;

}



#commentform #author {

font-size: 1.1em;

background: #1E2422;

border: 1px solid #141918;

width: 280px;

background-image: url(images/comment-author.gif);

background-position: 7px 7px;

background-repeat: no-repeat;

height: 20px;

padding-left: 30px;

padding-top: 6px;

color: #FFF;

}



#commentform #url {

font-size: 1.1em;

background: #1E2422;

border: 1px solid #141918;

width: 280px;

background-image: url(images/comment-website.gif);

background-position: 7px 7px;

background-repeat: no-repeat;

height: 20px;

padding-left: 30px;

padding-top: 6px;

color: #FFF;

}



#commentform #email:focus {

font-size: 1.1em;

background: #141918;

border: 1px solid #0F1312;

width: 280px;

background-image: url(images/comment-email.gif);

background-position: 7px 7px;

background-repeat: no-repeat;

height: 20px;

padding-left: 30px;

padding-top: 6px;

}



#commentform #author:focus {

font-size: 1.1em;

background: #141918;

border: 1px solid #0F1312;

width: 280px;

background-image: url(images/comment-author.gif);

background-position: 7px 7px;

background-repeat: no-repeat;

height: 20px;

padding-left: 30px;

padding-top: 6px;

}



#commentform #url:focus {

font-size: 1.1em;

background: #141918;

border: 1px solid #0F1312;

width: 280px;

background-image: url(images/comment-website.gif);

background-position: 7px 7px;

background-repeat: no-repeat;

height: 20px;

padding-left: 30px;

padding-top: 6px;

}



#commentform input {

margin-bottom: 3px;

}



.search_bg {

height:35px;

width:209px;

float: right;

margin-top: 6px;

}



#search {

color:#FFFFFF;

padding:0;

}



#search input {

background: #FFF;

font-size:11px;

color:#4A4A4A;

font-family:Tahoma, arial, verdana, courier;

width:110px;

height:18px;

vertical-align:middle;

padding:6px 10px 0px 10px;

border-top: 1px solid #4C7B00;

border-left: 1px solid #4C7B00;

border-right: 1px solid #82D500;

border-bottom: 1px solid #82D500;

}



.icons {

margin-top: 0px; 

margin-bottom: -5px;

margin-right: 10px;

}



#search .input {

width:65px;

height:28px;

background:none;

border:none;

vertical-align:middle;

margin:0;

padding:0;

margin-left: 10px;

}



.post-info {

color: #5B6461;

font-size: 10px;

display: block;

border-top: 1px solid #3B4341;

border-bottom: 1px solid #3B4341;

padding: 2px 0px 2px 0px;

margin: 0px 0px 5px 0px;

}



.post-info-small {

color: #5B6461;

font-size: 10px;

display: block;

width: 228px;

border-top: 1px solid #3B4341;

border-bottom: 1px solid #3B4341;

padding: 2px 0px 2px 0px;

margin: 0px 0px 0px 0px;

float: right;

}



.post-info a {

color: #5B6461;

}



.logo {

float: left; 

border: 0px;

border-left: 1px solid #515E5B;

}



ul, ol { line-height: 2.0em; }



.titles-featured a, .titles-featured a:hover, .titles-featured {

font-size: 28px;

line-height: 30px;

}



#featured {

background-color: #FFF;

background-image: url(images/post-bg.gif);

background-repeat: repeat-x;

padding: 10px;

width: 593px;

border: 1px solid #EBEBEB;

margin-bottom: 10px;

}



.featured-content {

float: right;

width: 353px;

margin-right: 5px;

}



.current-category {

background-color: #3E4846;

color: #FFFFFF;

border: 1px solid #485351;

padding: 5px;

display: block;

margin-bottom: 10px;

width: 629px;

}



/* Captions */

.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;

        color: #000;

}

/* End captions */



/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



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 */





/*Dropdown Navigation*/



.nav, .nav * {margin:0;padding:0;list-style:none;}



.nav ul {position:absolute;top:-999em; background-position: bottom; background-repeat: no-repeat; background-image: url(images/dropdown-bottom.png); padding-bottom: 9px;}



.nav li {float:left;position:relative;z-index:99;font-size:12px; height: 40px !important; border: none !important;}



.nav a {display:block;}



.nav ul li{width: 100%;}



.nav li:hover ul,ul.nav li.sfHover ul {left: 0px;top:40px;}



.nav li:hover li ul,.nav li.sfHover li ul {top:-999em;}



.nav li li:hover ul,ul.nav li li.sfHover ul {left:15em;top:0px;}



.nav li:hover ul,.nav li li:hover ul {top: -999em;}



.nav li li {

display: block;

padding: 0px;

height: 40px;

}



.nav li ul li ul li {

left: 60px;

}



.nav li:hover {

background-color: #262D2B;

padding: 0px !important;

margin: 0px;

border: none;

}



.nav li li a:link, .nav li li a:visited {

width: 180px;

display: block;

background-color: #262D2B;

padding: 10px 30px 0px 30px !important;

margin: 0px 0px 0px 0px  !important;

border: none;

font-weight: normal;

height: 30px;

background-image: none !important;

}



.nav li li a:hover {

background-color: #1F2624 !important;

text-decoration: none;

border: none;

}



/*End Dropdown Navigation*/



.thumbnail {

border: 5px solid #333E3C !important;

margin-right: 10px;

float: left;

display: inline;

}



.thumbnail-small {

border: 3px solid #333E3C !important;

margin-right: 10px;

float: left;

display: inline;

}



/* Begin Comments*/



.commentlist {

padding: 0px;

margin: 0px 0px 0px 27px;

width: 560px;

background-image: url(images/comment-bg.gif);

list-style-image: none;

list-style-type: none;

float: left;

}



.commentlist li {

	font-weight: bold;

	width: 560px;

	display: block;

	background-image: url(images/comment-bottom.gif);

	background-repeat: no-repeat;

	background-position: bottom left;

	padding: 0px 0px 45px 0px;

	margin: 0px;

	list-style-image: none;

	list-style-type: none;

	float: left;

	}



.commentlist li div {

	width: 540px;

	display: block;

	background-image: url(images/comment-top.gif);

	background-repeat: no-repeat;

	margin: 0px;

	padding: 10px;

	float: left;

}



.commentlist li .avatar { 

	float: left;

	border: 1px solid #eee;

	padding: 2px;

	border: 5px solid #3E4C49;

	background-color: #3E4C49;

	}



.commentlist cite {

	font-size: 18px;

	float: left;

	font-style: normal;

	margin-left: 10px;

	margin-right: 6px;

	margin-top: 5px;

	font-weight: normal;

	}

	

.says {

display: none;

}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	display: block;

	float: left;

	width: 90%;

	margin-left: 3%;

	}

	



#commentform p {

clear: both;

	}



.alt {

	margin: 0;

	padding: 10px;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentlist .children li {

	width: 90%;

	display: block;

	margin: 0px;

	background-color: #2F3836;

	background-image: url(images/comment-children-bg.gif);

	background-position: left;

	background-repeat: repeat-y;

	border: 1px solid #262D2B;

	overflow: hidden;

}



.commentlist .children li div {

width: 97%;

padding: 3%;

background-image: url(images/comment-children-top.gif);

background-repeat: no-repeat;

background-position: top left;

}



.commentlist .commentmetadata {

	font-weight: normal;

	float: left;

	margin: 5px 0px 0px 0px;

	display: block;

	clear: both;

	background-image: none;

	width: 90%;

	margin-left: 3%;

	}

	

.commentlist .vcard, .commentlist .children .comment-author, .commentlist .children .vcard, .commentlist .commentmetadata, .commentlist .children .comment-author, .commentlist .children .comment-meta   {

	background-image: none;

	width: 100%;

	padding: 0px !important;

}



.commentlist .reply, .commentlist .children .reply {

	float: right;

	background-image: none;

	width: 54px;

	height: 22px;

	margin-bottom: 0px;

	padding: 0px;

	margin-right: 10px;

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

}



.commentlist .reply a:link, .commentlist .reply a:hover, .commentlist .children .reply a:link, .commentlist .children .reply a:hover {

	background-image: url(images/reply.gif);

	width: 39px;

	height: 17px;

	display: block;

	color: #FFF;

	font-size: 8px;

	text-transform: lowercase;

	font-weight: normal;

	padding: 5px 0px 0px 15px;

	letter-spacing: 1px;

}



.commentlist .children li {

padding-bottom: 10px;

}



.commentlist .children li ul li {

padding-bottom: 10px;

background-color: #2F3836;

}



#respond {

margin-top: 20px;

float: left;

background-image: none;

}



.commentlist #respond h3, .commentlist #respond a {

margin-left: 28px;

}



#comments {

line-height: 30px;

}



.children {

clear: both;

}



.children .commentmetadata, .children .vcard  {

	background-image: none;

}



.children textarea {

width: 90% !important;

}



.children input {

width: 80% !important;

}



#cancel-comment-reply-link {

display: block;

background-image: url(images/comment-close.gif);

width: 144px;

height: 21px;

padding: 5px 0px 0px 23px;

font-weight: normal;

color: #84878E;

font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;

}



#respond div {

background-image: none;

}



#submit {

width: 120px !important;

}



/* End Comments */