/*
Theme Name: Classy Boards
Version: 1.0
Author: Wes Fernley
Author URI: http://www.firestorminteractive.com/
*/


html {
	margin: 0;
	background: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3c79bc;
	height: 100%;
	color: #FFFFFF;
}
body {
	background: url(images/page-bg.jpg) repeat-y;
	margin: 10px auto;
	width: 810px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #013e74;
}
a:hover {
	color: #3c79bc;
}
p {
	margin-top: 0;
}
h1, h2, h3, h4 {
	margin: 0;
}
h1, h2, h3 {
	color: #D80000;
}
h1 {
	font-size: 16px;
	padding-bottom: 12px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
#fs-page {
	background: url(images/container-bg.jpg) no-repeat;
	padding: 0 27px;
	color: #333333;
}
#fs-page-hdr {
	height: 28px;
	background: url(images/page-hdr.jpg);
	margin: 0 -27px;
}
#fs-page-ftr {
	height: 26px;
	background: url(images/page-ftr.jpg);
	margin: 0 -27px;
	clear: both;
}
#fs-copyright {
	background-color: #3c79bc;
	text-align: center;
	color: #D0D0D0;
	font-size: 11px;
}
#fs-copyright a {
	color: #D0D0D0;
}
#fs-header {
	text-align: right;
	color: #999999;
	padding: 0 5px 20px 0;
}
#fs-header h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 30px 0 0 0;
	color: #000000;
}
#fs-header a {
	color: #999999;
}
#fs-header a:hover{
	color: #D80000;
}
#fs-sidenav {
	float: left;
	width: 190px;
}
#fs-sidenav-bg {
	height: 184px;
	width: 174px;
	background: url(images/sb-box-bg.jpg) no-repeat;
	padding: 12px 0 0 16px;
}
#fs-sidenav-bg a {
	diaplsy: block;
}
#fs-content {
	margin-left: 200px;
}
#index-right {
	padding-top: 8px;
	text-align: center;
}
#index-right ul{
	margin: 0;
	padding: 9px 0;
	color: #3c79bc;
	font-size: 16px;
	font-weight: bold;
}
#index-right li {
	margin: 0;
	padding: 8px 0;
	color: #3c79bc;
	font-size: 16px;
	font-weight: bold;
	list-style: none;
}
#index-right-pics {
	float: right;
	width: 172px;
	text-align: center;
	height: 300px;
}
#index-announcements {
	float: right;
	width: 142px;
	color: #999999;
	padding: 0 20px 0 5px;
	background: url(images/index-ann-bg.gif);
	text-align: left;
}
#index-announcements-hdr {
	margin: 0 -20px 0 -5px;
	height: 35px;
	background: url(images/index-ann-hdr.gif);
}
#index-announcements-ftr {
	margin: 0 -20px 0 -5px;
	height: 15px;
	background: url(images/index-ann-ftr.gif);
}
#index-announcements hr {
  border: 0;
	color: #EFEFEF;
	background-color: #EFEFEF;
	height: 1px;
	margin: 12px 0;
	padding: 0;
}
#index-text {
	line-height: 2em;
}
.csd-box-hide{
	display: none;
}


/* Builder */
#listing {
	float: left;
	width: 130px;
	text-align: center;
}
#listing img {
	border: 1px solid #999999;
}
#pick-btn {
	padding: 20px 0;
}
#pick-btn p a {
	border: 1px solid #CCCCCC;
	background: #D80000;
	padding: 2px 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}
#pick-btn a {
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
	font-weight: bold;
	background: #f6f843;
	color: #999999;
	font-size: 11px;
}
#build-desc {
	font-size: 11px;
}
