/*

style sheet containing styles specific to board pages

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Board Index Styles
Page Structure
Navigation
Headers
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						Board Index Styles
--------------------------------------------------------------------
*/

#board-index div {
	background: #333;
	float: left;
	width: 112px;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 21px 0 0;
	text-align: left;
}

#board-index h2 a {
	border-bottom: 1px solid #666;
	color: #ccc;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 10px 0 10px;
	text-decoration: none;
	padding: 0 0 5px 0;
	width: 92px;
}

#board-index h2 a:hover {
	border-bottom: 1px solid #ccc;
	color: #fff;
}

#board-index a img {
	border: 0;
	float: left;
	padding: 5px 0 0 0;
}

#board-index p {
	border-bottom: 1px solid #666;
	float: left;
	font-size: 9px;
	margin: 0 10px 10px 0;
	padding: 0 0 10px 0;
	position: relative; left: 10px;
	width: 92px;
}

#board-index a.learn-more {
	background: #262626;
	float: left;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	width: 82px;
}

#board-index a.learn-more:hover {
	background: #1F1B1B;
}

/*
INDIVIDUAL BOARD PAGES
================================================*/

/*images*/
.board-lrg {
	background: #191919;
	float: right;
	padding: 0 0 0 15px;
}

.board-tech {
	background: #191919;
	padding: 0 0 15px 0;
}

/*buttons*/
#buttons {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	float: left;
	margin: 0 0 30px 0;
	padding: 10px 0;
	width: 360px;
}

#buttons a {
	background: url(../images/backgrounds/button-arrow.gif) #262626 no-repeat 145px 12px;
	color: #ccc;
	float: left;
	font-size: 1.4em;
	padding: 10px;
	text-decoration: none;
	width: 155px;
}

#buttons a#buy {
	margin: 0 10px 0 0;
}

#buttons a:hover {
	background-position: 145px -73px;
	color: #fff;
}

/*board-stats table*/

table.board-stats {
	border-collapse: collapse;
	float: left;
	font-size: 10px;
	text-align: center;
	width: 575px;
}

.board-stats td {
	border-bottom: 1px solid #333;
	padding: 4px 5px;
}

.board-stats td.left {
	padding-left: 0;
	text-align: left;
}

.board-stats tr.no-border td {
	border: 0;
}

.board-stats td.material {
	text-align: center;
}

.border {
	border-bottom: 1px dashed #333;
	margin: 100px 0 0 0;
	width: 100%;
}

/*team testimonial*/

.testimonial {
	border-bottom: 1px solid #333;
	margin: 0 0 35px 0;
	padding: 0 40px 35px 0;
}

#sidebar .testimonial h3 {	
	border-bottom: 1px solid #5E5E5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: left;
}

#sidebar .testimonial p {
	padding: 0 0 10px 0;
}

#sidebar .testimonial p.quote-giver {
	padding: 0;
	text-align: right;
}
