/*
 * Author: ADFC, Christof Glaser
 */

/* DEFINITIONS: TEXT -> START */

body, div, p, h1, h2, h3, h4, ul, ol, li, a:link, a:hover, a:active, a:visited {
	color:				#3e5059;
	font-family:			arial, verdana, helvetica, sans-serif;
	font-size:			12px;
	line-height:			135%;
}

p, h1, h2, h3, h4, ul, ol, li {
	margin:				0 0 20px;
}

h1 {
	color:				#36454d;
	font-size:			18px;
	font-weight:			normal;
	line-height:			110%;
	margin:				0 0 15px;
}

h2 {
	line-height:			110%;
	margin:				0 0 4px;
}

h3 {
	font-size:			13px;
	font-weight:			bold;
	line-height:			110%;
	margin:				0 0 5px;
}

h4 {
	line-height:			110%;
	margin:				0;
}

ul, ol {
	margin-left:			14px;
	padding:			0;
}

li {
	margin:				0;
}

a:link, a:hover, a:active, a:visited {
	color:				#ee7f00;
}

a:hover, a:active{
	text-decoration:		none;
}

/* DEFINITIONS: TEXT -> END */

/* DEFINITIONS: FLEX-ELEMENTS -> START */

input {
	padding: 0;
}

hr {
	background:			#e6edf3;
	border:				0;
	clear:				both;
	color:				#e6edf3;
	height:				1px;
	margin:				0 0 15px;
}

a.blackLink:link, a.blackLink:hover, a.blackLink:active, a.blackLink:visited {
	color:				#3e5059;
}

a.arrowLeft:link, a.arrowLeft:hover, a.arrowLeft:active, a.arrowLeft:visited, a.arrowTop:link, a.arrowTop:hover, a.arrowTop:active, a.arrowTop:visited, a.iconPrint:link, a.iconPrint:hover, a.iconPrint:active, a.iconPrint:visited {
	background:			url(gfx/arrow_left.gif) left center no-repeat;
	color:				#3e5059;
	padding:			0 0 0 14px;
	text-decoration:		none;
}

a.arrowLeft:hover, a.arrowLeft:active, a.arrowTop:hover, a.arrowTop:active, a.iconPrint:hover, a.iconPrint:active {
	text-decoration:		underline;
}

a.arrowTop:link, a.arrowTop:hover, a.arrowTop:active, a.arrowTop:visited {
	background-image:		url(gfx/arrow_top.gif);
	padding-left:			17px;
}

div.blockLink a:link, div.blockLink a:hover, div.blockLink a:active, div.blockLink a:visited,
div#secondary a:link, div#secondary a:hover, div#secondary a:active, div#secondary a:visited,
div#subpages li.page_item a:link, div#subpages li.page_item a:hover, div#subpages li.page_item a:active, div#subpages li.page_item a:visited,
a.blockLink:link, a.blockLink:hover, a.blockLink:active, a.blockLink:visited, a.blockLinkActive:link, a.blockLinkActive:hover, a.blockLinkActive:active, a.blockLinkActive:visited {
	background-position:		2px center;
	background-repeat:		no-repeat;
	border-bottom:			#e6edf3 solid 1px;
	color:				#3e5059;
	display:			block;
	margin:				0 0 1px;
	padding:			5px 5px 5px 14px;
	text-decoration:		none;
}

div#subpages li.page_item a:active, div#subpages li.page_item a:hover,
a.blockLink:hover, a.blockLink:active, a.blockLinkActive:link, a.blockLinkActive:hover, a.blockLinkActive:active, a.blockLinkActive:visited {
	background-color:		#edf4fa;
}

div#subpages li.page_item a:link, div#subpages li.page_item a:hover, div#subpages li.page_item a:active, 
a.singleArrow:link, a.singleArrow:hover, a.singleArrow:active, a.singleArrow:visited, a.singleArrowActive:link, a.singleArrowActive:hover, a.singleArrowActive:active, a.singleArrowActive:visited {
	background-image:		url(gfx/arrow_right_normal.gif);
}

