
* {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

/* tables still need 'cellspacing="0"' in the markup */


blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*--------------------------------------------------end reset----*/

/*--proper hover for elements*/
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
	cursor: pointer;
}

/*----nice blockquote--*/
blockquote {
	background:#f9f9f9;
	border-left:10px solid #ccc;
	margin:1.5em 10px;
	padding:.5em 10px;
	quotes:"\201C""\201D""\2018""\2019";
}

blockquote:before {
	color:#ccc;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
}

blockquote p {
	display:inline;
}

/*----------------------------------------------------------------------- START HERE ----------------------------------------------------------*/




body {
	text-align:center;
	color:#666666;
	background-color:#fff;
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
}

#lcontent a {
	color:#666;
}

/*------------------- TINYMCE STYLES-----------*/

/*----news recipies styles--*/
.frac {
	font-size: 8px;
}

dl {
	margin-bottom:15px;
}

dl dt {
	font-weight:bold;
}

dl dd {
	margin-bottom:15px;
}

#content dl dd ul {
	list-style:outside;
	list-style-type:disc;
}

#content dl dd ul li {
	margin-bottom:5px;
}

#news-details p {
	margin-bottom:15px;
}/*--end recipies styles--*/

.green {
	color:#80bd01;
}

.lightGreen {
	color:#c5d600;
}

.yellow {
	color:#ffa30d;
}

.lightYellow {
	color:#fccd00;
}

.orange {
	color:#eb7203;
}

.red, .errmsg {
	color:#b1222b;
}

.violet {
	color:#701a43;
}

.purple {
	color:#5a2b5e;
}

#page {
	width:1020px;
	margin:0 auto;
	min-height:700px;
	padding-top:5px;
	color:#666666;
	font-family:Helvetica, Arial, sans-serif;
	background-repeat:no-repeat;
}

#content p {
	line-height:1.3em;
	margin-bottom:15px;
	margin-top: 5px;
	letter-spacing:0.05em;
}

#content ul, #content ol {
	padding-left:15px;
}

#content ul {
	list-style-type:circle;
}

#content ul li, #content ol li {
	margin-bottom:10px;
}

#content dl {
	margin-bottom:15px;
}

#content dl dt {
	font-weight:bold;
	margin-bottom:5px;
}

#content h1, #loginform-table .title, .title, .news-archive-main-title {
	margin-bottom:40px;
	font-size:1.833em;
	line-height: 1.5em
}

#content h2, .sub-title {
	font-size:	1.167em;
	margin-bottom:10px;
}

#content h3 {
	font-size:1em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color:#fff;
	font-weight:inherit;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom:5px;
}

#cms_container #content a {
	color:#000;
}

#content a {
	font-style:italic;
}

#content a:hover {
	text-decoration:none;
}

/*------------------END TINYMCE--*/

#page {
	width:995px;
	padding-left:10px;
	padding-right:15px;
	margin:0 auto;
	text-align:left;
}

a img {
	border:none;
}

#header {
	width:860px;
	float:right;
}

#header #logo {
	float:left;
	width:236px;
	height:62px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:8px;
}

#header #followus {/*--and search--*/
	float:left;
	width:150px;
	border-right:solid 1px #ccc;
	margin-right:3px;
	margin-top:-5px;
}

#followus a{
	margin-right:3px;
	float:right;/*----ADDED SOME SIZE TO PUT AN ICON IN THE SOCIALIZER BUT IT WAS NEVER ADDED. THIS MOVES THE CURRENT ICONS OVER--*/
}

#header #login {
	float:left;
	margin-top:-5px;
	width:73px;
}

#header #login a {
	margin-right:2px;
	display:block;
	float:right;
	
}

#header #search {
	clear:both;
	right:5px;
	position:relative;
	
}

#header #login a + a {
	position:relative;
	top:-5px;
	right:3px;
}

#leftnav {
	width:140px;
	float:left;
	padding-top:20px;
}

#content {
	float:left;
	width:800px;
	min-height:550px;
	/*padding-left:25px;
	padding-right:25px;*/
	padding:25px;
	border:solid 1px #9a959e;
	-moz-border-radius:1em;
	border-radius:1em;
	background-repeat:no-repeat;
}

/*--------------------- 2 col layout -----------------*/
#lcontent {
	float:left;
	width:475px;
	/*min-height:550px;*/
	padding-right:15px;
	text-align:justify;
}

#cms_rightpane #lcontent, #cms_rightpane #rcontent {
	height:auto;
}

#rcontent {
	float:left;
	width:305px;
	position:relative;/*min-height:550px;*/
}

/*---------------------3 col layout ----------------*/
#content-left .left {
	float:left;
	width:155px;
	margin-right:95px;
}

