/*
Theme Name: BCore
Theme URI: 
Description: BCore
Version: 0
Author: Pau Santesmasses
Author URI: http://pau.santesmasses.net
Based on: Kakumei by Bryan Veloso, http://avalonstar.com
*/

/* Grid 

margins: 10px
gutters: 20px
column:  80px x 8
        180px x 4
        246px x 3
ve*/

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

* { margin: 0; padding: 0; }

body {
	margin-bottom: 50px;
	background: #fff;
	font: 62.5% Arial , sans-serif;
}

a { color: #006699; text-decoration: none; }
a:hover { color: #0066ff; }

.alt {
	background: #fff;
}

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


p {
	margin-bottom: 1.0em;
	line-height:1.5em;
}

table {
  border-collapse:collapse;
}

th {
  text-align:left;
}

img {
  border:0;
}

input[type="text"],
input[type="password"],
textarea,
select {
  border:1px solid;
  border-color: #848484 #AAA #DDD #AAA;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.1em;
  font-weight:normal;
  color:#000;
  padding:3px 1px;
}

select {
  padding:1px;
}

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

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

#header { 
	margin: 0 auto 10px;
	padding: 0 10px;
	width: 780px;
	height: 106px;
	position: relative;
}

#header h1 {
  padding-top:30px;
	font-family: Arial, serif;
	color: white;
	letter-spacing: -1px;
	float:left;
	width:180px;
}

#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: 780px;
	padding: 0 10px;
	margin: 0 auto 25px;
	position: relative;
}

#main p {
  max-width: 413px;
}

.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: 10px;
	clear: both; 
	width: 780px; 
}

.notice { 
	background: #9C3; 
	color:white; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

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

.login { 
	float: right;
	font-weight: bold;
	color: white;
	padding-top:30px;
}

.login p { padding: 0 0 5px; overflow:hidden; }
.login label { display: block; float: left; padding-right: 10px; }
.login #submit { font-size: 1.2em; margin-top: 17px; float: left; }

p.login { font-weight: normal; font-size: 1.2em; }

form.login input { 
	margin-top: 3px;
}


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

#front-page #hottags { 
	float: left;
	width: 180px;
	overflow-x: hidden;
	margin-right:20px;
}

#front-page #discussions { 
	float:left;
	display:inline;
	width: 580px;
}

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

#front-page #main h2, h2.post-form, #userlogin, 
#currentfavorites, #register {
	color: #333;
	margin: 0;
	padding: 0 0 5px;
	font-size:18px;
}

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

.sticky {
	background: #a1d29a;
}


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

.infobox {
	border-top: 1px solid #ccc;
	padding: 5px;
	width: 770px;
	position:relative;
}

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

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

#topic-tags {
  position:absolute;
  top:0;
  left:410px;
	padding: 10px 0 1em;
	width:180px;
}

#topic-tags li {
  display:inline;
  color:white;
  background:#999;
  padding:3px;
  margin-right:3px;
}

#topic-tags li a {
  color:white;
}



.xbutton {
  font-size:1.6em;
  line-height:.2em;
  vertical-align:middle;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span {
	font-weight: bold;
}

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

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

#thread li {
	padding: 10px 0 1em 1em;
	line-height: 1.5em;
	border-top:1px solid #eee;
}

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

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

.threadauthor {
  margin-top:-11px;
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 97px;
	border-top:1px solid #eee;
	padding-top:10px;
}

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

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

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

.postform {
	background: #f0f0f0;
	padding: 1em;
}

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

.postform label {
	display: block;
}

.admin { 
	padding: 10px 0 0;
}

#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;
	float:left;
	display: inline;
	width:380px;
}

#topic_posts {
display:block;
clear:both;
}

.topicmeta {
  position:absolute;
  top: 0;
  right: 0;
  width: 180px;
}

/* 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;
	border-top: 1px solid #eee;
}

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

#latest th, #forumlist th, #favorites th {
	border-top: 1px solid #453D33;
	background: white;
	font: 11px Arial,Helvetica,sans-serif;
	padding: 5px;
	text-transform: uppercase;
}

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

.bozo {
	background: #eeee88;
}

.deleted {
	background: #ee8888;
}


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

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

#profile-menu li {
	font-size: 0.9em;
	font-weight:bold;
	text-transform:uppercase;
	display: inline;
	position: relative;
}

#profile-menu li a {
  padding: 4px;
	border-top: 3px solid #453D33;
}

#profile-menu li a:hover {
	border-color: #0066FF;
}

#profile-menu li.current a,
#profile-menu li.current a:hover {
	border-color: #006699;
	color:#006699;
}


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

/* Profile Edit
=================================== */

fieldset { 
	border:0;
	border-bottom: 1px solid #ccc;
	padding: 0; 
	margin-bottom: 15px;
}

legend { 
	font-weight: bold;
	padding: 0;
}

fieldset table { 
	text-align: left;
	margin: 0;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;
	margin: 10px 0;
}