@CHARSET "UTF-8";
@IMPORT url("reset.css");

/**********************************************************************************************************
 * Basic
 **********************************************************************************************************/

/**
 * Main
*/
html, body, * {
	color: #fff;
}
html, body {
	background-color: #220001;
	background-color: #000;
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

em {
	font-weight: bold;
}

h1 { 
	font-size: 1.6em;
	margin-bottom: 0.5em;
	font-weight: bolder;
	text-align: center;
}
h1, h1 a { 
	color: #59BBE8;
	color: #FFF;
}

h1 a {
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #3F87A9;
}
a:hover {
	text-decoration: underline;
}

/**********************************************************************************************************
 * Page Layout
 **********************************************************************************************************/

/**
 * MainFrame
*/
#mainframe {
	width: 60.8em;
	min-height: 45em;
	padding: 0 0 1em 0.5em;
	margin: auto;
	border:2px solid #FFF;
	background-color: #000;
	border-top: 0;
	background-image: url("../img/contentframe_bg.png");
}

/**
 * Headerframe
*/
#headerframe {
	text-align: center;
	height:15em;
}
#headerframe div.left,#headerframe div.right {
	width:12em;
}

#headerframe div.left {
	margin-left: 1em;
	float: left;
	margin-top: 0;
}

#headerframe div.center {
	margin: 0 auto;
	width: 18em;
}

#headerframe div.right {
	float: right;
	margin-right:8em;
	margin-top:2em;
}

/**
 * Toolbar
*/
#toolbarframe {
	clear: both;
	height: 2.4em;
}
/**
 * EventFrame
*/
#eventframe {
	clear: both;
	height: 12.5em;
}
/**
 * Menu
*/
#mainMenu li {
	float: left;
	margin-right: 0.3em;
	position: relative;
}
#mainMenu li img {
	height: 30px;
}

/**
 * Middleframe
*/
#middleframe { 
	clear: both;
	padding-right: 0.5em;
}

#contentframe {
	width: 640px;
}

#contentframeinner {
	margin-top: -4px;
	border-left:3px solid;
	border-right:3px solid;
	border-color: #59bbe8;
	overflow:hidden;
	padding: 1em;
	background-color: transparent;
	background-image: url('../img/content_inner_bg.png');
}

#contentframeinner hr {
	border: 1px solid #650000;
	width: 50%;
	margin: 1em auto;

}


#sideframe {
	width: 20em;
	float: right;
}
#sideframe > ul,#sideframe > div {
	border: 3px solid #650000;
	margin-bottom: 0.5em;
	background-color: #000;
} 



/**
 * Footerframe
*/
#footerframe {
	text-align: center;
	clear: both;
	font-size: 0.8em;
}
#footerframe a {
	font-weight:bold;
}

/**********************************************************************************************************
 * HazAClassLite Controls
 **********************************************************************************************************/
/**
 * Data Tables
*/
table.datatable caption {
	font-size: 1.2em;
	text-align: center;
}

table.datatable caption {
	font-size: 1.5em;
	margin-bottom: 1em;
}

table.datatable caption {
	color: #FFAA01;
	font-weight: normal;
}

table.datatable {
	font-size: 0.8em;
	width: 100%;
}

div.datatable.count {
	font-size: 0.8em;
	text-align: right;
}

table.datatable {
	table-layout: auto;
}

table.datatable tbody {
	border: 1px solid #CCC;
	border-top: 0;
}

table.datatable thead {
	border: 1px solid #CCC;
}

table.datatable thead th {
	border-right: 1px solid #CCC;
}

table.datatable th {
	text-align: center;
	vertical-align: middle;
}

table.datatable th.action {
	width: 65px;
}

table.datatable td * {
	margin: 0.1em;
}

table.datatable tr.odd {
	background-color: #222;
}

/**
 * Forms
*/
form * {
	color: #CACACA;
}
form fieldset {
	padding: 0.5em;
}
form fieldset, form legend {
	background-color: transparent;
}

form fieldset input, form fieldset textarea, form fieldset select {
	background-color: #000;
}   
form legend {
	width: 100%;

	font-weight: bold;
}

form fieldset ul > li {
	clear: both;
}

form label {
	float: left;
	clear: both;
	margin: 0.3em 0.5em;
}

form label.required:after, form label.mandatory:after {
	content: "*";
}
form .mandatory.info {
	font-size: 0.6em;
	clear: both;
	display: block;
}

