/*

Title:      Hometown Provisions Website
Author:     Adam Chlan
Copyright:  2010, Adam Chlan
Last Modified: 3/07/11

*/

@import url('reset.css');

body {
	background: #e8dec5 url(img/bg-main.jpg) center repeat-y;
	font-family: georgia, serif;
	font-size: 14px;
	color: #494949;
	line-height: 1.5em;
}


/******* Text Control ******/

small a:link, small a:visited {
	font-size: 10px;
	color: #7c3223;
}

p {
	margin: 0 0 10px 0;
}

p.lead-text {
	font-size: 17px;
	line-height: 1.7em;
	color: #7c3223;
}

a:link {
	color: #8e220c;
	font-weight: bold;
}

a:visited {
	color: #674c12;
	font-weight: bold;
}

p.justified {
	text-align: justify;
}

/******* Image Control ******/

.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
    background-color: #f0ece6;
    padding: 5px 0 0 0;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
    background-color: #f0ece6;
    padding: 5px 0 0 0;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}

.alignnone,
img.alignnone {
	background-color: #f0ece6;
    padding: 5px 0 0 0;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
	background-color: #f0ece6;
}

#map {
	float: right;
}

.imgbrd {
	border: 1px solid #000;;
}

/******* Main Navigation ******/

#main-nav {
	height: 44px;
	line-height: 44px;
	background: url(img/bg-main-nav.jpg) repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#nav-wrapper {
	margin: 0 auto;
	width: 960px;
}

#main-nav ul {
	position: relative;
	float: right;
	margin: 3px 0 0 0;
	z-index: 999;
}

#main-nav ul li {
	position: relative;
	float: left;
	display: inline;
	height: 44px;
	line-height: 44px;
	z-index: 998;
}

#main-nav ul li a:link, #main-nav ul li a:visited {
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 24px;
	padding: 3px 10px;
}

#main-nav ul li.current_page_item a, #main-nav ul li.current_page_parent a, #main-nav ul li a:hover {
	background-color: #d0752d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#main-nav ul li ul { /* dropdown navigation shell */
	position: absolute;
	width: 182px;
	left: -999em;
	height: auto;
	background-color: #fff;
	z-index: 1000;
	text-align: center;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;

}

#main-nav ul li ul li { /* dropdown nav list item */
	width: 182px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	border-top: none;
	border-bottom: 1px solid #ccc;
}

#main-nav ul li ul li a:link, #main-nav ul li ul li a:visited { /* dropdown nav list item */
	color: #000;
	font-weight: normal;
	border: none;
	padding: 0;
	width: 182px;
	height: 25px;
	margin: 0;
	display: block;
	background-color: #fff;
}

#main-nav ul li ul li.current_page_item a, #main-nav ul li ul li.current_page_parent a {
	background-color: transparent !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#main-nav ul li ul li a:hover { /* dropdown nav list item */
	background-color: #F0ECE6 !important;
	text-decoration: underline;
	display: block;
	height: 25px;
	width: 182px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#main-nav ul li:hover ul, #main-nav ul li.sfhover ul { /* shows dropdown on hover; sfhover hack for IE 6 */
	top: 37px;
	left: 0;
}


/******* Branding ******/

#branding {
	width: 960px;
	height: 115px;
	margin: 0 auto;
	position: relative;
	background: transparent;
	z-index: 0;
}

#branding h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #7c3223;
	position: absolute;
	right: 305px;
	top: 55px;
}

#branding #logo, #branding #static-logo {
	top: 10px;
	position: absolute;
	left: 25px;
	z-index: 1000;
}


.branding-phone {
	position: absolute;
	top: 55px;
	right: 25px;
	padding: 0 0 0 25px;
	background: url(img/phone.png) no-repeat;
	font-size: 20px;
	color: #7c3223;
	font-weight: normal;
}


/******* Main Content ******/

#body-wrap {
	width: 960px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}

#mb-top-cap-home {
	width: 960px;
	height: 9px;
	background: url(img/bg-top-cap.png) no-repeat;
	float: left;
	display: inline;
}

#mb-top-cap {
	width: 960px;
	height: 52px;
	background: url(img/bg-sec-title.png) no-repeat;
	float: left;
	display: inline;
}

#mb-bottom-cap {
	width: 960px;
	height: 9px;
	background: url(img/bg-bottom-cap.png) no-repeat;
	float: left;
	display: inline;
}

#main-content {
	width: 960px;
	background: url(img/bg-body-box.png) repeat-y;
	float: left;
	display: inline;
	min-height: 300px;
}

#main-content-blog {
	width: 960px;
	background: url(img/bg-body-box-blog.png) repeat-y;
	float: left;
}

#main-content #copy {
	padding: 25px 30px 25px 30px;
	margin: 0 0 0 0;
	float: left;
	width: 900px;
}

#mb-top-cap h2 {
	padding: 0 0 0 25px;
	font-size: 26px;
	color: #7c3223;
	font-weight: normal;
	line-height: 65px;
}

#slideshow {
	float: left;
	margin: 0 25px 0 0;
	padding: 1px;
	border: 1px solid #7c3223;
	width: 431px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #7c3223;
}

#copy ul, #blog-copy ul {
	list-style-type: disc;
	margin: 0 0 15px 0;
}

#copy ul li, #blog-copy ul li {
	margin: 0 0 0 30px;
}

ul.children {
	margin-left: 15px;
}

