/* LOCAL BUSINESS */

@import "dh-columns.css"; /* Standard column elements */
@import "stylesheet.css";

#sitelogo #logotext { font-family: DaysRegular,Helvetica,Arial,serif; }

address {
    font-style: normal;
}
div#prebody {
	background: white;
	position: relative;
}
.col-padding { padding-right: 15px; }
.box,
.image-wrap {
	margin-bottom: 15px;
}
.box {
	padding: 15px;
	background: transparent;
}
.box-inner {
}

#prebody,
#body,
#footer,
#header,
#picturerow,
#socialicons {
	width: 830px;
	margin: 0 auto;
	text-align: left;
}

#sitelogo,
#nav {
	float: left;
	height: 120px;
}

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

body {
	font-family: Helvetica,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #171717 !important;
}
#body {
	color: #000;
}

.box a { 
	color: #c73737;
	text-decoration: none;
	outline: none;
}
.box a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

input.button,
a.reply-to {
	padding: 5px;
	border: 1px solid #171717;
	background: #171717;
	color: #FFFFFF;
	text-decoration: none;
}
input.button:hover {
	background-color: transparent;
	color: #171717;
}
#logobox {
	float: left;
	widows: 280px;
	overflow: hidden;
	position: relative;
}
#sitelogo {
	width: 280px;
	overflow: hidden;
	position: relative;
}
#sitelogo a {
	font-size: 2em;
	color: #568231;
	display: block;
	letter-spacing: -1px;
	text-decoration: none;
	position: absolute;
	left: 10px;
	bottom: 9px;
	line-height: 1.1em;
}
#sitelogo a img {
	max-width: 280px;
	max-height: 90px;
	position: relative;
	bottom: 0px;
}

#sitelogo img {
	border:medium none;
}

#search {
    float: right;
}
.col #search {
	float: none;
}
#nav {
	width: 550px;
	overflow: hidden;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#nav ul li {
	float: left;
    height: 120px;
}
#nav ul li a {
    color: #999999;
    height: 120px;
}

#nav ul li a span {
    vertical-align: -90px;
    line-height: 20px;
    display: inline-block;
    padding: 10px 10px;   
}

#nav ul li a,
#nav ul li.selected a {
	font-size: 16px;
	margin: 0px 1px;
	text-decoration: none;
    display: inline-block;
}
#nav ul li a:hover,
#nav ul li.selected,
#nav ul li.selected a {
	color: #ad1f53;
	background: #f0f0f0 url(./Images/bg-menu.png) repeat-x scroll 0 0;
}
#picturerow {
	background-color: #f0f0f0;
	height: 195px;
    overflow: hidden;
}
#picturerow.nopictures {
    height: 10px;
}
#picturerow span {
	display: block;
	float: left;
	background: #BBD8ED;
	width: 32.53012048%;
	height: auto;
	margin: 5px 1.20481928% 5px 0;
	overflow: hidden;
}
#picturerow span.last {
	margin-right: 0px;
}
#picturerow span img {
	width: 100%;
	height: auto;
}

.sb-col:first-child {
	background: #BBD8ED;
}
.col_2_1 .item .meta,
.col_3_1 .item .meta {
	color: #f0f0f0;
}
.col {
	margin-bottom: -4px;
}

/* #BODY STYLES */
#body {
	background: #FFFFFF;
	position: relative;
	margin-bottom: 10px;
}

.post .title {
	margin:0;
	padding:10px 0 10px;
	letter-spacing: -1px;
}
.post h2.title {
	font-size:1.5em;
	line-height: 1.25em;
}

.content,
.entry {
	font-size:.9em;
	line-height:1.3em;
}
.content h1,
.entry h1 {
    line-height: 1em;
}
.content h2,
.entry h2 {
    line-height: 1.1em;
}
.content h3,
.entry h3 {
    line-height: 1.2em;
}
.content a,
.entry a {
	color: #c73737;
	text-decoration: underline;
}
.content img,
.entry img {
	border:6px solid #fff;
}

.headline {
	border-bottom:1px solid #ccc;
	position:relative;
	margin-bottom:5px;
}
.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;
}

