/* @group Structure */

html,body {
	margin: 0;
	padding: 0
}

body {
	margin: 0;
	padding: 0;
	min-width: 865px;
	background-color: #4f4640;
	text-align: center;
	color: #666;
	letter-spacing: .15em;
	font: small/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body#stories #stories_tab a,
body#media #media_tab a,
body#events #events_tab a,
body#essays #essays_tab a,
body#author #author_tab a,
body#blog #blog_tab a,
body#freefood #freefood_tab a
 {
	color: #8B1E23;
}

#container {
	width: 805px;
	margin: 20px auto;
	color: #10682f;
}

#container_inner {
	background-color: #fff;
	width: 805px;
	margin: 0 auto;
	border: 3px solid #000;
}

/* @group sb */

#container_inner .sb-inner {
	background: #fff;
}

#container_inner .sb-shadow {
	background: #000;
}

#container_inner .sb-border {
	background: #000;
}

/* @end */

#banner {
	background: url(/images/header_mjl.gif) no-repeat center 10px;
	height: 50px;
}

#navigation {
	width: 100%;
	height: 50px;
	clear: both;
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

#content {
	padding-top: 30px;
	width: 580px;
	float: right;
	text-align: left;
	padding-bottom: 60px;
}

#content_left {
	width: 200px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer {
	width: 100%;
	clear: both;
}

/* @end */

/* @grou

p links

 */

a:link, a:visited {
	padding-bottom: 1px;
	color: #191919;
	text-decoration: none;
	border-bottom: 1px solid #888;
}

a:hover {
	padding-bottom: 0;
	color: #8B1E23;
	border-bottom: 1px solid #dbd5c5;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #888;
}

#footer a:hover {
	color: black;
}

/* @end */

/* @group Navigation/Lists */

#navigation li, #navigation li a {
	color: #949478;
	font: 15px Helvetica, Geneva, sans-serif;
	letter-spacing: .2em;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	text-decoration: none;
	border-bottom-style: none;
}

#navigation li a:hover {
	padding-bottom: 0;
	color: #8B1E23;
}

#content_left ul {
	margin-left: 0;
	padding-left: 0;
}

#content_left ul li ul li a {
	padding-left: 10px;
	color: #8B1E23;
}

#content_left li, #content_left li a {
	color: #7F8100;
	list-style-type: none;
	display: block;
	margin: 0;
	text-align: left;
	border-bottom-style: none;
	font: normal 1em/150% Helvetica, Geneva, sans-serif;
	padding-bottom: 5px;
	letter-spacing: .2em;
	padding-left: 2px;
}

#content_left li a:hover {
	color: #fff;
	background-color: #695D54;
}

#sidebar_box ul {
	color: #4c4c4c;
	margin: 0;
	text-transform: capitalize;
	padding: 4px 0 0 9px;
}

#sidebar_box ul li ul li a {
	color: #999;
	text-transform: lowercase;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 15px;
}

#sidebar_box li a {
	line-height: 120%;
	padding-bottom: 10px;
}

ul.dropdown {
	display: none;
}

.drop_down_show {
	display: block;
}

#sidebar {
	font-size: 90%;
	padding: 20px 20px 10px;
}

.sidetitle {
	margin-top: 30px;
}

/* @end */

/* @group hacks */

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */

/* @end */

/* @group Headings/text */

.small {
font-size:90%;	
}

.event_description {
	padding-left: 15px;
	width: 90%;
	font: 87% Helvetica, Geneva, sans-serif;
}



#content p {
	padding-right: 40px;
}

#content_left p {
	color: #666;
	text-align: left;
	font-size: .97em;
	margin-bottom: 35px;
	
}

p {
	line-height: 160%;
	color: #333;
	font-size: 1em;
}

.forprint {
	display: none;
}

h2.title {
	margin-top: 50px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding-right: 30px;
}

h2.media {
	margin-top: 0px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding-right: 30px;
}


h3.title {
	margin-top: 50px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
}

.attribution {
	color: #666;
	text-align: center;
	font-size: .9em;
	margin-bottom: 40px;
	padding-left: 100px;
}

p.wherepublished {
	color: #666;
	text-align: left;
	font-size: .9em;
	padding-right: 30px;
	margin-bottom: 40px;
	text-indent: 1px;
}

blockquote {
	color: #191919;
}

h1, h2, h3, h4, h5 {
	color: #8B1E23;
	letter-spacing: .15em;
	font-weight: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-variant: normal;
}

h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#content_left h4 {
	text-transform: lowercase;
	text-align: center;
	letter-spacing: .2em;
	border-bottom: 1px solid #ccc;
	width: 98%;
	margin-bottom: 0px;
	font-size: 1.1em;
	line-height: 100%;
	padding-bottom: 4px;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active {
	border-style: none;
	color: #8B1E23;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
	border-style: none;
	color: #8B1E23;
}

