/*
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 
=================================== */
body a, body a:visited {
text-align:left!important;
color: #001364;
text-decoration: none;
}

body a:hover {
color: #001364;
text-decoration: none;
}


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

.alt { background-color: #fff; }

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

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

#main {
	font-size: 1.2em;
	width: 760px;
	margin: 0 auto 25px;
	position: relative;
}

.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

#footer {
	border-top: 1px solid #ccc;
	margin: auto;
	color: #666;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 10px;
	clear: both;
	text-align: center;
	width: 760px;
}

.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 {
	position: absolute;
	bottom: 31px;
	left: 0;
	font-weight: normal;
	color: #444;
	width: 100%;
	z-index: 1;
	font-size: 12px;
}

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 #privatemessages {
	position: absolute;
	top: 200px;
	width: 170px;
	overflow: hidden;
}

#front-page #hottags {
	position: absolute;
	top: 250px;
	width: 170px;
	overflow: hidden;
}

#front-page #discussions {
	margin-left: 170px;
	width: 730px;
	vertical-align:top;
}

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

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

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

.sticky { background-color: #a1d29a; }

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

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

.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: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

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

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #fff;
}

#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: 1.5em 1em;
	margin-left: 140px;
	background-color: #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#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 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	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 {
	display: block;
	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-color: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

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

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

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

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

#profile-menu li a {
	font-size: 1.1em;
	background-color: #ddd;
	padding: 4px 7px;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#profile-menu li.current a {
	background-color: #bbb;
	border-top: 1px solid #9e9e9e;
}

#profile-menu li a:hover {
	background-color: #e4f3e1;
}

#useravatar { margin-bottom: 1em; }

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

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

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

#useractivity { margin: 15px 0 5px; }

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

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

#wrapper {
width: 100%;
margin-top:-15px;
background: #ffffff;
}

img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1, h2, h3, h4 {
font-family: 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
}

h1 {
font-size: 3.0em;
line-height: 1.0em;
}

h2 {
font-size: 1.5em;
}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 1.0em;
}
form {
	margin:0px;
	padding:0px;
}
#wrapper {
	background: #307aa9;}
#page {
	margin: 10px auto;
	width: 900px;
	border:7px solid #fff;
	border-top: none;
	background-color:#ffffff; /*url(images/pagebg.png) repeat-y right;*/
}
#navi{
	float: left;
	height: 45px;
	width: 100%;
	background: url(images/navbg.gif) no-repeat;
	overflow: hidden;
}
#nav {
	list-style: none;
	margin: 7px 0 0 15px;
	padding-top: 7px;
}
#nav li {
	float: left;
	height: 31px;
	background: url(images/navtabactiver.png) top right no-repeat;
	margin: 0 3px;
	white-space: nowrap;
}
#nav .page_item a{
	color: #006699;
	display: block;
	background: url(images/navtabactivel.png) top left no-repeat;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 31px;
}
#nav li:hover {
	background-position: 100% -38px;
	color: #fff;
}
#nav .page_item a:hover {
	background-position: 0px -38px;
	border: none;
	color: #fff;
}

#nav li.current_page_item {
	color: #fff;
	text-decoration: none;
	background: url(images/navtabr.png) top right no-repeat;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #fff;
	text-decoration: none;
	background: url(images/navtabl.png) top left no-repeat;
}

#mainbanner{
	height:140px;
	width:900px;
	clear:both;
	margin:0 auto;
	background:url(images/bannerbg.jpg) no-repeat right;
	border-left:7px solid #fff;
	border-right:7px solid #fff;
	}

.description{
	padding: 30px 0 0 20px;
	color: #fff;
	font: lighter 14px "Trebuchet MS", "Lucida Sans Unicode", Verdana;
}


/* content area */
#content img {
	border: 1px solid #D3EAF3;
	padding: 5px;
}
.pagetitle {
font-size: 1.6em;
margin-bottom: 20px;
}

