/*
Theme Name: Reis Fresh Produce
Theme URI: http://http://reisfreshproduce.com/
Description: Original Design for Reis's Fresh Produce
Version: 1.0
Author: MadBee Web Design
Author URI: http://madbeeweb.com/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* =Structure
-------------------------------------------------------------- */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #9c0703;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#page {
	display: block;
	background: transparent;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 760px;
	height: 575px;
}


/* =Header
-------------------------------------------------------------- */
.branding {
	position: absolute;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
        border: 0px solid orange;
	width: 760px;
	height: 233px;
}

#site-title {
	font-size: 18px;
	font-weight: bold;
	margin: .67em 0;
	visibility: hidden;
}
#site-description {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 1em 0;
	visibility: hidden;
}


/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000em;
}


a:link {
	color: #BF5229;
}

a:visited {
  color: #BF5229;
}

a:active {
	color: #BF5229;
}

a:hover {
	text-decoration: none;
}

/* =Menu
-------------------------------------------------------------- */
#navbar {
	position: absolute;
	background: #eee url(images/navbar.jpg) no-repeat;
	margin-top: 233px;
	width: 760px;
	height: 38px;
}
#access {
	display: block;
	background-color: transparent;
	float: left;
	margin: 0 auto 1em 110px;
	width: 760px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	color: #BF5229;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
	float: left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	color: #fff;
	height: auto;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: transparent url(images/nav_hover.png) no-repeat;
}
#access ul ul a:hover {
	background: #000;
}
#access ul li:hover > ul {
	display: block;
}

#primary {
	float: left;
	position: absolute;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	/*background: #ADFF2F;*/
	margin: 271px -240px 0 0;
	width: 760px;
	height: 395px;
}

#content {
	/*background: #CEF6F4;*/	
	background-color: transparent;
	margin: 0 240px 20px 20px;
}

#content2 {
	background: #CEF6F4;
	margin: 0 20px 20px 20px;
}

.page-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}

#content .entry-title {
	color: #000;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}

#content2.entry-title {
	color: #000;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}

#content2 h1 {
	color: #000;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}

#content h2 {
	color: #000;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}

#content h3 {
	color: #000;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}

.entry-date {
	color: #000;
	font-size: 10px;
	margin-bottom: 0;
}

.entry-meta {
	color: #000;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}

.entry-title a:link,
.entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}

#content p {
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 0;
	margin-right: 20px;
}

#main .widget-area {
	float: right;
	overflow: hidden;
}

.widget-title {
	color: #00cc00;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#widget-area p {
	font-size: 10px;
	line-height: 11px;
}

.widget-area ul {
	font-size: 10px;
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 10px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

#colophon {
	clear: both;
	position: absolute;
	text-align: center;
	margin-top: 666px;
	display: block;
	width: 760px;
}
#colophon p {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 20px;
}

/* Increase the size of the content area for templates without sidebars */

.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}




/* =Widgets
-------------------------------------------------------------- */

.widget-area {
	position: absolute;
	/*background: rgb(255, 192, 203); /* pink */*/
	background-color: transparent;
	margin-top: 265px;
	width: 190px;
	margin-left: 540px;
}
.widget-area ul {
	list-style: none;
	padding: 0 1em;
}
.widget-area ul ul {
	list-style: disc;
	padding: 0 0 0 1em;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 5px 0 0 0;
}

#colophon a {
	color: #fdd679;
	text-decoration: underline;	
	}

#colophon p {
	color: #fdd679;
	text-decoration: none;	
	}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
	width: 11px;
	background: transparent url(images/scroll_bg.png);	
}

.vscrollerbar {
	width: 11px;
	background: #d8d8d8;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.vscrollerbar {
padding: 11px;
z-index: 2;
}

.vscrollerbasebeg {
background: url(images/scroll_begin-trans.png)no-repeat;
width: 11px;
height: 11px !important;
}

.vscrollerbaseend {
background: url(images/scroll_end-trans.png)no-repeat;
height: 11px;
width: 11px;
}

#mycustomscroll {
	width: 495px;
	height: 341px;
	overflow: auto;
	position: relative;
	background-color: transparent;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 60px;
	margin-bottom: 10px;
	padding: 4px;
	z-index: 1;
}