#content-left .right {
	float:left;
	width:155px;
}

#footer {
	clear:both;
	padding-top:10px;
	font-size:0.871em;
}

.break {
	clear:both;
}

#header .left {
	float:left;
}

#header .right {
	float:right;
	width:235px;
}

#followus {
	float:left;
}

#login {
	float:left;
}

#search {
	float:right;
}

#left-nav {
	float:left;
}

#content {
	float:left;
	position:relative;
}

#content #page-title {
	font-size:1.8em;
	margin-bottom:40px;
}

#content .subheader {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:15px;
}

#footer .nav {
	float:left;
}

#footer a {
	color:#666;
	text-decoration:none;
}

#designedby {
	float:right;
}

#searchform input[type="text"] {
	background-image:url(/images/backgrounds/txtSearch.png);
	background-color:transparent;
	border:none;
	background-repeat:no-repeat;
	width:179px;
	height:30px;
	padding-left:5px;
	padding-right:5px;
}

#searchform input[type="submit"] {
	border:none;
	background-image:url(/images/nav/btnSearchinTxt.png);
	background-repeat:no-repeat;
	width:21px;
	height:19px;
	color:transparent;
	position:absolute;
	right:0px;
	top:5px;
}

/*--------------------------------------------------------- IMAGE MASKS ------------------------------------*/
/*-----------------image masks-------------------*/
.image.med {
	position:relative;
}

.image.med img {
	position:absolute;
	left:0;
	z-index:1;
	width:109px;
	height:110px;
}

.image.med .mask {
	width:109px;
	height:110px;
	position:absolute;
	z-index:2;
	background-image:url(/images/masks/100pxwidthMask.png);
	background-repeat:no-repeat;
}

.image.sml {
	width:63px;
	height:65px;
	position:relative;
}

.image.sml img {
	width:63px;
	height:65px;
	position:absolute;
	left:0;
	z-index:1;
}

.image.small .mask {
	width:63px;
	height:65px;
	position:absolute;
	z-index:2;
	background-image:url(/images/masks/smallImgMask.png);
	background-repeat:no-repeat;
}

/*------------------------------- food and drink level 1 ---------------*/

.image {
	width:109px;
	height:110px;
	position:relative;
	overflow:hidden;
	background-position:center;
	margin-right:10px;
}

.image .mask {
	width:109px;
	height:110px;
	position:absolute;
	background-image:url(/images/masks/100pxwidthMask.png);
	background-repeat:no-repeat;
	z-index:1;
}

.small-image .image {
	width:63px;
	height:65px;
	margin-right:10px;
	position:relative;
	overflow:hidden;
	background-position:center;
}

.small-image .image .mask {
	width:63px;
	height:65px;
	position:absolute;
	background-image:url(/images/masks/smallImgMask.png);
	background-repeat:no-repeat;
	z-index:1;
}

/*--------------------------------- GALLERY THUMBNAILS --------------------------------------*/
#gallery .title {
	color:#c5d600;
	font-size:	1.167em;
	margin-bottom:10px;
}

#gallery #thumbnails ul li {
	width:51px;
	height:51px;
	margin-left:5px;
	float:left;
}

#gallery #thumbnails ul li a {
	width:51px;
	height:51px;
}

#gallery #thumbnails ul li a img {
	width:51px;
	height:51px;
}

/*----------------------------------------------- POLLS -------------------------------------------*/
#poll {
	margin-bottom:70px;
}

.polls_question {
}

.inner-poll {
	margin-bottom:25px;
}

.polls_question .title, #prior-polls .title {
	margin-bottom:40px;
	font-size:1.833em;
	font-weight:bold;
	color:#701a43;
}

.polls_question .name {
	font-size:	1.167em;
	color:#701a43;
	margin-bottom:10px;
}

.poll_opt input {
	width:15px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#lcontent #show_poll input[type="submit"] {
	color:#fff;
	background-color:#701a43;
	-moz-border-radius:.8em;
	border-radius:.8em;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}

.polls_barline {
	background-color:#701a43;
	border-radius:2em;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:45px;
}

.seq_2 .polls_barline {
	background-color:#853c5f;
}

.seq_3 .polls_barline {
	background-color:#9b5e7b;
}

.seq_4 .polls_barline {
	background-color:#a9768e;
}

.seq_5 .polls_barline {
	background-color:#bf98aa;
}

.seq_6 .polls_barline {
	background-color:#d4bac6;
}

.polls_name {
	color:#701a43;
	font-size:	1.167em;
	margin-bottom:10px;
	font-weight:bold;
}

.polls_result_table {
	width:90%;
}

.polls_result_table  td{
	padding-bottom:10px;
}

