@charset "UTF-8";

/*
	Webfonts
*/

@font-face { font-family: 'Evergreen'; src: url('/css/fonts/everw-webfont.eot'); src: url('/css/fonts/everw-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/everw-webfont.woff') format('woff'), url('/css/fonts/everw-webfont.ttf') format('truetype'), url('/css/fonts/everw-webfont.svg#EvergreenBook') format('svg'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Evergreen'; src: url('/css/fonts/everb-webfont.eot'); src: url('/css/fonts/everb-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/everb-webfont.woff') format('woff'), url('/css/fonts/everb-webfont.ttf') format('truetype'), url('/css/fonts/everb-webfont.svg#EvergreenBold') format('svg'); font-weight: bold; font-style: normal; } 

/*
@font-face { font-family: 'EvergreenBoldItalic'; src: url('/css/fonts/everbi-webfont.eot'); src: url('/css/fonts/everbi-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/everbi-webfont.woff') format('woff'), url('/css/fonts/everbi-webfont.ttf') format('truetype'), url('/css/fonts/everbi-webfont.svg#EvergreenBoldItalic') format('svg'); font-weight: bold; font-style: italic; }


@font-face { font-family: 'EvergreenBookItalic'; src: url('/css/fonts/everwi-webfont.eot'); src: url('/css/fonts/everwi-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/everwi-webfont.woff') format('woff'), url('/css/fonts/everwi-webfont.ttf') format('truetype'), url('/css/fonts/everwi-webfont.svg#EvergreenBookItalic') format('svg'); font-weight: normal; font-style: italic; }

*/
/*
	Base
*/


html, body {
	background-color: #eed;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

.container {
	background-color: #fff;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Evergreen, Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.333;
}

h1 {
	margin: 1em 0 0.5em;
	font-size: 3em;
	font-weight: bold;
}

h2 {
	margin: 1em 0 0.5em;
	font-size: 2em;
	font-weight: bold;
	color: #313f11;
}

h3 {
	margin: 1.5em 0 0.5em;
	font-size: 1.666em;
	font-weight: normal;
}

h4 {
	margin: 1.5em 0 0.5em;
	font-size: 1.333em;
	font-weight: normal;
}

h5 {
	margin: 2em 0 0.5em;
	font-size: 1.25em;
	font-weight: normal;
}

h6 {
	margin: 1.5em 0 0.5em;
	font-size: 1em;
	font-weight: normal;
}

a:link {
	color: #18b;
}

a:visited {
	color: #579;
}


h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
	color: #000;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	color: #000;
	text-decoration: underline;
}

p {
	margin: 10px 0;
}


blockquote {
	margin: 20px 20px;
}

blockquote em {
	font-style: normal;
}


cite {
	font-style: italic;
}

cite em {
	font-style: normal;
}


hr {
	margin: 19px 0 20px;
	border: none;
	height: 1px;
	color: #000;
	background-color: #000;
}

.sponsors {
	text-align: center;
}

.sponsors h4 {
	margin: 40px 0 0;
}

.sponsors p {
	margin: 0;
}

a[href $='.pdf'] {
	background: transparent url('/images/site/icon-pdf.png') no-repeat right top;
	padding-right: 18px;
	margin-right: 2px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.plainlist {
	list-style-type: none;
}


/*
	Column widths
*/

#nav0, #nav1, #nav9, #banner, #main-cal, .main-calmonth, .main-searchresults, #footer, #legal {float: left; width: 950px; margin: 0;}
#nav2 {float: left; width: 180px; margin-right: 10px;}
.main {float: left; width: 480px; margin-right: 10px;}
#extra {float: left; width: 270px; margin-right: 0;}


/*
	Site meta-navigation
*/

#nav0 {
	padding: 0.5em 0;
	background-color: #eed;
	font-size: 0.8em;
}

#nav0 form {
	display: inline;
	margin: 0 0 0 10px;
}

#nav0 form input {
	font-size: inherit;
}

#nav0 a {
	padding: 5px 10px;
	text-decoration: none;
}

