body {
	color:#3F4331;
	background-color:#FFFFFF;
	text-align:justify;
	font-family:Arial,"Trebuchet MS","Bitstream Vera Sans",Verdana,Lucida,Helvetica,sans-serif;
	font-size:86%;
	margin:0;
	padding:0;
	background:url(../i/background.jpg) 50% 274px no-repeat;
}

* {
	padding:0;
	margin:0;
}

a {
	color:#3f4331; 
	font-weight:bold; 
}

:link, :visited {
	text-decoration:none;
}

ul,ol { list-style:none; }

h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; 
	color:#3f4331;
}
a img,:link img,:visited img { 
	border:none;
}
a:hover {
	text-decoration:underline;
}

b, strong {
	font-weight:bold;
}

i, em {
	font-style:italic;
}

p  {
	padding:0;
	margin:0;
	font-size:1em;
	line-height:130%;
}


ul {
	padding-right:1em;
	text-align:left;
	margin-bottom:1em;
}

#content ul {
	margin-left:2px;
	padding-left:2px;
}


/* TABLE SOLUTION */

table {
	padding:0;
	margin:0;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
}

img {
	display:inline;
	border:none;
	margin:0;
	padding:0;
}

td {
	padding:0;
	margin:0;
	vertical-align:top;
}

#logo {
	height:259px;
	width:493px;
	margin:0;
	padding:0;
	border-spacing:0;
	background:url(../i/noflash.jpg) top left no-repeat #C4E340;
	border-left:1px dashed #9BA17F;
}

#menu {
	height:259px;
	width:237px;
	background:#F7FBE7;
	border-left:1px dashed #9BA17F;
	border-right:1px dashed #9BA17F;
}

#main-table {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

td#header-cell {
	background:#C4E340 url(../i/colorbar.gif) top center repeat-y;
}

#header-cell table {
	margin:0 auto;
	background:white;
	width:730px;
}

td#meta-cell {
}

#meta-cell div {
	width:730px;
	background:transparent;
	padding:0;
	margin:0 auto;
}

#meta-cell p {
	margin:2px auto 0 auto;
	padding:0;
	font-size:0.65em;
	text-transform:uppercase;
	text-align:right;
}

#meta-cell a {
	font-weight:normal;
	color:#3F4331;
	text-decoration:none;
}

#meta-cell a:visited {
	color:#810554;
	text-decoration:none;
}

#meta-cell a:hover {
	color:#DF068C;
	text-decoration:underline;
}


.line {
	border-top:1px dashed #9BA17F;
	background:white;
	width:100%;
}

#footer {
	vertical-align:middle;
	margin-bottom:20px;
}

#footer div {
	width:730px;
	margin:0 auto;
	border-top:1px dashed #9BA17F;
}

#footer p {
	text-align:center;
	font-size:0.7em;
	margin-top:2px;
}

#footer a:hover {
	color:#DF068C;
}

#footer img {
	vertical-align:bottom;
}

td#main-cell table#main-cell-table {
	margin:0 auto;
	width:730px;
	background:#FDFEF9;
	border-left:1px dashed #9BA17F;
	border-right:1px dashed #9BA17F;
}

#headline {
	border-bottom:1px dashed #9BA17F;
	background:url(../i/bg_hdl.gif) top left repeat-x #F7FBE7;
	height:36px;
	vertical-align:middle;
	padding:1px 4px 0 4px;
}

#headline h1#contentheadline {
	font-size:1.5em;
	color:#61664C;
	margin-top:3px;
}




/* MAIN MENU */

ul.menubar {
	border:1px solid black;
	list-style:none;
	padding:2px;
	background:cyan;
}

ul.menubar li {
	background:#fcc;
}

ul.menubar li#active-link {
	background:#ff0000;
	padding:0;
}

ul.menubar ul.submenu {
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:black;
	list-style:none;
	margin:0;
	margin-left:10px;
	background:lime;
}

ul.menubar ul.submenu li {
	background:#ffc;
	padding:0;
}

ul.menubar ul.submenu li#active-link {
	background:#ffff00;
}

ul.article-list {
	margin:0;
	padding:0;
	border:1px solid black;
	background:#fcf;
}

