/*
THEME NAME: DockOn
DESCRIPTION: Custom website theme build for DockOn.com
VERSION: 1.0
AUTHOR: Rob Woods
AUTHOR URI: http://www.redsagedesign.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
*/


/** Changing the file size */ 

ul {
	list-style-type:disc;
	margin-bottom:20px;
	}

li {margin-left:30px;margin-bottom:10px;}

/* basics */

*{margin:0; padding:0;}

p {
	margin-bottom:20px;
}

body {
	background:#f2f2f2 url('images/body-back-3.png') 0px 0px repeat-x;
	font: 13px Arial, sans-serif;
    line-height:20px;
	margin:0px;
	padding:0;
	}
	
#home {
	
	}

h1 {
	font-size: 26px;
	}
	
h2 {
	font-size: 22px; 
	margin-bottom:10px;
	}
	
h3 {
	font-size: 14px;
	}
	
h4 {
	font-size: 13px;
	}


img { 
	border: none; 
	padding:0; 
	}
	
img a {
	border:none;
	}

img.left { 
	float: left; 
	margin: 0px 12px 6px 0px; 
	padding:3px; 
	}
	
img.right { 
	float: right; 
	margin: 0 0 6px 12px; 
	padding:3px;
	}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

table {
	margin:5px;
	}
	
td {
	padding:5px;
	border:1px solid #666;
}

/* links */

a{
	color: #1c6cb7;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}




/* container */


#container {
	width: 960px;
	margin: 5px auto 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
  	width: 960px; 
  	height: 118px;
	background:transparent url('images/header-back3.png') 0 0 repeat-x;
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
	position:relative;
	top:29px;
	}

#logo {
	width:265px;
	height:90px;
	position:absolute;
	top:37px;
	left:50%;
	margin-left:-465px;
	}	

#first {
	border-left:1px solid #ececec;
}

/* main menu */

#navcontainer
{
	margin:0 0 0 -100px;
	padding:0;
	position:absolute;
	width:680px;
	top: 60px;
	left: 50%;
	height:60px;
	/*background:#fff url('images/navlines.png') 0px 0px no-repeat;*/
}

#navcontainer ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 2px 0 0 2px;
}

#navcontainer ul li{
	display: inline;
	font: 17px 'Gill Sans', Arial, sans-serif;
	text-transform:uppercase;
	padding:15px 2px 15px 7px;	
	margin:0;
	border-right:2px solid #53514d;
}

#navcontainer ul .last {
	border-right:none;
}

#navcontainer ul li a{
	color: #ffffff;
	padding: 6px 1px 4px 1px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 12px; /*spacing between each menu link*/
	text-decoration: none;

}

#navcontainer ul li a:hover, #navcontainer ul li a.selected{
	color: #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
}

/* homecontent */

#homebillboard {
	height:400px;
	width:960px;
	margin-left:-480px;
	position:absolute;
	left:50%;
	top:20px;
	padding:0px;
	background:#fff;
	z-index:-1;
}

#billboardimages {
	margin:7px 0 0 12px;
}

#subbillboard {
	height:240px;
	width:960px;
	margin-left:-480px;
	position:absolute;
	left:50%;
	top:20px;
	padding:0px;
	background:#fff;
	z-index:-1;
}

#subbillboardimages {
	margin:7px 0 0 12px;
}

#billboardshadow {
	position:absolute;
	left:50%;
	top:405px;
	z-index:-2;
	width:975px;
	height:40px;
	margin-left:-487px;
	background:url(images/billboard-shadow.png) 0 0 no-repeat;
}

#subbillboardshadow {
	position:absolute;
	left:50%;
	top:240px;
	z-index:-2;
	width:975px;
	height:40px;
	margin-left:-487px;
	background:url(images/billboard-shadow.png) 0 0 no-repeat;
}

.smallpost {
	margin:0;
	padding:10px 0px 10px 0px;
	line-height: 16px;
	clear:both;
	}
	
.smallpost p {
	font-size:12px;
	margin-bottom:5px;
	}
	
.smallpost span {
	font-size:12px;
	color:#ccc;
	}
	
.smallpost span a {
	font-size:12px;
	color:#ccc;
	}
	
.smallpost a {
	font-size:12px;
	color:#ccc;
	}

/* content */

	
#homecontentwrap {
	padding:0;
	margin:340px 0 50px 0;
	z-index:1000;
	position:relative;
	border:1px solid #ccc;
	background-color:#fff;
	}
	
.boxes {
	float:left;
	width:259px;
	height:190px;	
	margin:10px;
	background-color:#f1f1f1;
	padding:20px;
	border-bottom:5px solid #9fcf67;
	overflow:hidden;
}

.boxes h2 {
	font-size:14px;
	color:#396a9f;
}

.boxes p {
	font-size:13px;
	padding-right:0px;
}

#homeButton {
	margin:40px 0 0 40px;
}

#homepost {
	float:left;
	width: 500px;
	margin:30px 20px 40px 60px;
}

#homepost h2 {
	border-top:	5px solid #9fcf67;
	padding-top:10px;
	margin-bottom:20px;
}

