h1 {
	background-color: #add038;
	color: #282828;
	margin: 0;
	padding: 5px;
	font-size: 1.20em;
}

h2 {
	color: #656565;
	margin: 0 5px;
	padding: 0;
	text-align: right;
	font-size: 0.90em;
}

h3 {
	color: #add038;
	margin: 0 15px;
	padding: 3px;
	font-size: 1em;
}

h4 {
	color: #add038;
	margin: 5px;
	padding: 0;
	font-size: 1em;
	letter-spacing: 1px;
}

h5 {
	color: #b4985a;
	margin: 5px;
	margin-bottom: 0;
	padding-left: 2px;
	font-size: 1em;
	letter-spacing: 1px;
	border-bottom: 1px solid #b4985a;
}

p {
	color: #cccccc;
	margin: 0;
	padding: 5px 10px;
}

p.timestamp {
	text-align: right;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

li#rpoll {
	background: url("/media/site-images/nav_butt-ppoll.gif") no-repeat;
	width: 68px;
	float: left;
	position: relative;
	padding-right: 1px;
	text-align: center;
	list-style: none;
	font-size: 0.90em;
}

li#rpoll a {
	display: block;
	padding: 0 5px;
	letter-spacing: 0.10em;
}

li#rpoll a:hover {
	text-decoration: none;
}

li#rpoll a.current {
	background: url("/media/site-images/nav_butt-ppoll_current.gif") no-repeat;
	color: #282828;
}

a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #add038;
	text-decoration: underline;
}

a.common {
	color: #dddddd;
	padding-left: 10px;
}

a.crumbs {
        color: #282828;
        font-weight: bold;
        text-decoration: underline;
}

a.crumbs:hover {
	color: #282828;
}

a.link {
	color: #add038;
	float: right;
	margin: 5px;
	font-weight: normal;
}

img {
	margin: 0 auto;
}

input {
	background-color: #404040;
	color: #dbbb02;
	padding: 1px 3px;
	font-size: 1em;
	border: 1px solid #999999;
}

input#email {
	margin: 0;
	padding: 1px 3px;
}

input#button {
	background-color: transparent;
	color: #333333;
	margin: 0;
	padding: 0;
	border: none;
}

input#button:hover {
	color: #eeeeee;
	cursor: pointer;
}

* html input#conbutton {
	padding: 0;
}

input#conbutton {
	background-color: #555555;
	color: #dbbb02;
	margin: 0;
	padding: 2px;
	font-size: 1em;
	border: 1px solid #999999;
}

input#conbutton:hover {
	background-color: #333333;
	color: #eeeeee;
	cursor: pointer;
}

textarea {
	background-color: #404040;
	color: #dbbb02;
	padding: 1px 3px;
	font-size: 1.40em;
	border: 1px solid #999999;
}

/****************************************************************************************************/

body {
	background: url("/media/site-images/bg_2560.jpg") repeat-y;
	color: #cccccc;
	margin: auto;
	padding: 0;
	text-align: center;
	line-height: 1em;
	font-family: Helvetica;
	font-size: 0.60em;
	cursor: default;
}

/****************************************************************************************************/

div#wrapper {
	width: 1012px; 
	max-width: 1017px;
	min-width: 1012px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

/****************************************************************************************************/

div#logotop {
	width: 295px;
	height: 148px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

/****************************************************************************************************/

div#nav {
	width: 717px;
	height: 25px;
	float: left;
	position: relative;
	margin: 0;
	padding-top: 55px;
	line-height: 2.60em;
}

#nav ul {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	background: url("/media/site-images/nav_butt.gif") no-repeat;
	width: 80px;
	float: left;
	position: relative;
	margin-right: 1px;
	text-align: center;
	list-style: none;
}

#nav ul li.current {
	background: url("/media/site-images/nav_butt_current.gif") no-repeat;
}

#nav ul li a {
	color: #ffffff;
	display: block;
	padding: 0 5px;
	letter-spacing: 0.10em;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #add038;
	text-decoration: none;
}

#nav ul li a.current {
	color: #222222;
}

#nav ul li ul {
	position: relative;
	display: none;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 500;
}

#nav ul li > ul {
	top: auto;
	left: auto;
	border-top: 1px solid #333333;
}

#nav ul li:hover ul, ul li.over ul {
	display: block;
}

#nav ul li ul li {
	background: url("/media/site-images/nav_butt-sub.png") repeat-x;
	width: 80px;
	padding: 0;
	text-align: left;
}

#nav ul li ul li a:hover {
	background: url("/media/site-images/nav_butt-sub_hover.png") repeat-x;
	color: #ffffff;
	text-decoration: none;
}

#nav ul li ul li a.current {
	background: url("/media/site-images/nav_butt-sub_hover.png") repeat-x;
	color: #ffffff;
}

/****************************************************************************************************/

