/*
Theme Name: Options
URI: http://justintadlock.com
Description: The Options theme for bbPress.
Version: 0.1 Alpha
Author: Justin Tadlock
Author URI: http://justintadlock.com
*/

* { margin: 0; padding: 0; }

ul li { list-style-type: none; }

p { margin: 0 0 15px 0; }

img { }

/* Left, right, and center alignment */
.left { float: left; margin: 0 10px 10px 0; }
.right { float: right; margin: 0 0 10px 10px; }
.center { margin: 10px auto; display: block; }

h1, h2, h3, h4, h5, h6, h1 a, h3 a, h4 a, h5 a, h6 a { color: #58636d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 a {
	color: #1b227d;
	
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Links */
a { color: #4b6e85; text-decoration: none; }
a:hover { color: #000; text-decoration: none;}

/* Code */
pre {
	width: 96%;
	overflow: auto;
	margin: 0 0 15px 0;
	padding: 10px 2%;
	background: #fff;
	border: 1px solid #ccc;
	}
pre, code, pre code { font-size: 1.1em; }

.rss-link {
	padding-left: 20px;
	background: url(images/feed-icon-16x16.gif) no-repeat 0 0;
	}
.breadcrumb { margin-bottom: 10px; }
.breadcrumb .section-header { font-size: 1.1em; }

/* Body */
body {
	color: #1f1f1f;
	background: #000;
	font: 80% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 2px;
	font-weight: normal;
	border-bottom: 20px solid #c9dbf1;

}

#body-container {
	width: 942px;
	overflow: hidden;
	margin: 8px auto 0 auto;
	background: #000;

	}


/************************************************
	Header
************************************************/
#header-container {
	width: 100%;
	float: left;
	overflow: hidden;
	background: #000;
	}
#header {
	float: left;
	width: 940px;
	overflow: hidden;
	}
#header h1 a {
	width: 940px;
	height: 150px;
	display: block;
	color: #f7f7f7;
	background: url(images/header.gif) no-repeat 0 0;
	}
#header h1 a span, #header h2 { display: none; }

/************************************************
	Navigation
************************************************/
/* Navigation containers */
#navigation, #sub-navigation { width: 100%; letter-spacing: .08em;
}
#navigation {
	width: 940px;
	font-size: 1em;
	background: #000;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 10px;
}
#sub-navigation { display: none; }

/* List items */
#nav li li, #nav li li li { 	text-align: center;
}

/* List links */
#nav li li a { background: #000; margin: 3px 5px;
	padding: 4px;

}
#nav a, #sub-nav a { color: #c9dbf1; display: block; text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 118px;
	margin-top: 15px;
}
#nav a { padding: 4px 10px;

}

#sub-nav a { font-size: .95em; padding: 7px 17px; }

/* Hover states */
#nav a:hover, #nav li.current_page_item a { color: #fa60d3;  }

#nav, #nav ul, #sub-nav, #sub-nav ul { float:left; }

#nav li, #sub-nav li { float: left; }

#nav li ul { position: absolute; width: 15em; left: -999em; }

#nav li:hover ul { left: auto; z-index: 1000; }

#nav li ul li { width: 15em; }

#nav li ul ul { margin: -30px 0 0 15em; }

#nav li:hover ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul { left: auto; }

#nav li:hover ul ul, #nav li:hover ul ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul { left: auto; }

/************************************************
	Search
************************************************/
#search {
	display: none;
	}
#search form {
	float: right;
	padding: 0 0 0 0;
	margin: .5em 10px 0 0;
}
#search input#s {
	color: #666;
	width: 170px;
	margin: 0;
	padding: 5px;
	background: #ddd;
	border: none;
	}
#search .search-submit { display: none; }

/************************************************
	Containers
************************************************/
/* Container for content and sidebar */
#container {
	float: left;
	margin: 10px 0 25px 10px;
	width: 902px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	background: url(images/bgm.gif) repeat-y 0 0;}

#content, #forums { width: 590px;
 }

#forums.right, #content.right, #sidebar.right { float: right; margin: 0; }
#forums.left, #content.left, #sidebar.left { float: left; margin: 0; }

#topic-page #forums { width: 902px; padding: 0; }

/************************************************
	Content
************************************************/
.profile {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #fff;
	}
.section-header, #sidebar .menu h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 7px 0 7px 7px;
	height: 17px;
	background: #fff;
	border: 1px solid #fff;
	}
	
.section-header a {
	color: #2c79d5;
font-weight: normal;

}




.section-header a:hover { color: #3592ff; }
#sidebar .section-header, #sidebar .menu h2 {
	border: none;
	}
#sidebar .section-header {
	padding: 0 0 0 20px;
	background: #fff;
	}

.section-header a .menu h2 a {
	font-style: normal;
}

/************************************************
	Tables
************************************************/
table {
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	background: none;
	}
tr {
	background: none;
	}
#profile-page tr {
	background: transparent;
	}

tr:hover {
	background: none;
	}
tr.alt {
	background: none;
	}
td {
	padding: 8px 28px 8px 7px;
}
th {
	color: #fff;
	background: #000;
	border-bottom: 1px solid #000;
	padding: 8px 7px;
	font-size: .95em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	}
th a, th a:visited  {
	color: #fff;
	font-size: .95em;
	font-weight: bold;
	}
th a:hover {
	color: #fa60d3;
}
th.topic { width: 58%; }
th.post, th.last-post, th.freshness, th.remove { width: 10%; }

