/*
Theme name: SDG
Editors: Justin Hilles
*/

@import "reset.css";

/* Table of Contents 
=======================

	* - Global
    1 - Structure
    2 - Header
    3 - Nav
    4 - Content
    5 - Footer
    6 - Headings
    7 - List
    8 - Forms
    9 - Links
	10- Search
	11- Calendar
	12- Contact
	
=======================
*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/


body {
  background:#fff;
  margin:0;
  padding:0;
  font: 12px/1.8 Helvetica,Arial,Sans-serif;
  color: #444;
}

p {
	font-size: 12px;
	color: #999;
	margin-bottom: 20px;
}

/* 1- Structure
----------------------------------------------- */

div#wrapper {
	width: 950px;
	margin: 40px auto;
	margin-top: 0px;
}

/* 2- Header
----------------------------------------------- */

div#header {
	width: 100%;
	display: block;
	height: 50px;
	border-bottom: 1px solid #CCC;
}

img#logo {
	float: left;
	display: block;
}

div#topbar{
	width: 100%;
	height: 40px;
	clear:both;
	display: inline-block;
}

div#gallery {
	position: relative;
	margin-left: 231px;
	margin-top: -80px;
	display: block;
}	

div#footer {
	width: 100%;
	display: inline-block;
	clear: both;
}

/* 3- Nav
----------------------------------------------- */

ul#userlinks {
	float: right;
	text-align: right;
	display: block;
	height: 20px;
	display: inline-block;
	clear: both;
}

ul#userlinks li {
 	display: inline-block;
 	float: left;
}	

ul#userlinks li a {
	color: #CCC;
	text-transform: uppercase;
	display: inline-block;
	height: 20px;
	padding: 6px;
	padding-left: 20px;
}

ul#userlinks li a.dealers {
	background: url('../images/dealer.icon.png') no-repeat top left;
}

ul#userlinks li a.cart {
	background: url('../images/shopping.icon.png') no-repeat top left;
}

ul#nav {
	display: block;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

ul#nav li{
	display: inline-block;
	margin: 5px;
	width: 115px;
	float: left;
	height: 25px;
	margin-right: 0px;
}

ul#nav li div.slide {
	background-color: #FFF;
	height: 20px;
	width: 115px;
	float: left;
	display: block;
	position:absolute;
	z-index: 0;
	text-align: center;
}

ul#nav li a {
	display: block;
	text-align: right;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bolder;
	position: relative;
	z-index: 1;
	padding: 3px;
	padding-right: 8px;
}

ul#nav li a.active {
	color: white;	
}

ul#nav li.gr1 {background-color: #B0CF5F;}

ul#nav li.g1 {background-color: #050707;}

ul#nav li.g2 {background-color: #333333;}

ul#nav li.g3 {background-color: #666;}

ul#nav li.g4 {background-color: #999;}

ul#nav li.g5 {background-color: #CCC;}

ul#bottomnav {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 8pt;
	width: 955px;
	margin: 0px;
	padding: 0px;
	height: 170px;
	overflow:hidden;
	margin-top: -150px;
	position: relative;
	z-index: 100;
	margin-left: -2px;
	margin-right: -5px;
}

ul#bottomnav li.slide{
	display: inline;
	margin: 150px 0px 0px 2px;
	width: 216px;
	float: left;
	text-align: left;
	height: 400px;
	cursor: pointer;
	padding: 10px;
}

ul#bottomnav li.slide div.content {
	height: 118px;
	width: 215px;
	margin: 0px auto;
	display: inline-block;
	line-height: 1.2em;
	text-align: left;
	color: white;
}

ul#bottomnav li.slide div.content div#vimeo{
	margin: 15px;
	display: block;
	width: 100%;
}

ul#bottomnav li.slide a.header {
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bolder;
	position: relative;
	height: 20px;
	margin-top: -10px;
	display: block;
}

ul#bottomnav li.slide div.content h3 {
	line-height: 1.5em;
	margin-bottom: 8px;
}

ul#bottomnav li.slide a.green {
	color: #B3CF60;
}

ul#bottomnav li.g1 {background-color: #333333;}
ul#bottomnav li.g2 {background-color: #676767;}
ul#bottomnav li.g3 {background-color: #999999;}
ul#bottomnav li.g4 {background-color: #CCCCCC;}

ul#bottomnav li.slide ul {
	list-style-type: none;
}

ul#subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
	width: 100%;
	clear:both;
	margin: 8px 0px;
	padding: 6px 0px;
	border-bottom: 1px solid #CCCCCC;
}

ul#subnav li{
	float: left;
	margin-right: 5px;
}

ul#subnav li a{
	padding: 10px 20px;
	background-color: #666;
	color: #FFF;	
	text-transform: uppercase;
}

ul#subnav li.current_page_item a{
	background-color: #B3CF60; 
	color: #666;
}

ul#tech li a {
	font-size: 20px;
	font-weight: bold;
	color: #CCC;
}

/* 3- Content
----------------------------------------------- */