#nav0 ul {
	float: right;
	margin: 0;
	padding: 0 0 0 10px;
}

#nav0 ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav0 ul li a {
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}

#nav0 ul li a:hover {
	background-color: #ddc;
	color: #313f11;
}


/*  used by EE search form  */
.hiddenFields {
	display: none;
}


/*
	Header image
*/

#banner {
	clear: both;
	height: 100px;
	margin: 0;
}

#banner h1 { 
	text-indent:-999em; 
	overflow:hidden;
	margin: 0;
	padding: 0;
	width:950px; 
	height:0px; 
}


#banner img {
	display: block;
}





/*
	Main site navigation
*/

#nav1 {
	background-color: #788103;
}



/*
	Code adapted from Superfish
	In particular, put everything under Home on the same line as Home
*/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		200;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	color: #fff;
}
.sf-menu > li {
	width: 134px;
	text-align: center;
}
.sf-menu > li > a {
	font-size: 12px;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li ul {
	text-align: left;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			23px; /* match top ul list item height */
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 4px 10px 5px;
	color: #fff;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}
.sf-menu li {
	background: #788103;
	font-weight: bold;
}
.sf-menu li li {
	border-top: 1px solid #b1a521;
	background: #788103;
	font-weight: normal;
}
.sf-menu li li.last,
.sf-menu li li.herelast
{
}
.sf-menu li li li {
	background: #788103;
	border-top: 0 none transparent;
	border-bottom: 1px solid #b1a521;
	font-weight: normal;
}
.sf-menu li li li.last {
	border-bottom: 0 none transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #ffd600;
	color: #000 !important;
	outline: 0;
}

.sf-menu > li {
	border-left: 1px solid #b1a521;
}
.sf-menu > li:first-child {
	border-left: 0px transparent none;
}


/*  herelast is necessary due to buggy(?) CSS output in Superfish  */
.sf-menu li.here,
.sf-menu li.parent-here,
.sf-menu li.herelast,
.sf-menu li.parent-herelast
{
	background: #bf6900;
	color: #fff;
}
.sf-menu li.here > a,
.sf-menu li.parent-here > a,
.sf-menu li.herelast > a,
.sf-menu li.parent-herelast > a
{
	color: #fff;
}


/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/superfish/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*
	End of Superfish code
*/





/*
	Section (left) navigation
*/


#nav2 {
	line-height: 1.2;
}

#nav2 ul {
	margin: 0;
	padding: 25px 0 25px 10px;
	list-style-type: none;
}

#nav2 #nav-sub li.level-1:first-child {
	margin: 0 0 0 -10px;
}

#nav2 li {
	margin: 3px 0;
}

#nav2 li ul {
	margin: 0;
	padding: 0 0 0 10px;
}

#nav2 li.here > a {
	color: #000;
}

#nav2 a:link,
#nav2 a:visited
{
	display: block;
	padding: 2.5px 10px;
	font-weight: bold;
	text-decoration: none;
}

#nav2 a:hover {
	background-color: #c6dbe0;
	color: #144;
}




/*
	Main column
*/

.main .content,
#main .content {
	margin: 0 0 30px;
}

#main .warning,
#main .advisory
.main .warning,
.main .advisory
{
	margin: 20px 0;
}


/*
	Extra column: keyinfo, related links, graphic totes
*/

#extra {
}

.warning, .advisory,
.keyinfo, .related,
.extra-box {
	margin: 10px;
	padding: 9px;
	font-size: 12px;
}

#main .keyinfo,
#main .related
.main .keyinfo,
.main .related
{
	float: right;
	margin: 0 0 10px 10px;
	width: 210px;
}

.extra-fullwidth {
	width: 460px;
	margin: 10px 0;
	padding: 9px;
}


.keyinfo, .news-headlines, .extra-fullwidth
{
	background-color: #dfe4bf;
	border: 1px solid #788103;
}

.warning h3, .advisory h3,
.keyinfo h3, .related h3,
.extra-box h3 {
	display: block;
	margin: -10px -10px 0;
	background-color: #788103;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
}

