/* @override http://sandbox.ron/typo3conf/ext/skin_bn_t_bone_starter/css/mainstyles.css */

/*

T-Bone Starter CSS

This is the main stylesheet

author:		Ron Hall, Busy Noggin, Inc.
e-mail:		templavoila@busynoggin.com
website:	www.busynoggin.com & templavoila.busynoggin.com

*/

/* @group Color Specs */

/* Gold: ffbe01 */
/* Gray 404040 */

/* @end */



/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
	reset.css
	Resets default browser CSS.
   
	Based on but not the same as work by Eric Meyer:
	http://meyerweb.com/eric/tools/css/reset/
	v1.0 | 20080212
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

html {
	background: url(images/bg.jpg) no-repeat center bottom fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#headerBox { margin-top:15px;}
#headerBox img {
	border-top: 10px solid #FFBE01;
    margin-left: 50px;
    width: 860px;
	
	}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse:collapse;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight:400;
	}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a:active,
a:focus {
	outline: none;
	}

del {
	text-decoration: line-through;
}

/* @end Reset Styling */

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	font-weight: normal;
	height: 100%;
/*	background-color: #404040;*/
}

/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
	border-collapse:collapse;
	
	}

/* @end Table Styling */

/* @group Additional Tags */


pre {
	margin-bottom: 15px;
	}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
	}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	}


/* @end Additional Tags */

/* @group Forms */


form input, form textarea {
	margin-right: 5px;
	}

form input:focus, form input:hover {
	color: black;
	}

form select {
	font-size: 11px;
	}

form option {
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
	}

optgroup {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 5px;
	}

optgroup option {
	padding-left: 5px;
}

legend {
	font-weight: bold;
	color: black;
	}


/* @end Forms */

/* @end Base Styling */

/* @group TYPO3 Styling Adjustments */

div.csc-textpic-center div.csc-textpic-imagewrap,
div.csc-textpic-left div.csc-textpic-imagewrap,
div.csc-textpic-right div.csc-textpic-imagewrap {
	margin-bottom: 10px;
	}

/* @end TYPO3 Styling Adjustments */


/* @group Common Classes */

.clear {
	clear: both;
	}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	}

.outOfSight {
	position: absolute;
	top: 0;
	left: -4000px;
	}

.csc-firstHeader {
	margin-top: 0px;
	}

.graphicTextWrap {
	overflow: hidden;
	}

.graphicText {
	line-height:300px;
	display: block;
	}

/* @end Common Classes */

/* @group Layout */

#windowWrap {
	height: 100%;
	/*background: transparent url(images/window_bg.gif) repeat-x left top;*/
	}

#pageWrap {
	width: 960px;
	height: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
/*	background: transparent url(images/footer_bg.gif) repeat-y center top;*/
	}
	

#outerContentWrap {
	background: transparent url(images/content_bg.gif) repeat-y center top;
	}

#contentWrap {
	width: 960px;
	background: transparent url(images/footer_bg.gif) no-repeat center top;
	}

#innerContentWrap {
	padding: 30px 0 0;
	}

#feature {
	padding: 15px;
	background-color: white;
	margin-bottom: -10px;
	border-top: 15px solid #ffbe01;
	border-bottom: 7px solid #ffbe01;
	}

#feature.bleed {
	padding: 0;
	}

#generatedContent-1 {
	width: 200px;
	float: left;
	margin-right: 20px;
	}

#generatedContent-2 {
	width: 200px;
	float: right;
	padding:10px;
	background-color:#CCCCCC;
	margin-top:15px;
	}

#f1a #contentBlock-1,
#f1b #contentBlock-1,
#f1c #contentBlock-1 {
	margin: 0 80px 30px;
	}
#contentBlock-1 {
	margin-top:16px;
}
#f1d #contentBlock-1 {
	float: right;
	width: 660px;
	margin-right: 80px;
	}

#f1d #generatedContent-1 {
	margin-right: 0;
	}

#f1e #contentBlock-1 {
	float: left;
	width: 530px;
	margin-left: 80px;
	}

#f1e #generatedContent-2 {
	width: 250px;
	}