div#subpages li.page_item a:active, div#subpages li.page_item a:hover, div#subpages li.current_page_item a,
a.singleArrow:hover, a.singleArrow:active, a.singleArrowActive:link, a.singleArrowActive:hover, a.singleArrowActive:active, a.singleArrowActive:visited {
	background-image:		url(gfx/arrow_right_active.gif);
}

div#subpages ul {
	list-style-type:		none;
	padding-left:			0;
	margin-left:			0;
}

div#subpages li.page_item, div#subpages li.current_page_item {
	list-style-type:		none;
}

div#subpages li.page_item, div#subpages li.current_page_item {
	display: 			block;
	background-repeat: 		none;
	padding:			0;
}

a.iconPrint:link, a.iconPrint:hover, a.iconPrint:active, a.iconPrint:visited {
	background-image:		url(gfx/icon_print.gif);
}

.alignCenter {
	text-align:			center;
}

.alignRight {
	text-align:			right;
}

.contentSpacer {
	margin:				0 0 20px;
}

.clearer {
	clear:				both;
	visibility:			hidden;
}

.leftCol, .middleCol, .rightCol {
	float:				left;
}

.noMargin {
	margin:				0;
}

.noPadding {
	padding:			0;
}

.hidden {
	display:			none;
}

.printFooter {
	display:			none;
}

.printLogo {
	display:			none;
}

/* DEFINITIONS: FLEX-ELEMENTS -> END */

/* DEFINITIONS: BASE-LAYOUT -> START */

html {
	height:				100%;
}

body {
	background:			red;
	background-color:		white;
	height:				100%;
	margin:				10px;
}

.nonFooter {
	background:			url(gfx/nonfooter_bg.gif) repeat-y;
	min-height:			660px;
	position:			relative;
	width:				980px;
}

.adsTop {
	background:			white;
	text-align:			right;
	width:				812px;
}

.adsTop img {
	margin:				0 0 10px;
}

.master {
	float:				left;
	width:				auto;
}

.head {
	border-bottom:			white solid 1px;
	width:				auto;
}

.headStripe {
	background:			#ee7f00 url(gfx/head_stripe.gif) no-repeat;
	float:				left;
	height:				126px;
	width:				33px;
}

.cLogo {
	background:			#004b7c;
	float:				left;
	height:				126px;
	margin:				0 0 0 1px;
	width:				185px;
}

.cLogo img {
	border:				0;
}

.cLogoSubline {
	border-top:			white solid 1px;
	margin:				0 15px;
	padding:			5px 0 0;
	text-align:			center;
}

.cLogoSubline p {
	color:				white;
	font-size:			12px;
	line-height:			110%;
	margin:				0;
}

.headPic {
	background:			aqua;
	float:				left;
	height:				126px;
	margin:				0 0 0 1px;
	width:				590px;
}

.main .leftCol {
	width:				219px;
}

.main .leftCol #wp-calendar {
	margin:				0 0 0 30px;
}

/* specific widget titles */
li.ec3_widget_cal  {
	border-bottom:			1px solid white;
}

li#bcn_widget-4 { /* this is just there to get the breadcrumbs right before the calendar breaks them. */
	display:			none;
}

li.ec3_widget_cal h3,
li.multiwidget_ec3-event-list h3,
li.widget_gdtt_termslist h3,
li.meta_enhanced {
	display:			block;
	margin:				0;
	font-style:			normal;
	text-align:			left;
}


.navigation {
	border-right:			#edf4fa solid 1px;
}

.main .rightCol {
	margin:				0 0 0 1px;
	width:				590px;
}

.metaNav {
	background:			#004b7c;
	border-bottom:			white solid 1px;
	min-height:			25px;
	padding:			10px 15px 0;
}

