/*  
Theme Name:  Comics Bistro 2
Theme URI: http://comicsbistro.net/
Description: Comics Bistro bbPress theme
Version: 2.0
Author: Iv Draganov 
Author URI: http://druuf.com/

*/
/* =IMPORT BASE STYLESHEETS
================================================== */
@import url(http://comicsbistro.net/wp-content/themes/comicsbistro/styles/grid.css);
@import url(http://comicsbistro.net/wp-content/themes/comicsbistro/styles/nav.css);

/* =TYPOGRAPHY, COLORS & COMMON FORMATTING
================================================== */
/* ==Body copy== */
body {
	font: 76%/1.5em 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, Sans-Serif;
	background: #fff none;
	color: #111;
	text-align: left;	
	}

/* =PARAGRAPHS
-------------------------------------------------------- */
p,
#main blockquote
{
	font-size:1em;
	/*line-height:1.5em;*/
	margin-bottom:1.5em;
	margin-top:0;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}

/* =HEADINGS==
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, #menu {
	font-family: 'Trebuchet MS', Verdana, Tahoma, Geneva, Sans-Serif;
	font-weight: bold;
	color: #666;
	}
h1, #pagetitle h1.post-title {
	font-size:1.6667em;
	line-height:1.8em;
	margin-bottom:.9em;
	margin-top:0;
	/*text-shadow: 2px 2px 0 #ddd;*/
}
	#pagetitle h1{
		line-height:1em;
	}
/*h2{
	font-size:1.5em;
	line-height:1em;
	margin-bottom:1em;
	margin-top:0;
}*/
	h2, #sidebar h3
	/*#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery*/ {
		color:#000;
		font-size:1em;
		line-height:1.5em;
		margin-bottom:1.5em;
		margin-top:0;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		-moz-border-radius-topright:10px;
		-moz-border-radius-topleft:10px;
		-webkit-border-top-left-radius:10px;
		-webkit-border-top-right-radius:10px;
		-khtml-border-top-left-radius:10px;
		-khtml-border-top-right-radius:10px;
		border-top-left-radius:10px;
		border-top-right-radius:10px;
		padding:5px 10px 2px;
		border-bottom: 1px solid #ddd;
	}

h3 {
	font-size:1.1667em;
	line-height:1.2857em;
	margin-bottom:1.2857em;
	margin-top:0;
}
	#forumlist h3 {
		margin-bottom:0;
	}
	#wp-calendar caption, 
	#sidebar h3,
	#footer h3 {
		color:#000;
		font-size:1em;
		line-height:1.5em;
		margin-bottom:1.5em;
		margin-top:0;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 0.2em;
	}
	#footer h3 {
		color:#777777;
		font-weight:normal;
		}
h4{
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em;
	margin-top:0;
}
h5{
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em;
	margin-top:0;
	font-variant:small-caps;
}
h6{
	font-size:.8333em;
	line-height:1.8em;
	margin-bottom: 1.8em;
	margin-top:0;
}
/*==LINKS==
-------------------------------------------------------- */
a{
	color: #32689b;
	text-decoration:none;
}
a:hover{
	color: #147 !important;
	text-decoration:none;
}
	#footer a, 
	#copy a {
		text-transform: none !important;
		}

/*=ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p cite {
	content: '\2014\20';
}

strong { 
	font-weight: bold;
	}
em {
	font-style: italic;
	}

small {
	font-size: 0.9167em; /* 11px */ 
	}
	
.generic strong{
	font-variant:small-caps;
}
.generic em{
	font-style:italic;
	font-weight:inherit;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}

span.moreinfo,
abbr{
	border-bottom:1px dashed #bbb;
	cursor:help;
}

code,
.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}
/*-------------------------------------------+
|                                            |
|                ==LIST STYLES==                |
|                                            |
+-------------------------------------------*/
ol, ul { margin-left: 0 !important; }
ul{
	margin-bottom:1.5em;
	list-style:none outside;
}
	#main li ul {
		margin: 0.375em 0 0;
		list-style:none outside;
	}
