/* AFFILIATE PRODUCTS THEME */
@import url(http://s3.amazonaws.com/devhub/template/theme/dh-columns.css); /* Standard column elements */

body {
    padding: 30px;
	font-family: Helvetica,Arial,sans-serif;
	text-align: center;
	background: #121314;
	color: #1A1A1A;
}

a { outline: none; }

#container,
#header,
#nav,
#body,
#footer {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#container {
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
	background: white;
}

#header {
    border-radius: 10px 10px 0 0 ;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius: 10px 10px 0 0;
}
#feedbar {
    border-radius: 8px 8px 0 0 ;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    -moz-border-radius: 8px 8px 0 0;
}
#header {
	background: #C20700 url(images/bg-header.png) no-repeat scroll center top;
}

#feedbar {
    padding: 9px 15px;
    height: 24px;
    background: #27283F url(images/gloss.png) repeat-x scroll 0 -8px;
}
#feed {
    float: left;
    line-height: 24px;
    font-size: .9em;
    color: #FFFFFF;
    text-decoration: none;
}
#feed:hover { 
    color: #999983; 
}
#feedicon {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    border: none;
    margin-right: 8px;
}

#header form#search {
	float: right;
	line-height: 24px;
	background: transparent url(images/search.png) no-repeat left center;
    padding-left: 30px
}

#sitelogo a { text-decoration: none; }
#sitelogo img {
	max-width: 950px;
	border: none;
	margin-bottom: -4px;
}
#logotext {
    display: block;
    padding: 30px 15px;
    font-size: 2.5em;
    font-family: Verdana,Helvetica,Arial,serif;
	color: #FFFFFF;
	text-decoration: none; 
	text-shadow: 0 1px 1px #C20700;
	letter-spacing: -1px;
}
.col #search {
	background: none;
	border: 1px solid #DEDEDE;
	float: none;
	margin: 0;
	padding: 4px;
}

/* NAVIGATION */
#nav {
	background: #1A1A1A url(images/bg-menuglossy.png) repeat scroll 0 0;
	min-height: 29px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding:0 15px;
	line-height: 28px;
}
#nav ul li {
    float: left;
}
#nav ul li a {
	padding: 8px 15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
#nav ul li a:hover, #nav li.selected a {
	color: #FFFFFF;
}

#body {
	position: relative;
}

.columns {
	padding: 15px 15px 0;
}
.col-padding { padding-right: 15px; }

.box,
.image-wrap {
	margin-bottom: 15px;
}
.box {
	border: 1px solid #DEDEDE;
	padding: 15px;
	background: #F6F9F9;
}
.box a {
	color: #C20700;
	text-decoration: none;
}
.box a:hover {
	color: #999983;
	text-decoration: underline;
}

.post .title {
	margin:0;
	padding:10px 0 10px;
}
.post h2.title {
	font-size:1.8em;
}

.content,
.entry {
	font-size:.9em;
    line-height:1.4em;
}
.content h1,
.entry h1 {
    line-height:1.1em;
}
.content a,
.entry a {
	color:#777;
}
.content img,
.entry img {
	border:6px solid #fff;
}

.headline {
	background: #000000 url(images/bg-heading.png) repeat-x left -34px;
	border-bottom:1px solid #ccc;
	position:relative;
	margin: -15px -16px 14px;
	padding: 10px;
	color: #FFFFFF;
}
.headline h1,
.headline h2,
.headline h3 {
	margin:0;
	padding:5px 0 10px;
}
.headline h1 { font-size:1.8em; }
.headline h2 { font-size:1.3em; }
.headline h3 { font-size:1.1em; }
.headline .more {
	position:absolute;
	top:8px;
	right:0;
	font-size:.8em;
}
.headline h2,
.headline h3 {
	font-size: .75em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.headline h2 a { color: white; }
.post .meta {
	display:block;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.post .meta .comments {
	float:right;
}

.post .social {
	font-size:.7em;
}
.post .social a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	display:block;
	background: #222222 url(images/bg-menuglossy.png) repeat-x scroll left -1px;
	text-decoration:none;
	padding:6px 8px;
	color: #FFFFFF;
	float:left;
	margin-right:2px;
}
.post .social a:hover {
	background-color: #C20700;
}

.paginate {
	margin-top:14px;
}
.paginate .button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	display:block;
	background: #222222 url(images/bg-menuglossy.png) repeat-x left 5px;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	padding:8px 10px;
	text-decoration:none;
	float:left;
}
.paginate .button:hover {
	background-color: #C20700;
}
.paginate .button.alt {
	float:right;
	text-align:right;
}