ul.article-list li {
	background:#99c;
}



/* CONTENT */

#container {
	background:#FDFEF9;
	width:492px;
	border-right:1px dashed #9BA17F;
	padding:0;
	margin:0;
	font-size:1em;
}

div#content {
	float:left;
	position:relative;
	padding:0;
	margin:0;
	width:492px;
	min-height:350px;
	background:#fdfef9;
}

#container-wide {
	float:left;
	background:#FDFEF9;
	width:728px;
	padding:0;
	margin:0;
	font-size:1em;
}

div#content-wide {
	float:left;
	position:relative;
	padding:0;
	margin:0;
	width:728px;
	min-height:350px;
	background:#fdfef9;
}

/* all DIVs within content are pushed inwards by 8px */
div#content div {
	float:left;
	position:relative;
	width:476px;
	margin:8px 0 0 8px !important;
	margin:4px 0 0 4px;
	padding:0 !important;
}

/* resets the rule above for inner DIVs */
div#content div div {
	margin:0 !important;
	padding:0 !important;
	width:476px;
}

div#content div div div {
	width:476px;
}

div#content div div div div {
	width:476px;
}

/* full-width DIV for one-column layout */
div#main-body {
	width:476px;
	clear:both;
}

/* helper class to force clearing */
#content div.clear {
	position:relative;
	float:none;
	clear:both;
	/* width:492px; */
	width:476px;
	height:1px;
	margin:0;
	padding:0;
	background:transparent;
}

/* styling actual content blocks */
div#main-body div#contentdescription {
	clear:both;
	margin:0 0 10px 0;
}

div#main-body div#article-list {
	clear:both;
	border:1px solid #e1e7ca;
	padding:2px;
}

#content div p {
	font-size:0.8em;
	padding-bottom:20px;
}

#content div h1 {
	padding:1px;
	margin:0 0 2px 0;
	font-size:1.1em;
	color:white;
	text-transform:uppercase;
	text-align:left;
}

/* SIDEBAR */

#sidebar {
	width:235px;
	background:white;
}

div.box-sidebar {
	background:white;
	border:1px solid #eee;
	padding:1px;
	margin:0 4px 4px 4px !important;
	margin:2px;
	float:left;
	width:225px !important;
	width:222px;
}

div.box-sidebar img {
	margin:0 !important;
}

div.box-sidebar-news,
div.box-sidebar-topitems {
	border:1px solid #eee;
	padding:1px;
	margin:0 4px 4px 4px !important;
	margin:2px;
	float:left;
	width:225px !important;
	width:222px;
}

#sidebar h1 {
	font-size:1.1em;
	font-weight:bold;
	margin:4px !important;
	margin:4px 2px 0 2px;
	padding:2px 3px;
	background:#b2db1f;
	color:white;
	float:left;
	width:224px !important;
	width:222px;
	text-transform:uppercase;
}

#sidebar h2 {
	font-size:0.9em;
	font-weight:bold;
	color:#3f4331;
	float:left;
}

#sidebar p {
	font-size:0.8em;
	color:#3F4331;
}

#sidebar div.box-sidebar-topitems h2 {
	display:inline;
}

/* NEWS BOX */

#sidebar .news-date {
	font-size:0.7em;
	color:#666;
	float:right;
	margin:2px;
	width:100px;
	text-align:right;
}

#sidebar .news-summary {
	background:white;
	float:none;
	width:225px;
	clear:both;
}

#sidebar .news-more {
	color:#3F4331;
	clear:both;
	float:right;
	width:225px;
	text-align:right;
}

#content .news-more {
	color:#3F4331;
	clear:both;
	float:right;
	width:476px;
	text-align:right;
}


/* SEARCH BOX */

#searchbox #textwrap input {
	width:150px;
	background:#fdfef9;
	border:1px solid #9ba17f;
	margin:2px 3px 2px 3px;
	padding:1px;
	font-size:1em;
	display:inline;
	vertical-align:middle;
}

.search-text input:hover {
	background:#f8fce9;
}

#searchbox input#searchsubmit {
	display:inline;
	width:57px; /* search button image's width */
	padding:0;
	margin:2px;
	vertical-align:middle;
}