.extra-fullwidth h3 {
	background-color: #788103;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	margin: -10px -10px 0;
}

.warning p, .advisory p,
.keyinfo p, .related p,
.extra-box p, .extra-fullwidth p
{
	margin: 10px 0 0 !important;
}

.calendar-upcoming p, .calendar-saturday p, .blog-headlines p, .news-headlines p
{
	margin: 10px 0 0 20px !important;
	text-indent: -20px;
}

.warning a, .advisory a,
.keyinfo a, .related a,
.extra-box a, .extra-fullwidth a {
	color: #169;
	text-decoration: none;
}

.keyinfo a:hover, .related a:hover,
.extra-box a:hover, .extra-fullwidth a:hover {
	color: #169;
	text-decoration: underline;
}

.warning h3 a, .advisory h3 a,
.keyinfo h3 a, .related h3 a,
.extra-box h3 a, .extra-fullwidth h3 a {
	color: white !important;
}


#cycle-slides
{
	position: relative; 
	height: 200px;
}

.testimony {
	position: absolute; 
	display: block;
	margin-left:-.75em;
	line-height: 1.25em;
	height: 200px;
	width: 230px;
	border:0;
}

.related td {
	vertical-align: middle;
	height: 200px;
}


.related, .calendar-upcoming, .calendar-saturday, .blog-headlines
{
	background-color: #e2eff5;
	border: 1px solid #51b5e0;
}

.related h3, .calendar-upcoming h3, .calendar-saturday h3, .blog-headlines h3
{
	background-color: #51b5e0;
}


/*  Emergency warnings and advisories - see .home-advisory for the version on the home page  */

.warning {
	background-color: #ffd600;
	border: 1px solid #a00034;
}

.warning h3 {
	background-color: #a00034;
}

.warning a:link,
.warning a:visited,
.advisory a:link,
.advisory a:visited
{
	color: #295b70;
	font-weight: bold;
}


.advisory {
	border: 1px solid #bf6900;
	background-color: #efe3c0;
}

.advisory h3 {
	background-color: #bf6900;
}




/*  Graphic boxes (totes)  */

.graphic {
	margin: 10px;
	padding: 0;
}

.graphic img {
	margin: 0;
	padding: 0;
}




/*
	Footer
*/

#nav9 {
}




/*
	Footer navigation
*/


#nav9 {
	background-color: #788103;
}

#nav9 form {
	margin: 20px 10px 0;
	display: inline;
	font-size: 0.8em;
}

#nav9 form input {
	font-size: 0.8em;
}

#nav9 a {
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#nav9 ul {
	margin: 0;
	padding: 0 0 0 0px;
}

#nav9 ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav9 ul li a {
	float: left;
}

#nav9 ul li a:hover {
	background-color: #ffd600;
	color: #000;
}


/*
	Legal text
*/


#legal {
	background-color: #eed;
	font-size: 11px;
	color: #666;
}







/*
	Content
*/


blockquote i,
blockquote em,
blockquote cite {
	font-style: normal;
}

.quote-highlight,
.highlight
{
	margin: 10px 0;
	background-color: #e8eec2;
	padding: 10px 20px;
}

.alert-highlight
{
	margin: 10px 0;
	background-color: #efe3c0;
	padding: 10px 20px;
}

.event-details,
.cal-category
{
	margin: 10px 0;
	border: 1px solid #788103;
	background-color: #e8eec2;
	padding: 9px 19px;
}

.cal-category h3 {
	margin-top: 10px;
}


.illo {
	margin: 10px 0;
}

.illo-r {
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
}


.figure {
	margin: 10px 0;
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
	font-style: italic;
}

.figure img {
	display: block;
	margin: 10px auto;
}

.figure-r {
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
	font-style: italic;
}

.logo3 {
	margin: 0 10px 10px 0;
}

.logo3-last {
	margin: 0 0 10px;
}

.outdent {
	margin-left: 20px;
	text-indent: -20px;
}

