/*
Theme Name: Cloudy
Theme URI:
Description: WP Cloudy theme designed by <a href="http://www.aoemedia.de">AOE media GmbH</a>. Cloudy is a beautiful simple blog theme, designed for commercial and more technical blogs. Now also widget ready.
Version: 1.63
Author: AOE media GmbH
Author URI: http://www.aoemedia.de
Tags: two-columns, fixed-width, blue, custom-header
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

For support requests please contact: wordpress(at)aoemedia.com. Requests through other channels (website etc.) can unfortunately not be responded to.

*/

/* Reset styles
*******************************/
html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
caption, thead{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;

}
ol, ul {
list-style: none;

}
table.products {
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-spacing:0;
}
th.products {
/*background:url(img/header-search-button.gif) 0 0 repeat-x;*/
	background-color:#b8babc;
	color:#000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding: 6px 6px 6px 12px;
}
td.products {
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #000;
}
td.alt {
	background: #fff;
	font-weight:bold;
	color: #f00;
	padding: 6px 6px 6px 12px;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	background: url(/images/page-bg.jpg) top center repeat-x #686868;
	color: #646464;
	font-size: 75%;
	text-align: left;
}

/* Default fonts
*******************************/
body,
input,
select		{ font-family: Tahoma, Arial, Helvetica, sans-serif; }
textarea,
pre,
code 		  { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2.5em;
    color:#990000;
    line-height:1;
}
h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.5em;
    padding-bottom:1em;
    color:#990000;
}
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p			  { margin: 0 0 1em 0; text-align: left; line-height:1.2; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

blockquote    {
    margin:0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #B8E0FA;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }

dl {
    line-height:1.2;
    margin-bottom:1.2em;
}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 dotted;
}

/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color: #990000; text-decoration: underline; cursor:pointer; }
a.picture-9pt{
	font:9pt arial, helvetica, sans-serif;
	text-decoration:none;
}
a:hover		{}
a:visited	{}

a:active,
a:focus     { outline: 0; } /*remove border in ff*/


/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

/* Images
*******************************/
img 		{ outline:0;border:0; }

/* Form styles
*******************************/
input,
select,
textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
}

input.text,
input.file { cursor:text; }

input.button {
    cursor:pointer;
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    padding:1px 12px;
    text-align:center;
	vertical-align:top;
}

input.radio,
input.checkbox { border: 0;padding: 0; }

/* Wordpress aligning
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

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

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}


/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}

/* Main styles
 *******************************/
#root {
    width: 980px;
    margin: 24px auto 0 auto;
}

/* Header
 *******************************/
#header {
    overflow: hidden;
}

#header ul.menu,
#header .search {
    background:url(img/header-menu-back.gif) 0 0 repeat-x #990000;
}

#header .menu {
    float:left;
    width:700px;
    height:28px;
    padding:10px 0px;
	margin:0;
}

#header .menu li {
    float:left;
    background:url(img/header-menu-delim.gif) 100% 0 no-repeat;
}

#header .menu li.last {
    background:none;
}

#header .menu a {
	color:#990000;
	font-weight:bold;
	padding:0 14px;
	display:block;
	line-height:2.2; 
}

#header .menu a:hover {
    text-decoration:none;
}

#header .search {
    width:228px;
    height:20px;
    float:right;
    padding:14px 16px;
    font-size:0.92em;
}

#header .search label {
	color:#000;
	padding-right:6px;
}

#header .search input.text {
	width:122px;
	border:1px solid #666;
	border-right:0;
	border-bottom:0;
	background:#fff;
	padding:2px;
	color:#000;
	margin-right:7px;
}

#header .search input.button {
	color:#fefefe;
	background:url(img/header-search-button.gif) 0 0 repeat-x;
	font-weight:bold;
	width:45px;
	padding:1px 0;
	text-align:center;
	border:1px solid #666;
}

#heading {
	margin-top:4px;
	width:978px;
	float:left;
	height:151px;
	padding: 0;
	border-right:1px solid #666;
	border-bottom:1px solid #000;
	border-top:1px solid #ccc;
	border-left:1px solid #fff;
}

