/*
Theme Name: Arctera 05 -- fandsf.com/blog/
Theme URI: http://arctera.com/
Description: A simple template influenced by <a href="http://www.refueled.net/bbpress-themes/" title="Misty Morning">Misty Morning</a>.
Version: 1.0
Author: R. Turner
Author URI: http://arctera.com/
*/



/* Basics */

* { margin: 0; padding: 0; }

body {
   font-family: geneva, verdana, arial, helvetica;
   font-size: 11px;
   background-color: #FFFFFF;
   margin: 0px auto 0px;
   padding: 0px;
  }

/************************************************
*  Hyperlinks                          *
************************************************/

a, a:visited {
   color: #333399;
   text-decoration: none;
   }

a:hover {
   color: #990033;
   font-weight: bold;
   }

.alt { background: #ffffff; }

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

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

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


h1{
   font-family: geneva, verdana, arial, helvetica;
	font-size: 14pt;
	font-weight: 300;
	}

h2{
   font-family: geneva, verdana, arial, helvetica;
	font-size: 12pt;
	font-weight: 300;
	margin: 6px 0 6px 0;
	}


/* Container */

#container {
	margin: 0 auto;
	width: 900px;
	position: relative;
   border: 6px solid #ffffff;
	overflow: hidden;
	}

#spacer {
	height: 25px;
	background: white;
	}

/************************************************
*  Header                           *
************************************************/

#header {
   width: 940px;
   height: 100px;
   margin: 0px auto 0px;
   padding: 0px 0px 0px 0px;
   font-size: 14px;
   color: #222222;
   background: url(images/fsflogo5.gif) no-repeat;
	}

#header h1 {
   font-family: geneva, verdana, arial, helvetica;
	font-size: 20pt;
	font-weight: 300;
   padding: 20px 0 0 18px;
	margin:0;
   color: #ffffff;
	}

#header h1 {
   color: #ffffff;
	text-decoration: none;
	}

#header h1 {
	color: #D2D1CC;
	text-decoration: none;
	}

#header a {
   font-family: Georgia, Helvetica, Sans-Serif;
   font-size: 36px;
   color: #222222;
   text-decoration: none;
   padding: 0px;
   margin: 0px;
   }

#header a:hover{
   color: #222222;
   }

#header h2 {
   font-family: geneva, verdana, arial, helvetica;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	padding: 0 0 0 18px;
	margin:0;
   color: #ffffff;
	}

h1, h2, h3, h4 {
   font-family: geneva, verdana, arial, helvetica;
	}

h3{
   font-family: geneva, verdana, arial, helvetica;
	font-size: 10pt;
	font-weight: 300;
	}

h4{
   font-family: geneva, verdana, arial, helvetica;
	font-size: 9pt;
	font-weight: 300;
	}

#header p { margin-bottom: 0; }


/* Navigation */

#nav {
   width: 940px;
   height: 20px;
   margin: 0px 0px 0px 0px;
   padding: 5px 0px 0px 10px;
   font-size: 14px;
background-color: #6e6f71;
color: #FFFFFF;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
font: 14px/14px verdana, arial, helvetica;
text-decoration: none;
cursor: hand;
color: #FFFFFF;
font-weight: bold;
}

#nav a:hover {
font: 14px/14px verdana, arial, helvetica;
text-decoration: underline;
cursor: hand;
color: #ffbfd4;
font-weight: bold;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #919191;
	width: 180px;
	left: -999em;
	margin: 0;
	padding: 0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul a{
	background: #919191;
	list-style: none;
	font-family: tahoma, verdana, serif;
	font-size: 8pt;
	font-weight: 300;
	text-align: left;
	padding: 6px;
	width: 180px;
	letter-spacing: 1px;
}

#nav li ul a:hover{
   background: #ffffff;
	color: #5B5B5B;
}


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



/* Main Content */


#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13pt;
	margin: 0;
	padding: 12px;
	float: right;
	width: 650px;
}

#frame {
	padding: 0 0 0 2px;
}


h3.bbcrumb {
   font-family: geneva, verdana, arial, helvetica;
	font-size: 10pt;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 12px 0 6px 0;
}

.notice {
	border: 2px solid #888888;
	background: #F0F0F0;
	color: #343434;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice p { margin-bottom: 0; }

/* Login Form */

.login {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #797979;
	margin: 19px 12px 0 0;
	padding: 12px 6px 0 6px;
	width: 640px;
	float: right;
	background-color: #F0F0F0;
}

.login a, .login a:visited {
   color: #333399;
text-decoration: none;
}
.login a:hover, .login h1 a:active{
   color: #990033;
text-decoration: underline;
}


.login p { padding: 0; margin-top: 0px;}

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

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

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: 13px;
	border: 1px solid #E7E7E7;
	padding: 2px;
}

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

/* Sidebar + Hottags */

#sidebar {
	width: 220px;
	float: left;
   color: #000000;
	padding: 0;
	list-style-type: none;
   background-color: #FBFBFB;
  }