.link-backtotop {
	clear: both;
	margin: 2em;
	text-align: right;
}

p.bwflogo {
	font-weight: bold;
}

p.bwflogo img {
	margin: 1.5em;
}

p#logo-mid {
	text-align: center;
}

p#logo-mid img {
	margin: 0 1.5em;
}

table.baskets {
	width: 100%;
	cell-padding: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

table.baskets td {
	vertical-align: top;
	padding: 0 0 30px 0;
	margin: 0;
	border: 0;
}

table.baskets td.description {
	padding-left: 6px;
}

span.basket-title {
	color: #a00034;
	font-weight: bold;
	font-size: 18px;
}

span.basket-subtitle {
	color: #a00034;
	font-style: italic;
	font-size: 15px;
}

span.producer {
	color: #313f11;
	font-weight: bold;
}

span.special {
	color: #788103;
	font-weight: bold;
}

span.special a {
	color: #788103;
	font-weight: bold;
	text-decoration: underline;
}


/*  prevent breaks in things such as dates, phone numbers */
.number {
	white-space: nowrap;
}


.share-links {
	clear: both;
	margin: 2em 0;
}

/*	Charts  */

.chart {
	border-collapse: collapse;
	padding: 0;
	margin: 2em 0;
}

.chart th {
	border: 1px solid white;
	vertical-align: bottom;
	background-color: #a3bd0b;
	padding: 10px;
}

.chart td {
	border: 1px solid white;
	background-color: #ffe;
	padding: 10px;
}

.chart .alt td {
	background-color: #eed;
}

.timetable {
	border-collapse:collapse;
	padding: 0;
	margin: 2em 0;
}

.timetable th {
	border: 1px solid white;
	vertical-align: bottom;
	background-color: #eed;
	padding: 10px;
	text-align: center;
}

.timetable h3 {
	margin: 0;
}

.timetable td {
	border-top: 1px solid #eed;
	background-color: #ffe;
	padding: 5px 10px;
	text-align: center;
}

.timetable .alt td {
	background-color: #eed;
}

table.schedule {
	border-collapse:collapse;
	padding: 0;
	margin: 0;
}

table.schedule td {
		border: 1px solid #333;
}

.bios, .chefs, .in-season {
	width: 470px;
	padding: 0;
	margin: 0;
}


.in-season {
	padding-bottom: 2em;
}

.in-season th {
	text-align: center;
	font-size: 15px;
}

.bios th {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 15px;
}

.bios td, .chefs td, .yoga-schedule td {
	font-size: 13px;
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
	padding: 0 0 1em 0;
	margin: 0;
	border: none;
}

.chefs tr.alt, .in-season tr.alt, .yoga-schedule tr.alt, #tenants tr.alt, .event-schedule tr.alt {
	background: #EEEEDD;
}

.bios td.img {
	text-align: center;
	font-style: italic;
	padding-right: 1em;
}

#tenants td {
	vertical-align: top;
}

#tenants td.description {
	width: 300px;
}

.event-schedule td {
	border: none;
	text-align: left;
	vertical-align: top;
}

.event-schedule ul {
	margin:0;
	text-align: left;
}

.event-schedule th {
	font-size: 15px;
}

/*
	What's On page
*/

.whatson-event1 {
	margin: 0 10px 10px 0;
}

.whatson-event2 {
	margin: 0 0 10px 0;
}



/*
	Calendar
*/

.cal-date {
	margin: 0 0 1em;
	font-size: 16px;
}

.cal-listing p {
	margin-left: 30px;
}

.cal-listing .cal-category-icon {
	float: left;
	clear: left;
	margin: 0 10px -3px -30px;
}

#extra .cal-category-icon {
	display: inline;
	margin: -3px 10px -3px 0;
}

.cal-location {
	margin: -1em 0 1em;
	font-size: 14px;
}

.cal-location a:link {
	color: #18b !important;
	text-decoration: underline;
}

.cal-location a:visited {
	color: #18b !important;
}



