/*
Theme Name: Cobocards
Description: Design based on <a href="http://www.cobocards.com">Cobocards</a>
Version: 1
Author: Cobocards
Author URI: http://www.Cobocards.com
*/



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

* { margin: 0; padding: 0; }

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* 62.5% sets 1em to about 10px */
	background: #E6E7E4;
	color: #444;
	text-align: center;
	margin-bottom: 30px;
}

a { color: #0060B2; text-decoration: none; }
a:hover { color: #0060B2; text-decoration: underline; }

.alt { background: #EFEFEF; }

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

p { 
	margin-bottom: 10px;
	font-family: "Lucida Grande", Verdana;
	font-size: 12px;
	line-height: 16px; 
}

.left { float: left; }

.right { float: right; }

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

h1 { font-size: 2em; }

h2 { 
	font-size: 21px;
	font-weight: bold; 
}

h4 { 
	font-size: 14px;
	font-weight: bold; 
}

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

#wrapper {
	width: 800px; /* controls the main width of the page, if changed also change #content and .sidebar */
	margin: 0 auto;
	padding: 0px 0 25px 0;
	border: 1px solid #ddd;
	border-top: none;
	background: white;
	text-align: left;
	}
	
#spacer {
	height: 25px;
	background: white;
	}
	
#title { 
	height: 67px;
	background: white;
	margin-bottom: 7px;
	}
	
#title h1 { 
	font-size:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left: 12px;
	margin-right: 5px;
	display:inline;
}

#title h1 a{ /* is the title in the header */
	color: #333333;
	text-decoration: none;
	
	}
	
#title h1 a:hover {
	text-decoration: none;
	color: #9B9B9B;
	
	}

#description { /* Forum description */
	display:inline;
	font-size:11px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 60px;
}

#sidebarlinks a {
	display:block;
	margin-bottom:1px;
	padding:5px;
	background-color:#FFF;
	color:#0060B2;
}

h1, h2, h3, h4 {
	font-family: Arial, Verdana, Sans-Serif;
	}
	


#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-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13pt;
	width: 760px;
	margin: 10px auto 25px;
	position: relative;
}

.bbcrumb {
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 3px;
}

#footer { 
	margin: auto;
	color: #666;
	font-family: "Lucida Grande",Verdana, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	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 {
	margin-bottom: 16px;
	border-bottom: 5px solid #AAA;
	color: #666;
}

.login a, .login a:visited {  
	font-family: "Lucida Grande",Verdana, sans-serif;
	font-size: 14px;
	color: #0060B2; 
	text-decoration: none;
}


.login a:hover, .login h1 a:active{ text-decoration: underline; }


.login p { padding: 0; margin-top: 0px;}

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	font-size: 10px;
}

.login #submit {
	font-size: 8pt;
	margin-top: 18px;
	height: 18px;
	padding: 1px;
	color: #3B3B3B;
}

p.login {
	font-weight: normal;
	font-family: "Lucida Grande",Verdana, sans-serif;
	font-size: 14px;
	padding-bottom: 4px;
	
}

form.login input { 
	margin-top: 3px;
	margin-bottom: 13px;
	border: 1px solid #999;
}


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

textarea {
	border: 1px solid #868686;
	}
	
select {
	border: 1px solid #868686;
	}
	
input {
	border: 1px solid #868686;
	}

tags-input {
	border: 1px solid #868686;
	}

#front-page #hottags { 
	float: left;
	margin-left: 5px;
	width: 150px;
	overflow-x: hidden;
}

#front-page #discussions { 
	margin-left: 0px;
	width: 760px;

}

.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: 10px 0 10px 0;
	padding: 0 0 5px;
}

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

.sticky { 
	background: #C5F1FF; 
	}
	


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

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

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

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

#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: #F7F7F7;
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

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

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

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.threadauthor small { font: 10px "Lucida Grande",Verdana, Arial, Helvetica, sans-serif; }

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

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

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

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 720px;
	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: 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; 
font-size: 12px;
font-family: "Lucida Grande", Verdana;
line-height: 14px; 
}

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

#latest th, #forumlist th, #favorites th {
	/*border-bottom: 1px solid #aaa; */
	background: #999;
	color: #FFF;
	padding: 5px 10px;
	font-family: 'Lucida Grande', Verdana;
	font-weight: bold;
	font-size: 13px;
}

#latest th a:link, #latest th a:visited, #latest th a:active {
	color:#fff;
}

#latest, #forumlist, #favorites {
	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 {
	list-style-type:none;
	text-align:right;
	font-weight:bold;
	margin: -37px 0px;
	padding:0;
	float: right;
	
}


#profile-menu li {
	float:right;
	text-align:center;
}

#profile-menu li a {
	font-size:11px;
	display:block;
	width:66px;
	text-decoration:none;
	color:#333;
	padding:8px 0;
	padding-left: 5px;
	background-color:#FFF;
	}	

#profile-menu li a:hover {
	background:url(images/navlink.png) no-repeat;
	text-decoration:none;
}



#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

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

#useractivity { 
	margin: 15px 0 5px;
	font-family:Arial;
	font-size: 18px;
}

.user-recent { 
margin: 0 0 10px;
font-size: 12px;
font-family: 'Lucida Grande', Verdana;
line-height: 19px;
}

.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: 15px;
	width: 720px;
}

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

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

fieldset table td { padding: 2px 0; padding-left: 4px; }

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





/* this is for my 48 x 48 avatars */
.post {
	min-height: 60px;
}

.view  {
	font-size: 12px;
	list-style-type: none;
	margin-left: -14px;
	}