.search-more {
	text-align:right;
	padding:4px;
	float:none;
	clear:both;
}


form.select-show select {
	background:#fdfef9;
	margin:0;
	padding:1px;
	margin-bottom:8px;
}

/* MENU */

#lbmenu {
	padding-top:4px;
}

ul.level0 li a, ul.level1 li a { background-image:none; }

ul.level0 {
	position:relative; 
	margin:0;
	padding:0;
	width:235px; 
	height:16px;
}

ul.level0 a {
	width:235px;
	height:16px;
	display:block;
	border:0;
	position:relative;
	margin:0;
	padding:0;
}

ul.level0 li, ul.level1 li { 
	background-position:0 0; 
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	width:235px;
	height:16px; /* H */
	clip:rect(0px 235px 16px 0px); /* 0 W H 0 */
	display:block;
	list-style:none;
}

li#item80 a { background-image:url(../i/item80.gif); }
li#item48 a { background-image:url(../i/item48.gif); }
li#item49 a { background-image:url(../i/item49.gif); }
li#item50 a { background-image:url(../i/item50.gif); }
li#item45 a { background-image:url(../i/item45.gif); }
li#item52 a { background-image:url(../i/item52.gif); }
li#item53 a { background-image:url(../i/item53.gif); }
li#item54 a { background-image:url(../i/item54.gif); }
li#item55 a { background-image:url(../i/item55.gif); }
li#item56 a { background-image:url(../i/item56.gif); }
li#item57 a { background-image:url(../i/item57.gif); }
li#item66 a { background-image:url(../i/item66.gif); }
li#item67 a { background-image:url(../i/item67.gif); }
li#item69 a { background-image:url(../i/item69.gif); }
li#item70 a { background-image:url(../i/item70.gif); }

ul.level0 li a:hover { background-position:0 -16px; } /* -1H */
ul.level0 a#selected0 { background-position:0 -32px;  } /* -2H */
ul.level0 a#selected0:hover { background-position:0 -48px; } /* -3H */

ul.level0 ul.level1 li a:hover { background-position:0 -16px; } /* -1H */
ul.level0 ul.level1 a#selected1 { background-position:0 -32px;  } /* -2H */
ul.level0 ul.level1 a#selected1:hover { background-position:0 -48px; } /* -3H */

table#search-table {
	margin:10px 0 20px 0;
}
table#search-table td {
	border:1px solid #ccc;
	padding:2px;
	margin:2px;
}

div.box-news {
	/* border:1px solid #ccc; */
	padding:0;
	margin:4px;
	font-size:1em;
 }

.box-news p {
	padding:0;
	margin:0;
}

.box-news h3 {
	font-size:0.8em;
	font-weight:normal;
	color:#3F4331;
	padding:0;
}

.box-news h1 {
	color:white;
}

.box-news p.news-summary {
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
	background:transparent;
}

.box-news p.news-body {
	font-size:1em;
	margin:0;
	padding:0;
	background:transparent;
}

div.box-cat {
	border:1px solid #eee;
	background:#F8FCE9;
	padding:0;
	margin:2px !important;
 }



ul.cat-lines {
	padding:2px;
	margin:0;
}

ul.cat-lines li {
	padding:0;
	margin:0;
}

ul.cat-lines li a {
	font-weight:normal;
	font-size:0.8em;
	text-transform:uppercase;
	
}



input.comments-field {
	width:400px;
	display:block;
}
 
textarea.comments-area {
	width:400px;
	display:block;
}
 
.nav-trails {
}
 
.user-view {
}
 
.box-picture {
	border:1px solid red;
}

.box-picture p {
	float:left;
}

.box-picture img {
	float:right;
}

.box-comments {
	padding:0;
	margin:10px 0 20px 0;
}

.box-comment {
	background:#f6f7f2;
	border:1px solid #ccc;
	padding:0;
	margin:0;
}

.box-comment h4 {
	font-size:1.1em;
	font-weight:bold;
	margin:4px 4px 0 4px;
	padding:0;
}

.box-comment p {
	margin:0 4px;
	padding:0;
}

