/*  
Theme Name: a-hs
Theme URI: 
Description: clean and slick
Version: 3.0
Author: Georg Tremmel
Author URI: 
*/


body
{
	background: url('images/background/1.gif');
	/* font-size: 62.5%; */
	font-size: 75%;
	/* Resets 1em to 10px */
	font-family: Arial, Verdana,'Lucida Grande', Sans-Serif;
	color: #222; 
	text-align: center;
	margin: 10px;	
	padding: 0px;
}

#page { 
	width: 830px;
	margin: 0px auto 0px auto; /* centered */
	text-align: center;
}

#header {
	margin: 0 0 0px 0px; /* between main links and logo */
	padding: 0; 
	text-align: left;
	}

#headerimg {
	background: url('images/logo/trans-logo2.png') no-repeat;
	margin-left: 62px;
	width: 421px;
	height: 122px;
}
	
#footer {
	text-align: left;
	padding: 15px;
	line-height: 1.6em;
	margin: 0 auto 0 auto;
	width: auto;
	/*clear: both;*/
	/* lists the sides on which floating elements are NOT allowed; left, right or both */
	
}






/* widecolumn for single-colum layout only */

.entry /* content */
{
	font-family: Georgia, Garamond, Times New Roman, serif;
	font-size: 1.2em;
}


.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em; /* entry line height*/
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

h1, h2, h3 {
	font-family: Arial, Verdana,'Lucida Grande', Sans-Serif;
	color: #ffa800;
	font-weight: bold;
	}
	
h1 {
	font-size: 1.6em;
	padding: 0px;
	margin: 0px;
	}

.post h1 {
	margin: 0px 0 5px 0;
}



h2.pagetitle {

}


h3 {
	font-size: 1.0em;
	margin: 0;
	}
	
	


/* Links */

a, a:visited {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fff;
	background-color: #F00;
}	
	
a:active {
	color: #fff;
	background-color: #ffa800;
}

.post h1 a, .post h1 a:visited, #sidebar li a, #sidebar li a:visited {
	display: block;
}







.postmetadata, blockquote, strike, small {
	font-size: 1.1em;
	color: #ffa800;
	font-weight: bold;
}

small {

}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {		
	padding: 10px 20px 20px 10px;
	margin-left: 230px;
	width: auto;
	}



#sidebar {
	float: left;
	padding: 10px 0px 20px 20px;
	margin: 0px;
	width: 200px;
	text-align: left;
}

#sidebar ul {
	/* border: #ffa800 2px solid; */
	padding: 4px 8px;
	margin: 0px;
	margin-bottom: 5px;
	background: transparent url('images/trans/50.png');
}

#sidebar li {
	padding: 0px;
	margin-left: 5px;
	list-style: none;
}

#sidebar a
{
	line-height: 1.5em;
}

#sidebar h2, #wp-calendar caption {
	background: url('images/buttons/shiny-orange3.png') no-repeat;
	height: 33px;
	font-size: 1.5em;
	margin: 0px;
	padding: 5px 0  0 8px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	font-style: italic;
}

/*
#sidebar h2, #wp-calendar caption {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #ffa800;
	text-align: left;
	font-style: italic;
}
*/

.post li {
	margin-left: 10px;
	padding-left: 10px;
}

#listred { list-style: inside url('images/list/red-dot.png'); }
#listyellow { list-style: inside url('images/list/yellow-dot.png'); }
#listorange { list-style: inside url('images/list/orange-dot.png'); }


.post {
	/* border: #ff0 2px solid; */
	padding: 4px 8px;
	margin-bottom: 20px;
	text-align: left;
	background: transparent url('images/trans/70.png');
}

.postmetadata {			/* "Posted In Category | Edit | Comments" */
	margin-top: 15px;
	line-height: 1.6em;			/* between 'Kategorien' and 'Edit' */
	text-align: left;
	}


/* Editpost */
/* p editpost & div editpost */

.editpost {
	text-align: left;
}

.editpost a {
	color: #f00;
	background-color: #ff0;
}

.editpost a:hover {
	color: #fff;
	background-color: #f00;
}



	
/* End Structure */






/* Fotogallerie */

a .imageframe {
	margin: 3px 5px 0px 0px;
	padding: 2px;
	background: #f00;
	border: 0px;
}