ol{
	margin-bottom:1.5em;
	list-style:decimal inside;
}
#main li{
	margin-bottom: 0.375em;
	padding-left: 1.5em;
}
	#thread > li{
		margin-bottom: 1em;
	}
#main ol li{
	padding-left: 0;
}
	#main .post li{
		margin-bottom: 0.375em;
		padding-left: 1.5em;
	}
	#main ul li{
		background: transparent url('images/icons/bullet_blue.gif') no-repeat 0 3px;
	}
		#main #pagetitle li, 
		#main li ul li{
			background-image: url('images/icons/bullet_green.gif');
		}
		#main #pagetitle ol li, 
		#main ul ol li{
			background: transparent none;
		}
#sidebar li{
	margin-bottom: 0.75em;
}
#sidebar ul li{
	background-position: 0 0;
}
#footer li{
	margin-bottom: 0.75em;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
ol.footnotes {
	list-style: decimal inside;
	}
/* ==Various== */
#login {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	}
#thread, #pagetitle{
	font: 1.1em/1.5em 'Trebuchet MS';
	}
	
#profile-menu li a,
.bbcrumb {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 0 20px;
	font-size:0.8333em;
	line-height: 1.8em;
	margin-top: 1.8em;
	margin-bottom:0;
	}

#login, 
ol.footnotes {
	font-size:.8333em;
	line-height:1.8em;
	}
#menu {
	font-size:1.1667em;
	}
	
/* =shadows= */
img.avatar,
#pagetitle {
	-moz-box-shadow:1px 1px 2px #aba;
	-webkit-box-shadow:1px 1px 2px #aba;
	box-shadow:1px 1px 2px #aba;
	}
	#pagetitle img.avatar{
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		}

li.alt .threadpost {
	-moz-box-shadow:1px 1px 2px #bbbbbc;
	-webkit-box-shadow:1px 1px 2px #bbbbbc;
	box-shadow:1px 1px 2px #bbbbbc;
	}

.admin, 
.postform, 
.threadpost {
	-moz-box-shadow:1px 1px 2px #cccccd;
	-webkit-box-shadow:1px 1px 2px #cccccd;
	box-shadow:1px 1px 2px #cccccd;
	}
	
table {
	-moz-box-shadow:1px 1px 2px #ddddde;
	-webkit-box-shadow:1px 1px 2px #ddddde;
	box-shadow:1px 1px 2px #ddddde;
	}

/* ==Rounded corners= */
.markItUpHeader,
.ed_button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	}

.ed_button, 
input, select, textarea, legend, 
ol.commentlist div.comment-content {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	}

