/*
Theme Name: GS Spine
Theme URI: http://wordpress.org/
Description: Theme for gsspine.com
Version: 0.5
Author: kaptron

*/   

/* init */

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	background: #440900 url('/img/gsspine-bg.jpg') no-repeat;
	background-position: 0 80px;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 0;
	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

a {
	color: #1b7fb1;
}

a:hover {
	color: #86d7ff;
}

img {
	border: 0;
}

p {
	padding: 9px 0;
	margin: 0;
}

/* general setup */ 

.bodydiv {
	width: 980px;
	margin: 0 auto; 
}

.wrapper {
	padding-left: 120px;
}

/* header */ 

#h-wrap {
	margin: 0;
	background: #ca8400 url('/img/header-bg.jpg') repeat-x;
}

#header {
}

#logo {
	float: left;
}


#topmenu {
	float: left;
	margin-left: 40px;
	padding-top: 20px;
}

#topmenu ul li {
	float: left;
	margin-right: 14px;
}

#topmenu a {
	color: #440900;
	display: block;
	height: 60px;
	padding: 0 20px;
	line-height: 60px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

#topmenu a:hover {
	color: #440900;
	background: #ffbc3d;
	height: 55px;
}

#topmenu a:hover span {
	border-bottom: 2px solid #fff;
}

#topmenu .current_page_item a,
#topmenu .current_page_parent a {
	background: #440900 url('/img/topmenu-active-bg2.jpg') repeat-x;
	color: #fff;
	color: #006394;
	color: #ffbc3d;
}

#topmenu .current_page_item a:hover,
#topmenu .current_page_parent a:hover {
	height: 60px;
/*	color: #440900;
	background: #ffbc3d url('/img/topmenu-hover-bg.jpg') repeat-x;
*/
}


/* body */

#b-wrap {
}

#mainbody {
	color: #fff;
	padding: 12px 0;
}

#spine-pic {
	float: left;
	padding: 10px 12px;
}

#mainbody h1 {
	color: #ca8400;
	font-size: 24px;
	margin: 0;
	padding: 10px 0;
}

#mainbody .blurb {
	font-size: 15px;
	margin-top: 20px;
	margin-left: 45px;
	width: 600px;
	float: left;
	background: url('/img/blurb-repeat-bg.jpg') repeat-y;
}

#mainbody .blurb .post {
	padding: 16px 24px;
	min-height: 368px;
	background: url('/img/blurb-spine-bg.jpg') no-repeat;
}

#mainbody .blurb .bigger {
	background: url('/img/blurb-spine-bg2.jpg') no-repeat;
}


#mainbody .blurb a.button {
	background: url('/img/blurb-button-bg.png') no-repeat;
	display: block;
	padding: 0;
	text-align: center;
	width: 260px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 12px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

#blurb-title {
}

#callouts {
	padding-top: 12px;
	display: none;
}

.blurb .callout {
	background: #440900 url('/img/footer-bg.jpg') repeat-x;
	border: 1px solid #6a2b00;
	padding: 8px;
	font-size: 13px;
	float: left;
	margin-right: 10px;
	width: 162px;
	height: 150px;
}

.blurb .callout strong {
	color: #ca8400;
}


ul#product-list  li {
	width: 600px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ca8400; 
}


ul#product-list  li img {
	float: left;
	margin-left: 10px;
}

ul#product-list  li .content {
	float: left;
	width: 420px;
}

ul#product-list  li ul li{
	list-style: disc;
	padding: 0;
	margin: 0;
	border: 0;
	margin-left: 20px;
}


.coming-soon ul {
	list-style: disc;
}

.coming-soon ul li {
	margin-left: 20px;
}

/* -- */ 

.thumblink {
	float: left; 
	width: 175px;
	margin-bottom: 5px;
}

.thumblink img {
	margin-bottom: 5px;
}
.thumblink a {
	text-decoration: none;
}


/* footer */ 

#footer {
	background: url('/img/footer-bg.jpg') repeat-x;
	color: #ca8400;
	font-size: 12px;
	border-top: 2px solid #ca8400;
}

#footer p {
	padding-left: 20px;
}

#footer a {
	font-size: 13px;
	text-transform: uppercase;
}

#footer p span {
	padding: 0 8px;
}


/* fixes etc */ 

.cl {
	clear: both;
}

.floatright,
.fr-space {
	float: right;
}

.fr-space {
	margin-left: 10px;
	margin-bottom: 10px;
}

.floatleft {
	float: left;
}