/*  
Theme Name: The Read Effect - Dream Team
Theme URI: http://www.thereadeffect.com
Description: A theme for The Read Effect - Dream Team bbPress forum.
Version: 1.0
Author: Dave Mozdzanowski
Author URI: http://www.davemoz.com
*/


/* globals */

* { margin: 0; padding: 0; }

body{
	background: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
  }

a, a:link {
	color: #d09f49;
	text-decoration: underline;
}

a:hover {
	color: #A48349;
	text-decoration: none;
}

.alt { background: #fff; }

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

pre {
	overflow: auto;
}

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

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

h1 { font-size: 12px; }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 15px 0 15px 0;
	}

/* header */

#header {
	width: 100%;
	height: 128px;
	margin: 0px;
	background-image: url(images/header_repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	}

.logo {
	margin:0;
	padding:0;
	height:128px; /* Height of logo */
	width: 208px; /* Width of logo */
	overflow:hidden;  /* Stops text from protruding if  H1 text is larger than logo */
	position:relative; /*must be relative or absolute */
	float:left;
}
.logo a {
	display:block;
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
}
.logo a span {
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer; /* ie demands we reinstate the pointer cursor */
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

/* structure */

#container {
	margin:0;
	padding: 0;
	width:100%;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
#main{
	width: 55%;
	overflow: hidden;
	margin: 0 0 0 21px;
	margin-bottom: 18px;
	float: left;
  }
  
#latest, #forumlist, #favorites {
	background: #000000;
	width: 100%;
}
  
.forumsection{width: 270px;}
.topicsection{width: 210px;}

.bbcrumb {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d09f49;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

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


/* main menu */

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	width: 40%;
	height: 35px;
	float:right;
  }
  
#menu ul{list-style-type:none; }
  
#menu ul li{
  border-right:3px solid #fff;
  float:right;
  text-decoration:none;
  }
  
#menu ul li a{
	color:#FFFFFF;
	padding:11px 10px 9px 10px;
	text-transform:uppercase;
	display: block;
	letter-spacing: 1px;
	background-color: #000000;
	text-decoration: none;
  }
  
#menu ul li a:hover{
  background:#333;
  color:#d09f49;
  text-decoration: none;
  }

/* login form */

.login {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #797979;
	width: 320px;
	float: right;
	background-color: #000000;
	padding-top: 18px;
	padding-right: 6px;
	padding-bottom: 6;
	padding-left: 6px;
	margin: 0px;
}

.login a, .login a:visited {
	color: #d09f49;
	text-decoration: none;
}
.login a:hover, .login h1 a:active{
	text-decoration: none;
	color: #A48349;
}

.login p {padding: 0; margin:0; line-height: 16pt;}

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

.login #submit {
	font-family: verdana, arial, times;
	font-size: 7pt;
	margin-top: 16px;
	height: 18px;
	color: #3B3B3B;
	border: 1px solid #E7E7E7;
	background-color: #fff;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}

p.login {
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	padding-bottom: 12px;
	
}

form.login input { 
  font-family: verdana, arial, times;
	font-size: 7pt;
	margin-top: 3px;
	margin-bottom: 6px;
	border: 1px solid #E7E7E7;
	padding: 2px;
}

p.submit{margin-top: 12px;}