div#content {
	width: 100%;
	float: left;
	margin-bottom: 6px;
	display: inline-block;
	min-height: 300px;
	padding-top: 20px;
}

div#content p a{
	color: #B0CF5F;
	text-decoration: underline;
	font-weight: bold;
}

.twitter-message {
	display: inline-block;
	background: url(../images/SDGtwitterIcon.jpg) no-repeat 3% 3% #FFF;
	padding:5px 10px;
	margin: 5px;
	margin-top: 0px;
	padding-left: 60px;
	height: 40px;
}

ul#bottomnav li.g3 div.content {
	display: block;
	float: left;
	position: relative;
	z-index: 100;
}

p.twitter-message {
	color: black;
}

div.product {
	width: 100%;
	margin-bottom: 25px;
	display: inline-block;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	height: 260px;

}

div.product div.photos {
	float: left; 
	width: 49%;
	text-align: center;	
	position: relative;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	margin-top: 40px;
}

div.product div.photos div.thumbs {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 100%;
	float: left;
	margin-top: 22px;
	position: relative;
}

div.product div.info {
	float: right; 
	width: 50%;
	display: inline-block;
	margin: 0; 
	padding: 0;
}

div.product div.info p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	height: 210px;
	width: 400px;
}

div.product div.info h2{
	font-weight: bolder;
}

div.product div.info strong{
	text-transform: uppercase;
	margin-right: 10px;
}

div.product a.add {
    background-color: #B0CF5F;
	color: #FFF;
	padding: 3px 15px;
	text-transform: uppercase;
	position: absolute;
	display: block;
	margin: 0px;
	height: 20px;
	margin-top: 20px;
}

div#sidebar {
	float:left;
	text-align: left;
	width: 100%;
	display: inline-block;
}

div#sidebar ul {
	list-style-type: none;
}

div#sidebar ul li{
	margin-left: 0px;
	margin-bottom: 40px;	
}

div#sidebar ul li h2{
	border-bottom: 1px solid #DDD;
	padding: 3px;
	color: #B3CF60;
	padding: 3px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bolder;
}

div#sidebar ul li ul li {
	margin: 0;
	padding-left: 10px;
	font-weight: bolder;
}

div#left {
	float: left;
	display: inline-block;
	width: 180px;
	clear: both;
}

div#left ul {
	list-style-type: none;
	margin-left: 20px;	
	color: #999;
}

div#left div#sidebar ul {
	margin-left: 0px;
}

#rss-3 h2 a {
	color: #B3CF60;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bolder;
}

div#right {
	float: right;
	display: inline-block;
	width: 715px;
}

#dm_poweredby{
	display: none !important;
}

table.rider {
	margin: 10px 0px;
	margin-top: 0px;
}

table.rider h2 {
	color: #777;
	text-transform: uppercase;
	font-weight: bolder;
}

table.rider img {
	padding: 8px;
	padding-right: 30px;
}

table.rider td {
	vertical-align: top;
}

table.rider a{
	color: #B0CF5F;
	font-weight: bold;
}

div#contact p {
	margin: 0;
	padding: 0;
}

div.p {
	margin-bottom: 2em;
	display: block;
	color: #999;
	font-weight: bold;
}

div.p p {
	margin: 0px !important;
	color: #999;
}

div.p small {
	font-size: 11pt;
	line-height: 1.2em;
	font-weight: bold;
	color: #999;
}

div.p small.light {
	font-weight: lighter;
}

div.more {
	display:none;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{ 
	width:800px;
	height:100%;
	overflow:hidden; 
}

div#post-21 a {
 	color: #B0CF5F;	
}


/* 4- Footer
----------------------------------------------- */

div#footer {
	width: 100%;
	clear: both;
	float: left;
	margin-top: 15px;
}

/* 6- Headings
----------------------------------------------- */

h1, h5, h6 {
	font-size: 30px;
	color: #999;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCC;
}

h4 {
	font-size: 12pt;
	color: #888;
	font-weight: bold;
}

h5 {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1em;
	margin: 5px 0px;
	color: #777;
}

h6 {
	font-size: 14px;
	color: #B3CF60;
}

/* 7- List
----------------------------------------------- */

/* 8- Forms
----------------------------------------------- */

table#sponsor {
	width: 700px;
	padding: 0px;
	color: #999;
}

table#sponsor input  {
	width: 200px;
	padding: 3px;
	margin: 2px;
	margin-left: 20px;
}

table#sponsor input.small  {
	width: 80px;
}

table#sponsor h3  {
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	margin-top: 10px;
	border-bottom: none;
}

table#sponsor input#submit  {
	background-color: #B0CF5F;
	border: none;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px;
	margin-left: 0px;
}

/* 9- Links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #666;
} 

a:hover {
	color: #444;
	text-decoration: underline;
}

a img {
	border: none;
}

/* 10- Search
----------------------------------------------- */

input#s {
	border: 1px solid #DDD;
	padding: 3px;
	margin: 10px;
	margin-left: 0px;
	width: 100px;
}

input#searchsubmit {
	border: 1px solid #DDD;
	padding: 3px;
	background-color: #CCC;
}