#f1f #contentBlock-1 {
	float: left;
	width: 500px;
	}


#f2a #contentBlock-2,
#f2b #contentBlock-2,
#f2c #contentBlock-2 {
	width: 250px;
	float: right;
	margin-right: 80px;
	}

#f2a #contentBlock-1,
#f2b #contentBlock-1,
#f2c #contentBlock-1 {
	float: left;
	width: 530px;
	margin-left: 80px;
	}

#f2d #contentBlock-1 {
	float: left;
	width: 440px;
	}

#f2d #contentBlock-2 {
	float: right;
	width: 200px;
	margin-right: 80px;
	}

#f2e #contentBlock-1 {
	float: left;
	width: 360px;
	margin-left: 80px;
	margin-right: 20px;
	}

#f2e #contentBlock-2 {
	width: 200px;
	float: left;
	}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
	float: left;
	width: 360px;
	margin-left: 80px;
	margin-right: 20px;
	}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
	width: 200px;
	float: left;
	}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
	width: 200px;
	float: right;
	margin-right: 80px;
	}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 360px;
	}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
	width: 200px;
	float: left;
	margin-left: 80px;
	margin-right: 20px;
	}

/* @end Layout */


#contentBlock-1 h1, #contentBlock-1 h2 {
font-family: 'Yanone Kaffeesatz',sans-serif;
}

/* @group Header */

#header {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	/*background-color: black;*/
	}
#logo {
	width:100px;
	display:block;
	left:20px;
	top:20px;
	position:relative;
	height: 0px;
}
#masthead {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width:275px;
	height:42px;
	}

#masthead a {
	display: block;
	padding-top: 0px;
	color:#FFFFFF;
	font-size:24px;
	}
.logoSubline { 
	font-size:16px; 
	color:#FFFFFF;
	padding-left:50px;
	margin-top:3px;
	}
/* @group Global Menu */

#globalMenu {
/*	float: right;
	margin:  20px 0 0;
	
	*/
	font-size: 18px;
/*	line-height: 24px;*/
	margin-left:152px;
	}

#globalMenu li {
	display: inline;
	float: left;	
	margin: 0;
	}


#globalMenu li.active a{
	background-color: #ffbe01;
	}

#globalMenu li.last {
	border: none;
	}

	
#globalMenu li.last {
/*	padding-right: 0px;*/
	background-image:none;
}	

#globalMenu li a {
	padding: 10px 20px;
	background-color: #404040;
	border-right:1px solid #aaa;
	}
	#globalMenu li a:hover {
	
		background-color: #606060;
	}
	
#globalMenu li.last a {
	-moz-border-radius-topright: 6px;
	-webkit-border-topright:2px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottomright:2px;
		border-right:0px solid #aaa;
		border-bottom-right-radius: 6px;
	
}

#globalMenu li.first a {
	border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-topleft:2px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottomleft:2px;
/*	padding:3px 34px 3px 36px;*/
}
#globalMenu a {
	display: inline;
	float: left;
	color: #8c8c8c;
}

#globalMenu a:hover {
	color: #bfbfbf;
	}

#globalMenu li.active a,
#globalMenu li.active a:hover {
	color: #1047A0;
}

#globalMenu ul {
	position: absolute;
	height: 20px; 
	top: 20px;
	left: 0px;
	margin: 0px;
	background-color: #999;
	width: 940px;
	font-size: 11px;
	padding-left: 10px;
}

/* @end Global Menu */

/* @end Header */

/* @group Footer */

#footer {
	padding: 10px 80px;
	margin-top: 30px;
	background: transparent url(images/footer_bg.gif) repeat-y center top;
	color: white;
}

#footer a {
	color: white;
	}

#footerCopyright {
	float: left;
}

a#footerHomeLink {
	display: block;
	float: right;
	}

a#footerHomeLink:hover {
	color: black;
	}
#footer .column-1,#footer .column-2,#footer .column-3 { 
	width:250px !important;
}
/* @end Footer*/