.breadcrumb {
	border-bottom:			#e6eef2 solid 1px;
	min-height:			25px;
	padding:			10px 13px 0;
}

.breadcrumb p {
	line-height:			101%;
}

.breadcrumb a:link, .breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:visited {
	color:				#475c66;
}

.content {
	padding:			20px 14px 60px;
}

.content .contentPic {
	border:				#cfdce6 solid 1px;
	margin:				0 0 7px;
}

.content .leftCol {
	width:				350px;
}

.main .leftCol ul.xoxo {
	list-style-type: none;
	display: block;
	margin: 0 0;
}

.main .leftCol ul li {
	list-style-type: none;
	display: block;
	margin: 0 0;
}

.main .rightCol .content .leftCol ul {
	list-style-type: 		circle;
}
.main .rightCol .content .leftCol ul li {
	list-style-type: 		circle;
	display:	 		list-item;
}

address {
	display:			block;
	margin:				6px 0 12px 0;
	min-height:			24px;
	font-style:			normal;
}

#searchform {
	background:			white;
	border-bottom:			1px solid white;
	height:				35px;
	position:			relative;
	padding: 0;
	margin: 0;
}

#searchform label {
	display: none;
}

#searchform {
	margin:				0;
	padding:			0;
}

#searchform #searchsubmit {
	display:			block;
	margin:				0;
	padding:			0;
	position:			absolute;
}

#searchform #s {
	background:			url(gfx/search_input_bg.gif) left top repeat-x;
	border:				0;
	color:				#475C66;
	display:			block;
	font-size:			12px;
	font-style:			italic;
	height:				25px;
	margin:				0;
	padding:			10px 10px 0;
	position:			absolute;
	right:				0;
	width:				165px;
}

.content .rightCol {
	margin:				0 0 0 35px;
	padding:			0;
	width:				175px;
}

.teaserBox {
	margin:				0 0 25px;
}

.teaserBox img {
	border:				0;
}

.entry-meta {
	margin:				0 0 20px 0;
	padding:			0 0 0 10px;
	background:			#edf4fa url(gfx/teaserbox_headline_rounded_corner_orange.gif) no-repeat;
	color:				#475c66;
}

.entry-meta .permalink,
.entry-meta .permalink a {
	font-size:			9px;
	display:			inline;
}

.entry-utility {
	display:			block;
}

.content .leftCol .teaserBox h2 {
	color:				#3e5059;
}

.content .rightCol .teaserBox div,
.content .rightCol .teaserBox p,
.content .rightCol .teaserBox h2,
.content .rightCol .teaserBox ul,
.content .rightCol .teaserBox ol,
.content .rightCol .teaserBox li,
.content .rightCol .teaserBox a:link,
.content .rightCol .teaserBox a:hover,
.content .rightCol .teaserBox a:active,
.content .rightCol .teaserBox a:visited {
	font-size:			11px;
}

.content .rightCol .teaserBox p {
	margin:				0 0 5px;
}

.content .rightCol .teaserBox h2 {
	background:			#edf4fa url(gfx/teaserbox_headline_rounded_corner_orange.gif) no-repeat;
	color:				#475c66;
	font-weight:			bold;
	margin:				0 0 1px;
	min-height:			13px;
	padding:			5px 8px 4px 13px;
}

.content .rightCol .teaserBox a:link,
.content .rightCol .teaserBox a:hover,
.content .rightCol .teaserBox a:active,
.content .rightCol .teaserBox a:visited {
	color:				#3e5059;
}

.teaserBox .content {
	margin:				5px 0 0;
	padding:			0;
}

.teaserBox .noMargin {
	margin:				0;
}

.teaserBoxGrey h2 {
	background:			#edf4fa url(gfx/teaserbox_headline_rounded_corner_grey.gif) no-repeat;
	font-weight:			bold;
	margin:				0 0 1px;
	min-height:			13px;
	padding:			5px 8px 4px 13px;
}