a .imageframe:hover {
	padding: 4px 0px 0px 4px;
	background: #f00;
}

a .imageframe:active {
	padding: 4px 0px 0px 4px;
	background: #ffa800;
}

*/


/* Back, forward arrows */
.alignright {
	float: right;
	}

.alignleft {
	float: left;
}


/* Attachments */

p.attachment {
	text-align: center;
}



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}




/* Begin Form Elements */

#sidebar #searchform {
	//padding: 20px 0 0 0;
}

#sidebar #searchform #s
{
	width: 70px;
	background-color: transparent;
}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */







/* Begin Calendar */
#wp-calendar
{
	empty-cells: show;
	//margin: 10px auto 0;
	width: 182px;
	color: #ddd;
}

#wp-calendar #next a {
	text-align: right;
	}

#wp-calendar #prev a {
	text-align: left;
	}

#wp-calendar td {
	padding: 1px;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }


#wp-calendar a {
	font-weight: bold;
	display: block;
	}

#wp-calendar th {
	color: #999;
	}
	

/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}




.navigation {
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
/* End Various Tags & Classes*/



/* Stundenplan */
#stundenplan td {
	text-align: left;
	font-family: Arial, Verdana,'Lucida Grande', Sans-Serif;
	padding: 2px;
	border: 0px;

}

#stundenplan td.day {
	/*font-size: 110%;*/
	/* font-size: 1.0em; */
	font-weight: bold;
}


#stundenplan td.time {
	text-align: left;
	font-size: 0.8em;
	color: #555;
	font-style: italic;
}


#stundenplan td.alt, #tabelle td.alternativ {
	/* background-color: #f1f1f1; */
	background: url('images/trans/orange4.png');
}



/*Tabelle*/

#tabelle {
	border-collapse: collapse;
	width: 480px;
}

#tabelle td {
	padding: 2px 0px 2px 10px;
}



#tabelle td.zwischentitel {
	color: #fff;
	font-size: 1.2em;
	background: url('images/trans/red2.png');
	padding-top: 5px;
	padding-bottom: 5px;
}


/* End Stundenplan */



/* Tabs */


#tabs { 
	background: url('images/tabs/navi-button2.png') no-repeat;
	padding-left: 25px;
	color: #ff0;
	font-size: 1.4em;
	text-align: left;
	height: 30px;
	padding-top: 13px;
	text-shadow: #f99 2px 2px 2px;
}

#tabs-left {
	float: left;
	
}

#tabs-right {
	float: right;
	padding-right: 25px;
}

#tabs a {
	background: transparent;
	color: #fff;
}

#tabs a:hover {
	background: #fff;
	color: #f00;
}

#tabs a:active {
	background: #ffa800;
	color: #fff;
}



/* Frame */



.frametop {
	/* background: url('images/frame/top.gif') no-repeat; */
	background: url('images/frame/top.png') no-repeat;
	width: 830px;
	height: 20px;
}

.framecenter {
	/* background: url('images/frame/center.gif') repeat-y; */
	background: url('images/frame/center.png') repeat-y;
	width: 830px;
}

.framebottom {
	/* background: url('images/frame/bottom.gif') no-repeat; */
	background: url('images/frame/bottom.png') no-repeat;
	width: 830px;
	height: 20px;
}


/* End Frame */






/* Login/Anmelden */

#login {
	text-align: right;
}
#login a {
	color: #ff0;
}


/* Small Logo */

#small-logo {
	width: 60px;
	height: 60px;
	background: url('images/logo/simple-small.png') no-repeat;
	/* background: url('images/logo/simple-small.gif') no-repeat; */
	float: left;
	margin-right: 20px;
}


/* Google Map */

.entry #map {
	margin-top: 15px;
	margin-bottom: 35px;
	border: #f00 2px solid;
	font-family: Arial, Verdana,'Lucida Grande', Sans-Serif;
	font-size: 0.9em;
	line-height: 1.2em;
}

.entry #map:hover {
	border: #ffa800 2px solid;
}

/* to assure the frame is on the very bottom in any case */
#ruler {
	background: transparent;
	height: 0px;
	display: block;
	clear:both;
}

.seperator {
	color: #FFA800;
	font-weight: bold;
}