/*
	Listing - e.g. Farmers' Market vendors
*/

.listing p {
	margin: 20px 0;
}



/*
	Search results
*/

#search-results {
	clear: both;
}

#search-results .content {
	padding: 10px;
}

.search-result {
	margin: 1em 0 2em;
	border-bottom: 1px solid #000;
}

#search-results h2 {
	margin-top: 20px;
}



/*
	ExpressionEngine user messages
*/

#user-message {
	width: 950px;
	margin: 30px 0;
}

#user-message .content {
	padding: 10px;
}


/*
	Home page
*/

.main-home {
	clear: both;
	position: relative;
}


/*  Emergency advisories - see #info-advisory for the sidebar version that appears on all interior pages  */
/*  Full width, above bottom row  */
.home-warning, .home-advisory {
	clear: both;
	margin: 0 0 10px;
	border: 1px solid #a00034;
	width: 948px;
	background-color: #ffd600;
} 

/*  Replace Newsroom content (appears directly on top of Newsroom box)  */
/*.home-warning, .home-advisory {
	position: absolute;
	right: 0;
	top: 531px;
	border: 1px solid #a00034;
	width: 548px;
	height: 148px;
	background-color: #ffd600;
	z-index: 10;
} */


.home-advisory {
	background-color: #efe3c0;	
	border: 1px solid #bf6900;
}

.home-warning .content,
.home-advisory .content
{
	padding: 10px 9px 0;
}

.home-warning h3,
.home-advisory h3
{
	display: block;
	margin: -10px -10px 0;
	background-color: #a00034;
	padding: 5px 9px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
}

.home-advisory h3 {
	background-color: #bf6900;
}

.home-warning a:link,
.home-warning a:visited,
.home-advisory a:link,
.home-advisory a:visited
{
	color: #295b70;
}

#home-featured {
	float: left;
	position: relative;
	margin: 10px 0;
	width: 550px;
	height: 350px;
}

#home-features {
	width: 550px;
	height: 290px;
	overflow: hidden;
}

#home-whatson {
	margin: 10px 0 0;
	width: 550px;
	height: 50px;
}


#home-featured-nav { position: absolute; z-index: 110; top: 16px; right: 16px; font-size: 9px; }
#home-featured-nav a { z-index: 100; margin: 2px; padding: 1px 4px; border: 1px solid #788103; background-color: #fff; color: #fff; text-decoration: none; filter:alpha(opacity=60); opacity:0.6; }
#home-featured-nav a.activeSlide { background-color: #a3bd0b; color: #a3bd0b; filter:alpha(opacity=100); opacity: 1; }
#home-featured-nav a:focus { outline: none; }


.home-promote {
	float: left;
	display: block;
	width: 200px;
	margin: 0;
}

.home-promote img {
	float: left;
	display: block;
	margin: 10px 0 0 10px;
}

.home-more {
	clear: both;
	line-height: 1.1;
}

.home-more-button {
	float: left;
	margin: 0 10px 10px 0;
	width: 190px;
	height: 150px;
}

#home-more-cgc {
	margin-right: 0;
}

.home-more-item,
.home-highlight-item
{
	float: left;
	margin: 0 10px 10px 0;
	width: 228px;
	height: 148px;
	background-color: #dfe4bf;
	border: 1px solid #788103;

	color: #000;
	line-height: 1.333;
	position: relative;
}

#home-newsroom {
	float: right;
	display: block;
	margin: 0 0 10px;
	width: 548px;
	position: relative;
}

#home-newsroom p {
	text-indent: -20px;
	padding-left: 20px;
}

#home-newsroom-buttons {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.home-more h3 {
	margin: 0px;
	background-color: #788103;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;

}

#home-newsroom a:link,
#home-newsroom a:visited
{
	color: #169;
}


#home-newsroom h3 a:link,
#home-newsroom h3 a:visited
{
	color: #fff;
}

#home-newsroom p {
	margin: 10px 40px -5px 10px;
	z-index: 20; 
}

.home-more-icon {
	margin: 5px 5px -5px 0;
}