h3 a, h3 a:link, h3 a:visited, h3 a:active {
	border-style: none;
	color: #8B1E23;
}

h4 a, h4 a:link, h4 a:visited, h4 a:active {
	border-style: none;
	color: #8B1E23;
}

h5 a, h5 a:link, h5 a:visited, h5 a:active {
	border-style: none;
	color: #8B1E23;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #000;
}

#content h2 {
		
}

.pagination, .pagination a {
	color: #7F8100;
	border-bottom-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font: .9em Helvetica, Geneva, sans-serif;
}

.pagination a:hover {
	color: #8B1E23;
}

/* @end */

/* @group sidebar_box */

#sidebar_box {
	width: 160px;
	margin-top: 15px;
	margin-bottom: 30px;
}

#box_top {
	background: url(/images/box_top.gif) no-repeat center top;
	height: 24px;
	padding-bottom: 9px;
}

#box_middle {
	background: url(/images/box_mid.gif) repeat-y center top;
	height: auto;
}

#box_bottom, #box_bottom a {
	background: url(/images/box_bottom.gif) no-repeat center top;
	height: 23px;
	font-size: .85em;
	border-bottom-style: none;
}

/* @end */

img, img a {
	border-style: none;
	background-color: white;
}

/* @group blog posts */

.posted {
	color: #999;
	text-align: left;
	padding: 0;
	border-top: 1px solid #ccc;
	font: 11px/1.8em Helvetica,Arial,sans-serif;
}

.posted a:link, .posted a:visited, .posted a:active {
	color: #999;
}

.posted a:hover {
	background-color: #ffc;
	color: #000;
}

/* @end */

/* @group Color Palatte/Notes */

/* Site Design: Bud Parr, Sonnet Media LLC sonnetmedia.net
updated: 3/21/07

.#CP_background {
	color: #695D54;
}

.#CP_borders_smalltext {
	color: #191919;
}

.#CP_text {
	color: #666666;
}

.#CP_sidebar_large_text {
	color: #7F8100;
}

.#CP_updates_box {
	color: #E9F2DA;
}

.#CP_mainmenu_subitems {
	color: #949478;
}

.#CP_mainmenu_title {
	color: #53682B;
}

 */

/* @end */

/* @group formatting buttons */

/*
    Formatting Buttons
------------------------------------------------------ */

.buttonMode {
	background-color: transparent;
	color: #73769D;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 10px;
	white-space: nowrap;
}

.htmlButtonOutter, .htmlButtonOutterL {
	background-color: #f6f6f6;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	border-top: #333 1px solid;
	padding: 0;
}

.htmlButtonOutterL {
	border-left: #333 1px solid;
}

.htmlButtonInner {
	background-color: transparent;
	border-bottom: #ccc 1px solid;
	border-left: #fff 1px solid;
	border-right: #ccc 1px solid;
	border-top: #fff 1px solid;
	padding: 0 3px 0 3px;
	text-align: center;
}

.htmlButtonOff {
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
}

.htmlButtonOff a:link {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}

.htmlButtonOff a:visited {
	text-decoration: none;
}

.htmlButtonOff a:active {
	color: #999;
	text-decoration: none;
}

.htmlButtonOff a:hover {
	color: #999;
	text-decoration: none;
}

.htmlButtonOn {
	background: #f6f6f6;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
}

.htmlButtonOn a:link {
	color: #990000;
	text-decoration: none;
	white-space: nowrap;
}

.htmlButtonOn a:visited {
	text-decoration: none;
}

.htmlButtonOn a:active {
	color: #999;
	text-decoration: none;
}

.htmlButtonOn a:hover {
	color: #999;
	text-decoration: none;
}

.htmlButtonA {
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
}

.htmlButtonB {
	background: #E1E3EC;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
}

.htmlButtonA a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

.htmlButtonA a:visited {
	text-decoration: none;
}

.htmlButtonA a:active {
	color: #999;
	text-decoration: none;
}

.htmlButtonA a:hover {
	color: #999;
	text-decoration: none;
}

.htmlButtonB a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

.htmlButtonB a:visited {
	text-decoration: none;
}

.htmlButtonB a:active {
	color: #999;
	text-decoration: none;
}

.htmlButtonB a:hover {
	color: #999;
	text-decoration: none;
}

/* @end */

#footer p {
	padding-left: 20px;
	color: #888;
	font-size: 80%;
	letter-spacing: .2em;
	text-align: left;
}
ol{
	margin-left: 0;
	padding-left: 20px;
}
ol li {
	padding-right: 40px;
	color: #333;
}

.alt { 
  color: #903d00; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}