#gform_wrapper_1, .gform_wrapper {
	width: 400px;
	margin: 0;
	padding: 0;
}

#main-content #copy #entry {
	float: left;
	width: 400px;
}

/****** Home Sliding Logos ******/

#slide-brands {
	height: 119px;
	background: url(img/bg-home-brands.jpg) repeat-x;
}

h3.featured {
	width: 940px;
	margin: 0 auto 10px auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #7c3223;
	display: block;
	background: url(img/px-rd.gif) center repeat-x;
}

h3.featured span {
	background-color: #e3d8c1;
	padding: 0 5px;
}

#slide-brands #logos {
	width: 870px;
	margin: 0 auto;
	text-align: center;
}

/******* Footer ******/

#footer {
	width: 960px;
	margin: 7px auto 15px auto;
	overflow: auto;
}

#footer p {
	margin: 0;
	font-size: 12px;
	padding: 0 25px;
	line-height: 1.5em;
	float: left;
}

#footer span.copyright {
	font-size: 10px;
	display: block;
}

#footer ul {
	float: right;
	margin: 7px 25px 0 0;
}

#footer ul li {
	float: left;
	width: 25px;
	height: 25px;
	text-indent: -999em;
	margin: 0 3px;
}

#footer ul li.email {
	background: url(img/btn-email.png) no-repeat;
}

#footer ul li a:link, #footer ul li a:visited {
	display: block;
	height: 25px;
	width: 25px;
}

#footer ul li.linkedin {
	background: url(img/btn-linkedin.png) no-repeat;
}

#footer ul li.facebook {
	background: url(img/btn-facebook.png) no-repeat;
}

#footer ul li.twitter {
	background: url(img/btn-twitter.png) no-repeat;
}

/****** Hidden Elements *****/
#post-8 h2 {
	display: none;
}

/****** Blog ******/

#blog-copy {
	float: left;
	padding: 25px;
	width: 650px;
}

#blog-sidebar {
	float: left;
	padding: 25px;
}

#blog-sidebar ul {
	font-size: 12px;
}

h2.widgettitle {
	font-size: 15px;
}

.widget {
	margin: 0 0 20px 0;
}

#blog-copy h2 {
	margin: 0 0 0 0;
	font-size: 18px;
}

#blog-copy h2 a:link, #blog-copy h2 a:visited {
	text-decoration: none;
	color: #7c3223;
}

#blog-copy h2 a:hover {
	text-decoration: underline;
}

.meta {
	font-size: 11px;
	font-weight: bold;
}

.btm-blog-links {
	font-size: 11px;
	font-weight: bold;
}

.post {
	margin: 0 0 30px 0;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/****** Buttons ******/

a:link.button, a:visited.button {
    background: transparent url('img/bg_button_a.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    height: 30px;
    margin-top: 15px;
    padding-right: 16px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 16px;
}

a:hover.button {
    color: #ccc;
}

/****** Home Slideshow ******/

.fadein { position:relative; width:431px; height:294px; }
.fadein img { position:absolute; left:0; top:0; }



/* Delivery Schedule Table */

#col-select {
	float: left;
}

#col-select ul li{
	margin: 0 0 5px 0;
}

table.schedule {
	font-size: 12px;
	float: right;
	margin: 0 0 25px 25px;
}

table.schedule th {
	padding: 5px 40px 5px 5px;
	background-color: #e8dec5;
	text-align: left;
	border-top: 3px solid #d7cdb5;
}

table.schedule td {
	padding: 5px 40px 5px 5px;
	text-align: left;
}

table.schedule td.city {
	text-align: left;
	text-transform: capitalize;
}

table.schedule td.delivery {
	background: transparent url(img/truck.png) no-repeat 10px 5px;
	text-indent: -999em;
}

table.schedule tr.zebra {
	background-color: #f0ece6;
}



/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.anythingSlider                         { height: 119px; width: 870px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { height: 119px; width: 860px; overflow: auto; margin: 0; position: absolute; top: 0; left: 5px; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider .wrapper img			{ margin: 0 10px;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 119px; width: 870px; margin: 0; bottom right no-repeat; }
.anythingSlider .arrow                  { display: block; height: 119px; width: 25px; background: url(img/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -44px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -118px; }
.anythingSlider .back:hover             { background-position: -44px -118px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { display: none; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

.anythingSlider h3 {
	border: none;
	margin: 40px 0 0 50px;
	font-size: 18px;
	font-weight: bold;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0 0 0 50px; background: none; overflow: visible; width: 350px; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; line-height: 1.7em; font-size: 13px; margin: 5px 0 0 0; }

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}


/* Product Listings */

table.schedule tr.visible {
	visibility: visible;
}

#copy ul.products {
	width: 320px;
	list-style-type: none;
	margin: 0;
}

#copy ul.products li {
	float: left;
	width: 140px;
	padding: 3px;
	font-size: 12px;
}

a.selected {
	font-weight: bold;
	background-color: #f0ece6;
}

.linklove {
	display: none;
}



/* s3slider */

#slider {
    width: 431px; /* important to be same as image width */
    height: 294px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 431px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 431px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 13px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

ul#sliderContent {
	margin: 0;
	list-style: none;
}

ul#sliderContent li {
	margin: 0;
	padding: 0;
}

#prod-slider {
	float: right;
	margin: 0 0 0 15px;
}

/* Comments */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea {
	font-family: Helvetica, Arial, Georgia, Sans-serif;
	font-size: 12px;
}