.teaserBoxOffer a:link,
.teaserBoxOffer a:hover,
.teaserBoxOffer a:active,
.teaserBoxOffer a:visited {
	color:				#3e5059;
}

.teaserBoxOffer .content {
	background:			#edf4fa;
	border-left:			#dae3eb solid 6px;
	padding:			13px 13px 13px 8px;
	margin-top:			0;
}

.content .bottomLinks .leftCol,
.content .bottomLinks .middleCol,
.content .bottomLinks .rightCol,
.content .leftCol .bottomLinks .leftCol,
.content .leftCol .bottomLinks .middleCol,
.content .leftCol .bottomLinks .rightCol {
	margin:				0 0 20px;
	width:				187px;
}

.content .bottomLinks .middleCol,
.content .leftCol .bottomLinks .middleCol {
	text-align:			center;
	width:				188px;
}

.content .bottomLinks .rightCol,
.content .leftCol .bottomLinks .rightCol {
	text-align:			right;
}

.content .leftCol .bottomLinks .leftCol,
.content .leftCol .bottomLinks .middleCol,
.content .leftCol .bottomLinks .rightCol {
	width:				117px;
}

.content .leftCol .bottomLinks .middleCol {
	width:				116px;
}

.adsRight {
	float:				left;
	margin:				0 0 0 8px;
}

.adsRight p {
	color:				#262626;
	font-size:			11px;
	margin:				0 0 5px;
}

.adsRight img {
	border:				0;
	display:			block;
	margin:				0 0 10px;
}

.footer {
	background:			white url(gfx/footer_bg.gif) no-repeat;
	height:				33px;
	position:			relative;
	margin:				0;
	padding:			9px 2px 0 222px;
	text-align:			center;
	width:				588px;
}

.footer .leftish {
	float:				left;
}

.footer p {
	padding:			0 0 0 3%;
	width:				42%;
	text-align:			right;
}

.footer ul {
	list-style-type:		none;
}

.footer ul.leftish {
	width:				55%;
	display: 			inline-block;
	text-align:			left;
}

.footer ul, .footer div {
	display: 			inline;
	margin:				0;
	padding:			0;
}
.footer ul li {
	display:			inline;
}
.footer ul ul li:before {
	content:			' | ';
}

.footer h3.widget-title {
	display:			none;
}

.footer a:link, .footer a:hover, .footer a:active, .footer a:visited {
	color:				#464646;
}

/* DEFINITIONS: BASE-LAYOUT -> END */

/* DEFINITIONS: METANAVIGATION -> START */

.metaNav ul {
	border-left:			white solid 1px;
	margin:				0;
	padding:			0;
}

.metaNav ul li {
	border-right:			white solid 1px;
	color:				white;
	display:			inline;
	line-height:			115%;
	list-style-type:		none;
	margin:				0;
	padding:			0 8px 0 10px;
}

.metaNav ul li a:link, .metaNav ul li a:hover, .metaNav ul li a:active, .metaNav ul li a:visited {
	color:				white;
	font-weight:			bold;
	line-height:			115%;
	margin:				0;
	padding:			0;
	text-decoration:		none;
}

.metaNav ul li a:hover, .metaNav ul li a:active {
	text-decoration:		underline;
}

/* DEFINITIONS: METANAVIGATION -> END */

/* DEFINITIONS: NAVIGATION -> START */

.navigation ul {
	margin:				0;
	padding:			0;
}

.navigation ul ul {
	background:			url(gfx/subnavigation_spacer.gif) repeat-y;
	border-bottom:			white solid 1px;
	padding:			4px 0;
}

.navigation ul li {
	list-style-type:		none;
	line-height:			115%;
	margin:				0;
	padding:			0;
}