form input, form textarea {
	background-repeat: no-repeat;
	background-position: center right;
}
form textarea{
	background-position: top right;
}

form input.wait, form textarea.wait {
	background-image: url('../img/throbber_small.gif');
}

form input.error, form textarea.error {
	border: 2px solid #CE6F6F;
	background-color: #F79992;
	color: #AB3030;
	background-image: url('../img/icons/16x16/cancel.png');
}

form input.correct, form textarea.correct {
	background-image: url('../img/icons/16x16/accept.png');
}

form input.error.wait, form textarea.error.wait {
	background-image: url('../img/throbber_error_small.gif');
}
form div.error {
	color: #AB3030;
}

form input, form textarea, form div.error, span.timeEntry_wrap, form select {
	clear: right;
	margin: 0.3em 0.5em;
	padding: 0;
}

form span.timeEntry_wrap input.hasTimeEntry {
	width: 13.5em;
	float: left;
	margin: 0;
	margin-left: -1px;
}

span.timeEntry_wrap span.timeEntry_control {
	margin-top: 0.1em;
	float: right;
}

form input, form textarea, span.timeEntry_wrap, form select {
	border: 1px solid #333;
	background-color: inherit;
	width: 15em;
	float: right;
}
form textarea {
	height: 8em;
}

span.timeEntry_wrap {
	border: 0;
	display: block;
	padding: 0;
}

form div.tinymce {
	clear: left;
	margin: auto;
	padding: 0 1em;
}

form div.tinymce textarea {
	width: 100%;
	height: 20em;
	margin-top: 3em;
}

form input.readonly {
	background-color: #333;
}

form input.disabled {
	border-color: #000;
}

form input[type=submit].disabled {
	background-color: #333;
	border-color: #333;
	color: #111;

}

form div.error {
	clear: both;
	text-align: center;
	border: 2px solid #CE6F6F;
	padding: 0.5em;
	background-color: #F79992;
	background-image: url('../img/icons/32x32/cancel.png');
	background-repeat: no-repeat;
	background-position: center left;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

form div.error p, form div.error h3 {
	color:	#AB3030;
}

form input:focus, form textarea:focus, form input:active, form textarea:active {
	border-color: #AAA;
}

span.actions, div.actions.icons {
	display: block;
	margin-top: 1em;
	text-align: right;
}
.ui-accordion-header  span.actions.inline {
	float:right;
	z-index:9999;
}
.ui-accordion-header  span.actions.inline a {
	display: inline;
	padding: 0.2em;
}
span.actions.inline {
	display:inline;
	margin: 0;
}

span.actions *, div.actions *, .ui-accordion-header  span.actions.inline a {
	padding-right: 0.2em;
}

.ui-widget {
	font-size: 0.8em;
}
.ui-datepicker {
	font-size: 0.7em;
}

span.button, span.button *, #uploader.hover, #uploader.hover * {
	cursor: pointer;
}

span.button {
	display: inline-block;
	border: 1px solid transparent;
	padding: 0.2em;
}

span.button:hover, #uploader.hover {
	border: 1px solid #ffbd69;
	background-color: #ffe8a6;
	background-image: url("../img/button_bg.png");
	background-repeat: repeat-x;

}

span.button:hover *, #uploader.hover *{
	color: #000;
}

span.button * {
	vertical-align: text-top;
}
span.button a {
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	font-size: 0.8em;
	width: 100%;
}
span.button a, span.button a:hover {
	text-decoration: none;
	vertical-align: middle;
}

img.icon {
	padding-right: 0.2em;
}

.modifcationInfo {
	margin-top: 1em;
	font-size: 0.6em;
	text-align: right;
	color: #666;
}

div.error, div.info {
	color: #E64800;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

div.info {
	color: #FFAA01;
}

body#tinymce {
	font-size: 16px;
}

/**
 * Dialog
*/
img.throbber {
	display: block;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}


.ui-widget-content {
	background-color:#000;
	background-image: none;
}


/**
 * Cluetip
*/
.cluetip-default #cluetip-outer {
	background-color: #000;
	border: 2px solid #59BBE8;
}

.clue-right-default .cluetip-arrows {
	background-image: url('../img/cluetip/left.png');
}
.clue-left-default .cluetip-arrows {
	background-image: url('../img/cluetip/right.png');
}
.clue-top-default .cluetip-arrows {
	background-image: url('../img/cluetip/down.png');
}  
.clue-bottom-default .cluetip-arrows {
	background-image: url('../img/cluetip/up.png');
}