#sidebar h2 {
color: #990049;
   font-size: 12px;
   font-family: Arial, Tahoma, Verdana;
   font-weight: bold;
   padding: 5px 0px 5px 0px;
   margin: 20px 0px 10px 0px;
   border-bottom: 1px dotted #990049;
   border-bottom-width: 1px;
  }


#sidebar a {
font: 11px/11px arial, helvetica;
text-decoration: none;
cursor: hand;
color: #333399;
  }

#sidebar a:hover {
font: 11px/11px arial, helvetica;
text-decoration: underline;
cursor: hand;
color: #990033;
font-weight: bold;
  }

#sidebar ul {
   list-style: none;
   margin: 0px;
   padding: 0px 0px 10px 0px;
  }

#sidebar li {
   padding: 0px 0px 3px 0px;
   margin: 0px;
  }

#sidebar li a{
font: 11px/11px arial, helvetica;
text-decoration: none;
cursor: hand;
color: #333399;
  }

#sidebar ul li ul {
font: 11px/11px arial, helvetica;
text-decoration: underline;
cursor: hand;
color: #990033;
font-weight: bold;
  }

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

#hottags {
   width: 220px;
   float: left;
   color: #000;
   padding: 0;
   list-style-type: none;
   background-color: #FBFBFB;
}

.frontpageheatmap {
   background-color: #ffffff;
	list-style-type: none;
	margin: 0;
	font-size: 11pt;
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #797979;
	line-height: 14pt;
}

#hottags h2 {
color: #990049;
   font-size: 12px;
   font-family: Arial, Tahoma, Verdana;
   font-weight: bold;
   padding: 5px 0px 5px 0px;
   margin: 20px 0px 10px 0px;
   border-bottom: 1px dotted #990049;
   border-bottom-width: 1px;
  }


/* Search */

#searchform{
	padding: 0;
	font-family: verdana, arial, times;
}

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

#searchform input#searchsubmit{
	width: 24%;
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	border: 1px solid #B7B7B7;
   background-color: #ffffff;
	color: #797979;
}


/* Front Page or Forum Section */

#forums {
  padding: 0 0 20px 0px;
  }

textarea {
	border: 1px solid #868686;
	}

select {
	border: 1px solid #868686;
	}

input {
	border: 1px solid #868686;
	}

#front-page #discussions {
	margin: 0;
	padding: 0 0 12px 0;
	float: right;
  }

#front-page #main h2, #userlogin, #currentfavorites, #register
{
	color: #333;
	margin: 0 0 10px;
	padding: 12px 0 12px 0;
   font-family: geneva, verdana, arial, helvetica;
	font-size: 12pt;
	font-weight: 300;
  }

h2.post-form{
	color: #333;
	margin: 22px;
	padding: 12px;
   font-family: geneva, verdana, arial, helvetica;
	font-size: 12pt;
	font-weight: 300;
	}

#post-form {
	padding: 12px;
	}

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

.sticky {
	background: #E3E3E3;
	}


/* Topic Page */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 16px;
	float: right;
	overflow: hidden;
	width: 620px;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

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

#topic-tags {
	border-left: 1px solid #ccc;
	margin-top: -2em;
	padding: 0 1em 1em;
	float: right;
}

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

.nav span { font-weight: bold; }

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

#thread {
  clear: both;
	background: #eee;
	list-style: none;
	margin: 20px 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{font-family: verdana, arial, times; font-size: 8pt;}

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

.threadauthor small { font: 11px 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: #ffffff;
	padding: 0;
}

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

.postformsub {
  font-family: verdana, arial, tahoma; font-size: 7pt; background-color: #ffffff;
  }

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

.topiclink { display: block; }

.topictitle {
	font-size: 16pt;
	font-weight: normal;
	display: inline;
}

/* Other Content */

#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-family: verdana, arial, times; font-size: 8pt; }

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

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

#latest, #forumlist, #favorites {
	background: #F7F7F7;
	width: 100%;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }



/* Search Page */

.results{margin: 24px; }



/* Profile Page */



#profile-menu {
	list-style-type:none;
	text-align:right;
	margin: -51px 0 0 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:#333;
	padding:6px;
   background:#FFFFFF;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	}

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



#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 Page*/

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: 640px;
}

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


/* 48 x 48 avatars */

.post {
	min-height: 60px;
}

.view  {
	font-size: 8pt;
	list-style-type: none;
	margin-left: -14px;
	}


/************************************************
*  Footer                           *
************************************************/

#footer {
	clear: both;
   width: 100%;
   height: 160px;
   color: #000000;
	text-align: left;
   padding: 0;
   margin: 0;
	}

#footer .left{
	float:left;
	}

#footer .left p {
	padding: 8px;
	margin: 0;
	font-size: 7pt;
	}


#footer .left a {
	color: #E5E5E5;
	text-decoration: none;
	border:none;
}

#footer .left a:hover {
	color: #f5f5f5;
  text-decoration: underline;
  border:none;
}

#footer .right{
	float:right;
	}

#footer .right p {
	padding: 8px;
	margin: 0;
	font-size: 7pt;
	}

#footer .right a {
	color: #E5E5E5;
	text-decoration: none;
	border:none;
	}

#footer .right a:hover {
	color: #f5f5f5;
	text-decoration: underline;
	border:none;
	}