.box-comment p.comment-message {
	font-size:1.2em;
	border:1px solid #ccc;
	background:white;
	margin:4px;
	padding:1px;
}

.box-comment p.comment-info {
	font-size:0.7em;
	font-weight:normal;
	margin:4px;
	padding:0;
	height:1px;
}

.box-comment p.comment-form {
	font-size:0.7em;
	font-weight:normal;
	margin:0 4px;
	padding:0;
}

.box-comment input {
	padding:2px;
	margin:4px;
	border:1px solid #d6d7d3;
	background:white;
	font-size:0.8em;
}

div#article-body * {
	color:#3F4331;
	font-size:1em;
}

div#article-body {
	font-size:0.8em;
}

div#article-body p {
	font-size:1em;
	margin-bottom:20px !important;
	color:#3F4331;
}

div.box-news table,
div#article-body table {
	width:476px;
}

div.show-desc p {
	display:inline;
	margin-bottom:12px !important;
}

div.box-news td,
div#article-body td {
	font-size:0.8em;
	padding:2px;
	margin:2px;
}

div#article-body h2 { font-size:1.2em; font-weight:bold; color:#6d715f; margin:10px 0 2px 0; }
div#article-body h3 { font-size:1em; font-weight:bold; color:#414338; margin:8px 0 2px 0; }
div#article-body h4 { font-size:0.9em; font-weight:bold; color:#414338; text-transform:uppercase;  }
div#article-body h5 { font-size:0.9em; font-weight:bold; color:#414338; }
div#article-body h6 { font-size:0.8em; font-weight:normal; color:#414338; text-transform:uppercase; }

h2 { font-size:1.2em; font-weight:bold; color:#6d715f; }
h3 { font-size:1em; font-weight:bold; color:#414338; }
h4 { font-size:0.9em; font-weight:bold; color:#414338; text-transform:uppercase;  }
h5 { font-size:0.9em; font-weight:bold; color:#414338; }
h6 { font-size:0.8em; font-weight:normal; color:#414338; text-transform:uppercase; }


div#article-body div.article-image-right {
	display:inline;
	width:260px;
	float:right;
	border:1px solid #d6dcbb;
	padding:1px !important;
	margin:0 0 4px 4px !important;
	text-align:center;
	background:white;
}

div#article-body div.article-image-left {
	display:inline;
	width:260px;
	float:left;
	border:1px solid #d6dcbb;
	padding:1px !important;
	margin:0 8px 4px 0 !important;
	text-align:center;
	background:white;
}

div#article-body div.article-image-teaser {
	display:inline;
	width:80px;
	float:left;
	/* border:1px solid #d6dcbb; */
	padding:1px !important;
	margin:0 2px 1px 0 !important;
	text-align:center;
	background:white;
	font-size:9px;
}

div#article-body div.article-image-teaser p,
div#article-body div.article-image-left p,
div#article-body div.article-image-right p {
	margin:0 !important;
	padding:0 !important;
	background:#f7fbe7;
}

.clear {
	clear:both;
	float:none;
	font-size:0.1em;
	min-height:0;
}


/* SHOWS */
div.summary-shows {
	xborder:1px solid #eee;
	width:476px;
	margin:0;
	margin-bottom:30px !important;
	padding:20px !important;
}

div.summary-shows h2 {
	font-size:1em;
	font-weight:normal;
}

div.summary-shows h3 {
	font-size:0.8em;
	font-weight:bold;
}

div.summary-shows h4 {
	font-size:0.8em;
}

div.summary-shows h2,
div.summary-shows h3,
div.summary-shows h4 {
	margin:0;
	padding:0;
}

div.summary-shows p {
	padding:0 !important;
	margin:0 !important;
}

div.summary-shows a,
div.summary-shows img {
	font-weight:normal;
	margin:0;
	padding:0;
}


/* TEASERS */
/* half-width DIVs for two-column layout */
div#content div.tv2, #content div.radio2 {
	width:230px; 
	float:left;
}

/* full-width DIV for one-column layout */
div#content div.tv1, #content div.radio1 {
	width:476px;
	float:left;
}

#content div.def1 h1, 
#content div.def2 h1 {
	background:#B2DB1F;
}