/**********************************************************************************************************
 * Modules
 **********************************************************************************************************/
/**
 * News
*/

div.detailpage .header {
	width: 50%;
	font-weight: bold;
	float: left;
}

div.detailpage .action {
	margin-top: 1em;
	margin-left: 50%;
}

div.news.entry {
	margin-bottom: 2em;
}

div.news.entry p {
	color: #CCC;
}

div.news.entry h1 {
	font-weight: normal;
}
div.pager {
	text-align: center;
}

div.pager a {
	display: inline-block;
	margin: 0 1em;
}

div.news a.readon:before {
	content: "»";
}
div.news a.readon:after {
	content: "«";
}

div.news.entry div.date {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0.4em;
}

a.readon {
	display: inline-block;
	clear: both;
	margin-top: 1em;
	font-weight:bolder;
}

/**
 * Events
*/
ul.events.slider {
	margin-left: -2px;
}
ul.events.slider li {
   float: left;
	width: 196px;
	height: 196px;
	margin-left: -3px;
}

ul.events.slider li.events {
	background-repeat: no-repeat;
	cursor: pointer;
}

ul.events.slider li.events.item0 {
	background-image: url("../img/event_slider_0.png");
	margin: 0;
}
ul.events.slider li.events.item0:hover {
	background-image: url("../img/event_slider_0_o.png");
}
ul.events.slider li.events.item1 {
	background-image: url("../img/event_slider_1.png");
}
ul.events.slider li.events.item1:hover {
	background-image: url("../img/event_slider_1_o.png");
}
ul.events.slider li.events.item2 {
	background-image: url("../img/event_slider_2.png");
}
ul.events.slider li.events.item2:hover {
	background-image: url("../img/event_slider_2_o.png");
}
ul.events.slider li.events.item3 {
	background-image: url("../img/event_slider_3.png");
	width: 198px;
}
ul.events.slider li.events.item3:hover {
	background-image: url("../img/event_slider_3_o.png");
}
ul.events.slider li.events.item4 {
	background-image: url("../img/event_slider_4.png");
	margin-left: -4px;
}
ul.events.slider li.events.item4:hover {
	background-image: url("../img/event_slider_4_o.png");
}

ul.events.slider li.events span.datetimebox {
	display: block;
	font-size: 0.8em;
	margin: 0.3em 0.4em 0 0;
}
ul.events.slider li.events.item0 span.datetimebox {
	margin-top: 0.4em
}

ul.events.slider li.events.item3 span.datetimebox {
	margin-right: 0.6em;
} 

ul.events.slider li.events.item4 span.datetimebox {
	margin-right: 0.6em;
} 

ul.events.slider li span.datetimebox span {
	display: block;
	float: right;
	clear: both;
}

ul.events.slider li p {
	clear: both;
	text-align: left;
	height: 3em;
	font-weight:bolder;
	font-size: 0.8em;
	margin: 0 0.7em;
}
ul.events.slider li span.datetimebox {
	font-size: 0.9em;
	font-weight: bold;
}
ul.events.slider li span.datetimebox span.time {
	font-size: 0.8em;
	font-weight: normal;
}

ul.events.slider li div.box {
	overflow: hidden;
	height: 6em;
	margin: 0.5em 1.2em 0 1.2em;
}

ul.events.slider li.events.item4 div.box {
	margin-top: 0.7em;
}

ul.events.slider li.events h4, li.events h3 {
	font-weight: bold;
}
ul.events.slider li.events h3 {
	margin: 0.5em 3em 0 0.5em;
	font-size: 1.2em;
}
ul.events.slider li.events h4 {
	font-size: 1.0em;
}

ul.events.slider li.events div.box p {
   text-align: left;
   margin: 0.3em 0;
   font-size: 0.8em;
	height: auto;
	font-weight: normal;
}
div.ui-dialog.event {
	background-image: url('../img/event_frame.png');
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0;
}

div.ui-dialog.event h2 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 2em;
}

div.ui-dialog.event div.content {
	text-align: center;
}

div.ui-dialog.event div.left {
	border-right: 1px dashed #333;
	float: left;
	width: 50%;
}

div.ui-dialog.event .ui-dialog-titlebar {
	margin: 1em;
	background-image: none;
	background: none;
	background-color: transparent;
	border: 0;
}