fieldset,
#profile-menu li a,
.bbcrumb a,
a.page-numbers,
table,
#pagetitle,
#menu ul,
div.admin, 
div.info
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	}
	tr:first-child {
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		-khtml-border-top-right-radius: 10px;
		border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		-khtml-border-top-left-radius: 10px;
		border-top-left-radius: 10px;
		}
	tr:last-child {
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-khtml-border-bottom-left-radius: 10px;
		border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-khtml-border-bottom-right-radius: 10px;
		border-bottom-right-radius: 10px;
		}
	th:first-child {
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		-khtml-border-top-left-radius: 10px;
		border-top-left-radius: 10px;
		}
	th:last-child {
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		-khtml-border-top-right-radius: 10px;
		border-top-right-radius: 10px;
		}
	tr:last-child td:first-child {
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-khtml-border-bottom-left-radius: 10px;
		border-bottom-left-radius: 10px;
		}
	tr:last-child td:last-child {
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-khtml-border-bottom-right-radius: 10px;
		border-bottom-right-radius: 10px;
		}
		
	#menu ul.nav ul {
		-moz-border-radius-topleft: 0;
		-webkit-border-top-left-radius: 0;
		-khtml-border-top-left-radius: 0;
		border-top-left-radius: 0;
		}
		#menu ul.nav > li:first-child > a {
			-moz-border-radius-topleft: 10px;
			-moz-border-radius-bottomleft: 10px;
			-webkit-border-top-left-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;
			-khtml-border-top-left-radius: 10px;
			-khtml-border-bottom-left-radius: 10px;
			border-top-left-radius: 10px;
			border-bottom-left-radius: 10px;
			}
			#menu ul.nav > li:first-child:hover > a {
				-moz-border-radius-topleft: 10px;
				-moz-border-radius-bottomleft: 0;
				-webkit-border-top-left-radius: 10px;
				-webkit-border-bottom-left-radius: 0;
				-khtml-border-top-left-radius: 10px;
				-khtml-border-bottom-left-radius: 0;
				border-top-left-radius: 10px;
				border-bottom-left-radius: 0;
				}
		#menu ul.nav > li:last-child > a {
			-moz-border-radius-topright: 10px;
			-moz-border-radius-bottomright: 10px;
			-webkit-border-top-right-radius: 10px;
			-webkit-border-bottom-right-radius: 10px;
			-khtml-border-top-right-radius: 10px;
			-khtml-border-bottom-right-radius: 10px;
			border-top-right-radius: 10px;
			border-bottom-right-radius: 10px;
			}
			#menu ul.nav > li:last-child:hover > a {
				-moz-border-radius-topright: 10px;
				-moz-border-radius-bottomright: 10px;
				-webkit-border-top-right-radius: 10px;
				-webkit-border-bottom-right-radius: 10px;
				-khtml-border-top-right-radius: 10px;
				-khtml-border-bottom-right-radius: 10px;
				border-top-right-radius: 10px;
				border-bottom-right-radius: 10px;
				}
/* ==Colors== */

strike,
.page-numbers.dots, 
legend, 
.postmeta, 
.navigation, 
.pagetitle p,
#pagetitle p,
#login, 
#footer, 
ol.footnotes, 
.mute {
	color: #666;
	}

th {
	border-bottom-color: #90A8B5;
	background-color: #D1DBE0;
}

#your-profile tr:hover th,
tr:hover td { 
	background: #ededef !important;
	}

table {
	background-color: #f7f7f7;
}

tr:nth-child(odd) td,
tr.alt td{ 
	background-color: #fcfcfc; 
	}

#profile-menu li a,
.nav a.page-numbers, 
.bbcrumb a {
	background-color: #fafafa;
}

#sidebar h3, 
#profile-menu li.current a,
#profile-menu li a:hover,
.bbcrumb a:hover, 
a.page-numbers:hover, 
.nav span.current, 	
tr.sticky td { 
	background-color: #E0E9F1; 
	}

#menu ul,
.admininfo, 
div.admin {
	background-color: #FFF8BE;
	}
h2, 
#pagetitle {
	background-color: #EBFFAC;
	}

#sidebar #latest-wp .postheader, 
.postform,
ol#thread li.alt div.threadpost img.avatar,
ol#thread li div.threadpost,
ol#thread li div.threadauthor
{
	background-color:#F0F3F3;
}

ol#thread li div.threadpost img.avatar,
ol#thread li.alt div.threadpost,
ol#thread li.alt div.threadauthor
{
	background-color:#D8E0E0;
} 

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

/* =STRUCTURE
================================================== */
#main, #footer, #copy, .navigation {
	width: 100%;
	}

.navigation {
	margin-bottom: 1.5em;
	clear: both;
	}

/* =Wrapper=*/
#wrapper {
	width: 95%;
	min-width: 960px;
	max-width: 1130px;
	position: relative;
	margin: 0 auto;
	}
	/* IE6 hack */
	* html #wrapper {
		width: 960px;
		}