#content div.tv1 h1, 
#content div.tv2 h1 {
	background:#DF068C;
}

#content div.radio1 h1,
#content div.radio2 h1 {
	background:#F9D700;
	
}

.teaser-more1 {
	width:476px !important;
	clear:both;
	float:right;
	text-align:right;
}

.teaser-more2 {
	color:#3F4331;
	width:230px !important;
	clear:both;
	float:right;
	text-align:right;
}

#content p {
	padding:0 !important;
	margin:0 !important;
	xborder:1px solid #fafafa;
}


/* ALPHA PAGER */
div.box-alphapager {
	background:yellow;
	margin:8px 0 20px 0 !important;
}


div.alphapager-wrapper {
	border:1px solid #ccc;
	padding:4px;
	background:#fafafa;
	font-size:0.9em;
}

div.alphapager-wrapper a {
	font-weight:normal;
}

div.alphapager-wrapper span {
	font-size:10px;
	color:red;
	font-size:0.9em;
	font-weight:bold;
}

/* SUMMARY-PAGE */

div.summary-page {
	margin-bottom:20px !important;
}

div.summary-page * {
	color:#3F4331;
	font-size:1em;
}

div.summary-page p {
	margin:4px 0 10px 0 !important;
	font-size:0.8em !important;
	color:#3F4331;
}

div.summary-page h3 { font-size:0.9em; font-weight:bold; color:#414338; margin:0; }
div.summary-page h5 { font-size:0.8em; font-weight:bold; color:#414338; margin:0; letter-spacing:1px; }


div#article-body ul, 
div#article-body ol {
	list-style:disc;
	margin-left:20px;
	margin-bottom:12px;
	
}

div#article-body li, div#article-body li li {
	font-size:11px;
	margin-bottom:6px;
}


div#article-body ul#show-list,
ul.search-results {
	padding:0;
	list-style-image:url(../i/bullet_doc.png);
	list-style-position:inside;
	margin:4px 0 12px 0;
}

div#article-body ul#show-list li,
ul.search-results li {
	padding:0;
	margin:0;
}

div#article-body ul#show-list li a,
ul.search-results li a {
	padding:0;
	margin:0;
	color:#3F4331;
	font-size:0.8em;
	font-weight:normal;
}

a.edit-link {
	border:1px solid #ccc;
	background:#E1E7CA;
	color:#3F4331;
	font-weight:bold;
	letter-spacing:1px;
	padding:2px 4px;
	margin:4px;
}

img.teaser-image {
	float:left;
	position:relative;
	display:inline;
	margin:0 4px 4px 0;
	padding:0;
}








/* SCHEDULE TABLE */

table.schedule {
	float:left;
	position:relative;
	background:transparent;
	padding:0;
	margin:0;
	width:716px;
	font-size:10px;
}


table.schedule td {
	background-color:#EAF0CF;
	padding:1px;
	margin:1px;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border:1px solid white;
	
}

/* EMPTY SLOT */
table.schedule td.x0 {
	padding:1px;
	margin:0;
	border-bottom:1px solid #EDEFE6;
	background:#FAFCF2; /* url(../i/pattern.gif); */
}

/* DAYS */
table.schedule tr.x1 td {
	background:transparent;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

table.schedule tr.x3 td.x2,
table.schedule tr.x1 td.x2 {
	font-weight:bold;
	text-align:center;
	border-style:none;
}

/* TIME */
table.schedule tr td.x2 {
	color:#4A4F3A;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	padding-right:2px;
	background-color:transparent;
	border-bottom:1px solid #EDEFE6;
	border-right:1px solid #9BA17F;
	vertical-align:middle;
}

table.schedule tr th.x2 {
	color:#4A4F3A;
	font-weight:bold;
	font-size:10px;
	text-align:right;
	background-color:transparent;
	vertical-align:top;
}

/* DATES */
table.schedule tr.x3 td {
	background:transparent;
	font-weight:bold;
	border-bottom:1px solid #9BA17F;
	font-size:10px;
	font-style:oblique;
	text-align:center;
	padding:0;
}

/* fix sifr turn-off for article body .sIFR-hasFlash */
div#article-body h1 {
	visibility:visible !important;
}