.narrowcolumn {
	margin: 15px 0 10px 0;
}
post h2, .post h2 a {
font-size: 20px;
text-decoration: none;
color: #103c66;
margin-bottom: 10px;
}
.post h2 a:hover {
text-decoration: none;
color: #0b68c2;
}
.post h2 a:visited { color:#B084B9;}
.post {
font-size: 13px;
margin-bottom: 20px;
text-align: left;
}

.post p {
padding: 5px 0px;
margin: 5px 0px;
}

.post ul, .post ol {
margin: 10px 0 10px 0;
padding-left: 40px;
}

.post li {
padding: 2px 0 2px 0;
}
#randomimg { float:left; margin-right:25px; margin-bottom:5px;}
.post .entry 
{
	text-align: left;
	background: #fff;
	padding-bottom:7px;
	width:633px;
}

.entrytop{
	padding-top: 9px;
	background: #e4f1fa;
	width:633px;
	display:table;
	}

.entry h2 {
	width:615px;
	margin:0 auto!important;
}

.postmeta {
	margin: 0;
	padding: 5px 5px 5px 28px;
	font-size: 0.9em;
	color: #666;
	border-bottom: 1px solid #e4f1fa;
	background: url(images/file_icon.gif) no-repeat left;
	}
.comments-link{
	padding: 0 0 0 20px;
	background: url(images/comments.gif) no-repeat left;
	}
.post-content {
	clear: both;
	padding: 5px;
}
.post-content a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #e4f1fa;
}
.post-content a:hover {
	color: #24A6D9;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}

.post-info {
	padding: 5px 5px 15px 5px;
	height: 15px;
	color: #006699;
	font: 12px "Trebuchet MS", "Tahoma", sans-serif;
}
.post-info a {
	color: #006699;
	text-decoration: none;
}
.post-info a:hover {
	color: #24A6D9;
	text-decoration: underline;
	border: none;
	background: none;
}
.post-content blockquote {
	background: url(images/quote.gif) no-repeat left top ;
	font-style:italic;
	padding: 0 0 0 20px;
	margin:0 0 0 10px;
	width: 555px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #006699;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}


/*Sidebar starts*/

/* SideBar */
#sidebar {
float: left;
width: 200px;
padding-left: 5px;
}

#sidebar ul {
margin-bottom:20px;
list-style:none;
margin-left: 20px;
}

#sidebar ul li {
list-style:none;
line-height:1.6em;
font-size: 1.1em;
}

#sidebar ul ul {
list-style:none;
}

#sidebar a:hover {
text-decoration: none;
}

#sidebar  ul h2 {
padding-bottom: 10px;
margin-left:25px;
font-size: 1.5em;
}

#sidebar  ul ul li {
border-bottom: dotted 1px #4a4a4a;
list-style:none;
}

#sidebar ul ul li ul{
padding-left:20px;
margin-bottom:0;
list-style:none;
}

#sidebar ul ul li ul li{
list-style:none;
line-height:1.6em;
font-size: 1.1em;
border-bottom:0;
}


li {list-style: none;}

#mastermenu {
	font-size: 12px;
}

#mastermenu a {
border:none;
}

#widgettitle h2 {
	list-style:none;
	size:50px;
	border:none;
}

#mastermenu img {
	margin-left: 10px;
}

#masterleft {
	margin-bottom: 10px;
}

#masterright {
	margin-bottom: 20px;
}

#masterbottom{
	margin-bottom: 20px;
}

#morelinks {
	margin-left: 40px;
	margin-bottom:30px;
	font-size:11px;
}

/*sidebar list level1 */
#mainul{
	margin:0 15px!important;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0;
	margin:2px 0;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0;
	border: none;
}
/*blogroll */
ul.list-blogroll li, li.list-blogroll ul li, li.linkcat ul li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	background-position:0 3px!important;
	padding-left: 20px !important;
}

/*Meta*/
li.list-meta ul li, .widget_meta ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}

/*category widget */
li.list-cat ul li, ul.list-cat li, .widget_categories ul li{
	background: url(images/mini-category.gif) no-repeat !important;
	background-position:0 3px!important;
	padding-left: 20px !important;
}
/*archives widget */
li.list-archives ul li, .widget_archives ul li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	background-position:0 3px!important;
	padding-left: 20px !important;
}
/*pages widget */
li.list-page ul li, ul.list-page li, .widget_pages ul li, .widget_recent_entries ul li{
	background: url(images/mini-page.gif) no-repeat !important;
	background-position:0 3px!important;
	padding-left: 20px !important;
}
/*sub-pages */
ul li.list-page ul li ul li, ul.list-page li ul li, .widget_pages ul li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.list-recent ul li, .widget_recent_comments ul li{
	background: url(images/vcard.gif) no-repeat !important;
	background-position:0 3px!important;
	padding-left: 20px !important;
}
/* Admin block sidebar */
li.admin-sidebar ul li, .widget_recent_comments ul li{
	background: url(images/bullet_green.gif) no-repeat !important;
	background-position:0 3px!important;
	padding-left: 15px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 6px;
}
div.widget_calendar h2 {
	display:none;
}

