/*
Theme Name: MoesMeats.com
Theme URI: http://moesmeats.com/
Description: Custom WordPress template for MoesMeats.com
Version: 1.6
Author: Steven Reid
Author URI: http://rtasks.com/
Tags: 

*/

/*
	Colors:
	Orange: FFAD01
	Background: 958A67
	Grey (text): #333333
	Dark Green: #44593E
*/
html, body {
	color: #333333;
  background-color: #958A67;
	font-family: "Helvetica",Arial,sans-serif;
}
#doc2 {
	border-top: 3px solid #FFAD01;
	margin-top: .8em;
}
#hd {
	height: 154px;
}
#bd {
	clear: both;
	min-height:400px;
}
#ft {
	border-top: 3px solid #FFAD01;
	padding: .5em;
	text-align: center;
	font-size: 93%;
	padding-bottom: 1em;
}
#logo {
	visibility:visible;
	top: 36px;
	position: relative;
	z-index:90;
	float: left;
}
#emailcontact {
	position: relative;
	top: 36px;
	right: 0px;
	float: right;
}
#maincontent {
 font-size: 108%;
 padding: 2em;
 padding-top: 0;
}
#sidebar {

}


/* Heading Styles */
h1, h2, h3 {
	color: white;
}
#topheading {
	display: block;
	color: #FFAD01;
	font-size: 200%;
	font-family: Comic Sans MS, "Comic Sans MS", Comic Sans, "Comic Sans";
	}
h2 {
	display:block;
	font-size: 131%;
	font-weight:bold;
	margin-top: .7em;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
h3 {
	display: block;
	font-size: 116%;
	font-weight: bold;
}
/* Link Styles */
a {
	text-decoration: underline;
	color: #FFAD01;
}
.phone {
	color: #FFAD01;
}
/*****************************************
 * Sidebar
 *****************************************/
#sideimage {
	text-align: center;
}
#sideimage img {
	border: 10px solid #44593E;
}
/*****************************************
 * Footer
 *****************************************/
#ft a {
color:#44593E;
font-weight:bold;
text-decoration:underline;
}
/*****************************************
 * Gallery Page
 *****************************************/
div.slideshowlink {
	display: none;
}
/*****************************************
 * FAQ Page
 *****************************************/
#faqlist {
	background-color: #44593E;
	padding: 5px;
	margin-bottom: 2em;
}

#faqlist li {
	list-style-type: normal;
	color: #CCC;
	margin-bottom: .5em;
}
#faqlist ul {
	margin-left: 1.2em;
}
/*****************************************
 * FAQ Page
 *****************************************/
td.indent {
	padding-right: 160px;
}
/*****************************************
 * Blog Posts
 *****************************************/
.post h2 {
	margin-top: 0;
	margin-bottom: .3em;
}
.post h2 a {
	text-decoration: none;
	color: white;
}
.post .postmetadata {
	border-top: 1px solid #FFAD01;
	font-size: 93%;	
	clear: both;
}
.post p {
	line-height: 115%;
}
div.entry img {
	border: 4px solid white;
}

div.blogpage {
	background-image: url(images/blogbackground.gif);
	background-repeat: repeat-y;
	background-position: right;
}
	
#maincontent .navigation {
	font-size: 93%;
	margin-top: 2em;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
#commentform {
	
	
}
ol.commentlist .commentmetadata {
	float: right;
	
}
ol.commentlist .commentmetadata a, ol.commentlist .commentmetadata a:visited  {
	color: #6f6f6f;
	text-decoration:none;
}
ol.commentlist .commentmetadata a:hover {
	text-decoration: underline;
}
ol.commentlist li {
	padding-top: .5em;
	border-bottom: 1px solid #979387;
}
ol.commentlist li cite {
	font-weight: bold;
	font-style: italic;
}
ol.commentlist li cite a {
	color: #6f6f6f;
}
h3#respond {
	margin-top: 1em;
}
/**************************************
 * Custom CSS Base
 *************************************/
p {
	margin-bottom: 1em;
	line-height: 175%;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
strong em, em strong, b i, i b, {
	font-weight: bold;
	font-style: italic;
}
.post ul li {
	list-style-type: disc;
}
.post ol li {
	list-style: decimal outside;
	margin-left: 2em;
}
/*****************************************
 * Navigation Menu
 *****************************************/
#navigation {
	text-align: right;
	z-index: 60;
	clear: right;
	position: relative;
	top: 70px;
	padding-right: 10px;
}
#nav_moe {

}
#nav_moe li {
	list-style-type: none;
	display: inline;
}

#nav_moe li div {
	display: inline;
	margin-left: 2em;
}

#nav_moe A{
	color: #44593E;
	text-decoration: none;
	padding-bottom: 6px;
}
#nav_moe A:link{
	color: #44593E;
	text-align: center;
	text-decoration: none;
}
#nav_moe A:hover{
	color: #ffae00;
	border-bottom: 3px solid orange;
}
#nav_moe .current_page {
	border-bottom: 3px solid orange;
}
#nav_moe .current_page:hover {
	color: #44593E;
}
/*****************************************
 * Price Chart
 *****************************************/
#prices table {
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			text-align: left;
			color: #333;
			width: 100%;
			margin-bottom: 1em;
		}
#prices caption {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 20px;
			text-align: left;
			text-transform: uppercase;
		}
#prices td {
			margin: 0;
			padding: 20px 10px;
			border: 1px dotted #f5f5f5;
		}
#prices th {
			font-weight: normal;
			text-transform: uppercase;
		}
#prices thead tr th {
			padding: 20px 10px;
			color: #fff;
			font-weight: bold;
			text-transform: uppercase;
			text-align:center;
		}
#prices tfoot tr th, tfoot tr td {
			background-color: transparent;
			padding:  20px 10px;
			color: #ccc;
			border-top: 1px solid #ccc;
		}
#prices tbody tr th {
			padding: 20px 10px;
			border-bottom: 1px dotted #fafafa;
		}
#prices tr{
			background-color: #ADA589;
		}
#prices tr.odd { 
		background-color: #BDB79F;
		}
#prices tr:hover td, tr:hover td a, tr:hover th a {
		}
#prices table a {
			color: #608117;
			background-image: none;
			text-decoration: none;
			border-bottom: 1px dotted #8A8F95;
			padding: 2px;
			padding-right: 12px;
		}