#heading .description {
	color:#fff;
}
#main {
	width:978px;
	line-height: 1;
	color: black;
	background-color:#000;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-top:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
	border-spacing:10px;
	margin:4px auto;
	background:url(http://65.60.42.110/images/mainbg-grad.jpg);
	clear:both;
	overflow:hidden;
}
/*side nav is in left-block*/
#left-block {
	width:217px;
	float:left;
}
#left-block #login-box{
	background:url(/images/brushed-aluminum.jpg) repeat;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:18px;
	padding-left:18px;
	margin-bottom:4px;
}
.browseproducts{
	width:218px !important;
	width:210;
	height:298px; /* 20px increments for each menu item */
	background-color:#fff;
	border-bottom:solid 1px #f93;
	border-top:solid 1px #f93;
	border-right:0 !important;
	border-right:1px solid #FFF;
	margin-top:-5px;
	margin-left:0 !important;
	margin-left:-2px;
	padding:0;
}
#left-block .box {
	width:216px;
	height: 100%;
	padding:0px;
	margin-bottom:4px;
}

#left-block .box h2, #left-block #login-box h2 {
    padding-bottom:16px;
}

#left-block .box ul, #left-block #login-box ul {
    font-size:1em;
}

#left-block .box ul.children, #left-block #login-box ul.children {
    padding-top:8px;
    font-size:1em;
}

#left-block .box li, #left-block #login-box li {
    padding:4px 0;
    padding-left:20px;
    background-repeat:no-repeat;
    background-position:0 6px;
    background-image:url(img/cat.gif);
}

#left-block .box li.current-cat, #left-block #login-box li.current-cat {
    font-weight:bold;
}

#left-block .categories li {
    
}

#left-block .archive li {
	display: none;
    background-image:url(img/cal.gif);
}

#left-block .blogroll li,
#left-block .meta li {
    background-image:url(img/arrow.gif);
}


#login-box input.text {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
    width:110px;
    font-size:.92em;
}

#login-box input.button {
    font-size:.92em;
    width:48px;
}

.box .tags, #login-box .tags {
    line-height:1.4;
}

.box .textwidget, #login-box .textwidget {
    font-size:.92em;
    line-height:1.4;
}

#left-block #recentcomments {
	display: none;
    font-size:.92em;
}

#left-block #recentcomments li {
	display: none;
    background:none;
    padding-left:0;
}

/*Set to display: none; to remove blog parts*/
#wp-calendar {
	display: none;
    width:180px;
    font-size:.92em;
}

#wp-calendar caption {
	display: none;
    padding:0 0 4px 0;
    font-weight:bold;
}

#wp-calendar th,
#wp-calendar td {
	display: none;
    padding:2px;
    text-align:center;
}

#wp-calendar thead th {
	display: none;
    background:#eee;
}

#wp-calendar #prev {
	display: none;
    text-align:left;
    padding-top:4px;
}

#wp-calendar #next {
	display: none;
    text-align:right;
    padding-top:4px;
}

/* Content
 *******************************/
#main-block {
    width:760px;
    float:right;
}

#content {
	padding:18px;
    background:#fff;
    min-height:400px;
    height:auto!important;
    height:100%;
}

#content .post {
    overflow:hidden;
    margin-bottom:18px;
	height:%100;
    clear:both;
}

#content .entry a {
    color:#e08105;
}

#content .date {
	display: none;
    float:left;
    width:54px;
    height:43px;
    padding-top:11px;
    background:url(img/post-date.gif) 0 0 no-repeat;
    color:#669abb;
    font-size:1.67em;
    text-align:center;
    margin: 0 0 20px 0;
    text-transform:uppercase;
}

#content .date span {
    font-size:0.65em;
    display:block;
}
/*title for each post*/
#content .title,
#content .postdata {
  /*  margin-left:74px;*/
}

#content .page .title {
    margin-left:0;
}

