/*
Theme Name: Healthy_Theme
Theme URI: http://wordpress.org/
Description: Based on twentyten theme. Modified by Mixed Media.
Author: the WordPress team, modified by Mixed Media
Version: 1.1
Tags: blue, white, two-columns, fixed-width, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/*previous font  'CronosProBold', */





/*remove slideshow link -- plugin is broken */
div.slideshowlink { display:none; }


@font-face {
	font-family: 'CronosProRegular';
	src: url('fonts/cronospro-regular-webfont.eot');
	src: local('☺'), url('fonts/cronospro-regular-webfont.woff') format('woff'), url('fonts/cronospro-regular-webfont.ttf') format('truetype'), url('fonts/cronospro-regular-webfont.svg#webfontWEL6IHEG') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CronosProBold';
	src: url('fonts/cronospro-bold-webfont.eot');
	src: local('☺'), url('fonts/cronospro-bold-webfont.woff') format('woff'), url('fonts/cronospro-bold-webfont.ttf') format('truetype'), url('fonts/cronospro-bold-webfont.svg#webfontXeBbiSPT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CronosProBoldItalic';
	src: url('fonts/cronospro-boldit-webfont.eot');
	src: local('☺'), url('fonts/cronospro-boldit-webfont.woff') format('woff'), url('fonts/cronospro-boldit-webfont.ttf') format('truetype'), url('fonts/cronospro-boldit-webfont.svg#webfont56qcUlSo') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CronosProItalic';
	src: url('fonts/cronospro-italic-webfont.eot');
	src: local('☺'), url('fonts/cronospro-italic-webfont.woff') format('woff'), url('fonts/cronospro-italic-webfont.ttf') format('truetype'), url('fonts/cronospro-italic-webfont.svg#webfontXpdNo5Xw') format('svg');
	font-weight: normal;
	font-style: normal;
}





body {
	margin:0;
	padding:0;
	background:#2D55AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color: #2D55AA;
}
hr {
	clear:both;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width:778px;
	margin:0 auto;
	background:url(images/index_new_07.jpg) repeat-y #fff;
}
#flash {
	width:100%;
	height: 158px;
	background:#ccc;
}

#access{
   /* height:4em;*/
}
#access ul{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}
#access ul li{
    float:left;
    position:relative;
}
#access a{
    text-align:center;
    text-decoration:none;
    display:block;
    font-size:12px; 
	padding:10px 0;
    color:#000;
	background:#64AB1D;
    outline:none;
    cursor:pointer;
    overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
}
#access .current_page_item a {
	background:#F1AC22;
}
#access .current_page_item ul a {
	background:#64AB1D;
}
#access ul li a:hover,
#access ul li a.selected{
	background:#F8BC0A;
	color:#fff;
}
#access li ul {
	display:none;
	width:inherit;
	position:absolute;
	z-index: 99999;
}
#access li ul li {
	width:inherit;
	display:block;
	float:none;
	padding:0;
}
#access li ul li a {
	color:#19286c;
}
#access li ul li a:hover {
	color:#fff;
}

#access li:hover ul {
	display:inherit;
}
#info {
	font-size:11px;
	font-weight:bold;
	background:#3269a2;
	text-indent:15px;
	border-top:1px solid #fff;
	clear:both;
}
#info div {
	width:174px;
	height:20px;
	display:block;
	float:left;
	padding:9px 10px 0 10px;
	background:url(images/index_new_04.jpg) no-repeat #64AB1D;
}
#info #directions {
	background:url(images/index_new_05.jpg) no-repeat #F1AC22;
}
#info #hours {
	width:370px;
	font-size:10px;
	background:url(images/index_new_06.jpg) no-repeat #3269a2;
	color:#fff;
}

#main {
	clear:both;
	padding:10px;
}
#container {
	float:right;
	width: 560px;
	padding-bottom:1em;
}
#comments {
	display:none;
}
#sidebar {
	width:174px;
	font-size:10px;
}
#sidebar ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.menu-footer {
	clear:both;
	margin-top:1em;
	text-align:center;
	background:url(images/index_new_10.jpg) repeat-x #fff;
	height:3em;
	font-weight:bold;
	text-transform:lowercase;
	padding-top:8px;
        padding-bottom:0;
}
.menu-footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu-footer li {
	border-left:2px solid #2d55aa;
	display:inline;
}
.menu-footer li:first-child {
	border-left:none;
}
.menu-footer a {
	text-decoration:none;
	padding:0 10px;
}

#footer {
	color:#fff;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	clear:both;
	padding-top:12px;
}
#footer a {
	color:#ccc;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0 auto;
	height: auto;
	max-width: 500px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

div.entry-meta {
display:none;
}