/*  
Theme Name: News Flash
Theme URI: http://www.freewpthemes.net/preview/newsflash/
Description: Widget ready and tested on WP2.3.1.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #F5F5F5;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
	margin-bottom:5px;
	padding:5px;
}

.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #D6E48E;
	border-bottom: 1px solid #D6E48E;
}

.button {
	background: #B8D03B;
	border-top: 1px solid #D6E48E;
	border-left: 1px solid #D6E48E;
	border-right: 1px solid #4D5719;
	border-bottom: 1px solid #4D5719;
	color: #FFFFFF;
}

h2, h3 {
	margin-top: 1.5em;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #626456;
}

h1 {
	margin-top: 1.5em;
	font-weight:normal;
	font-size: 3em;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	letter-spacing: -.05em;
	font-size: 1.8em;
	font-weight: normal;
	color: #f07a22; /*#8D8E85;*/
}

h3 {
	font-size: 1.2em;
	color: #f07a22;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #B8D03B;
	color: #3C7BCF;
}

a, a:hover, a:visited img {
	border: none;
}

a:hover {
	border: none;
	background: #B8D03B;
	color: #FFFFFF;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: black; /*#626456;*/
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	border-bottom: 1px dotted #f07a22;
	color: #f07a22;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	vertical-align: bottom;
}

#savingtheworld {
	position: relative;
	top:-56px;
	left:0px;
	width:190px;
	/*margin: 0 85%;*/
	z-index:2;
}

#header-banner {
	position: relative;
	display: inline;
	top:-277px;
	left:190px;
}

#rawinsider {
	position: relative;
	top:-310px;
	left:-63px;
	width:205px;
	height: 150px;
	margin: 0 85%;
	color: #ffffff;
	font-size: 12px;
	z-index:3;
}

#emailpromise {
	position: relative;
	top:-339px;
	left:-155px;
	width:300px;
	text-align:center;
	height: 150px;
	margin: 0 85%;
	color: #ffffff;
	font-size: 10px;
	z-index:3;
}

#menu {
	float: right;
}

#rss-orange {
	float:right;
	margin-left:2px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 23px;
	padding: 8px 15px 0 15px;
	margin-left: 2px;
	background: #B8D03B url(images/green-side.gif) no-repeat;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #2C2E22;
}

#menu a:hover {
	background: #f07a22 url(images/orange-side.gif) no-repeat;
	color: #2C2E22;
}

#menu .current_page_item a {
	background: #f07a22 url(images/orange-side.gif) no-repeat;
	color: #000000;
}

#search {
	float: right;
	width: 260px;
	padding-top: 7px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
}

#search #x {
	width: 80px;
}

/* Logo */

#logo {
	width: 958px;
	margin: 0 auto;
	height: 150px;
    background: #FFFFFF;
	border-left: 1px solid #B8D03B;
	border-right: 1px solid #B8D03B;
	border-top: 1px solid #B8D03B;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 30px 5px 0 20px;
}

#logo h2 {
	padding: 45px 0 0 0;
	font-style: italic;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

/* Page */

#page {
	width: 958px;
	margin: 0 auto;
	padding: 20px 0;
	background: #FFFFFF;
	border: 1px solid #B8D03B;
	border-top: none;
}

/* Content */

#content-container {
	float: left;
	width: 650px;
	padding: 0 24px 0 21px;
}
#content {
	float: left;
	width: 650px;
}

#content.widecolumn {
    width:860px;
    padding: 0 24px 0 24px;
}

.post {
}

.post .title, .pagetitle {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	font-size: 2.4em;
}

.post .entry {
	padding-bottom: 10px;
}

.post .meta {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #CFCFCF;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .6em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

#posttags {
	margin: 0;
	text-transform: uppercase;
	font-size: .6em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}

.navigation {
	height: 50px;
	margin-top:10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Comments */

.commentlist {
	font-size: .9em;
}

.commentlist li {
	margin-bottom: 1.5em;
}

#respond {
	color: #f07a22;
}

#testimonials p {
	line-height: 1.3em;
	font-size: 0.9em;
	color: black;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h3 {
	margin: 0;
}

#recent-posts p {
	margin: 0 0 1.5em 0;
	font-size: .9em;
}

/* Sidebars */

.sidebar {
	float: left;
	vertical-align: top;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 0.3em 0;
	font-size: 1.5em;
}

#sidebar1 {
	width: 210px;
	height:100%;
	padding: 0px 10px 0 11px;
	border-right: 2px dotted #f07a22;
}

#sidebar1 li ul {
	line-height: normal;
	background: url(images/img04.gif) repeat-x;
}

#sidebar1 li li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar1 li a {
	border: none;
}

#sidebar2 {
	width: 210px;
	height: 100%;
	padding: 15px 0 0 11px;
	border-left: 2px dotted #f07a22;
}

#sidebar2 li ul {
	line-height: normal;
	background: url(images/img04.gif) repeat-x;
}

#sidebar2 li li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
}

/* Calendar */

#calendar {
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

#calendar thead th {
	background: #CCCCCC;
	color: #FFFFFF;
}

#calendar tbody td {
	background: #EEEEEE;
}

#calendar #today {
	background: #B8D03B;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar a {
	font-weight: bold;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	text-align: center;
	font-size: .8em;
	margin: 0 auto 0;
    width:700px;
	line-height: 0.9em;
	padding-top:3px;
}

#eatyourveggies {
	padding-top: 30px;
	padding-bottom: 30px;
}



.pretestimonial {
height: 11px;
width: 100%;
left:100px;
position:relative;
background: url('http://themagickmenu.com/go/wp-content/uploads/test-top.png') no-repeat ;
}

.postestimonial {
height: 20px;
width: 100%;
left:100px;
position:relative;
background: url('http://themagickmenu.com/go/wp-content/uploads/test-bot.png') no-repeat ;
}

.testimonial {
font-size:13px;
line-height:1.3em;
color:#3c3c3c;
width: 640px;
left:100px;
position:relative;
padding: 0px 18px 0px 8px;
background: url('http://themagickmenu.com/go/wp-content/uploads/test-bg.png') repeat-y ;
}


.presalesbox {
height: 16px;
width: 100%;
background: url('http://themagickmenu.com/go/wp-content/uploads/sale-top.png') no-repeat ;
}

.possalesbox {
height: 16px;
width: 100%;
background: url('http://themagickmenu.com/go/wp-content/uploads/sale-bot.png') no-repeat ;
margin-bottom:20px;
}

.salesbox {
color:#3c3c3c;
width: 635px;
padding: 0px 25px 0px 25px;
background: url('http://themagickmenu.com/go/wp-content/uploads/sale-bg.png') repeat-y ;
font-size:14px;
line-height:18px;
}

.salesbox ul {
margin-right:10px;
}

.salesbox h2 {
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#383838;
margin:10px;
margin-top:15px;
}

.salesbox p {
margin:10px;
font-size:14px;
line-height:18px;
}

.saleslink {
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#f37b24;
font-size:20px;
text-decoration:none;
text-align:center;
padding:10px;
}

.saleslink a:hover {
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#f37b24;
font-size:20px;
text-decoration:underline;
text-align:center;
padding:10px;
}

.salesbox h1 {
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#f37b24;
margin-bottom:15px;
line-height:30px;
text-align:Center;
}

.testimonial strong {
font-size:14px;
line-height:1.3em;
}

.testimonial_name {
font-size:13px;
width: 635px;
line-height:1.3em;
color:#3c3c3c;
text-align:right;
}
