/*
	Theme Name: Wildflour
	Theme URI: http://www.wildflour4thst.com
	Description: A custom WordPress theme created by Chris Berry for the exclusive use of Wildflour Market and Bakery.
	Version: 1.0
	Author: Chris Berry
	Author URI: http://chrisberryonthe.net/
	Please be original and do not copy.
*/

/* RESETS & BASIC PAGE SETUP */

* { 
	margin: 0;
	padding: 0;
}

html { 
	overflow-y: scroll;
}

/* END RESET */

/* WHOLE PAGE */

body {
	margin: 0;
	padding: 0;
        color: #000000;
	background: url(images/bg.png);
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

#page {
	margin: 110px auto;
	padding: 0;
	width: 760px;
        background: url(images/bg75.png);
        border: 3px solid #221b83;
}

a {
	color: #00602b;
	text-decoration: none;
}

a:visited {
	color: #f26b37;
}

a:hover {
	color: #221b83;
	background: #ffffff;
}

a img {
       border: none;
}

.alignleft {
	float: left;
        padding: 0 30px 0 0;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
        clear: both;
}


/* END WHOLE PAGE */

/* HEADER */

#header {
	margin: 0;
	padding: 0;
	background: transparent;
	width: 760px;
        height: 335px;
}

#header h1 {
	margin-left: -9999px;
	color: #ffffff;
}

#header h1 a{
	color: #ffffff;
        margin-left: -9999px;
}

#header h1 a:hover {
	color: #90c84b;
        background: #007548;
}

#header #tagline {
        margin-left: -9999px;
	padding: 0;
	color: #ffffff;
}

#banner {
       background: url(images/header.png);
       background-repeat: no-repeat;
       width: 850px;
       height: 335px;
       margin-top: -111px;
}

/* END HEADER */

/* CONTENT */

#content {
	margin: 0;
	width: 760px;
}

#post-content-wide .post-wide {
        width: 700px;
        margin: 20px auto;
        padding: 30px 20px 20px 20px;
}

#post-content-wide .post-wide h2 a {
        display: none;
}

#content h2 {
	margin: 10px auto 15px auto;
	padding:0;
        color: #00602b;
	font-size: 18px;
        text-align: center;
}

#content .post {
	margin: 20px 0 0;
}

#content h3 {
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 16px;
        color: #221b83;
}

#content h4 {
        margin: 10px 0 10px 0;
        font-size: 15px;
        font-weight: 600;
        border-bottom: 1px solid #221b83;
}

#content h5 {
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 14px;
        color: #00602b;
}

#post-content-wide .post-wide p {
       margin-bottom: 15px;
}

.price {
       font-size: 13px;
       font-weight: bold;
       text-align: center;
       margin: 10px 0 10px 0;
       clear: both;
}

.itemprice {
       float: right;
}
.description {
       margin: 0;
}
.small {
       font-size: 14px;
       font-weight: normal;
       margin: 10px 0 10px 0;
}
.centered_bullets {
       font-size: 14px;
       font-weight: bold;
       text-align: center;
       margin: 10px 0 10px 0;
}

.trivia {
       font-size: 14px;
       text-align: center;
       margin: 10px 30px 5px 30px;
}

.question {
       font-size: 14px;
       text-align: center;
       margin: 10px 45px 25px 45px;
}
#post-content-wide .post-wide ul li {
        list-style-image: url(images/flower_bullet.png);
        list-style-position: inside;
        line-height: 1.75;
}

#post-content-wide .post-wide ul li ul li {
       list-style-image: none;
       list-style-type: none;
       margin: 10px 0 10px 45px;
       font-size: 14px;
}
#post-content-wide .post-wide ul.horizontal li {
        display: inline;
        margin: 0 auto;
        background: url(images/flower_bullet.png);
        list-style-type: none;
        background-position: center left;
        background-repeat: no-repeat;
        padding: .1em 0 0 1.5em; 
}
#post-content-wide .post-wide .content_left {
        float: left;
        width: 45%;
        font-size: 14px;
        margin-bottom: 15px;
}

#post-content-wide .post-wide .content_right {
        float: right;
        font-size: 14px;
        margin-bottom: 15px;
}

.date {
       font-weight: 600;
       text-align: center;
}


/* END CONTENT AREA */


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* FOOTER */

#footer {
	margin: 0;
	padding: 0;
	width: 760px;
        height: 150px;
        border-top: 3px solid #221b83;
	clear: both;
}

#footer p, #footer p a {
        margin-left: -9999px;
        
}
#footer p a:hover {
        color: #000000;
        background: #dddddd;
}
#footer img {
        border: none;
}

/* END FOOTER */


#nav {
	width: 100%;
        }

#nav ul { 
	width: 100%;
	list-style: none;
	font-weight: 700;
	font-size: 11px;
	background-color: #221b83;
	padding: 0;
	margin: 0;
	float: left;
	line-height:18px;

}

#nav a {
	display : block;
	text-decoration : none;
}

#nav ul li a {
	color: #ffffff;
	padding: 0px;
	margin:0px;

}

#nav ul li a.dropdownarrow {      
        padding-right:10px;
	background-image: url("images/arrow-dropdown-white.gif");
	background-repeat: no-repeat;
	background-position: right ;
}

#nav li {
	color: #ffffff;
	float: left;
	padding: 0;
	padding: 4px 13px 4px 19px;
}

#nav li img{
        margin:0px 0px 0px 4px;
        padding:0px;
        vertical-align: middle; 
}

#nav li ul {

	position : absolute;
	left : -999em;
	background-color: #ffc42c;
	left : -111em;
	height : auto;
        color: #ffffff;
	font-weight : 700;
	border-width : 0.25em;
	margin : 2px 0px 0px 0px;
}

#nav li ul
{
	display:none;
	left: auto;
	margin-top:4px;
	margin-left:-16px;
	width:auto;
}

#nav li li {
	border-right: none;
}

#nav li ul li
{
	float: none;
	clear:both;
	width:auto;
	display:block;
	list-style-type: circle;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#nav ul li:hover {
	color: #ffffff;
	background-image:  none;
	background-color: #f26b37;
	
}

#nav ul li:hover ul.nj{
	color: #ffffff;
	background-image:  none;
	background-color: #f26b37;	
	display:block;
	background-color: #f26b37;

}

#nav a:hover {
	color: #000000;
	background-image:  none;
	background-color: #f26b37;
}

.current_page_item
{
	background-image:  none;
	background-color: #fff217;
}

#nav ul li.current_page_item a {
	color: #000000;
}

#nav ul li.current_page_item  ul li{
	color: #000000;
}


#nav ul li.current_page_item  ul li a{
	color: #ffffff;
}


#nav ul li.current_page_item  ul li a:hover{
	color: #ffffff;
	background-image:  none;
	background-color: #000000;
}