.navigation ul li a:link, .navigation ul li a:hover, .navigation ul li a:active, .navigation ul li a:visited,
.navigation h3,
.navigation ul.ec3_events li.ec3_list {
	background:			url(gfx/navigation_normal_bg.gif) left center no-repeat;
	border-bottom:			white solid 1px;
	color:				#475c66;
	display:			block;
	font-size:			13px;
	font-weight:			bold;
	line-height:			115%;
	min-height:			24px;
	padding:			11px 10px 0 43px;
	text-decoration:		none;
}

.navigation ul.ec3_events {
	border:				none;
	background-image:		none;
}

.navigation ul.ec3_events li.ec3_list {
	background-image:		none;
}

.navigation ul.ec3_events ul {
	border-top:			1px solid white;;
	background-image:		none;
	padding:			0;
	margin:				0;
}

.navigation ul.ec3_events ul li {
	padding:			0;
	margin:				6px 0 0 -42px;
}

.navigation h3 {
	display: none;
	background-image:		none;
	font-style:			italic;
	padding-top:			24px;
}

.navigation .widget_nav_menu h3.widget-title,
#secondary h3.widget-title {
	display: none;
}

#secondary ul {
	list-style-type:		none;
	margin:				0;
	padding: 			0;
}

.navigation ul li a:hover, .navigation ul li a:active, .navigation ul li.current-menu-item a:link, .navigation ul li.current-menu-item a:hover, .navigation ul li.current-menu-item a:active, .navigation ul li.current-menu-item a:visited {
	background-image:		url(gfx/navigation_hover_bg.gif);
}

.navigation ul li.current-menu-item a:link, .navigation ul li.current-menu-item a:hover, .navigation ul li.current-menu-item a:active, .navigation ul li.current-menu-item a:visited {
	background-image:		url(gfx/navigation_active_bg.gif);
}

.navigation .tags li a:link, .navigation .tags li a:hover, .navigation .tags li a:active, .navigation .tags li a:visited, .navigation .tags li.current-menu-item a:link, .navigation .tags li.current-menu-item a:hover, .navigation .tags li.current-menu-item a:active, .navigation .tags li.current-menu-item a:visited,
.navigation ul ul li a:link, .navigation ul ul li a:hover, .navigation ul ul li a:active, .navigation ul ul li a:visited, .navigation ul ul li.current-menu-item a:link, .navigation ul ul li.current-menu-item a:hover, .navigation ul ul li.current-menu-item a:active, .navigation ul ul li.current-menu-item a:visited {
	background:			none;
	border:				0;
	font-size:			11px;
	font-weight:			normal;
	min-height:			1px;
	padding-top:			6px;
	padding-bottom:			5px;
}

.navigation .tags li a:hover, .navigation .tags li a:active, .navigation .tags li.curent-menu-item a:link, .navigation .tags li.curent-menu-item a:hover, .navigation .tags li.curent-menu-item a:active, .navigation .tags li.curent-menu-item a:visited,
.navigation ul ul li a:hover, .navigation ul ul li a:active, .navigation ul ul li.current-menu-item a:link, .navigation ul ul li.current-menu-item a:hover, .navigation ul ul li.current-menu-item a:active, .navigation ul ul li.current-menu-item a:visited {
	background:			url(gfx/subnavigation_hover_bg.gif) 14px center no-repeat;
}

.navigation .tags li.curent-menu-item a:link, .navigation .tags li.curent-menu-item a:hover, .navigation .tags li.curent-menu-item a:active, .navigation .tags li.curent-menu-item a:visited,
.navigation ul ul li.current-menu-item a:link, .navigation ul ul li.current-menu-item a:hover, .navigation ul ul li.current-menu-item a:active, .navigation ul ul li.current-menu-item a:visited {
	font-weight:			bold;
}

/* DEFINITIONS: NAVIGATION -> END */

/* DEFINITIONS: NEWS-TEASER -> START */

.newsTeaser {
	border-bottom:			#e6edf3 solid 1px;
	margin:				0 0 15px;
	padding:			0 0 15px;
	clear:				left;
}

.newsTeaser p {
	margin-bottom:			12px;
}

.newsTeaser h1 {
	margin-bottom:			8px;
}