.sticky, .super-sticky { font-size: .9em; }

/************************************************
	Topics (threads)
************************************************/
.infobox {
	overflow: hidden;
	display: block;
	margin: 0 0 10px 0;
	padding: 15px 10px;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
#topic-info h3, #topic-tags h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}
#topic-info {
	float: left;
	width: 550px;
	}
#topic-info li {
	padding: 10px 0 0 0;
	}
#topic-tags {
	float: right;
	width: 310px;
	overflow: hidden;
	}
#topic-tags #othertags {
	float: left;
	width: 40%;
	padding-left: 10%;
	}
#topic-tags ul {
	margin-top: 10px;
	}
#topic-tags #tag-form {
	float: right;
	width: 50%;
	}

#thread {
	width: 100%;
	margin: 0;
	list-style-type: none;
	}
#thread li {
	clear: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
#thread .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 6px 10px 10px 0;
	}
#thread .author {
	float: left;
	width: 150px;
	}
#thread .byline {
	float: left;
	padding: 0;
	margin: 5px 0 0;
	font-size: .95em;
	color: #5c5c5c;

	}
#thread .entry {
	width: 650px;
	float: left;
        margin-top: 15px;
	}


/************************************************
	Profile page
************************************************/
#profile-page .avatar {
	float: left;
	margin-right: 20px;
	}
#profile-page dl {
	float: left;
	width: 80%;
	margin: 0 0 60px;
	padding-top: 0;
	}
#profile-page dd {
	color: #7e7e7e;
	}
#profile-page ol {
	margin: 15px 0 15px 35px;
	}
#profile-page ol li {
	margin: 5px 0 2px;
	}
#profile-page ol li a {
	font-weight: normal;
	}
#profile-page ol li .freshness {
	font-size: .95em;
	color: #555;
	display: block;
	}
.notice { margin-bottom: 45px; }


/************************************************
	Forms
************************************************/
fieldset {
	border: none;
	padding: 0;
	margin: 0;
	}
form {
	display: block;
	margin: 0 0 15px 0;
	padding: 10px;
	background: none;
	border: none;
	}
.infobox form {
	display: inline;
	padding: 0;
	background: transparent;
	border: none;
	}
input {
	color: #333;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
textarea {
	width: 98%;
	padding: 10px;
	color: #333;
	border: 1px solid #ccc;
	}

#topic-tags input {
	color: #333;
	padding: 5px;
	margin: 14px 0 0 0;
	background: #fff;
	}
#topic-tags #tagformsub {
	color: #333;
	border: 1px solid #ccc;
	}

#postform input, #postform label, #postform textarea {
	width: 96%;
	}
#postform input, .login input, #profile-page input, .submit input {
	padding: 5px 10px;
	}
#postform input, .login input {
	margin: 2px 0 0 0;
	}
#profile-page input {
	padding: 2px 5px;
	}

.login input#submit, input#postformsub, .submit input {
	width: 100px;
	margin-right: 15px;
	cursor: pointer;
	}
#tagformsub, #resolvedformsub {
	cursor: pointer;
	}
#profile-page legend {
	margin-bottom: 15px;
	font: 1.2em Georgia, "Times New Roman", serif;
	color: #2c79d5;
	}

.login input {
	width: 50%;
	margin-bottom: 10px;
	}
.login #remember {
	width: 10px;
	margin: 5px 0 0 5px;
	}

/************************************************
	Sidebar
************************************************/
#sidebar { width: 300px; padding: 0; margin: 0; }

#sidebar .menu {
	overflow: hidden;
	padding: 5px 0;
	
	}
.tabbed {
	background: #fff;
	border: none;
	padding: 0;
	}
#sidebar .tabbed { float: left; }
#sidebar .menu, #sidebar .tabbed {
	clear: left;
	margin: 0 0 15px 0;
	}
#sidebar .menu .section-header { margin-left: 5px; }
#sidebar .menu div { padding: 0 2%; }
.tabbed .tab-content {
	padding: 10px 2%;
	}
#sidebar .menu ul { padding-left: 10px; }
#sidebar .menu li a, #sidebar .tabbed div li a {
	color: #333;
	display: block; width: 97%;
	padding: 3px 0;
	}
#sidebar .menu li a:hover, #sidebar .tabbed div li a:hover {
	color: #216daf;
	text-decoration: underline;
	}
#sidebar .menu p { margin: 15px 7px; }

/* Ads */
#sidebar .ads img { width: 125px; height: 125px; margin: 1% 1% 1% 1%; }



/************************************************
	Footer
************************************************/
#footer {
	overflow: hidden;
	clear: left;
	width: 930px;
	padding: 35px 10px 5px 10px;
	color: #fa60d3;
	background: #000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer a { color: #fa60d3; }
#footer a:hover {
	color: #c9dbf1;
}

#footer p { margin: 5px 0; line-height: 1.3em; }

#creditsx {
	width: 880px;
	text-align: center; background: #000; border-bottom: 1px solid #999;
	padding: 10px;
	margin: 0 15px 40px;
}

.frontpageheatmap {
	text-align: left;
}

.frontpageheatmap a {
	color: #3c3d66;
	text-transform: capitalize;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

.frontpageheatmap a:hover {
	color: #000;
}



#userinfo {
	margin-bottom: 25px;
}



#sidead {
	text-align: center;
}

