/*
Theme Name: Meat Cheese Bread 
Theme URI: http://meatcheesebread.com/
Description: Main Site Design Theme
Version: 1.0, January 2013
Author: Grey Media
Autor URI: http://greymedia.com/
*/


/* ------------- BROWSER RESET ------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* ------------- GENERAL STYLES ------------- */

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
 
/* Typography */

h2, h3 {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	font-weight: bold;
}

h2 {
	display: inline-block;	
	font-size: 32px;
	padding: 0 0 5px 0;
	border-bottom: 6px dotted;
}

h3 {
	font-size: 20px;
	margin: 15px 0 10px 0;

}

h4 {
	font-family: Lucida, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #000902;
	margin: 25px 0 5px 0;
	font-weight: normal;
}

p {
	line-height: 18px;
	margin-bottom: 8px;
}

p.menu {
	font-size: 15px;
	margin-top: 15px;
}

a {
	color: #8d0415;
	font-weight: 600;
	text-decoration: none;
}

a:visited {
	color: #923c1e;
}

.clear-float {
	width: 0;
	height: 0;
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
}

/* Image Alignments */

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.spacer5 {
	clear: both;
	height: 5px;
}

.spacer10 {
	clear: both;
	height: 10px;
}

.spacer25 {
	clear: both;
	height: 25px;
}

.spacer50 {
	clear: both;
	height: 50px;
}

/* Page Layouts */

#wrapper {
	position: relative;
	width: 761px;
	margin: 90px auto 0 auto;
	padding-bottom: 20px;
	z-index: 1000;
}

#content-top {
	width: 755px;
	height: 16px;
	background: url("images/topslice.png") no-repeat;
}

#content-middle {
	width: 755px;
	background: url("images/middleslice.png") repeat;
}

#content-narrow {
	position: relative;
	width: 645px;
	padding: 30px 20px 20px 90px;
}

#content-gallery {
	position: relative;
	width: 690px;
	padding: 0 32px 20px 32px;
}

#content-wide {
	position: relative;
	width: 755px;
	padding: 30px 0 10px 0;
}

#content-bottom {
	width: 755px;
	height: 16px;
	background: url("images/bottomslice.png") no-repeat;
}

#nav-block {
	position: relative;
	margin-top: 15px;
}

#address-block {
	margin-top: 5px;
	padding-left: 10px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000902;
	text-transform: uppercase;
}

#home-content {
	width: 540px;
	text-align: left;
}

#level2 {
	margin: 45px 0 10px 0;
}

#page-title {
	position: relative;
	float: left;
	width: 300px;
}

#phone {
	position: relative;
	float: right;
	margin-right: 25px;
	width: 200px;
	text-align: right;
}

/* Navigation Styling */

.navigation {
	list-style: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: 22px;
}

.navigation li {
	display: inline;
	padding: 2px 5px 2px 0;
	background: url("images/divider.png") right center no-repeat;
	font-family: Arial, "Lucida Grande", Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}

.navigation li a {	
	color: #000;
}

.navigation li a:hover, .navigation li.current-menu-item a {
	color: #14a14a;
}

.menu-item, .menu-item-type-post_type a {
	color: #14a14a;
}

.navigation li.first {	
	padding: 2px 5px 2px 10px;
	background: url("images/divider.png") right center no-repeat;
}

.navigation li.last {
	background: none;
	padding: 2px 0 2px 0;
}

img.bg {
	min-height: 100%; /* Set rules to fill background */
	min-width: 1100px;
	width: 100%; /* Set up proportionate scaling */
	height: auto;
	position: fixed; /* Set up positioning */
	top: 0;
	left: 0;
}

/* Form Styling */

form input[type="text"] {
	height: 13px;
	padding: 3px 0 0 5px;
	color: #666;
	margin: 5px 7px 1px 0;
}

.order-info form input[type="text"] {
	width: 80px;
}