#homepost p {
	font-size:13px;
}

#homeside {
	float:left;
	width: 245px;
	margin:30px 20px 40px 60px;
}

#homeside h2 {
	border-top:	5px solid #9fcf67;
	padding-top:10px;
}



#contentwrap {
	padding:0;
	margin:180px 0 50px 0;
	position:relative;
	border:1px solid #ccc;
	background:#fff url('images/subpage-back.png') repeat-y -1px 0;

}

#content {
	float:right;
	width:640px;
	overflow: hidden;
	margin:0px 0 40px 0;
	padding:0 0 20px 20px;
	
	}

#homecontent {
	width:565px;
	overflow: hidden;
	margin:15px 15px 15px 30px;
	
	}
	
.post {
	margin:0;
	padding:20px 40px 20px 30px;
	line-height: 22px;
	clear:both;
	}
	
.post h1{
	clear:both;
	font:normal 24px 'Century Gothic', Arial, sans-serif; 
	padding:15px 0 6px 0;
	font-weight:bold;
	color: #333;
	border-top:	2px solid #9fcf67;
	margin-bottom:10px;
	}
	
.post h3{
	clear:both;
	font-size:17px;
	padding:8px 0 0px 0;
	font-weight:bold;
	color: #333;
	margin-bottom:0px;
	}
	
.post h5{
	clear:both;
	font-size:14px;
	padding:0;
	font-weight:normal;
	color: #666;
	margin:15px 0;
	}
	
	
.post h2 a{
	color: #9642d4;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {
	list-style-type:disc}

.entry img {
border:2px solid #ccc;
padding:3px;
margin:20px;}

img.register {
border:none;
	}

.post li {
	margin-left:30px;}

.post object {
	margin:20px 0;}

.entry p{margin:0 0 20px 0;}

.small {
	font-size:11px;
	}

.postbottom{
	clear:both;
	background:#FFF url('images/post-bottom.gif') no-repeat 0 0;
	padding:0;
	margin:30px 0 30px 0;
	width:560px;
	height:40px;
	position:relative;
	}
	
.postbottom a{
	color:#fff;
	font-size:13px
	}
	
.singlebottom{
	clear:both;
	background:#FFF url('images/post-add-this.gif') no-repeat 0 0;
	padding:0;
	margin:30px 0 30px 0;
	width:560px;
	height:40px;
	position:relative;
	}
	
.singlebottom a{
	color:#fff;
	font-size:13px
	}
	
.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	
.postmetadata a{
	color:#fff;
	font-size:13px
	}
	
.postfullstory{
	margin:0;
	padding: 0;
	position:relative;
	top:8px;
	left:15px;
	}
	
.singletellfriend{
	margin:0;
	padding: 0;
	position:relative;
	top:6px;
	left:22px;
	}
	
.postcomments{
	margin:0;
	padding: 0;
	position:absolute;
	top:8px;
	left:365px;
	}
	
.posttellfriend{
	margin:0;
	padding: 0;
	position:absolute;
	top:8px;
	left:463px;
	}
	
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;

	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

.pagetitle {
	text-align:center;
	font-size:17px;
	color:#333;
	}

/* sidebar */


#sidebar {
	width:260px;
	float:left;
	margin:0 0 0 30px;
	padding: 0px 0 20px 0;
	background: url('') 0 0 no-repeat;
	z-index:99;
	position:relative;
	}

#sidebar h2{
	font:bold 17px arial, sans-serif;
	margin: 40px 0px 0 0px;
	padding: 0 0 0px 0;
	z-index:99;
	border-top:	5px solid #9fcf67;
	padding-top:10px;
}

#subside h2 {
	border-top:	5px solid #9fcf67;
	padding-top:10px;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #333;	
	margin: 0;
	padding: 0;
}

#loggedsidebar {
	position:relative;
	top:15px;
	left:30px;
	width:160px;
	height:80px;
}

#sidebar p {margin:0; padding: 0 6px 10px 0px;}

#sidebar img {padding: 0; margin: 0;}

#sideheader {
	font:18px bold Arial, Helvetica, sans-serif;
	color:#d4a242;
	padding:0px;
	margin-top:0px;
	position:relative;
	top:10px;
	left:10px;
	
}

#rsslogo {
	position:relative;
	top:40px;
	left:80px;
	padding:0;
	margin:0;
	height:100px;
	width:170px;
	padding:5px;
	border:2px solid #D6D6D6;
	}
	
#rsslogo:hover {
	border-color:#999;
	}
	
#twitterlogo {
	position:relative;
	top:70px;
	left:80px;
	padding:0;
	margin:0;
	height:100px;
	width:170px;
	padding:5px;
	border:2px solid #D6D6D6;
	}
	
#twitterlogo:hover {
	border-color:#999;
	}	

.widget {

	}
	
#sidebar-button {
	margin-left:20px;
}




#sidebar ul {
	margin:5px 0px 5px 0px;
	padding:0;
	
	}
	

#sidebar ul li {
	margin: 10px 0px 0 0px;
	padding: 0 0 10px 0;
	line-height: 12pt;
	list-style-type: none;
	font-size:13px;

	}