.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: #171717;
	text-decoration:none;
	padding:6px 8px;
	color: #FFFFFF;
	border: 1px solid #171717;
	float:left;
	margin-right:2px;
}
.post .social a:hover {
	background-color: transparent;
	color: #171717;
}

.bookmark {background: transparent url(./Images/bookmark.png) no-repeat scroll -2px 0;}
.twitter {background: transparent url(./Images/tweets.png) no-repeat scroll -2px 0;}
.facebook {background: transparent url(./Images/facebooking.png) no-repeat scroll -2px 0;}
.comment {background: transparent url(./Images/comment.png) no-repeat scroll -2px 0;}

.paginate {
	margin-top:14px;
}
.paginate .button {
	display:block;
	padding:8px 10px;
	background: #171717;
	color: #FFFFFF;
	border:1px solid #171717;
	text-decoration:none;
	float:left;
}
.paginate .button.alt {
	float:right;
	text-align:right;
}
.paginate .button:hover {
	background-color: transparent;
	color: #171717;
}

.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:.9em;
}
.item p {
	font-size:.7em;
	margin:0;
	padding-bottom:6px;
	line-height: 1.2em;
}
.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 {
	color:#555;
}
.item .meta a,
.item .meta span,
.item .social a {
	margin-right:5px;
}
.item .rating {
	position:absolute;
	top:10px;
	right:0;
}

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

.product {
	padding:12px 0;
	border-bottom:1px solid #ccc;
	position:relative;
}
.product.last {
	padding-bottom:0;
	border:0;
}
.product .details {
	float:right;
	width:70%;
}
.product .graphic {
	float:left;
	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:.75em;
	line-height: 1.25em;
	margin:0;
	padding:0 0 8px;
}
.product .price {
	color:red;
}
.product .button {
	display:block;
	background: #f0f0f0;
	text-decoration:none;
	padding:6px 8px;
	color: #ad1f53;
	float:left;
	margin-right:2px;
	font-size:.9em;
}
.product .button:hover {
	background-color: #c73737;
	text-decoration: none;
}

.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;
}

.comments {
}
.comments ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment {
    padding: 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;
}
.adcontainer a p {
    font-size: 12px !important;
    margin: 0;
    padding: 0;
}
.adcontainer a p.url {
    color: #555;
}
.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;
}
.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;
}

#footer p,
#footer a {
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
}
#footer p {
	margin: 0;
}
#socialicons {
	text-align: center;
	padding: 10px 0;
}
#socialicons span {
	width: 40px;
}

/* 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: #f0f0f0 ;
    color: #ad1f53;
}
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: #c73737 url(./Images/gloss.png) repeat-x 0 -15px;
    color: ;
    border: none;
    padding: 6px 8px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    font-family: Helvetica,Arial,sans-serif;
}
form input.button:hover[value="Search"],
input.button:hover[type="submit"] {
    background-color: #f0f0f0;
}

/* CLICKBANK */

.button.clickbank,
.button.clickbank span {
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}
.button.clickbank {
    background: #c73737;
    font-size: 1.3em;
    padding: 1px;
    max-width: 65%;
    margin: 10px auto;
    text-align: center;
}
.button.clickbank:hover {
    background-color: #f0f0f0;
}
.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(./Images/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: #ad1f53;
    height: 1%;
    padding: 10px 15px 11px 10px;
    text-decoration: none;
    outline: none;
}

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

.site-messages ul {margin: 0;}

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

@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;
    }

#sitelogo a img {
    max-width: 380px !important;
    margin-right: 10%;
}

#header {
    width:auto !important;
}

#header div#nav div{
    height: 54px !important;
}

#nav{
    width: auto !important;
    height: auto;
}

#prebody,
#body,
#footer,
#header,
#picturerow,
#socialicons {
    width: auto;
    margin: 0 auto;
    text-align: left;
}

#picturerow{
    height:auto !important;
     
}

#picturerow span{
    text-align: center;

    

}
#logobox{
    float:none !important;

}
div#picturerow span#custom_image_2{

}
div#picturerow span#custom_image_3{

}
}