#content .title h2 {
    background:url(img/post-title-border.gif) 0 100% repeat-x;
    padding-bottom:8px;
    margin-bottom:8px;
}

#content .title a {
    text-decoration:none;
    color:#990000;
}

#content .title a:hover {
    color:#990000;
}

#content .postdata {
    font-size:0.92em;
}

#content .category {
    background:url(img/cat.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: left;
}
/*comments and category set to display: none; to remove from site*/
#content .comments {
	display: none;
    background:url(img/comment.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: right;
}

#content .category,
#content .category a {
	display: none;
    color:#91adc1;
}

#content .entry {
    clear:both;
}

#content .entry .more-link {
    font-weight:bold;
    color:#518cb1;
}
/*recent post and comments section set to display: none;*/
#recent {
	display: none;
    margin-top:4px;
    background:#e7f5fe;
    overflow:hidden;
}

#recent .posts,
#recent .comments {
	display: none;
    width:312px;
    padding:24px 32px;
}

#recent .posts {
	display: none;
    float:left;
}

#recent .comments {
	display: none;
    float:right;
}

#recent .posts ul,
#recent .comments ul {
	display: none;
    font-size:.92em;
    line-height:1.2;
}

#recent .posts li,
#recent .comments li {
	display: none;
    margin-bottom:1.1em;
}

#recent .posts li a {
	display: none;
    font-weight:bold;
}

#recent .comments li .author {
	display: none;
    font-size:0.91em;
    line-height:1.4;
}

#recent .comments li a {
	display: none;
    text-decoration:none;
}

#leavecomment {
	display: none;
    padding-top:1em;
}

.comments-list .avatar {
	display: none;
    margin-bottom:4px;
}

.comments-list li {
	display: none;
    padding:18px;
    line-height:1.2;
}

.comments-list li.graybox {
	display: none;
    background:#f5f5f5;
}

.comments-list cite {
	display: none;
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
	display: none;
    font-size:.83em;
}

.comments-list .comment {
	display: none;
    margin-top:8px;
}

#commentform input.text,
#commentform textarea {
	display: none;
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
}

#commentform input.text {
	display: none;
    width:200px;
}

#commentform textarea {
	display: none;
    width:600px;
}

/* Footer
 *******************************/
#footer {
	width:978px;
    margin:4px auto;
    padding:5px 0 5px 0;
    font-size:.92em;
	color:#FFF;
    line-height:1.2;
	text-indent:5px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-top:1px solid #ccc;
	border-left:1px solid #fff;
	background-color:#000;
	overflow:hidden;
}

#footer img {
	vertical-align:middle;
}

#footer .copyright {
	
}

#footer .links {
    float:right;
}

#footer .links a {
    padding-left:16px;
    margin-left:16px;
    background-repeat:no-repeat;
    background-position:0 1px;
}

#footer .rss {
    background-image:url(img/rss.gif);
}

#footer .login {
    background-image:url(img/login.gif);
}

#footer a.powered {
    padding:0;
}

#wp-submit{
cursor:pointer;
    color:#fefefe;
    border:1px solid #666;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    padding:1px 12px;
    text-align:center;
	width:175px;
}
#user_login, #user_pass{
width:175px;
}
a.powersport-rollover {
	display: block;
	width: 324px;
	height: 126px;
	text-decoration: none;
	background: url("/images/powersport-cat.jpg");
	}
a.powersport-rollover:hover {
	background-position: -349px 0;
	}
a.hd-rollover {
	display: block;
	width: 328px;
	height: 138px;
	text-decoration: none;
	background: url("/images/hd-cat.jpg");
	}
a.hd-rollover:hover {
	background-position: -349px 0;
	}
a.lawngarden-rollover {
	display: block;
	width: 305px;
	height: 118px;
	text-decoration: none;
	background: url("/images/lawngarden-cat.jpg");
	}
a.lawngarden-rollover:hover {
	background-position: -349px 0;
	}
a.cargo-rollover {
	display: block;
	width: 279px;
	height: 110px;
	text-decoration: none;
	background: url("/images/cargo-cat.jpg");
	}