/* =Top=*/
#top {
	margin: 0 -10px;
	padding-left: 10px;
	z-index: 9999;
	position: relative;
	}
/* ==Header== */
#header {
	height:110px;
	margin-top:60px;
	position:relative;
	}
	#header .sitetitle {
		padding:0;
		margin: 0;
		}
	#header .sitetitle a {
		display:block;
		position: absolute;
		top: 10px;
		left: 0;
		width: 250px;
		height: 80px;
		text-indent: -1000em;
		background: transparent url('images/cb-logo.png') no-repeat 0 0;
		}
	#header .sitetitle small {
		display:none;
		}
	
/* ==Login bar== */

#login {
	height: 50px;
	padding: 3px 10px;
	text-align:right;
	background: transparent url(images/bgnd/footer-bgnd.png) no-repeat scroll -2263px -5px;
	position: absolute;
	top:0;
	right:0;
	}
	#login #sidebar-login {
		float: right;
		}
	#login .widget-title, 
	#login #login_error, 
	#login li, 
	#login ul, 
	#login form {
		line-height: 26px;
		float: left;
		margin-left: 4px;
		}
	#login p {
		margin: 0;
		}
	#login #password,
	#login #user_login { 
		width: 100px;
		height: 17px;
		margin-right: 4px;
		}
	#login legend, 
	#login label {
		display: none; 
		}
	#login li a {
		border-left: 1px solid #333;
		padding-left: 4px;
		}
	/*#login li.register { float: none; }
	#login li.register a { border: none; }*/
		
		#login a.new-pm {
			color: red;
			font-weight: bold;
			font-size: 120%;
			}
		
/* ==Menu== */
#menu {
	margin: 55px 10px 35px 0;
	min-height: 103px;
	z-index: 9999;
	position:relative;
	}
#menu ul {
	padding: 0;
	}

/* =Main= */

#main {
	position: relative;
	padding: 1.5em 0 0;
	z-index: 999;
	}

/* ==Content== */
	#main .post blockquote {
		border-left:5px solid #CCCCCC;
		margin:0 0 0 1.75em;
		padding:0 0 0 0.75em;
		}
	
	/* ==Postmeta==*/
	.postmeta {
		clear:both;
		_clear: none; /* Hack to fix broken .alt coloring in IE6 */
		border-top: 1px dotted #ccc;
		margin: 1em 0 0;
		padding: 5px 0 0;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
		.postmeta a {
			border-left:1px solid #CCCCCC;
			padding-left:4px;
			}
	
	/* ==Pagetitle== */
	#pagetitle, .pagetitle {
		margin-bottom: 1.5em;
		padding: 10px;
		position: relative;
		}
		#pagetitle .feed {
			background:transparent url(images/icons/feed.png) no-repeat scroll right top;
			font-weight:bold;
			padding-right:18px;
			position:absolute;
			right:10px;
			top:10px;
			}
		#pagetitle p:last-child, .pagetitle p:last-child {
			margin: 0;
			}
		
/* =Front Page
=================================== */

/*#front-page #sidebar {
	float: right;
	width: 25%;
}*/
#front-page #sidebar div {
	float: left;
	}
#front-page #sidebar #latest-wp {
	width: 23%;
	padding-right: 3%;
	}
#front-page #sidebar .extra-info {
	width: 45%;
	}
#front-page #sidebar #hottags {
	width: 23%;
	padding-right: 4%;
	}
	#sidebar #latest-wp li {
		background-image: none;
		padding-left: 0;
		}
	#sidebar #latest-wp .postheader {
		border-left: 5px solid #E0E9F1;
		padding: 4px 5px;
		-moz-border-radius-topright:5px;
		-moz-border-radius-bottomright:5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-khtml-border-top-right-radius: 5px;
		-khtml-border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		float: none;
		}
/*#front-page #content {
	float: left;
	width: 73%;
	margin-right: 1%;
}*/

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}
.thumb {
	text-align: center;
	float: none !important;
	}

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

