/* FLUX THEME */
@import url(/static/dhplatform/css/dh-columns.css); /* Standard column elements */
@import url(/static/cache/fonts/serif/BodoniFLF/stylesheet.css);

#sitelogo a { font-family: BodoniFLFBold,"Times New Roman",serif; }

.col-padding { padding-right: 10px; }
.box,
.image-wrap,
.gallery {
	margin-bottom: 15px;
}
.box {
	padding:8px 15px;
}
.box-inner {
}

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

/************/

body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(/img/upload/body-grad_4.png) 0 80px repeat-x #2a3f92;
}

body {
	color: #000000;
}

a {
	color: #63a014;
	text-decoration: none;
}
a:hover {
	color: #63a014;
	text-decoration: underline;
}

#header {
    padding: 2em 0 0;
	background: transparent;
}

.logo-wrapper {
    float: left;
}

#sitelogo {
    
}

#sitelogo a {
	color: #ffffff; text-decoration: none;
}

#sitelogo img {
	border: medium none;
}
#sitelogo #logotext {
    display: block;
	font-size: 3em;
	margin-left:10px;
	margin-bottom:16px;
}

#sitelogo a img {
	border: medium none;
    display: block;
}

#searchbox {
	float: right;
	width: 245px;
}

#search {
	float: right;
	text-align: right;
}

#navwrapper {
background: #ffffff;
font-size:0.9em;
height:32px;
}


#nav {
	background: #ffffff;
	margin-top: 0px;
	
}

#nav ul {margin: 0; padding-left: 0px;}

#nav li {
	float: left;
	list-style: none;
}
#nav li a {
	background: #ffffff;
	color: #333333;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:0.869em;
	padding: 9px 12px;
	display: block;
    margin-right:1px;
}
#nav li a:hover, #nav li.selected a {
	background: url(/img/upload/nav-background.png) 0 1px repeat-x #0f709a;
	color: #ffffff;
	text-decoration: none;
}


#body {
	background: #ffffff;
	width: auto;
    padding-top:15px;
}

img {
	border:medium none;
}
.site-messages ul {
    padding:0;
    margin:0;
}

.post .title {
	margin:0;
	padding:10px 0 10px;
}
.post h2.title {
	font-size:1.4em;
	color: #63a014;
}

.content,
.entry {
	font-size:.75em;
	line-height:1.575em;
}
.content h1,
.content h2,
.content h3,
.content h4 {
	color: #63a014;
}
.content h1 {
    font-size:1.4em;
}
.content a,
.entry a {
	color:#63a014;
	text-decoration: none;
}

.content a:hover,
.entry a:hover {
	color:#63a014;
	text-decoration: underline;
}

.content img,
.entry img {
	border:medium none;
}


.headline {
	border-bottom:1px solid #ccc;
	position:relative;
	margin-bottom:5px;
}
.headline h1,
.headline h2,
.headline h3 {
	font-weight: normal;
	margin:0;
	padding:5px 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #63a014;
}
.headline h1 {
	font-size:1.8em;
	color: #63a014;
}
.headline h2 {
	font-size:1.3em;
	color: #333333;
}
.headline h3 {
	font-size:0.8em;
	padding-bottom:4px;
	text-transform:uppercase;
	font-weight: bold;
 }
.headline .more {
	position:absolute;
	top:8px;
	right:0;
	font-size:.8em;
}

.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 {
	display:block;
	background: url(/img/upload/nav-background.png) repeat-x #0f709a;
	color: #ffffff;
	border:1px solid #63a014;
	text-decoration:none;
	padding:5px;
	float:left;
	margin-right:2px;
}

.post .social a:hover {
	text-decoration: underline;
}

.paginate {
	margin-top:14px;
}
.paginate .button {
	display:block;
	padding:8px 10px;
	background: url(/img/upload/nav-background.png) repeat-x #0f709a;
	color: #ffffff;
	border:1px solid #63a014;
	text-decoration:none;
	float:left;
}
.paginate .button.alt {
	float:right;
	text-align:right;
}

.paginate .button:hover{
	text-decoration: underline;
}

.item {
	padding:12px 0;
	border-bottom:1px solid #ccc;
	position:relative;
}
.item.last {
	padding-bottom:0;
	border:0;
}
.item .title {
	margin:0;
	padding:0 0 6px;
}
.item h3 {
	font-size:1em;
}
.item p {
	font-size:.8em;
	margin:0;
	padding-bottom:6px;
}
.item .graphic {
	float:left;
	margin-right:10px;
	margin-bottom:6px;
	position:relative;
}
.item .graphic img {
	width:60px;
	height:60px;
    border:0;
}
.item .meta {
	color:#555;
}
.item .meta a,
.item .meta span,
.item .social a {
	margin-right:5px;
}
.item .rating {
	position:absolute;
	top:10px;
	right:0;
}

.rating img {
	border: none;
}

.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 .image img {
	width:100%;
}
.gallery a {
	color: #63a014;
	text-decoration:none;
}
.gallery h3 {
	margin:0;
	font-size:1.2em;
	padding-bottom:5px;
}
.gallery p {
	margin:0;
	color:#ccc;
	font-size:.8em;
}

