/* CSS Document copyright 2011 Off Media*/


body, html {
	margin:0;
	padding:0;
	color:#000;
}
body {
	font-size: 92.5%; /* Resets 1em to 10px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images/wrapper/2011-body-bg.png) repeat;
}
#wrapper {
	position:relative;
	width:962px;
	margin:20px auto;
	background-color: white;
}
#container {
	width:962px;
	margin:0px auto;
	background: white url(../images/wrapper/2011-container-bg.png) repeat-y;
}
#header {
	width:962px;
	height:213px;
	margin:0px;
	padding:0px;
	background: url(../images/wrapper/2011-header-bg.png);
}
#headerimg {
	position:absolute;
	left:24px;
	top:-2px;
	z-index:1;
	text-align: right;
	font-size:10px;
	width: 922px;
}
#headerimg .description {
	margin:0;
	padding:0;
	font-size: 1.2em;
}
#headerimg h1 {
	margin:0;
	padding:0;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
}/* Navigation */
#nav {
	clear:both;
	padding-top:3px;
}
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background:#0E2C90 url(http://donfernandosmexicanrestaurant.com/images/nav-tab.gif) repeat-x;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 13px;
	border-right:1px solid #FFFFFF;
	border-bottom:none;
	border-left:1px solid #FFFFFF;
	color:#fff;
	background:#0E2C90 url(http://donfernandosmexicanrestaurant.com/images/nav-tab.gif) repeat-x;
	font-weight: lighter;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
}
#nav a:hover, #nav a:focus, #nav a:active {
	background:#b31203 url(http://donfernandosmexicanrestaurant.com/images/nav-tab.gif) repeat-x 0 -150px;
}
#nav .sel a {
	background:#720000 url(http://donfernandosmexicanrestaurant.com/images/nav-tab.gif) repeat-x 0 -300px;
}
#nav .sel a:focus {
	background:#b31203 url(http://donfernandosmexicanrestaurant.com/images/nav-tab.gif) repeat-x 0 -150px;
}/*end nav*//*floated right column*/
#rightcolumn {
	float:right;
	margin:20px 20px 20px 0px;
	padding:0px;
	width:680px;
	min-height:250px;
	height:auto !important;
	height:250px;
}/*floated left column*/
#leftcolumn {
	float:left;
	width:245px;
	margin:40px 0 0 10px;
	padding:0;
	font-size:18px;
	color: #FFB62B;
}
/* left navigation */
#leftcolumn ul li h2 {
	margin:0;
	padding:10px 0 0;
}
#leftcolumn ul ul {
	margin-left:-8px; /*lines up nested lists left margin*/
	padding:0;
}
#leftcolumn ul ul ul {
	margin-left:3px; /*lines up nested lists left margin*/
	padding:0;
}
ul.sidebar {
	list-style:none;
	margin:0;
	padding:0px 0 0 20px;
}
ul.sidebar li {
	margin:0px;
	padding:10px 8px;
	text-align:left;
}
ul.sidebar li a {
	margin:0;
	padding:0;
	color:#FFB62B;
	text-decoration:none;
}
ul.sidebar li a:hover {
	color:#004235;
	text-decoration:underline;
}
ul.sidebar li ul li a {
	margin:0px;
	padding:0px;
}
ul.sidebar li ul {
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}
ul.sidebar li ul li {	/*line-height: 1.8em;*/
	line-height: 1em;
}
#subfooter {
	margin:0;
	padding:0;
	width:962px;
	clear: both;
	text-align:right;
}
#footer {
	width:962px;
	height:5px;
	border: none;
	margin:0;
	padding:0;
	clear: both;
	background: url(../images/wrapper/2011-footer-bg.png) no-repeat scroll bottom;
}
/*#footer p {
	margin:0;
	padding:0;
	font-size:12px;
}
*/
#subfooter a:link, #footer a:visited {	/*color: #000;*/
	text-decoration: none;
}
#subfooter a:hover {	/*color: #000;*/
	text-decoration: underline;
}
#subfooter ul {
	margin:0;
	padding:0px;
	list-style:none;
}
#subfooter li {
	display:inline;
	margin:0;
	padding:0;
	text-align: center;
	font-size: 12px;
}
/*Text*/
h1, h2, h3, h4, h5, h6, p {
	margin:20px;
	padding:0px;
	color: #004235;
	font-weight:normal;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 5px 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	color:red;
	font-weight:bold;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 1px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */


.clear {
	clear: both;
}


.roundrec {
	width:175px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:10px;
	padding:3px;
	border:1px solid #0E2C90;
	background: #FFF;
	text-align: center;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}/*.roundrec img {	margin:5px;	padding:2px;	border:1px solid #dddddd;	background: #fff;	-moz-border-radius: 7px;	-khtml-border-radius: 7px;	-webkit-border-radius: 7px;	border-radius: 7px;}*/
#homefeatured table {
	font-size:80%;
}
/*main sidebar topics wrapper*/
#sidebarlinks {
	width:180px;
	margin:0;
	padding:0;
}
#sidebarlinks a {
	color:white;
	text-decoration:none;
	font-weight:lighter;
}
#sidebarlinks a:hover {
	color:white;
	text-decoration:underline;
	font-weight:lighter;
}
#sidebarlinks p {
	color:white;
	text-decoration:none;
	margin:0;
	padding:5px;
	font-size:90%;
	color:#ffffff;
}
#sidebarlinks h2 {
	color:#FFFFFF;
	margin:0;
	padding:3px 3px 3px 8px;
	border-bottom:solid 1px #ffffff;
	font-size:100%;
}
/*end sidebar wrapper*/
#testimonials {
	margin:0 0 6px 0;
	padding:0;
	background: #FF9900;
}
#testimonials img {
	border:0;
	border-bottom:1px solid #ffffff;
}
#herbs {
	margin:0 0 6px 0;
	padding:0;
	background-color:#00a84f;
}
#herbs img {
	border:0;
	border-bottom:1px solid #ffffff;
}
#health_conditions {
	margin:0 0 6px 0;
	padding:0;
	background-color:#e23d24;
}
#health_conditions img {
	border-bottom:1px solid #ffffff;
}
#research {
	margin:0 0 6px 0;
	padding:0;
	background-color:#909597;
}
#research img {
	border-bottom:1px solid #ffffff;
}/*end sidebar topics*/
.cat-nav li ul li {
	margin-left:-17px;/*this will at last take out the default nested ul indent*/
	padding-left:8px;/*MARK*/
}
.price-nav li, .links-nav li, .cat-nav li {
	line-height:/*18px*/8px;
	padding-left:0px;/*MARK*/
}/*end sidebar list styles*/
.mid_page_heading14 {/*jeff blue bar on home page*/
	background-color:#44c7f4;
	color:#224a95;
	padding:4px 8px;
	font-size:14px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:6px;
}


