/*
Theme Name: K2 for bbPress 2 fsdadfsdf asdf asdfasdfas
Theme URI: http://www.linickx.com/blog/archives/253/k2-for-bbpress/
Description: A port of the famous k2 to bbpress
Version: 0.01 theta-beta
Author: Nick [LINICKX] Bettison
Author URI: http://www.linickx.com
*/

/*
Derrived from Bryan Veloso orriginal style sheet that ships with bbpress, added a little style from the sheet availble from http://getk2.com, copyright of that to the people at http://binarybonsai.com !
*/

/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {
/*
	font-size:62.5%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
*/
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif; /* 62.5% sets 1em to about 10px */
	background: #EDEDED;
	color: #444;
	text-align: center;
	/* margin-bottom: 30px; */
}

a { color: #444; text-decoration: underline; font-size:11px; }
a:hover { color: #444; text-decoration: none; }

.alt { background: #fff; }

.profilealt { background: #fafafa; padding:4px; }

.postbgcoloralt{ background: #fff; }

.tags { background: #fff; }
code { font: 1.0em Monaco, 'Courier New', monospace; }

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #fff;
}

h1 a{ font-size: 26px; }

h2 { font-size: 1.5em; }

/* Structure
=================================== */

#wrapper {
	width: 700px; /* controls the main width of the page, if changed also change #content and .sidebar */
	 /* float:left; */ 	
margin:0 auto;
	
	padding: 25px;
	border: 1px solid #ddd;
	border-top: none;
	background: white;
	text-align: left;
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 90px;
	background: #3371a3; /* header color default is #3371A3, for images - background-image: url(example.jpg); */
border-bottom:6px solid #3371a3;
border-top:5px solid #3371a3;
	}

h1, h2, h3, h4 {
	/* font-family: 'Trebuchet MS', Verdana, Sans-Serif; */
	}
	
#header h1 { 
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 25px 0 0 40px;
}

#header p { margin-bottom: 0; }

#header h1 a, #header h1 a:visited { color: #fff; text-decoration: none; }
#header h1 a:hover, #header h1 a:active{ text-decoration: underline; }

#main { 
	font-size: 1.2em;
	width: 698px;
	/* margin: 10px auto 25px; */
	position: relative;

}

.bbcrumb {
padding-top:5px;
padding-bottom:5px;

	/* 
padding-left:5px;
text-transform: lowercase; */
	font-size: 0.9em;
	letter-spacing: 1px;
}
.bbcrumb a{
color:#3371a3;
}
#footer { 
	margin: auto;
	color: #666;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 20px;
	clear: both; 
	text-align: center;
	width: 760px; 
}

#footer a:link, #footer a:visited { /* more link link color fixes for nav & admin stuff */
	color: #777;
	text-decoration: none;
	font-weight: bold;
	}

#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}	

.notice { 
	border: 2px solid #4c9545; 
	background: #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 { 
	color: #fff;
	/* margin: 10px 40px; */
height:70px;
}

.login a, .login a:visited { color: #fff; text-decoration: none; }
.login a:hover, .login h1 a:active{ text-decoration: underline; }


.login p { padding: 0 0 5px; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
}

.login #submit {
	font-size: 1.2em;
	margin-top: 13px;
	float: left;
}

p.login {
	font-weight: normal;
	font-size: 1.2em;
}

form.login input { 
	margin-top: 3px;
	border: 1px solid #999;
}


/* Front Page
=================================== */

#front-page #hottags { 
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	overflow: hidden;
}

#discussions { 
	margin:0 auto;
	width: 700px;
}

#discussions a{ 
font-size:11px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-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 0px; }

.sticky { 
	background: #EDEDED; 
	}
	


/* 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-tags {
	border-left: 1px solid #ccc;
	float: right;
	margin-top: -2em;
	padding: 0 1em 1em;
}
*/
.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }
#thread {
	background: #fff;
	list-style: none;
/*border:1px solid #ddd;*/
	margin:0 auto;
	padding: 0;
font-size:14px;
}

#thread li {
background-color:#E0ECF5;
      line-height: 17px;

padding-top:5px;
padding-bottom:5px;
font-size:14px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 100px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 1em 1em 1em 1em;
	margin-left: 120px;
	margin-right: 10px;
	background-color: #F4F8FB;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
font-size:14px;
	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 {

}

#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}
.poststuff {
	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: #fff;
	padding: 1em;
}

.postform textarea {
height:300px;
width:100%;
	display: block;
font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.postform2 {
	background: #fff;
	padding: 1em;
}

.postform2 textarea {
height:300px;
width:100%;
	display: block;
font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.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: 18px;
	font-weight: bold;
	display: inline;
}

/* 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; }

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #; }

#latest th, #forumlist th, #favorites th {
	/* border-bottom: 1px solid #aaa; */
	background: #3371A3;
	color: #fff;
	padding: 5px 10px;
/*
	text-transform: uppercase;
	font-weight: bold;
*/
}

#latest th a:link, #latest th a:visited, #latest th a:active {
	color:#fff;
}

#latest, #forumlist, #favorites {
	background: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}


#lala td { padding: 5px 10px; }


#lala tr:hover{ background: #fff; }

#lala th, #forumlist th, #favorites th {
	/* border-bottom: 1px solid #aaa; */
	background: #3371A3;
	color: #fff;
	padding: 5px 10px;
/*
	text-transform: uppercase;
	font-weight: bold;
*/
}

#lala th a:link, #lala th a:visited, #lala th a:active {
	color:#fff;
}

#lala {
	background: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}


#lasttopics td { padding: 5px 5px; }

#lasttopics tr:hover { background: #; }

#lasttopics th {
	/* border-bottom: 1px solid #aaa; */
	background: #3371A3;
	color: #fff;
	padding: 5px 10px;
/*
	text-transform: uppercase;
	font-weight: bold;
*/
}

#lasttopics th a:link, #lasttopics th a:visited, #lasttopics th a:active {
	color:#fff;
}

#lasttopics{
	background: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}


.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

/* Profile Page
=================================== */

#profile-menu {
	margin: -35px 0px;
	padding: 0 0 30px 0;
	float:right;
}

#profile-menu ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

#profile-menu li {
	display: inline;
	margin: 0;
	}

#profile-menu,
#profile-menu li a {
	padding: 5px 15px 6px;
	}

#profile-menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	}

#profile-menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	}

#profile-menu li.current a,
ul.menu li.current a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}

#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-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 30px;
	width: 490px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}

/* further additions by Nick  */


/* this is for my 48 x 48 avatars */
.post {
	min-height: 60px;
}

.post p{
	font-size:11px;
}
#frontlink a {
font-size:11px;
}

span.freshness{
font-size:10px;
padding-left:2px;
padding-bottom:4px;
padding-right:2px;
}
.linksimpost, linksimpost:hover{
text-decoration:underline;
color:#444;
}
.linksimpost:hover{
text-decoration:none;
color:#444;
}