#topic-info {
	width: 75%;
	float: left;
}

#topic-tags {
	width: 20%;
	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 {
	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 10px 0;
	width: 120px;
	background-image: url('images/bgnd/thread-bgnd.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

img.avatar
{
	padding:5px;
}

.threadauthor p { margin: 0; }

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

.threadpost {
	padding: 1em;
	margin-left: 140px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

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

#thread .post li { clear:none; border-top: none; }

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

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

.topiclink { display: block; }

.topictitle {
	font-weight: normal;
	display: inline-block;
}

abbr[title="Really Simple Syndication"], 
.rss-link {
	display: inline-block;
	text-indent: 20px;
	background-image: url('images/feed-icon-16x16.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	}
	.rss-link abbr[title="Really Simple Syndication"] {
		text-indent: 0;
		background: transparent none;
		}
.rss-link {
	padding: 6px 0;
}

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

/* =PostForm= */
.postform {
	position: relative;
	padding: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.postform textarea {
	margin-top: 5px;
	padding: 5px;
	width: 720px;
	display: block;
	width: 80%;
	float: left;
	clear: none !important;
}

.postform label, 
.postform input[type="text"] { 
	display: block;
	}
.postform label, 
.postform input[type="text"] { 
	display: block;
	width: 40%;
	white-space: nowrap;
	}

	/* =markItUp!= */
	.markItUpHeader {
		background: #F6F6F6;
		padding: 5px 5px 0 !important;
		float: left;
		border: 1px solid #ccc;
		}

	/* =Smilies */
	#bb_smilies_toggle {
		float: right;
		width:150px;
		margin-top: 35px !important;
		}
	#bb_smilies_toggle img.bb_smilies {
		margin: 3px;
		cursor: pointer;
		}
	
	/* =Preview post= */
	/* *
	* small header that show the preview title
	* */

	#live_preview_header 
	{
		font-weight: bold;
		font-size: 12px;
		background-color: #e0e0e0;
		text-align: center;
		padding: 0.25em 0;
		margin: 0.5em 0 0;
		border-top: 1px solid #ccc;
	}
	/* *
	* Div where the submit button are
	* */
	#live_comment_preview_button_div
	{
		float:right;
	}

	/* *
	* Submit button class
	* */
	#live_comment_preview_submit
	{
	}
	/* *
	* Div where the preload image are
	* */
	#live_comment_preview_loading
	{
	}
	/* *
	* Div where the preview text show
	* */
	#live_comment_preview_main_content {
		width: 950px;
		clear: both;
		}
	#live_comment_preview_body {
		margin-bottom: 0.5em;
		border-bottom: 1px solid #ccc;
		padding: 0.25em 0;
		}
		
/* ==Admin div== */
div.admin { 
	padding: 10px;
	margin-bottom: 1em;
	}
	div.admin p { 
		margin-bottom: 0;
		}


/* ==Pagenavi== */

a.page-numbers {
	font-size: 0.8em;
}

#profile-menu li a,
#profile-menu li a:link,
#profile-menu li a:active,
.bbcrumb a, 
.bbcrumb a:link, 
.bbcrumb a:active, 
a.page-numbers, 
a.page-numbers:link, 
a.page-numbers:active {
	padding: 4px 5px; 
	margin: 2px;
	border: 1px solid #E0E9F1;
}

#profile-menu li.current a,
#profile-menu li a:hover,
.bbcrumb a:hover, 
a.page-numbers:hover {
	text-decoration: none;
}

/* ==Viewdiv== */
#viewdiv {
	position: absolute;
	right: 10px;
	bottom: -35px;
	text-align: right;
	z-index: 999;
	}

	#viewdiv form {
		float: left;
		margin-left: 10px;
		}
	#viewdiv label[for="q"] {
		display: none;
		}
	
/* ==Tabs== */
	
/* ==Comments== */	
	