div.remember label {
	clear: both;
	padding: 0;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

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

/* 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;
	width: 146px;
	overflow-x: hidden;
}

#aboutbox {
	background-image:url(images/aboutbox.jpg);
	height: 172px;
	width: 220px;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

#tagsbox {
	background-image:url(images/tagsbox.jpg);
	height: 305px;
	width: 220px;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#categoriesbox {
	background-image:url(images/categoriesbox.jpg);
	height: 172px;
	width: 220px;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

#front-page #main h2, h2.post-form, #userlogin, #register {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #d09f49;
	margin: 0;
	padding: 15px 0 0 0;
}

#currentfavorites{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #d09f49;
	margin: 0;
	padding: 15px 0 15px 0;
	}

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

.sticky { 
	background: #E0E0E0; 
	}
	
.results{margin: 0 0 0 16px;}
	

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

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
	background: #f0f0f0;
	overflow: hidden;
	font-size: 8pt;
}

.infobox span{display: block; padding: 4px 0;}
.infobox p{margin: 0; padding: 0;}

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

.infobox ul li { padding-bottom: 3px; }
.infobox a { text-decoration: none; }
.infobox a:hover { text-decoration: underline; }

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	margin-top: -60px;
	padding: 8px;
	width: 150px;
}

#topic-tags fieldset{
	border: none;
}

#yourtags{margin-left: 11px;}
#othertags{margin-left: 11px;}

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

.nav span { font-weight: bold; }

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

#thread {
	background: #fff;
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 6px;
	line-height: 1.5em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #F0F0F0;
}

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

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

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

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

.poststuff {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0 18px 0;
	padding: 5px 0 5px 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: 12px 6px 0 0;
	}
	
.postform p{
	margin: 0;
	padding: 0;
	}
	
.pickasec {
	padding: 8px 0 0 0;
	}
	
.postform p{
	margin: 0;
	padding: 0;
	clear: both;
	}

.postform textarea {
	height: 12em;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	width: 460px;
	display: block;
}

.postform fieldset table { 
	text-align: left;
	margin: 0;
}

.postform label { display: block; line-height: 18pt; padding: 0 12px 0 0;}

#postformsub{margin: 12px 0 12px 0; float: left;}

.admin {padding: 0;}
#topic-move{margin: 12px 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: 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: 5px 10px; font-size: 8pt;}
#latest tr, #forumlist tr, #favorites tr {
	background: #FFFFFF;
}

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

#latest th, #forumlist th, #favorites th {
	/* border-bottom: 1px solid #aaa; */
	background: #000000;
	color: #FFFFFF;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
}

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

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

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

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



/* Profile Page */



#profile-menu {
	list-style-type:none;
	text-align:right;
	margin: 0;
	padding:0;
	float: right;
	
}


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

#profile-menu li a {
	font-family: verdana, arial, times;
	font-size:8pt;
	display:block;
	text-decoration:none;
	color:#d09f49;
	padding:6px;
	background:#E8E8E8;
	border-right: 1px solid #fff;
	}	

#profile-menu li a:hover {
	background:none;
	text-decoration:none;
	color: #A48349;
}



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

.editpro{margin: 15px 0;}



/* Profile Edit
=================================== */

fieldset { 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 0px; 
	margin-bottom: 15px;
	width: 495px;
}

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

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


.post {
	min-height: 60px;
}

.post a{text-decoration: underline;}
.post a:hover{
	color: #A48349;
	text-decoration: none;
}

#viewdiv{}
#viewdiv h2{line-height: 14pt;}

.view {
	font-size: 8pt;
	list-style-type: none;
	margin-left: -12px;
	line-height: 14pt;
	}
	
/* left sidebar */

#left {
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
	float:left;
	margin: 0px;
	padding: 0px;
	}

#left h2{
	font-family: arial, georgia, verdana, times;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #d09f49;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

#left p {
	padding: 0px;
	line-height: 18px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#left img {padding: 0; margin: 0;}

#left a{
	color: #d09f49;
	text-decoration: underline;
}
#left a:hover{
	color: #A48349;
	text-decoration: none;
}

#left ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
	}

#left ul li a{
	color: #d09f49;
	text-decoration: underline;
	}
	
#left ul li a:hover{
	text-decoration: none;
	color: #A48349;
	}

/* right sidebar */

#right{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	width: 220px;
	float:right;
	margin: 0px;
	padding: 0px;
	}

#right h2{
	font-family: arial, georgia, verdana, times;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #d09f49;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

#right p {
	margin:0;
	padding: 8px 0 12px 0;
	color: #FFF;
	line-height: 13pt;
}

#right img {padding: 15px 0 0 15px;}

#right a{
	color:#d09f49;
	text-decoration:underline;
	line-height: 18px;
}
#right a:hover{
	color: #A48349;
	text-decoration: none;
} 

#right ul {
	padding:12px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

.sponsorblock {
	overflow: hidden;
  }


	
/* search */

#searchform{
  margin: 0 0 12px 0;
	padding: 18px 0 12px 0;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	width: 155px;
	float: left;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: none;
	background-color: #333;
	color: #fff;
	width: 42px;
	text-transform: lowercase;
	float:left;
	}
	

/* footer */

#footer {
	background: #000000;
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	margin-top: 20px;
	}
	
#footer p{
	padding:12px;
	margin: 0;
	color: #FFF;
}
#footer a{
	color: #009999;
	text-decoration: underline;
}
#footer a:hover{
	color: #336E6E;
	text-decoration: none;
}
.disclaim {
	font-size: 10px;
}
#tagsbox h2 {
	font-family: arial, georgia, verdana, times;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #d09f49;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 80px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