/*
	Gallery pages
*/

#gallery {
	clear: both;
	padding: 20px 20px 20px;
}

#gallery h2 {
	margin-top: 0;
}

#gallery-category {
	margin: 0 70px 50px;
}

.gallery-thumbs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.gallery-thumbs li {
	float: left;
	margin: 0 10px 10px 0;
	width: 85px;
	vertical-align: middle;
	text-align: center;
}

.gallery-full {
	margin: 20px;
	text-align: center;
}

.gallery-breadcrumb {
	font-weight: bold;
}

.gallery-pagination {
	clear: both;
	text-align: center;
}

.gallery-title {
	text-align: center;
}

.gallery-main-title {
	margin: 10px 0;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
}

.gallery-caption {
	text-align: center;
	font-style: italic;
}


/*  Preview templates for Alert system  */
.closed {
	border-style: dashed;
	color: #888;
}




/*  Events Calendar  */

.cal-content {
	clear: both;
	padding: 10px 10px;
}

.cal-text {
	margin: 0 20px;	
}

.cal-content > p {}

.cal-date {
	margin: 0 0 1em;
	font-size: 16px;
}

#fc_outer {
	clear: both;
	margin: 0 10px;
	width: 890px;
}

#fc_outer th, td {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#fc_inner th, td {
	border: 1px solid white;
	padding: 10px;
	font-size: 12px;
	line-height: 1.2;
}

#fc_inner a:link {
	text-decoration: none;
}

#fc_inner a:hover {
	text-decoration: underline;
}

.cal-monthlink {
	display: block;
	width: 8em;
	padding: 0.5em;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.cal-monthlink-prev {
	float: right;
}

.cal-monthlink-next {
	float: left;
}

.cal-monthlink-prev:hover, .cal-monthlink-next:hover {
	background-color: #eed;
	text-decoration: none;
}



#fc_inner {
	width: 890px;
}

#fc_inner th {
	background-color: #a3bd0b;
	text-align: center;
}

#fc_inner td {
	width: 14%;
	margin: 10px auto;
	border: 1px solid white;
	background-color: #eed;
	vertical-align: top;
}

#fc_inner .num {
	display: block;
	text-align: right;
}

#fc_inner .cal-category-icon {
	clear: right;
	float: right;
	margin: -0 0 8px 5px;
}

.day_cell .num {
	font-weight: bold;
}

.out_of_range .num {
	font-weight: normal;
	color: #888;
}


.cal-legend {
	clear: both;
	margin: 20px;
	background-color: #eee;
	padding: 10px 20px;
	width: 50%;
}

.cal-legend h2 {
	margin: 10px 0 20px;
}

.cal-legend-link {
	font-size: 12px !important;
	font-weight: normal;
}

.cal-legend img {
	margin: 4px 10px -4px 0;
}



.cal-occurrences {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.cal-week {
	text-align: center;
}

.cal-week-links {
	text-align: center;
}

.cal-month {
	margin: 0;
	text-align: center;
}

.cal-month-links {
	margin: -28px 20px 0;
	text-align: center;
}

.cal-weeklink:link,
.cal-weeklink:visited,
.cal-monthlink:link,
.cal-monthlink:visited
{
	display: block;
	margin: 0 0 2em;
	width: 144px;
	background-color: #ccc;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.cal-weeklink:hover,
.cal-monthlink:hover
{
	background-color: #a3bd0b;
}

.cal-week-prev,
.cal-month-prev
{
	float: left;
}

.cal-week-next,
.cal-month-next
{
	float: right;
}

.cal-week-this {
	margin: 0 165px !important;	
}

.cal-week-month {
	display: inline !important;
	padding: 3px;
}

.cal-week-day {
	clear: both;
	margin: 0 0 2em;
}

.cal-week-day h4 {
	background-color: #51b5e0;
	padding: 5px 10px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

.cal-week-day ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.cal-week-day img,
.cal-legend-sidebar img
{
	margin: 5px 5px -5px 0;	
}


