/*
Theme Name: Mueller Fever
Theme URI: http://prentissriddle.com/
Description: Custom theme for muellerfever.com
Version: 0.01 theta-beta
Author: Prentiss Riddle
Author URI: http://prentissriddle.com
*/

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

* { margin: 0; padding: 0; }

body {
	margin-bottom: 50px;
	background: #fff;
	font: 62.5% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
}

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

.alt { background: #fff; }

pre, 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 { font-size: 2em; }

h2 { font-size: 1.5em; }

.clear_both { clear: both; }

.textbutton {
	background: #eee;
	padding: 2px 3px 2px 3px;
	border: 2px solid #666;
	border-top: 0px;
	border-left: 0px;
}

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

#wrapper {
	/* background: #fff url('images/tower-bg-tile.jpg') repeat-x; */
}

#header { 
	background: url('images/tower-760x131.jpg') no-repeat bottom right; /* Remove to get rid of bb emblem. */
	margin: 0 auto 10px;
	width: 760px;
	height: 131px;
	position: relative;
}

#navbar {
	position: absolute;
	left: 0px;
	bottom: 10px;
	margin-left: 70px;
}

#navbar li {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding: 2px 10px 3px 10px;
	margin: 0px 1px 0px 1px;
	background-color: #ffff00;
}

#navbar li a { color: #000; text-decoration: none; }
#navbar li a:hover, #navbar li a:visited { color: #000; }
#navbar li.current {
	background-color: #ffffff;
	/* border: 2px solid #ffcc00; */
	/* padding: 1px 8px 1px 8px; */
}
#navbar li.current a:visited { color: #300; text-decoration: none; }

#header h1 { 
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
	font-size: 60px;
	position: absolute;
	display: block;
	color: #900;
	text-align: left;
	letter-spacing: -1px;
	left: 0px;
	bottom: 36px;
	z-index: 2;
	margin-left: 70px;
}

#header h1 a { color: #900; text-decoration: none; }
#header h1 a:hover, #header h1 a:visited { color: #900; }

#header p {
	margin-bottom: 0;
	color: #000;
}
#header p a { color: #fff; text-decoration: underline; }
#header p a:hover, #header p a:visited { color: #ffc; text-decoration: underline; }

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

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

.forumname {
	text-transform: uppercase;
	font-size: 26px;
	padding-bottom: 2px;
}

#discussions { 
	/* "discussions" is a misnomer -- this is the non-sidebar block */
	margin-right: 170px;
	width: 590px;
}

#footer { 
	/* 
	 * I wish this were really at the foot of the page, but with the
	 * sidebar using absolute positioning that's not possible -- sigh...
	 */
	border-top: 1px solid #ccc;
	color: #666;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 60px;
	padding-top: 10px;
	clear: both;
	text-align: center;
	margin-right: 170px;
	width: 590px;
}

.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 { 
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: bold;
	color: #444;
	z-index: 1;
	font-size: 12px;
}

.login p { padding: 0 0 5px 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; */
	font-size: 12px;
}

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


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

#front-page #discussions { 
	margin-right: 170px;
	width: 590px;
}

#currentfavorites, #faq h2, #forum-page #main h2, #front-page #main h2, #news h2, #pinit h2, #register, #sidebar h2, #userlogin, h2.post-form {
	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: #a1d29a; }


/* Sidebar
=================================== */

#sidebar { 
	position: absolute;
	top: 0;
	right: 0;
	width: 145px;
	overflow: hidden;
}

#sidebar .inputButton {
	text-align: right;
}

#sidebar li {
	padding-left: 9px;
	text-indent: -9px;
	margin-bottom: 2px
}

#sidebar li small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
}

.sidebarsection {
	margin-bottom: 20px;
}

#flickrbadge {
	margin-bottom: 0px;
}

#sidebarsearch {
	margin-bottom: 0px;
}

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


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

.infobox {
	font-size: 11px;
	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-map-prompt {
	float: right;
	width: 130px;
	padding-left: 5px;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
	font-size: 11px;
}

#tagformsub {
	font-size: 9px;
}

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

.nav span { font-weight: bold; }

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

#thread {
	background: #eee;
	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; }

.threadpost {
}

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

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

.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: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 550px;
	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;
}

/* 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: 2px 10px; }

#forumlist tr td div.nest, #subforumlist tr td div.nest {
	padding-left: 2.5ex;
}

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

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #ddd;
	font: 9px Verdana,Arial,Helvetica,sans-serif;
	padding: 2px 6px;
	/* text-transform: uppercase; */
}

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

#subforumlist {
	margin-bottom: 2em;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

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

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

#profile-menu li {
	font-size: 1.1em;
	background-color: #eee;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
}

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

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

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

/* Map
=================================== */

.map_popup  { width: 200px; }
.map_popup a { text-decoration: underline; }
.map_title  { font-size: 12px; font-weight: bold; }
.map_byline { font-size: 11px; }

/* News aggregation
=================================== */

#inserted_JSON a img { border: none; }
#inserted_JSON dt a {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#inserted_JSON dd {
	font-size: 11px;
	margin: 0 0 4px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #ccc;
}