/* =Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position:absolute;
	right:0;
	top:3.75em;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
	background: transparent none !important;
	padding-left: 0 !important;
}

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

.pm-user-link a {
	background: transparent url('images/icons/newmail.png') no-repeat 0 0;
	padding-left:20px;
	}
#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; }

/* ==Profile in post== */
.post_count_plus b {
	white-space: normal;
	}
	
/* =Footer= */
#footer, #copy {
	width: 950px;
	line-height:1.8em;
	text-align:center;
	}
#footer {
	width: 950px;
	font-size:.8333em;
	letter-spacing:2px;
	text-transform:uppercase;

	clear: both;
	margin: 1.5em auto 0;
	padding: 3em 10px 0;
	background: #FFEEBE url('images/bgnd/footer-bgnd.png') no-repeat 0 0;
	}
p#copy {
	margin: 0 auto;
	padding: 3em 10px 0.75em;
	background: transparent url('images/bgnd/footer-bgnd.png') no-repeat -971px 0;
	}

/* ==Recent Comments== */
.rc_item .rc_avatar {
	line-height:1px;
}
.rc_item .rc_avatar img {
	background:#FFF;
	padding:1px;
	border:1px solid #333;
}
.rc_item .rc_left {
	display:inline;
	float:left;
	padding-right:7px !important;
	padding-right:4px;
}
.rc_item .rc_right {
	display:inline;
	float:right;
	padding-left:7px !important;
	padding-left:4px;
}
.rc_item .rc_info .author_name {
	font-weight:bold;
}
#rc_newest {
	float:left;
	padding-right:10px;
}
#rc_newer {
	float:left;
}
#rc_older {
	float:right;
}
.rc_fixed {
	clear:both;
}
.rc_label {
	font-weight:bolder;
}
.rc_back {
	float:left;
}
.rc_datetime {
	float:right;
}

/* =TABLES
================================================== */
table {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}
td {
	vertical-align: middle;
}

th {
	font-weight: bold;
	}

	/* ==Forums page==*/

	td, th {
		padding: 5px 10px; 
		}

	#forumlist tr td div.nest {
		padding-left: 2em;
	}
	
	th {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		text-transform: uppercase;
		text-align: center;
		font-weight: normal;
		letter-spacing: 0.15em;
		word-spacing: 0.3em;
	}
	
		fieldset th,
		fieldset tr {
			border: none;
			text-transform: none;
			text-align: left;
			font-weight: normal;
			letter-spacing: 0;
			word-spacing: 0;
			background: transparent none !important;
			vertical-align: middle;
		}
		fieldset th {
			width: 15%;
			}
	
	table {
		margin-bottom: 2em;
		width: 100%;
	}
	
	.num {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	}

	.num { width: 80px; }
	
	.sticky big{ font-weight: bold; }
	
/* =FIGURES
================================================== */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
div.figure, #main img, #main .wp-cation, .googlemap {
	}
	.googlemap img {
		border: none !important;
		background-color: transparent !important;
		padding: 0 !important;
		}
	#main div.figure img, #main .wp-caption img {
		border: none;
		padding: 0;
		}
	.wp-caption p.wp-caption-text, div.figure p.caption { margin: 0; 
		margin: 0 !important; 
		padding: 2px 0; 
		color: #666; 
		font-size: 0.75em !important; 
		text-align: right; 
		}

/* =FORMS
================================================== */

/* ===Generic form elements=== */
form {
	margin-bottom: 1.5em;
	}
label {
	cursor: pointer;
	}
#profile-page fieldset,
#register-page fieldset {
	border: 1px solid #ccc;
	padding: 1em 1em 0;
	}
	#profile-page legend,
	#register-page legend {
		padding: 0.5em 1em;
		font-weight: bold;
		}
	#profile-page fieldset input,
	#register-page fieldset input {
		margin-bottom: 0;
		}