.item {
	background: #FFFFFF url(images/bg-items.png) repeat-x center center;
	padding:12px;
	border:1px solid #DEDEDE;
	position:relative;
	margin: -8px 0 15px;
}
.item:hover {
	background-color: #F2F7FC;
}
 .item.last {
	margin-bottom: -8px;
} 
.item .title {
	margin:0;
	padding:0 0 6px;
}
.item h3 {
	font-size:1.1em;
}
.item p {
	font-size:.7em;
	line-height: 1.3em;
	margin:0;
	padding-bottom:6px;
}
.item .graphic {
	float:left;
	margin-right:15px;
	margin-bottom:6px;
	position:relative;
}
.item .graphic img {
	width:60px;
	height:60px;
	border:3px solid #fff;
}
.item .meta {
	font-size: .65em;
	color: #CCCCCC;
}
.item .meta a,
.item .meta span,
.item .social a {
	margin-right:5px;
}
.item .rating {
	position:absolute;
	top:10px;
	right:0;
}

.gallery {
	margin-bottom:15px;
}
.gallery .caption {
	margin:0;
	position:absolute;
	bottom:0;
	left:0;
	background:url(http://dh.devhub.com/static/dh/dev/html-sample/black-opacity75.png) top left repeat;
	color:#fff;
	padding:15px;
	width:100%;
	text-shadow:0 -1px 0 #222;
}
.gallery .gallery-image {
	position:relative;
	height:350px;
	overflow:hidden;
	margin:0;
	border:1px solid #555;
	background:#000;
}
.gallery .image img {
	width:100%;
}
.gallery a {
	color:#fff;
	text-decoration:none;
}
.gallery h3 {
	margin:0;
	font-size:1.2em;
	padding-bottom:5px;
}
.gallery p {
	margin:0;
	color:#ccc;
	font-size:.8em;
}

.list {
	font-size:.8em;
}
.list li {
	padding:2px 0;
}
.list ul {
	margin:0;
	padding:6px 0 6px 25px;
}

.product {
	background: #FFFFFF url(images/bg-items.png) repeat-x center center;
	border: 1px solid #DEDEDE;
	margin: 0 -8px 8px;
	padding:15px 15px 15px 3px;
	position:relative;
}
.product:hover {
	background-color: #F2F7FC;
}
.product.last {
	margin-bottom: -8px;
}
.product .details {
	float:right;
	width:55%;
}
.product .graphic {
	width:30%;
	overflow:hidden;
}
.product .graphic img {
	max-width:75%;
	border:3px solid #fff;
	margin-left:5px;
}
.product .title {
	margin:0;
	padding:0 0 8px;
}
.product h3 {
	font-size:1.1em;
}
.product p {
	font-size:.9em;
	margin:0;
	padding:0 0 8px;
	line-height: 1.25em;
}
.product .price {
	color: #999983;
}
.product .button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	display:block;
	background: #999983 url(images/bg-menuglossy.png) repeat-x left -1px;
	text-decoration:none;
	text-transform: uppercase;
	padding:6px 8px;
	color: #FFFFFF;
	float:left;
	margin-right:2px;
	font-size:1em;
}
.product .button:hover {
	background-color: #C20700;
}

.form {
	padding:8px 0 0;
}
.form br {
	display:none;
	visibility:hidden;
}
.form fieldset {
	border:1px solid #ccc;
	background:#fff;
	padding:15px 10px;
}
.form label {
	position:absolute;
	top:0;
	left:0;
	padding:5px 10px;
	font-weight:bold;
}
.form legend {
	background:#fff;
	padding:5px 10px;
	border-top:1px solid #ccc;
}
.form p {
	margin:0;
	padding:5px 0 5px 155px;
	position:relative;
}
input.button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 5px;
	border: 1px solid #222222;
	background: #222222 url(images/bg-menuglossy.png) repeat-x left -1px;
	color: #FFFFFF;
}
input.button:hover {
	background-color: #C20700;
	border-color: #C20700;
	color: #FFFFFF;
}
input.searchinput {
	border: 1px solid #CCCCCC;
	font-size: .75em;
	padding: 3px;
}

