/*
Theme Name: Levi Weaver
Description: Custom Theme for leviweaver.com
Version: 1.0

*/

#forum-id{color:#ffffff; background-color:#ebe1d6;}
*{
margin:0; 
padding:0;
font-family:calibri, arial, sans-serif;
color:#151515;
border:0px;
}

a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a:hover {text-decoration: none; color: gray;}
a:active {text-decoration: none}


a.blue{
color:#636363
}

body{
text-align:center;
margin-left:auto;
margin-right:auto;
background-image:url(http://www.leviweaver.com/images/forumbg.jpg);
background-position: top left;
background-attachment: fixed;
background-repeat:no-repeat;
background-color:#fefef2;
}

/* Navigation */

#nav{
	background: #151515 url(http://leviweaver.com/wp-content/themes/blog-theme-1/style/images/gradient-bg.jpg) repeat-x;
	width: 750px;
	height: 10px;
	padding: 15px;
	font-size: 1.2em;
	text-transform:lowercase;
	margin-top:-20px;
}

#nav ul{
	margin-top: -5px;
}

#nav ul li{
	display: inline;
	margin-right: 40px;
}

#nav ul li a, #nav ul li a:visited{
	text-decoration: none;
	color: #ffffff;
}

#nav ul li a:hover{
	color: #777777;
}

#mainbody{
	width: 740px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	}

/* ----------------------------------------------------- */



.alt {  }

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

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background-color: black;
	color: #fff;
}

p{
font-size:.8em;
}

h1{
font-size:1.9em;
text-transform:uppercase;

}

h2 { font-size: 1.1em; 
text-transform:uppercase;}


fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

img.avatar { border: 1px solid black; }

.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

.alt.deleted { background-color: #ff9999; }

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

#wrapper {
width:804px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

div#maincolumn{

float:left;
margin-top:5px;
padding:10px;
width:784px;
}

#header {
	margin: 0 auto 10px;
	width: 784px;
	height: 90px;
	position: relative;
}

#header h1 {
	overflow: auto;
	position: absolute;
	display: block;
	text-align: right;
	letter-spacing: -1px;
	right: 53px;
	bottom: 26px;
	padding: 6px;
	z-index: 2;
}

#header p.description {
	overflow: auto;
	position: absolute;
	display: block;
	text-align: right;
	right: 53px;
	bottom: 13px;
	padding: 6px;
	z-index: 2;
}

#header p { margin-bottom: 0; }


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

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

/*#footer {
	border-top: 1px solid #ccc;
	margin: auto;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 10px;
	clear: both;
	text-align: center;
	width: 760px;
}*/

#footer{
clear:both;
padding-top:10px;

}

.footerlinks{
text-align:center;
background-color:black;
}

.notice {
	border: 2px solid black;
	background-color: black;
	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 {
	position: absolute;
	bottom: 31px;
	left: 0;
	font-weight: normal;
	width: 100%;
	z-index: 1;
}

form.login {
	bottom: 15px;
}

.login p { padding: 0 0 4px; }

.login label {
	display: inline;
	float: left;
	padding-right: 10px;
	line-height: 14px;
}

form.login input {
	border: 1px solid #333;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	color:black;
}

form.login input#submit {
display: inline;
color:white;
background-color:black;
border: 2px outset white;
font-size:11px;
height:25px;
}

form.login input#submit:hover {
display: inline;
color:#636363;
background-color:black;
border: 2px outset gray;
font-size:11px;
height:25px;
}


div.remember label {
	clear: both;
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 12px;
	font-size:.8em;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

form.loginform tr th{
font-size: .95em;
}

form.loginform input{
color:black;
padding: 2px;
line-height: 14px;
font-size: 12px;
margin: 0;
}

form.loginform input#submit{
display: inline;
text-transform:uppercase;
background-color:black;
border: 2px outset gray;
font-size:12px;
height:25px;
}

form.loginform input#submit:hover{
display: inline;
text-transform:uppercase;
color:#636363;
background-color:black;
border: 2px outset gray;
font-size:12px;
height:25px;
}


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

#front-page #hottags {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	overflow: hidden;

}

#front-page #discussions {
	margin-left: 170px;
	width: 600px;
}

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

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	border-bottom: 1px solid #333;
	margin: 0 0 10px;
	padding: 0 0 5px;
	color:#151515;
}

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

.sticky { background-color: white; }

#views{
list-style:none;
font-size:.8em;
}


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

.infobox {
	border: 1px solid #333;
	border-width: 1px 0;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
	list-style-type:none;
}

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

#topic-info {
	float: left;
	padding: 0 1em 0 0;
	font-size:12px;
}

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

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

.nav span { font-weight: bold; }

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

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

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #333;
}

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

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

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font-size: 12px; }

.threadpost {
	padding: 1.5em 1em;
	margin-left: 140px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top:10px;
	font-size:1.1em;
}

#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 {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */

}

#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #333;

}

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #333;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font-size: 12px;
	text-transform: uppercase;
}

.num, #forumlist small {
	font-size: 12px; 
	text-align: center;
}