a.cargo-rollover:hover {
	background-position: -349px 0;
	}
a.medical-rollover {
	display: block;
	width: 314px;
	height: 105px;
	text-decoration: none;
	background: url("/images/medical-cat.jpg");
	}
a.medical-rollover:hover {
	background-position: -349px 0;
	}
a.bicycle-rollover {
	display: block;
	width: 327px;
	height: 129px;
	text-decoration: none;
	background: url("/images/bicycle-cat.jpg");
	}
a.bicycle-rollover:hover {
	background-position: -349px 0;
	}
a.marine-rollover {
	display: block;
	width: 328px;
	height: 126px;
	text-decoration: none;
	background: url("/images/marine-cat.jpg");
	}
a.marine-rollover:hover {
	background-position: -334px 0;
	}
a.pet-rollover {
	display: block;
	width: 301px;
	height: 124px;
	text-decoration: none;
	background: url("/images/pet-cat.jpg");
	}
a.pet-rollover:hover {
	background-position: -349px 0;
	}
.displace {
	position: absolute;
	left: -5000px;
	}
.widget .dd_vertical ul, .widget .dd_vertical li
{
margin: 0;
}

.dd_vertical
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
color: #990000; 
cursor:pointer; 
text-indent:3px;
}

.dd_vertical ul{
margin: 0;
padding: 0;
padding-left:1px;
background-color:#FFF;
list-style-type: none;
width: 218px; /* Width of Menu Items */
border: 0;
z-index:3000;
}

.dd_vertical ul li{
position: relative;
}

.dd_vertical ul li ul{
position: absolute;
width: 218px; /*sub menu width*/
top:0;
visibility:hidden;
}

.dd_vertical ul li a{
display: block;
overflow: hidden; /*force hasLayout in IE7 */
color: #990000;
text-indent:3px;
text-decoration: underline; 
background: url(/images/browse-products-bg.jpg) no-repeat;
padding: 10px 5px;
border-bottom: 0;
background-color:#FFF;
z-index:3000;
}


.dd_vertical ul li a:visited{
text-decoration: underline;
color: #990000;
}

.dd_vertical ul li a:hover{
text-decoration: none;
color:#000;
background: url(/images/browse-products-bg-hover.jpg) no-repeat;
}

.dd_vertical .subfolderstyle{
background: url(/images/browse-products-bg-arrow.jpg) no-repeat;
}
/* Holly Hack for IE \*/
* html .dd_vertical ul li { float: left; height: 1%; }
* html .dd_vertical ul li a { height: 1%; }
#slideshow { 
	float:left;
}
#slides {
	background-color:#FFF;
	border-top:#666 1px solid;
	border-left:#666 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	border-image-source
	float:left;
	width:363px;
	height:83px;
	padding:3px;
}
#right_column {
	width:320px;
	float:right;
}
#toprow {
	background-position:top left;
	margin-top:33px !important;
	margin-top:36px;
	margin-left:238px !important;
	margin-left:120px;
	width:718px;
	height:90px;
	float:left;
}
a.Control-rollover {
	display: block;
	width: 40px;
	height: 27px;
	padding-top:5px;
	text-decoration: none;
	background: url("/images/control-hover.gif") no-repeat;
}
a.Control-rollover:hover {
	height: 27px;
	background-position: -40px 0px;
	text-decoration: none;
	color:#000;
}
#controls { 
	color: #990000;
	margin-left:450px !important;
	margin-left:226px;
	padding-top:2px !important;
	margin-top:0px !important;
	margin-top:-2px;
	text-indent:7px;
	width:160px;
	height:27px !important;
	height:23px;
	float:left;
	overflow:hidden;
}
#controls .Previous{
	width: 40px;
	float: left;
}
.Next{
	width: 40px;
	float: right;
}
.Pause{
	width: 40px;
	float: right;
	text-indent:4px;
}
.Play{
	text-indent:9px;
	width: 40px;
	float: right;
}
.contentbox {
	padding:2px;	
}