/*  
Theme Name: Cycling
Theme URI: http://cycling.com
Description: Forums theme for Cycling.com (including registration and login/logout)
Version: 1.0
Author: Mark Cahill & Tom Willmot
Author URI: http://namemedia.com
*/

* { margin: 0; padding: 0; }

body {
 	color: #1968b8;
	text-align: center;
	margin-bottom: 30px;
}

small { font: normal 1.1em Verdana, Arial, Tahoma, sans-serif;}

a { color: #000;}
a:hover { color: #000; text-decoration: underline; }

p a { color: #000; text-decoration: underline; }
p a:hover{ color: #000; text-decoration: underline; }

ul a{ color: #000; text-decoration: underline; }
ul a:hover{ color: #1968b8; text-decoration: underline; }

td a{ color: #1968b8; text-decoration: underline; font-weight:bold; }
td a:hover{ color: #1968b8; text-decoration: underline;  font-weight:bold;}

#thread li.alt { background: #fff; }

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

p { margin-bottom: 1.0em; margin-left: 1.0em; }

.left { float: left; }

.right { float: right; }

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

h1 { font-size: 2em; }

/* h2 { font-size: 1.5em; } */

.rss {background:url(../images/icons/rss.gif) no-repeat 0px 0px; text-indent:18px;}
.rss a{color:#000; text-decoration:underline;}

.arrowLink a{background:url(/forums/my-templates/dreamwheels/images/rtArrow.gif) no-repeat;}
.arrowLink  li a .unread_posts, .arrowLink  li a:visited .unread_posts {color: #960000;}
.arrowLink  li {list-style-type: none;}
.arrowLink ul {list-style-type: none;}
/* Structure
=================================== */

#wrapper {
	width: 960px; /* 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: 125px;
	background: #989898 url(images/banner.jpg); /* header color default is #3371A3, for images - background-image: url(example.jpg); */
	}

 /*
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 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_forum { 
	font-family: Arial, Helvetica, sans-serif;
	background:#eee;
	border: 1px solid #1968b8;
/*	font-size: 11px; */
	line-height: 13pt;
	width: 950px;
	margin: 10px auto 25px;
	position: relative;
	height: 100%;
	width:94%;
	margin-left:30px;
	
}

.responseBox {
     width: 70%;
	 }

.bbcrumb {
    padding:5px;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	background:#1968b8;
	color:#fff;
}

.bbcrumb a, .bbcrumb a:visited {
color: #33ffff;
}

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



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

#forum_window {
min-height: 750px;
}

#forum_hottags { 
	float: right;
	width: 140px;
	overflow-x: hidden;
	text-align:left;
	padding-top:5px;
	padding-right:0px;
	margin-bottom:20px;
	margin-top: 30px;
	height: 750px;
	padding-left: 10px;
}



#sidebar_ad {
width: 120px;
height: 600px;
background-color: #fff;
border:1px solid #bababa;
margin-bottom:5px;
}

#viewdiv {
margin-left: 20px;
}

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

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


#discussions { 
	background-color: none;
	float: left;
	width: 600px;
	margin-left: 5px;
}

#discussions h2 {
background-image: none;
text-indent: 0;
}

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

#front-page #main_forum h2, h2.post-form, #userlogin, #currentfavorites, #register {
	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: #EDEDED; 
	}
	
	
#sub_forum {
	/* text-indent: 10px;*/
}

#top_forum_cat {
background-color: #e0e0e0;
}

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

 

.infobox {
	color:#000;
	padding: 1em;
	text-align:left;
	background: #b5b4b1;
}

 .infobox p {margin-left: 0px;} 

.postTitle{
	color:#000;
	font-size:14px;
	font-weight:bold;
}

.newtopicTitle{
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
}

/* started 1 day ago */
.infobox ul {
	padding: 0;
	text-align:left; margin:0px;
}

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

li .post {min-height: 75px; overflow:auto;}

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

/* response box */
#thread {
	background:  d3d3d3;
	list-style: none;
	margin: 0 30px 0 150px;
	padding: 0;
	
}

/* response box */
#thread li {
    background:#d2d2d2;
	border: 1px solid #949494;
	padding: 1.5em 1.0em;
	line-height: 1.5em;
	width:96%;	
}

#thread li {
	min-height: 140px;
	_height:125px;  /*needs to be this minimum for ie6*/
	}

.poststuff {
	border-top: 1px dotted #000;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.post blockquote {
border: 1px dashed #707070;
font-style: italic;
margin-left: 25px;
background-color: #c0c0c0;
padding-left: 3px;
margin-bottom: 5px;
}

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

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

.threadauthor {
	margin-left: -150px;
	margin-top: -15px;
	overflow: hidden;
	position: absolute;
	width: 130px;
	font-size:13px;
	
}

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

.threadauthor p {
color: #96000;
margin-left:0px;
}

.threadauthor a {
color: #000;
text-decoration:underline;
}



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

.postform {
	background: #eee;
	padding: 1em;
	width: 650px;
}

.edit-form {width: 700px;}

.postReply {
	background: url(../images/btns/btn_postReply.gif) no-repeat 0px 0px;  text-indent:18px; width:147px; height:29px; margin-left:10px;
}

.postform textarea {
	height: 18em;
	margin: 5px 0;
	padding: 5px;
	width: 650px;
	display: block;
}
h2.post-form  {
padding-left: 5px;
border: none;
}


#reply_form {
margin-left: 140px;
}
.admin {
text-align: center;
margin-bottom: 10px;
}

h2.post-form  {
padding-left: 5px;
}

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

.topiclink { display: block; }

.topictitle {
	font-size: 14pt;
	font-weight: normal;
	display: inline;
}
h2.topictitle {
padding-left: 25px;
}
#topic h2 {
background-image: none;
}

.replyBox { width:400px; border:1px solid #000; }

/* 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: 9pt; }

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

#latest th, #forumlist th, #favorites th {
	/* border-bottom: 1px solid #aaa; */
	background: #1968b8;
	color: #fff;
	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:#fff;
}

/* FORUM TABLE COLUMN MAIN PAGE*/
#latest, #forumlist, #favorites {
	background: #F7F7F7;
	margin-bottom: 2em;
	width: 730px;
	border:1px solid #bababa;
	margin-left:5px;
	margin-top:5px;
}

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

.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:0px;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 550px;
}

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: 8pt;
	list-style-type: none;
	margin-left: -14px;
	}
 
  
/* misc */
.spanBlue {
color:#1968B8;
font-family:arial,verdana,sans-serif,helvetica;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
text-align:left;
}
 