.postform {
	background-color: white;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 700px;
	display: block;
	color:black;
	border: thin solid #000000;
	font-size:1em;
	}

.postform label { display: block; 
}
.postform input{
color: black;
}

.postform input#submit{
display: inline;
color:black;
background-color:white;
border: 2px outset gray;
font-size:.7em;
height:25px;
}

.postform input#submit:hover{
display: inline;
color:#636363;
background-color:white;
border: 2px outset gray;
font-size:.7em;
height:25px;
}

#submit{
display: inline;
color:black;
background-color:white;
border: thin solid #000000;
height:25px;
font-size:.9em;
}

#submit:hover{
display: inline;
color:#636363;
background-color:white;
border: thin solid #000000;
height:25px;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: left; font-size: .9em; text-transform:uppercase; }



.topiclink { display: block; }

.topictitle {
	font-size: 1.5em;
	font-weight: normal;
	display: inline;
}

.rss-link {
	display: block;
	padding: 6px 0;
	text-indent: 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #333;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid black;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; font-size:14px; border:none;}

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

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover {  color:#ffffff;}

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid black;
	font-size: .8em;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	margin-bottom: 2em;
	width: 100%;
	border-bottom: 1px solid black;
}

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

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

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#profile-menu li a {
	font-size: 1.1em;
	background-color: black;
	padding: 4px 7px;
	border-top: 3px double black;
	position: relative;
	top: -10px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#profile-menu li.current a {
	background-color: black;
	border-top: 1px solid black;
}

#profile-menu li a:hover {
	background-color: black;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; font-size:15px; }

#userinfo dt { font-weight: normal; }

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

ol{
font-size:14px;
}
li{
font-size:14px;
}
/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double black;
	border-bottom: 1px solid black;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: black;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: normal;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 12px;
	margin: 10px 16px;
}

#login-page sup.required,
#register-page sup.required,
#profile-page sup.required {
	color: red;
}

.form-invalid {
	background-color: black !important;
}

.form-invalid input {
	border-color: #c00 !important;
}

.form-table input, .form-table textarea {
	border-color: black;
}

ul#nav li {
display:block;
float:left;
}

ul#nav li a {
display:block;
outline:none;
width:63px;height:130px;
background:transparent url(http://www.leviweaver.com/images/LWnav.png) no-repeat 0 0;
text-indent:-9009px;
margin:0;
}

ul#nav li a:hover {background-position:0 -130px}

ul#nav li#music_nav a {
width:60px;
background-position:-63px 0;
}

ul#nav li#music_nav a:hover {
background-position:-63px -130px
}

ul#nav li#shows_nav a {
width:93px;
background-position:-123px 0;
}

ul#nav li#shows_nav a:hover {
background-position:-123px -130px
}

ul#nav li#photos_nav a {
width:73px;
background-position:-216px 0;
}

ul#nav li#photos_nav a:hover {
background-position:-216px -130px
}

ul#nav li#videos_nav a {
width:136px;
background-position:-289px 0;
}

ul#nav li#videos_nav a:hover {
background-position:-289px -130px
}

ul#nav li#blog_nav a {
width:61px;
background-position:-425px 0;
}

ul#nav li#blog_nav a:hover {
background-position:-425px -130px
}

ul#nav li#news_nav a {
width:79px;
background-position:-486px 0;
}

ul#nav li#news_nav a:hover {
background-position:-486px -130px
}

ul#nav li#community_nav a {
width:93px;
background-position:-564px 0;
}

ul#nav li#community_nav a:hover {
background-position:-564px -130px
}

ul#nav li#merch_nav a {
width:68px;
background-position:-655px 0;
}

ul#nav li#merch_nav a:hover {
background-position:-655px -130px
}  

ul#nav li#contact_nav a {
width:78px;
background-position:-725px 0;
}

ul#nav li#contact_nav a:hover {
background-position:-725px -130px
}     


input{
color: black}

ul#footernav li {
display:block;
float:left;
}

ul#footernav li a {
display:block;
outline:none;
width:220px;height:40px;
background:transparent url(http://www.leviweaver.com/images/footernav.jpg) no-repeat 0 0;
text-indent:-9009px;
margin:0;
}

ul#footernav li a:hover {background-position:0 -40px}

ul#footernav li#myspace a {
width:130px;
background-position:-220px 0;
}

ul#footernav li#myspace a:hover {
background-position:-220px -40px
}

ul#footernav li#facebook a {
width:110px;
background-position:-350px 0;
}

ul#footernav li#facebook a:hover {
background-position:-350px -40px
}

ul#footernav li#itunes a {
width:150px;
background-position:-460px 0;
}

ul#footernav li#itunes a:hover {
background-position:-460px -40px
}

ul#footernav li#cdbaby a {
width:194px;
background-position:-610px 0;
}

ul#footernav li#cdbaby a:hover {
background-position:-610px -40px
}

ul#footernav li#ilike a {
width:174px;
background-position:-800px 0;
}

ul#footernav li#ilike a:hover {
background-position:-800px -40px
}

.footercontact{
clear:left; 
float:left; 
text-align:center; 
width:100%;
font-size:12px;
color:white;
}