#sidebar ul ul {
	margin:5px 0px 5px 0px;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	margin: 10px 0px 0 20px;
	padding: 0 0 0px 0;

	}
	
#sidebar ul ul a {
	color:#666;

	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidenav {padding:0; margin:0px 0;}
#sidenav img{
	margin:0 15px 0 2px;
	padding:0;
	width:25px;
	height:25px;
	}
#sidenav a:hover {text-decoration:underline;}
#sidenav dt b, #sidenav dt a {
	display:block; 
	font-weight:bold; 
	font-size:16px; 
	color:#6b6b6b; 
	height:33px; 
	padding:0 0 0 10px; 
	margin:0px; 
	cursor:pointer; 
	width:246px;
	vertical-align:middle;
	line-height:34px;
	}
	
#sidenav dt b {background:url('js/arrow.gif') no-repeat 210px center;border-bottom:1px solid #e1e1e1;border-top:1px solid #e1e1e1;}
.sideselected dt a {
	color:#fff;
}
#sidenav dt a {color:#6b6b6b; text-decoration:none;border-bottom:1px solid #e1e1e1;;border-top:1px solid #e1e1e1;}
#sidenav dt a:hover, #sidenav dt b:hover, .sideselected {color:#fff; text-decoration:none;background:#D4AA58 url('images/sidenav-hover.png') 0 0 repeat-x;}



#sidenav dd {padding:0; margin:0;}
#sidenav dd ul {padding:0; margin:0 0 15px 0; list-style:none;}
#sidenav dd ul li {padding:10px 0 0 40px;}
#sidenav dd ul li a {font-size:15px; color:#6a6a6a; text-decoration:none;}

#sidelogin {
	margin-top:20px;
	
}

#sidelogin p {
	text-align:right;
	padding:10px 0 0 0px;
}

#adspace {
	margin:90px 0 0 30px;
	}
	
#emailback{
	background:url('images/newsletter-back.jpg') 0 0 no-repeat;
	position:absolute;
	width:285px;
	height:132px;
	top:620px;
	left:27px;
	z-index:-1;
	margin-left:0px;
	}

#subscribe {
	margin-top:90px;
	border:none;
	}
	
.widget#subscribe2 {
	margin-bottom:50px;
	}
	
	.widget#subscribe2 h2{
	display:none;
		}	


/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #333;
	}
	
#commentform a{color: #333; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #333;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: arial, sans-serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:5px;
	border: 1px solid #ccc;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color: #333;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #333; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#search{
	padding:0;
	margin:60px 0 0 50px;
	}

#searchform{
	padding:0;
	margin:0px 0;
	}

#s{
	margin:0;
	padding:4px;
	border:1px solid #999;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	font:12px Arial, sans-serif;
	}
	
#emailsignup {
	padding:0;
	margin:20px 0 0 10px;
}

#emailbox{
	margin:0;
	padding:6px;
	border:1px solid #999;
	font-size:10px;

	}
	
.emailtext{
	margin:0 0px 20px 0;
	padding:0px 0px 0 0;
	font-size:10px;
	line-height:normal;
	}


#emailsignup input#emailsignup {
border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	font:12px Arial, sans-serif;
	padding:5px;
}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {

	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {

	margin: 0 10px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#couponbutton {
	position:absolute;
	width:200px;
	height:200px;
	left:50%;
	top:225px;
	margin-left:220px;
}




/* footer */

#footer {
	background:#7B7B7B url('images/footer-back.png') 0 0 repeat-x;
	clear: both;
	height:162px;
	
	
	}
	
#footerwrap {
	margin:0 auto;
	width:960px;
	position:relative;
}

#footerlogo {
	position:absolute;
	top:20px;
	left:30px;
	width:200px;
	}
	
#footer p{
	padding:0;
	margin: 0; 
	color: #fff; 
	
	font-size:12px;
	}
	
#footnav {
	position:absolute;
	top:10px;
	left:450px;
	width:520px;
}

#footnav a{
	margin:0 7px;
}
	
#footer a{
	color: #fff;
	text-decoration: none;}
#footer a:hover{
	text-decoration: underline;}

#footer-logos {
	position:absolute;
	top:65px;
	left:800px;
	width:200px;
}

#copyright {
	position:absolute;
	top:10px;
	left:7px;
	width:400px;
}

#copyright p {
	font-size:10px;
}



#footeremail {
	margin:0;
	padding:0;
	position:absolute;
	width:220px;
	top: 60px;
	left: 740px;
	/*background:url('images/navline.png') left no-repeat;*/
		}
		
#footermeta {
	position:absolute;
	top:113px;
	left:527px;
	width:500px;
	
}


#emailback1 {
	background:url('images/emailbar.png') 0 0 no-repeat;
	padding:8px 2px 0px 5px; 
	border:0px; 
	height:29px;
	width:148px;
}


/*** set the width and height to match your images **/

#slideshow {
    position:relative;
	top:28px;
	left:32px;
    height:267px;
	width:902px;
}

#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow a.active {
    z-index:10;
    opacity:1.0;
}

#slideshow a.last-active {
    z-index:9;
}