#pages {margin-left:auto; margin-right:auto; margin-top:30px; margin-bottom:40px; text-align:left;}

/* Form Elements */
#search{
	display: none;
}

#sidebar form {
	margin:0; 
	padding:5px 0;
	clear:both;
}
.searchtitle {
	font:bold 15px "Trebuchet MS", sans-serif, "Lucida Sans", Tahoma!important;
	color:#2c65a8;
}
#searchform {
	margin: 10px auto ;
	padding: 0; 
	}

#searchform #s {
	height:17px;
	width:180px;
	margin-left:10px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #fff;
	}

#searchsubmit {
	padding:0;
	background:#fce49b;
	border:none;
	width:50px;
	height:21px;
	font:11px "Trebuchet MS", "Lucida Sans Unicode", Verdana;
	}
#searchsubmit:hover {
	background:#fff;
	}


/* Sidebar RSS Link*/

.rsslinks{
	padding:10px;
	margin-bottom:15px;}
.rsslinks ul{
	list-style:none;}
.rsslinks li{
	display:inline;}
.rsslinks li a{
	background:url(images/rss.gif) no-repeat left;
	padding:3px 3px 3px 20px;
	margin-right:10px;}






/*text widget */
.textwidget {
	padding-top: 5px;
}



/* Comment */

.commentimg {
float:left;
margin-right:15px;
}

#comments {
font-size: 1.3em;
margin-bottom: 10px;
margin-top:60px;
padding-bottom:8px;
}

#respond {
font-size: 1.3em;
margin-bottom: 10px;
margin-top:60px;
padding-bottom:8px;
margin-left:20px;
}

ol.commentlist {
list-style-type : none;
}

ol.commentlist li {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}

ol.commentlist li.alt {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dotted #ccc;
}

#commentavatar {
	margin-right:15px;
	float:left;
}

.comment_title {
}

#commentform {
margin-bottom: 20px;
}

#commentform p {
margin-bottom: 10px;
}

#commentform textarea {
width:99%;
padding:2px;
font-size: 12px;
background-color: #fff;
border: 1px solid #ccc;
}



/* footer area */
.xhtml_valid {
	background:url(images/xhtml_valid.gif) no-repeat left ;
	padding-left:20px;
	margin:0 5px;
}
.css_valid {
	background:url(images/css_valid.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;
}
.rss {
	background:url(images/rss_valid.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;
}

/* credits */
#credits {
	margin: 0px auto;
	width: 760px;
	color: #39a1ce;
	font-size: 110%;
	line-height: 50px;
}
#credits a, #credit a:visited {
	color: #39a1ce;
}

.footer-meta ul li.rss {
	background: url(images/mini-rss.gif) no-repeat left 2px;
	padding: 0px 0px 10px 20px;
}
.loginout {
	background:#132f3c url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}


.valid{
	background:url(images/valid.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.entrytext .postmetadata {
margin-top: 20px;
text-align: left;
}

.postmetadata {
border-top: 1px dotted #ccc;
padding-top: 2px;
margin-bottom: 40px;
text-align: right;
}

.postmetadata alt {
border-top: 1px dotted #ccc;
padding-top: 2px;
margin-bottom: 40px;
text-align: left;
}


/* Other */
#maindesc {
font-size:12px;
background-color:#efefef;
padding: 10px;
margin:0;
clear:both;
width: 560px;
}

#wp-calendar caption {
font-size: 1.2em;
margin-top: 5px;
}
#drop {margin-left:15px;}

#drop2 {margin-left:10px; width:120px;}

#browse {margin-left:25px; margin-bottom:60px;}

div#box{width: 400px;padding: 20px;margin:20px auto;
    background:#efefef;color:#000}
	
div#listcomments {width: 450px;padding: 20px;margin:0 auto 30px auto;
    background:#efefef;color:#000}
	
div#listcommentstop {width: 400px;padding: 20px;margin:20px auto;
    background:#efefef;color:#000}
	
div#newswrap{width: 160px;padding: 10px 10px 50px 10px;margin:0 0 0 15px;
    background:#efefef;color:#000}
	
div#newbie{width: 160px;padding: 5px;margin:0 0 15px 17px;
    background:#efefef;color:#000}
	
#newbie p {
	font-size:13px;
	text-align:center;
	color:#990000;
	font-weight:bold;
}