/* Gallery */
.gallery-item {
    float: left;
    display: block;
    width: 175px;
    height: 175px;
    text-align: center;
    line-height: 175px;
    font-size: 175px;
    margin: 10px;
}
* > .gallery-item {
    font-size: 1em;
}
.gallery-item img {
    max-height: 175px;
    max-width: 175px;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid transparent !important;
    cursor: hand;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
}
.gallery-item:hover img {
    border-color: #222 !important;

    -moz-box-shadow: 2px 2px 5px #777;
    -webkit-box-shadow: 2px 2px 5px #777;
    box-shadow: 2px 2px 5px #777;
}

.list {
	font-size:.8em;
}

.list a{
	color:#63a014;
	text-decoration: none;
}

.list a:hover{
	color: #555555;
	text-decoration: underline;
}

.list li {
	padding:2px 0;
}
.list ul {
	margin:0;
	padding:6px 0 6px 25px;
}

.title{
	color: #63a014;
}

.title a {
	color: #63a014;
	text-decoration:none;
}

.title a:hover {
	color: #63a014;
	text-decoration: underline;
}

.product {
	padding:12px 0;
	border-bottom:1px solid #ccc;
	position:relative;
}
.product.last {
	padding-bottom:0;
	border:0;
}
.product .details {
}
.product .graphic {
	float:left;
	width:80px;
	overflow:hidden;
    margin-right:12px;
}
.product .graphic img {
	max-width:90%;
}
.product .title {
	margin:0;
	padding:0 0 8px;
}
.product h3 {
	font-size:1em;
}
.product p {
	font-size:.8em;
	margin:0;
	padding:0 0 8px;
}
.product .price {
	color:red;
}
.product .button {
	display:block;
	background: url(/img/upload/nav-background.png) repeat-x #0f709a;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #0f709a;
	padding:6px 8px;
	float:left;
	margin-right:2px;
	font-size:.9em;
	font-weight:bold;
	text-transform:uppercase;
}

.product .button:hover {
	text-decoration: underline;
}

.form {
    margin: 0;
    padding: 0;
}
.form fieldset {
    border: 1px solid #eee;
    padding: 1px 5px;
    background: #fff;
    overflow: hidden;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.form p {
    margin: 0;
    padding: 0;
}
.form label {
    font-size: .8em;
    font-weight: bold;
    color: #555;
    display: block;
    margin: 10px 0 5px;
}
.form input[type=email],
.form input[type=text],
.form textarea {
    border: 1px solid #ccc;
    padding: 5px;
    width: 95%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.form p.submit {
    margin: 10px 0;
}

.embed {
	padding-top:5px;
}

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

#footer {
	margin: 0 auto;
	padding: 0 0px 9px;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


.adcontainer .ads {
	padding: 5px 0;
	padding-right: 10px;
}

.adcontainer .ads {
	padding: 5px 0;
}
.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;
    text-decoration: underline;
}
.adcontainer a p {
	font-size: 12px !important;
	margin: 0;
	padding: 0;
	color: #000000;
}
.adcontainer a p.url {
	color: #63a014;
}
.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;
}
div.reply {
	font-size: .85em;
	margin-left: 60px;
	margin-bottom: 20px;
}
div.reply a {
	background: #63a014 url(/img/upload/nav-background.png) repeat-x scroll 0 0;
	font-size: .875em;
	border: 1px solid #63a014;
	text-decoration: none;
	padding: 5px;
	color: #ffffff
}
div.reply a:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}
.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;
}
p.submit input.button {
	background: #63a014 url(/img/upload/nav-background.png) repeat-x scroll 0 0;
	font-size: .875em;
	border: 1px solid #63a014;
	text-decoration: none;
	padding: 5px;
	color: #ffffff
}

p.submit input.button:hover {
	background: #ffffff url(/img/upload/nav-background.png) repeat-x scroll 0 0;
	color:#63a014;
}
.amazon-single h3 {
	color: #63a014;
}

/* 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;}

form[action="/deals/search"] {
    margin: 10px auto;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .75em;
    background: #4A4A4A url(images/shade.png) repeat-x scroll 0 -5px;
    color: #FFF;
}
form select[name="category"] {
    text-transform: capitalize;
    margin: 0 15px;
}
form select[name="category"],
input[name="keywords"] {
    width: 30%;
}
form input.button[value="Search"],
input.button[type="submit"] {
    background: #555555 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: #63a014;
    font-size: 1.3em;
    padding: 1px;
    max-width: 65%;
    margin: 10px auto;
    text-align: center;
}
.button.clickbank:hover {
    background-color: #63a014;
}
.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: #555555;
}
.searchbin a:hover {
    color: ;
}

.site-messages ul {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 529px) {
   
    /* Resets */
    div {
        float: none !important;
    }

    div.col {
        width: 100% !important;
    }
    
    .sb-col {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

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

    #header{
        padding: 0;
    }

    div#wrapper div#header span#sitelogo a img#logoimg{
        float: right;
        max-width: 100%;
    }

}