#content p.polls_question  {
	color:#701a43;
	font-size:1.167em;
	
}

.polls_result_table .question {
	width:60%;
	padding-right:15px;
}

.polls_result_table .question {
	width:40%;
}

#show_poll {
	margin-bottom:15px;
}

.title{
	text-transform:lowercase;
}

/*--------------------------------------- FORMS ---------------------------------------------*/
#lcontent input[type="text"], #lcontent input[type="password"], #lcontent select {
	/*color:#fff;
background-image:url(/images/backgrounds/input2.jpg);*/
width:200px;
	height:27px;
	/*padding-left:10px;
padding-right:5px;*/
margin-bottom:10px;
	border:none;
	border:solid 1px #c4d52d;
}

.def_field_chk{
	margin-bottom:15px;
}

#lcontent input[type="submit"] ,#full-blog-comments .link{
	display:block;
	background-color:#c5d600;
	color:#fff;
	-moz-border-radius:1em;
	border-radius:1em;
	width:100px;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	text-decoration:none;
	font-style:inherit;
	text-align:center;
}

#lcontent .cbb input[type="submit"] {
	width:200px;
}

#lcontent #add-comment input[type="text"], #lcontent #add-comment textarea {
	width:100%;
	border:solid 1px #ffa30d;
}

#lcontent #add-comment input[type="submit"] {
	background-color:#ffa30d;
	color:#fff;
	-moz-border-radius:.8em;
	border-radius:.8em;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	margin-top:10px;
	float:right;
}

#lcontent textarea {
	border:solid 1px #c4d52d;
	width:200px;
	height:100px;
}

/*---for the contact page only--*/

#lcontent #contactus-form textarea,#lcontent input[type="text"], #lcontent input[type="password"], #lcontent select {
	color:#636266;
	border:solid 1px #636266;
}

#lcontent #contactus-form input[type="submit"] {
	background-color:#636266;
}

#contactus-form table {
	width:70%;
}

#lcontent #contactus-form input[type="text"], #lcontent #contactus-form textarea, #lcontent #contactus-form select {
	width:100%;
}

#login-form {
}

#login-form table {
	width:100%;
}

.links-div .links {
	margin-bottom:10px;
}

/*-----------------------------tables---*/
#signup_inner_div {
	width:100%;
}

#loginform-table td{
	padding:5px;
}


#loginform-table input[type="submit"]{
	margin-top:0;
}

#accountInfo{
	width:100%;
}

#signup_right_div {
	width:87%;
}

#loginInfo{
	width: 98%;
}

#lcontent #loginInfo input[type="submit"] {
	margin-right:2px;
	width:auto;
	min-width:40%;
	float:left;
}

#signup_inner_div th, #signup_right_div th {
	color:#c5d600;
	font-weight:bold;
	font-size:1.3em;
	padding-bottom:10px;
}

#signup_inner_div td, #signup_right_div td,#lcontent .cbb table td{
	width:50%;
}

#lcontent .cbb table td{
	padding:5px;
}
#lcontent .cbb table th{
	color:#18335b;
}

.logged-in a {
	display:block;
	background-image:url(/images/nav/btnUnlock.jpg);
	width:34px;
	height:32px;
}

/*-------------- search results -----------*/
.search-result, .search-result-alt {
	margin-bottom:40px;
}

.search-result-alt {
}

.news-archive-main-title {
	color:#80bd01;
}

.news-archive-main-count {
	font-style:italic;
	margin-bottom:15px;
}

.search-result .search-result-title, .search-result-alt .search-result-title {
	font-size:1.1em;
	margin-bottom:5px;
	font-weight:bold;
	color:#80bd01;
}

.logged-in {
	float:right;
	/*margin-left:2px;*/
}

#pagination {
}

.paginate, .paginate_active {
	float:left;
	margin-right:10px;
	text-align:center;
	line-height:1.5em;
	padding:2px;
	margin-bottom:5px;
	font-size:1.2em;
	height:20px;
	width:20px;
	border:solid 1px #fff;
	-moz-border-radius:1em;
	border-radius:1em;
}

.search-result-story {
	line-height:1.2em;
}

.paginate a, .paginate_active a {
	text-decoration:none;
}

.paginate_active {
	border:solid 1px #ffa30d;
	-moz-border-radius:1em;
	border-radius:1em;
}

.paginate a:hover, .paginate_active a:hover {
	color:#eb7203;
}

.paginate_active a {
	color:#eb7203;
}

.search_highlight{
	color:#fccd00;
}

 .def_field_file{
margin-top:10px;
margin-bottom:15px;	
}


.wide-ad{
position:absolute;
bottom:20px;
right:20px;	
}