#newbie a {
	color:#990000;
}
	
#latestnews {
	height:158px;
	width:150px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#latestnews h5{
	font-size:12;
	font-weight:bold;
}

#latestnews a {
	font-size:15;
	font-weight:bold;
	color:#990000;
}

.breadcrumb { padding:5px 0 5px 0; margin:0; font-size:11px; font-weight:bold;}



#pagination { text-align:left; margin-top:0px; margin-left:13px; margin-bottom:15px;}


div#latestpostsbb {font-size: 11px; width: 200px;padding: 15px;margin:0 0 15px 17px;
    background:#efefef;color:#000; font-family:Arial, Helvetica, sans-serif;}

#latestpostsbb h2 {text-align:left; margin-bottom:10px;}

div#sidebarShowSubCategories{font-size: 11px; width: 200px;padding: 15px;margin:0 0 15px 17px;
    background:#efefef;color:#000; font-family:Arial, Helvetica, sans-serif;}
div#sidebarShowSubCategories ul li, div#sidebarShowSubCategories ol  li{ list-style-image: url("images/bullet_green.gif"); } 
div#sidebarShowSubCategories h2 {text-align:left; margin-bottom:10px;}

div#sidebarMenu{font-size: 11px; width: 200px;padding: 15px;margin:0 0 15px 17px;
    background:#efefef;color:#000; font-family:Arial, Helvetica, sans-serif;}
div#sidebarMenu ul li, div#sidebarMenu ol  li{ list-style-image: url("images/bullet_orange.gif"); } 
div#sidebarMenu h2 {text-align:left; margin-bottom:10px;}
div#random_profile{font-size: 11px; width: 200px;padding: 15px;margin:0 0 15px 17px;
    background:#efefef;color:#000; font-family:Arial, Helvetica, sans-serif;}
div#random_profile h2 {text-align:left; margin-bottom:10px;}
div#timepost {font-size: 11px; width: 200px;padding: 15px;margin:0 0 15px 17px;
    background:#efefef;color:#000; font-family:Arial, Helvetica, sans-serif;}
	
#timepost h2 {text-align:left; width: 180px; margin-bottom:10px;}

#timepost img { margin-top:20px;}

/* profile boxes */

#profilebox p{
	font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#profilebox h3{padding:0; margin:0; line-height: 1.5em;}
#authorpic {
	border: 3px solid #999999;
	padding:3px;
	margin:8px 12px 0 0;
}

div#mainstuff {float:right; width: 335px;padding: 10px;margin:15px auto 0 auto;
    background:#3E5C78;color:#fff; float:left;}
	
#mainstuff p {
	padding: 0 0 0 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size:14px;
}

div#websites{width: 400px;padding: 20px;margin:0 auto 30px auto;
    background:#efefef;color:#000}
	
div#career{width: 100%;padding: 20px;margin:30px auto 30px 0;
    background:#efefef;color:#000}
	
div#contactauthor{width: 100%;padding: 20px;margin:0 auto 30px auto;
    background:#efefef;color:#000}
div#extendedProfile{width: 100%;padding: 20px;margin:30px auto 30px 0;
    background:#efefef;color:#000}

.prevnext {
	text-align:left;
	font-size:11px;
	font-weight:bold;
}
.prevnext p {
	line-height:10px;
}


#latestpostsbb ul { text-align:left; margin-left:5px; padding-left:0;}

#latestmsg { text-align:center; margin:0; padding:0;}

#latestmsg a { color:#990000;}

#newdrop { float:right; margin-top:10px; }
#pagination2{ margin-bottom:35px; width: 450px; float:left; }

#frontpage {float:left;font-size:12px;line-height: 1.8em;}

#randommembers {width:258px; height:153px; float:right; padding: 0px;margin:6px 5px 0px 10px;color:#000; background-color:#257BC6; text-align:center; }

#randommembers img, #middle  img{
	margin-top:35px;
	margin-bottom:5px;
	border:none;
}

#footer 
{
	text-align: left;
	color: #222;
	text-align: center;
}
#footer .alignleft,
#footer .alignright {
	padding: 10px;
}
#footer .alignright {
	text-align: right;
}
#footer a {
	color: #222;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

td
{
	text-align:left!important;
}
#viewdiv
{	
	text-align:left;
	padding:20px;
}
#viewdiv
{	
	line-height:20px;
	text-align:left;
	font-weight:bold!important;
}