/* layout boxes */
div.rightbox {
	float:right;
	margin:5px;
	padding:0px;
}
.boxlist1 {
	margin:0;
	padding:0;
	float:left;
	display:block;
	width:225px;
	min-height:100px;
	height:auto !important;
	height:100px;
}
.boxlist1 ul {
	margin:7px;
	padding:0px;
}
.boxlist1 ul li {
	margin:7px;
	padding:7px;
	font-size:10px;
}
.yellowbox {
	margin:15px 7px 7px;
	padding:0 7px;
	background:#FFFFCC;
	border:1px solid orange;
}
.orangebox {
	margin:15px 3px;
	padding:0 7px;
	background:#FFFFFF url(http://donfernandosmexicanrestaurant.com/images/gray-gradient-tile-500x150.jpg) no-repeat top;
	border:2px solid orange;
	height:auto;
}
.orangebox ul {
	margin:0;
	padding:0px 20px;
	color:blue;
	font-weight:bold;
}
.bluebox {
	margin:15px 7px 7px;
	padding:0 7px;
	background:#FFFFFF url(http://donfernandosmexicanrestaurant.com/images/gray-gradient-tile-500x150.jpg) no-repeat top;
	border:2px solid orange;
}
.bluebold {
	color:blue;
	font-weight:bold;
}
.fltlft {
	float:left;
}
.fltrt {
	float:right;
}
.nopad {
	margin:0;
	padding:0;
}
.pad5 {
	padding:5px;
}
.pad10 {
	padding:10px;
}
.smalltext {
	font-size:90%;
}
.smallertext {
	font-size:80%;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
/*html tags*/
img {
	border:none;
	margin:0;
}
.redbolder {
	font-weight:bolder;
	color:red;
}
.red {
	color:red;
}
.large {
	font-size:200%;
}
.medium {
	font-size:150%;
}
.coolblue {
	color: #0033CC;
}
.bluebar {
	width:100%;
	height:25px;
	/*border: 10px solid #000099;*/

	background: #000099;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */

/* Begin Lists

Special stylized non-IE bullets

Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* end lists */
#skyscraper {
	position:absolute;
	left:325px;
	top:9px;
	width:550px;
	height:23px;
	z-index:1;
	text-align: right;
	font-size:10px;
}
#skyscraper a {
	color:#000;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	text-align: right;
}
#skyscraper a:hover {
	color:#FF0000;
	font-weight:normal;
	text-decoration:underline;
}
#addthis {
	position:absolute;
	left:923px;
	top:5px;
	width:125px;
	height:16px;
	z-index:2;
}