div.ui-dialog.event .ui-dialog-content {
	margin: 1em;
}

/**
 * LeftView & RightView
*/
ul.businesshours, div.address {
	font-weight: bold;
}
ul.businesshours li.header, div.address em {
	display: block;
	font-size: 1.1em;
	margin-bottom: 1em;
}
ul.businesshours li.help {
	margin-top: 1.5em;
} 

/**
 * Adminmenu
*/
#adminMenu {
	overflow: hidden;
}
#adminMenu hr {
	border: 0;
	padding: 0;
	margin: 0;
	border-top: 2px solid #650000;
}
#adminMenu .button {
	width: 100%;
}

/**
 * Twitter
*/
div.twitter {
	border: 0!important;
	background-color: transparent;
	background-image: url('../img/twitter_frame.png');
	background-repeat: no-repeat;
	height: 170px;
}
div.twitter:hover {
	background-image: url('../img/twitter_frame_o.png');
}
div.twitter .icon {
	display: inline-block;
	float: left;
	margin: 1em 0 0 1em;
}
div.twitter h4 {
	margin: 0 0 0 5.5em;
	padding-top: 1em;
	height: 2.2em;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}
div.twitter h4 a {
	color: #FFF;
}
div.twitter p {
	clear: both;
	margin: 1em;
}
#sideframe div.twitter {
	background-color: transparent;
}


/**
 * Links
*/
#links {
	margin-top: -1em;
	margin-left: -1em;
	margin-bottom: -1em;
	font-size: 1em;
}
#links ul li a:before {
	content: "» ";
}
#links ul li .actions a:before , #links ul li .button a:before  {
	content: "";
}
#links .ui-accordion-header {
	font-weight: bold;

}
#links .ui-accordion-header:hover {
	text-decoration: underline;
}
#links .ui-accordion-header, #links .ui-accordion-content {
	background: none;
	background-color:transparent;
	border: 0;
}
#links .ui-accordion-content a {
	zoom: normal !important; /* IE6 Hidden Links Fix */
}

/**
 * Uploader
*/
#uploaderMessages li h3 {
	font-size: 1.1em;
	font-weight: bold;
}
#uploaderMessages li {
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 0.5em;
}
#uploaderMessages .error {
	color: red;
}
#uploaderMessages .warning {
	color: #FFAA01;
}
.jGrowl-notification {
	border: 1px solid #ED9800;
}
.jGrowl-notification ul.info li.error {
	color: #FF0000;
}
.jGrowl-notification ul.info li.warning {
	color: #FFAA01;
}

/**
 * Gallery
*/
div.ui-dialog.gallery {
	background-image: url('../img/gallery_frame.png');
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0;

}
div.ui-dialog.gallery .ui-dialog-titlebar {
	margin: 1em;
	background-image: none;
	background: none;
	background-color: transparent;
	border: 0;
}
div.ui-dialog.gallery .ui-dialog-content {
	margin: 1em;
}
div.ui-dialog.gallery .ui-dialog-content, .pagercontent.gallery, .navigation.gallery {
	text-align: center;
}

div.ui-dialog.gallery .ui-dialog-content .pagercontent.gallery {
	height: 37em;
}

#linksTreeControl li p {
	margin-left: 1em;
	margin-bottom: 1em;
}

div.flyer * {
	text-align: center;
	margin: auto;
}
div.flyer img {
	display:block;
	margin: auto;
}
#fancy_bg {
	background-color: #000;
}

div#gallery {
	margin: 0 auto;
}

#gallery div.item {
	clear: both;
}

#gallery div.item h2, #gallery div.item p {
	margin-left: 100px;
}

#gallery div.item a.image {
	float: left;
	min-width: 80px;
	text-align: center;
	display: inline-block;
	margin-bottom: 1em;
}
#gallery div.item a.image img {
	margin: auto;
}

div.gallery.pager {
	margin-top: 1em;
}
#gallery table {
	width: 100%;
}
#gallery table td {
	padding-bottom: 1em;
}
#gallery table td a.gallery {
	margin: 0 auto;
}

/* Links */

ul#linksTreeControl li, ul#linksTreeControl {
	list-style: none;
}
ul#linksTreeControl li, ul#linksTreeControl ul li {
	margin-left: 0em;
}
ul#linksTreeControl {
	margin-left: 2em;
}

/* Imprint */
#imprint address, #imprint ul li {
	margin-left: 1em;
}
#imprint ul li {
	list-style: none;
}