div#container {
	width: 566px;
	float: left;
	display: inline;
	line-height: 1.60em;
	font-size: 1.10em;
	cursor: default;
	border-left: 295px solid #1d1d1d;
	border-right: 151px solid #1d1d1d;
}

* html div#container {
	clear: both;
}

/****************************************************************************************************/

div#left {
	width: 295px;
	float: left;
	position: absolute;
	margin-left: -295px;
	text-align: center;
}

div#left .signup {
	width: 225px;
	margin: 0 auto;
	padding: 0;
}

div#left #buttons {
	margin: 10px 5px 5px 5px;
	padding-top: 5px;
	border-top: 2px solid #333333;
}

div#left a {
	margin: 5px;
	border: none;
}

div#left a img {
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	border: none;
}

/****************************************************************************************************/

div#center {
	background-color: #333333;
	width: 566px;
	float: left;
	margin-top: -68px;
	margin-right: -566px;
	padding: 0;
}

div#center .img {
	background: none;
	width: 100%;
	float: left;
	display: block;
	margin-top: 5px;
	padding: 0;
	text-align: center;
}

div#center .img img {
	border: none;
}

div#center .img .title-left {
	background: url("/media/site-images/riders_dks_team-butt.gif") no-repeat;
	width: 262px;
	height: 25px;
	float: left;
	margin-left: 19px; 
	padding: 0;
	text-align: right;
}

div#center .img .title-left a {
	color: #add13b;
	float: left;
	margin: 5px;
}

div#center .img .title-left img {
	float: right;
}

div#center .img .title-left a:hover {
	text-decoration: underline;
}

div#center .img .title-right {
	background: url("/media/site-images/riders_dk_riders-butt.gif") no-repeat;
	width: 262px;
	height: 25px;
	float: left;
	margin-left: 3px;
	padding: 0;
	text-align: left;
}

div#center .img .title-right img {
	float: left;
}

div#center .title-right a {
	color: #ffffff;
	float: right;
	margin: 5px;
}

div#center .title-right a:hover {
	text-decoration: underline;
}

div#center .float {
	background-color: #444444;
	width: 556px;
	float: left;
	margin: 5px;
	padding-bottom: 15px;
}

div#center .float h2 {
	padding: 0 10px;
}

div#center .float p {
	padding: 5px 10px;
}

div#center .float img {
	margin-top: 5px;
	border: 1px solid #222222;
}

div#center .float .vimeo {
        width: 400px;
        height: 300px;
        margin: 10px auto 5px auto;
        text-align: center;
        border: 8px solid #363636;
}

div#center .float a.comments {
	color: #777777;
	margin: 0 10px;
}

div#center .float .dksteam {
	width: 546px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #333333;
}

div#center .float .dksteam:hover {
	background-color: #555555;
	cursor: pointer;
}

div#center .float .dksteam a {
	text-decoration: none;
}

div#center .float .dksteam img {
	float: left;
	padding: 1px;
	margin: 5px;
	border: none;
}

div#center .float .dksteam p {
	margin: 5px;
	padding: 0;
	font-weight: normal;
}

div#center .float #profimg {
	width: 100%;
	float: left;
	display: inline;
	margin: 5px 0;
	text-align: center;
}

div#center .float #profimg img {
	margin: 5px 10px;
	border: 1px solid #666666;
}

div#center .float #profimg p {
	display: block;
	margin: 0;
	padding: 0;
}

div#center .float #gallery {
	background-color: #444444;
	width: 100%;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#center .float #gallery .imgfloat {
	float: left;
	margin: 0 auto;
	padding: 7px;
}

div#center .float #gallery .imgfloat a {
	text-decoration: none;
}

div#center .float #gallery .imgfloat a img {
	padding: 1px;
	border: none;
}

div#center .float #gallery .imgfloat a img:hover {
	background: url("/media/site-images/gallery_border.png") no-repeat;
}

div#space {
	padding: 5px;
}

/****************************************************************************************************/

div#right {
	width: 151px;
	float: right;
	position: relative;
	margin-top: -98px;
	margin-right: -151px;
	text-align: center;
}

* html div#right {
	margin-right: 556px;
}

div#right a img {
	margin: 5px 0;
	border: none;
}

div#right a img:hover {
	background: #ffffff;
	background-color: transparent;
}

div.clearing {
	height: 0;
	clear: both;
}

/****************************************************************************************************/

div#footer-wrapper {
	width: 1000px;
	max-width: 1005px;
	min-width: 1000px;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	clear: both;
}

div#footer {
	width: 851px;
	height: 25px;
	margin-left: 134px;
	padding: 5px;
	font-size: 1.10em;
}

div#footer a {
	display: inline;
	margin: 5px;
	padding: 0;
	letter-spacing: 0.10em;
}

div#footer p {
	display: inline;
	margin: 6px;
	padding: 0;
}