.newsTeaser h1 a:link, .newsTeaser h1 a:hover, .newsTeaser h1 a:active, .newsTeaser h1 a:visited {
	color:				#36454d;
	font-size:			18px;
	text-decoration:		none;
}

.newsTeaser h1 a:hover, .newsTeaser h1 a:active {
	text-decoration:		underline;
}

.newsTeaser img {
	border:				#cfdce6 solid 1px;
	margin:				0 12px 0 0;
}

.newsTeaser .content {
	padding-bottom:			12px;
}

.post p > a > img.alignleft {
	float: left;
}

.post .post p > a > img.size-thumbnail {
	display: none;
}

/* DEFINITIONS: NEWS-TEASER -> END */

/* DEFINITIONS: RUBRIC-TEASER -> START */

.rubricTeaser {
	border-bottom:			#e6edf3 solid 1px;
	margin:				0 0 15px;
	min-width:			277px;
	padding:			0 0 15px;
}

.rubricTeaser p {
	margin:				0;
}

.rubricTeaser h1 {
	font-size:			15px;
	font-weight:			bold;
	margin-bottom:			5px;
}

.rubricTeaser h1 a:link, .rubricTeaser h1 a:hover, .rubricTeaser h1 a:active, .rubricTeaser h1 a:visited {
	color:				#36454d;
	font-size:			15px;
	text-decoration:		none;
}

.rubricTeaser h1 a:hover, .rubricTeaser h1 a:active {
	text-decoration:		underline;
}

.rubricTeaser img {
	border:				#cfdce6 solid 1px;
	margin:				0 8px 0 0;
}

.rubricTeaser .leftCol {
	border-right:			#e6edf3 solid 1px;
	margin:				0;
	padding:			0 8px 0 0;
	width:				269px;
}

.rubricTeaser .rightCol {
	margin:				0 0 0 13px;
	padding:			0;
	width:				269px;
}

/* DEFINITIONS: RUBRIC-TEASER -> END */

/* DEFINITIONS: RUBRIC-LIST -> START */

.rubricList {
	border-bottom:			#e6edf3 solid 1px;
	margin:				0 0 15px;
	padding:			0 0 15px;
}

.rubricList p {
	margin-bottom:			0;
}

.rubricList h4 a:link, .rubricList h4 a:hover, .rubricList h4 a:active, .rubricList h4 a:visited {
	color:				#36454d;
	text-decoration:		none;
}

.rubricList h4 a:hover, .rubricList h4 a:active {
	text-decoration:		underline;
}

.rubricList img {
	border:				#e6edf3 solid 1px;
	margin:				0 8px 2px 0;
}

/* DEFINITIONS: RUBRIC-LIST -> END */

/* EC3 iconlet copy */
div.ec3_iconlet {
 margin:0 1ex 0.2ex 0;
 padding:0.3ex;
 border:solid 2px #800;
 float:left;
 font-size:1em;
 text-align:center;
}

div.ec3_past {
 border-color:gray;
 opacity:0.5;
}

div.ec3_iconlet * {
 margin:0;
 padding:0;
 line-height:90%;
}

div.ec3_iconlet table {
 border-collapse:collapse;
}

div.ec3_iconlet td {
 padding-top:0.4ex;
 padding-bottom:0.4ex;
 text-align:center;
 font-weight:bold;
}

div.ec3_iconlet tr.ec3_day td {
 padding-top:0;
 padding-bottom:0;
 font-size:2.5em;
 font-weight:bold;
 width:2.5ex;
}

div.ec3_iconlet tr.ec3_time td {
 font-size:0.75em;
 font-weight:normal;
}

div.ec3_iconlet td.ec3_multi_start {
 padding-right:0.2ex;
}
div.ec3_iconlet td.ec3_multi_end {
 border-left:solid 1px #800;
 padding-left:0.2ex;
}
div.ec3_past td {
 border-color:gray;
}