.embed {
	padding-top:5px;
}

.comments {
}
.comments ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment {
    padding: 10px;
}

.adcontainer .ads {
    padding: 10px 0;
    overflow: hidden;
}
.adcontainer a,
.adcontainer a:hover p {
    text-decoration: none !important;
}
.adcontainer a:hover h6 {
    text-decoration: underline;
}
.adcontainer a h6 {
    font-size: 14px !important;
    margin: 0;
    padding: 0;
}
.adcontainer a p {
    font-size: 12px !important;
    margin: 0;
    padding: 3px 0;
}
.adcontainer a p.url {
    color: #CCCCCC;
}
.adcontainer .sponsored {
    font-size: 11px;
    margin: 0;
    padding: 0 0 2px;
    text-align: right;
}

/* COMMENT STYLES */
div.commenter {
	margin-bottom: 8px;
}
div.comment-content {
	margin-bottom: 1em;
	padding-left: 60px;
}
div.comment-content p {
	font-size: .875em;
	line-height: 1.25em;
}
div.reply {
	font-size: .85em;
	margin-left: 60px;
	margin-bottom: 20px;
}
.commenter img {
	border: 4px solid white;
	float: left;
	margin-right: 15px;
}
.comments ul {
	padding-left: 0;
}
.comments li.comment {
	list-style: none;
}
span.comment-author {
	font-weight: bold;
}
div.commenter span.time {
	font-size: .7em;
}

.clear {
	clear:both;
    display: block;
}

/* ITEMS */
.box .items {
/*	padding:8px; 
	border: 1px solid #CCC; 
	background: #FFF; */
	margin: auto -8px -8px;
}

/* FOOTER */
#footer {
    border-radius: 0 0 8px 8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -moz-border-radius: 0 0 8px 8px;
	padding: 12px 0;
	background: #999983;
	height: 30px;
}
#footer p,
#footer a {
	color: #FFFFFF;
}
#footer p {
	font-size: .75em;
	margin: 0;
	line-height: 1.125em;
}
#footer #footerleft {
	float: left;
	margin-left: 15px;
}
#footer #search {
	margin: 0 15px 12px 0;
	float: right;
}

a.button:hover {
    text-decoration: none;
}
/* AMAZON */

.amazon-single .product,
.amazon-thin.products .product {padding: 15px;}
.amazon-thin.products .product .graphic {text-align: center;}
.products form#bottom {margin-top:15px; margin-bottom: 0;}
.products form {margin-bottom:15px;}

.products form[action="/deals/search"] {
    margin: 10px -8px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .75em;
    background: #27283F url(images/shade.png) repeat-x scroll 0 bottom;
    color: #FFFFFF;
}
.products form select[name="category"] {
    text-transform: capitalize;
    margin: 0 15px;
}
.products form select[name="category"],
.products input[name="keywords"] {
    width: 30%;
}
.products form input.button[value="Search"],
input.button[type="submit"] {
    background: #2A2A2A url(/static/dhplatform/modules/gloss.png) repeat-x 0 -15px;
    color: #FFFFFF;
    border: none;
    padding: 6px 8px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    font-family: Helvetica,Arial,sans-serif;
}

/* CLICKBANK */

.button.clickbank,
.button.clickbank span {
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}
.button.clickbank {
    background: #222222;
    font-size: 1.3em;
    padding: 1px;
    max-width: 65%;
    margin: 10px auto;
    text-align: center;
}
.button.clickbank:hover {
    background-color: #C20700;
}
.button.clickbank span,
.button.clickbank span span,
.button.clickbank span span a {
    display: block;
    height: 1%;
}
.button.clickbank span {
    border:1px solid #FFF;
    height: 1%;
    display: block;
    padding: 2px;
}
.button.clickbank span span {
    background: transparent url(/static/dhplatform/modules/gloss.png) repeat-x 0 0;
    border: none;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}
.button.clickbank span span a {
    font-weight: bold;
    display: block;
	color: #FFFFFF;
    height: 1%;
    padding: 10px 15px 11px 10px;
    text-decoration: none;
    outline: none;
}

.site-messages ul {margin: 0;}

.searchbin a { /* amazon search bin links */
    text-decoration: none;
    color: ;
}
.searchbin a:hover {
    color: ;
}
