/*
Theme Name: Rays
Theme URI: http://www.pixert.com/
Description: Simple Membership Forum.
Version: 1.0
Author: Kate Mag / Pixel Insert Studio
Author URI: http://www.pixert.com
*/

/* Globals 
=================================== */

* { 
  margin: 0; 
  padding: 0; 
}
body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
  margin: 0;
  padding: 0;
}
body {
	background: #000000 url('images/background.jpg') repeat-x;
	font: 12px Tahoma, Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, ;	
  color: #000000;
	text-align: center;
}
a { 
  color: #2e6e15; 
  text-decoration: none; 
}
a:hover { 
  color: #006400; 
}
.alt { 
  background: #ffffff; 
}
pre, code { 
  font: 12px Monaco, 'Courier New', monospace; 
}
.left { 
  float: left; 
}
.right { 
  float: right; 
}
.delete:hover {
	background: #c00;
	color: #fff;
}
h1 { 
  font-size: 16px; 
}
h2 { 
  font-size: 14px; 
}
p {
  margin: 5px 0 5px 0;
}
/* Structure
=================================== */

#wrapper {
  width: 780px;
	background: #ffffff;
	margin: 0 auto 0 auto;
	text-align: left;
}
#spacer {
  clear: both;
}
#header { 
  float: left;
	width: 100%;
	height: 80px;
	background: url('images/header.jpg') no-repeat;
	border-bottom: 1px dotted #cccccc;
}
#headerlink { 
  float: left;
	width: 100%;
	background: #ffffff; 
}
#headerlink ul{
  list-style-type: none; 
}
#headerlink ul li {
  float: right;
  display: inline;
  font-family: Tahoma, Arial;
  font-size: 12px; 
  margin: 8px;
}
#headerlink ul li.homelink {
  background: url('images/building.png') no-repeat;
  padding: 0 0 0 20px;
}
#headerlink ul li.contactlink {
  background: url('images/phone.png') no-repeat;
  padding: 0 0 0 20px;
}
.maintitle { 
	font-family: Georgia;
	font-style: italic;
	color: #444444;
	text-align: right;
	letter-spacing: -1px;
	right: 53px;
	bottom: 25px;
	padding: 30px;
}
.maintitle a { 
  color: #c0dcef; 
  text-decoration: none; 
}
.maititle a:hover {
  color: #ff9600;
  text-decoration: underline; 
}
.maititle a:visited {
  color: #c0dcef; 
  text-decoration: none;     
}
#main { 
  float: left;
	font-size: 12px;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}
#login {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 0;
  border-bottom: 1px dotted #2D689C;
}
.bbcrumb {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 0 5px 0;
}
#footer {   
  margin: 10px 0 10px 0;
	color: #686868;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 100%; 
}
.notice { 
	border: 2px solid #4c9545; 
	background: #abd8a2; 
	color: #4c9545; 
	font-size: 12px; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}
.notice p { 
  margin-bottom: 0; 
  }

/* Login Form
=================================== */
.loginbox {
  float: left;
  width: 40%;
}
.logindesc {
  float: right;
  width: 55%;
  padding: 0 8px 0 0;
}
.login { 
	bottom: 30px;
	left: 0;
	font-weight: bold;
	color: #444444;
	width: 100%;
	z-index: 1;
	padding: 0 0 0 20px;
  line-height: 1.0;
	font-size: 12px;
}
.login p { 
  font-size: 12px;
  padding: 0 0 5px 0; 
}
.login label {
	display: block;
	float: left;
	padding-right: 10px;
	font-size: 12px;
}
.login #submit {
	float: left;
	margin-top: 1.2em;
}

form.login input { 
	font-size: 12px;
	margin-top: 3px;
	border: 1px solid #999999;
}


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

#discussions { 
  float: left;
  width: 100%;
	margin: 0;
}
.forumcontent {
  float: left;
  width: 70%;
  margin: 10px 0 10px 20px ;
}
#ad { 
  clear: right;
  float: left;
  width: 22%;
  margin: 10px 0 10px 0;
  padding: 0 10px 0 10px;
}
.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}
#front-page #main h2, #forum-page #main 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: #a1d29a; }

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

.infobox {
	border: 1px solid #cccccc;
	border-width: 1px 0;
	padding: 1em;
}
.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}
.infobox ul li { 
  padding-bottom: 3px; 
}
#topic-info {
	float: left;
	padding: 0 1em 0 0;
}
#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}
.nav {
	margin: 15px 0;
	padding: 12px 0;
}
.nav span { 
  font-weight: bold; 
}
.nav span, .nav a { 
  padding: 6px; 
}
#thread {
	background: #eee;
	list-style: none;
	margin: 0 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; 
}
.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}
.threadauthor small { 
  font: 11px Verdana, Arial, Helvetica, sans-serif; 
}
#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}
.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: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
}
.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	display: block;
}
.postform label { 
  display: block; 
}
#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; 
}
#forumlist tr td div.nest {
	padding-left: 2.5ex;
}
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { 
  background: #e4f3e1; 
}
#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}
#latest, #forumlist, #favorites {
	background: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}
.bozo { 
  background: #eeee88; 
}
.alt.bozo { 
  background: #ffff99; 
}
.deleted { 
  background: #ee8888; 
}

.alt.deleted { 
  background: #ff9999; 
}

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

#profile-menu {
	list-style: none;
	margin: 3px 0 0 0;
}
#profile-menu li {
	font-size: 12px;
	background-color: #eee;
	padding: 4px 7px;
	display: inline;
}
#profile-menu li.current {
	background-color: #ddd;
	border-top: 1px solid #9e9e9e;
}
#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-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
}

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

fieldset table { 
	text-align: left;
	margin: 0 15px;
}
fieldset table td { 
  padding: 2px 0; 
}

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}
/*===Misc===*/
.viewdiv {
  float: left;
  width: 100%;
  margin: 0;
}
.viewdiv ul {
  list-style-type: none;
}
/*===Gallery===*/
#flickr {
  float: left;
  width: 100%;
  padding: 8px 0 8px 0;
  border-top: 1px dotted #3F6F96;
  border-bottom: 1px dotted #3F6F96;
}
.flickrtitle {
  padding: 0 0 0 30px;
}
#flickr ul li em {
  display: none;
}
#flickr ul {
  margin: 0;
  padding: 0;
}
#flickr ul li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0 0 0 30px;
}
#flickr ul li a {
  margin: 0 8px 0 0;
  padding: 0;
}
#flickr ul li a img {
  background: #CC2727;
  padding: 2px;
  margin: 0 0 5px 0;
  border: solid 2px #E5BF15;
}
#flickr ul li a:hover img {
  background: #2D689C;
  padding: 2px;
  margin: 0 0 5px 0;
  border: solid 2px #2D689C;
}
/*===Advertisement===*/
#dafad {
  padding: 4px;
}
.adTitle {
  padding: 5px;
  border-top: 1px dotted #968336;
  border-bottom: 1px dotted #968336;
}