fieldset, textarea {
	margin-bottom: 1.5em;
	}
	p textarea {
		margin-bottom: 0;
		}
input, select {
	margin-bottom: 0.75em;
	}
input, select, textarea {
	padding:3px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	}
option {
	padding: 2px;
	text-indent: 1em !important;
	}
input:active, 
input:focus, 
select:active,
select:focus,
textarea:active, 
textarea:focus {
	border: 1px solid #ccc;
	background-color: #fbfbfb;
	}
#bbcode_buttons div.ed_button,
input[type="button"],
input[type="submit"]
{
	background: #fff url("http://comicsbistro.net/blog/wp-admin/images/fade-butt.png") repeat-x 0 -2px;
	border-color: #C3C3C3;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	width: auto;
	text-align: center;
	}
input[type="button"],
input[type="submit"]
{
	margin: 3px 1px 4px;
	line-height: 18px;
	width: auto;
	padding: 3px;
	font-size: 12px;
	}
#bbcode_buttons div.ed_button:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus
{
	border-color: #aaa;
	background: #ddd;
	}
input[type="button"]:active,
input[type="submit"]:active
{
	position: relative;
	bottom: -1px;
	right: -1px;
	}
	
#sidebar select {
	width: 80%;
	}
/*#main input[type="text"], 
#main input[type="password"] {
	width: 35%;
	}*/
#comment input[type="submit"] {
	margin-right: 0.375em;
	}
textarea {
	width: 85%;
	}
/* ===WP-Comment form=== */

/* ==Searchform== */

/* =ICONS
================================================== */

.topic_icons {
	width:16px; 
	height:16px; 
	padding: 0 !important; 
	background:none;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 4px;
	}
	.topic_icons img {
		text-decoration:none; 
		border: 0;
		background:none;
		margin-top: -16px;
		}
		.unread_posts_row .topic_icons img, 
		.unread_login_row .topic_icons img {
			margin-top: 0;
			}

/* =GLOBAL CLASSES
================================================== */

.clear { 
	clear:both; 
	}
	
.alignleft {
	float:left; 
	margin: 0 0.75em 1em 0;
	}
#pagetitle .avatar, 
.alignright { 
	float:right; 
	margin: 0 0 1em 0.75em;
	}
.floatleft {
	float:left; 
	}
.floatright { 
	float:right; 
	}
.floatnone {
	float: none !important;
	}
.textleft { 
	text-align:left; 
	}
.textright { 
	text-align:right; 
	}
.textcenter { 
	text-align:center; 
	}
.textjustify { 
	text-align:justify; 
	}
.strong { 
	font-weight:bold; 
	}
.em 	{ 
	font-style:italic; 
	}
.underline { 
	border-bottom:1px solid;
	}
.highlight { 
	background:#ffc; 
	}
.noborder { 
	border: none !important; 
	}
.nopadding { 
	padding:0 !important; 
	}
.nomargin { 
	margin:0 !important; 
	}
.noindent { 
	margin-left:0 !important;padding-left:0 !important; 
	}
.nobullet { 
	list-style:none !important;list-style-image:none !important; 
	}
.hidden	{ 
	display:none; 
	}
/* ==Columns== */
.half {
	width: 50%;
	}
.quarter {
	width: 25%;
	}
.third {
	width: 33.33%;
	}
.twothirds {
	width: 66.66%;
	}

/* =HACKS= */

.extra-info a img {
	border: 1px solid #eee;
	padding: 4px;
	max-width: 100%;
	}
	
.mini_stats_num, .mini_stats strong, mini_track a {
	color: #111 !important;
	}
.mini_stats_graph td { vertical-align: bottom; }

/* unified color for unread posts */
.unread.topic a,
.unread_posts, 
.unread_login, 
.unread_posts_row a, 
.unread_login_row a {
	color:#40a0ff;
	color: orange;
	}
	
/* topic page links hack */
table a.next.page-numbers { display: none; }