/* @group Local Menu */
.boxCol, #generatedContent-2 {
	padding: 15px 10px 25px 10px;
	background-color: #eee;
	border-radius:6px;
		-moz-border-radius-topright: 6px;
	-webkit-border-topright:2px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottomright:2px;
	
		-moz-border-radius-topleft: 6px;
	-webkit-border-topleft:2px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottomleft:2px;
	border:1px solid #CCCCCC;
}
.boxCol H1 { 
	font-size:16px; 
	margin:0px 0px 10px 0px;
	font-weight:bold;
	}
#localMenu {
	margin-top: 15px;
	margin-left: 0;
	padding: 15px 0 25px 10px;
	background-color: #ffbe01;
	border-radius:6px;
		-moz-border-radius-topright: 6px;
	-webkit-border-topright:2px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottomright:2px;
	
		-moz-border-radius-topleft: 6px;
	-webkit-border-topleft:2px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottomleft:2px;
	}

#localMenu ul {
	margin-top: 10px;
	margin-right: 10px;
	}

#localMenu ul li {
	margin-bottom: 3px;
	}

#localMenu li {
	list-style: none;
	margin-top: 8px;
	font-size: 16px;
	line-height: 19px;
	}
	
#localMenu li li {
	font-size: 13px;
	line-height: 14px;
	margin-top: 0;
	}

#localMenu li a {
	display: block;
	color: #866402;
	/*border-bottom: 1px dotted black;*/
	}

#localMenu li.current li a {
	color: #866402;
	border-bottom: none;
	}

#localMenu li a:hover {
	color: black;
	}

#localMenu li.current a {
	color: #1047A0;
	border-bottom-color: white;
	}


#localMenu li.active li.current a {
	color: white;
	border-bottom-color: white;
	border-bottom: 1px dotted white;
	}

#localMenu li.active li a {
	border-bottom: none;
	}

/* @end Local Menu */






/* @group Module Styling */
.module {
	}
.moduleHeader {
	margin: 0;
	padding: 0 15px 0 0;
	color: white;
	background-color: #ffbe01;
	font-size: 13px;
	font-weight: bold;
	}

.moduleHeader .moduleHeaderInnerWrap {
	display: block;
	padding: 5px 0px 5px 6px;
	}

.moduleFooter {
	height: 7px;
	margin: 0;
	background-color: #ffbe01;
	padding-right: 15px;
	font-size: 1px;
	overflow: hidden;
	}

.moduleFooter span {
	display: block;
	height: 15px;
	}

.moduleBody {
	padding: 6px;
	
	}

.moduleBodyWrap {
	border-left: 0px solid #008aec;
	border-right: 0px solid #008aec;
	background-color:#eee;
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
	}

.unframed .moduleBody,
.unframed .moduleBodyWrap {
	padding: 0;
	border: 0;
	}


.moduleBodyBleed {
	padding: 0;
	}

.columnGroup {
	margin-bottom: 10px;
	}

.columnGroupRule {
	border-bottom: 1px solid #7f7f7f;
	}

.moduleGroup {
	margin-bottom: 15px;
	}

.moduleFeature {
	margin-bottom: 15px;
	}

/* @end Module Styling */



/* @group Forms */

.csc-mailform-field label,
.csc-mailform-field label {
	display: block;
	}

/* @end */

.jdGallery .slideInfoZone h2 {
    color: inherit;
    font-size: 15px !important;
	text-align:center;
	}
	
.news-latest-container { padding:0px;}
.news-latest-item h2 { font-size:12px; font-weight:bold;}
.news-latest-item { 
	border-left: 3px solid #FFBE01; 
	background-color:#fff;
	margin-bottom:10px;
	}
.news-latest-item img { 
	border: 1px solid #CCCCCC; 
}
#generatedContent-2 h1 {
	font-size:16px;

}

.news-latest-gotoarchive { 
	background-color: inherit;
	}
	
.newsCalendar_calendarItem_image {
    margin-right: 6px !important;
    padding: 0px !important;
}
.tx-bktfegraphiccounter-pi1 td {
	padding:0px;
}
#footer .tx-bktfegraphiccounter-pi1 {

}