/*  
Theme Name: Stammheim Sommer
Theme URI: http://www.jugendhaus.net/stammheim/
Description: Sommerthema für die Webseite des Kinder- und Jugendhauses Stammheimin Kooperation mit Lisa Helm (http://www.lisavis.de).
Version: 1.0 (19/06/2007)
Author: Arne Michel
Author URI: http://veschperbox.com/

*/
/* ####### theme dependent styles ####### */

#menu a {
	float: left;
	display: block;
	width: .1em;
	background: #ffd900 url(images/menu_inactive_r.png) no-repeat right top;
	text-decoration: none;
	margin: 0;
	padding: 6px 16px 0 12px;
	height: 20px;
	color: #a56500;
}

#submenu a:hover {
	color: #ffcd00;
}

#submenu a {
	float: none;
	color: #a56500;
}

/* ####### general styles #######*/
body {
	font-size: 11px;
	line-height: 1.6em;
	font-family: Verdana;
	margin: 0;
	padding: 0;
	color: #666;
	background: #fff url(images/bg.png) repeat-x 0 126px;
}

a:link {
	color: #2eb9e0;
	font-style: normal;
	text-decoration: none;
}

a:active {
	color: #2eb9e0;
	font-style: normal;
	text-decoration: none;
}
a:visited{
	color: #2eb9e0;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #f0006d;
	text-decoration: underline;
}



#header{
	background: url(images/header_bg.png) repeat-x;
	margin: 0;
	padding: 0;
}

#logo {
	margin:0;
	width: 780px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	padding:0;
}

#wrapper {
	width: 782px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(images/content_bg.png) no-repeat;
}

#content {
	width:  460px;
	float: left;
	margin: 0;
	padding: 10px 20px 30px;
	text-align: left;
}

#sidebar {
	width:  268px;
	float: right;
	margin: 0;
	padding: 10px 10px 30px 0;
}

#footer {
	border-top: 1px solid #c9ffaa;
	margin-bottom: 30px;
	background: url(images/ev_logo_120.gif) no-repeat 0 1.75em;
	line-height: 1.3em;
	padding: 0.8em 15px 2px 136px;
}

/*####### menu styles #######*/
#menu {
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 26px;
	background: url(images/title.png) no-repeat right bottom;
}

#menu ul {
	padding: 0;
	list-style: none;
	background: none;
	color: #666;
	margin: 0;
}

#menu li {
	float: left;
	background: url(images/menu_inactive_l.png) no-repeat left top;
	margin: 0;
	padding: 0 4px;
	height: 26px;
}

#menu a:hover {
	color: #fff;
}

#menu > ul a {
	width: auto;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#menu a {
	float: none;
}

/* End IE5-Mac hack */

#menu li.active {
	background: url(images/menu_active_l.png) no-repeat left top;
	border-width: 0;
}

#menu li a.active {
	background: url(images/menu_active_r.png) no-repeat right top;
	color: #666;
}

#menu ul:after, #menu a:after, #submenu ul:after, #submenu a:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

#submenu {
	width:756px;
	margin: 0 auto;
	padding: 0;
	background: url(images/subnav_bg.gif) repeat-x 0 bottom;
	height: 4.45em;
}

#submenu ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu li	{
	height:30px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

#submenu a {
	background: url(images/subnav_bg_r.gif) no-repeat right bottom;
	text-decoration: none;
	padding: 0 10px 5px 2px;
}
#submenu > ul a {
	width: auto;
}
#submenu a.active {
	font-weight:bold;
}

/*####### content styles #######*/

h1, h2, h3	{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

hr {
	border: 1px none #ccc;
	border-bottom: 1px solid #f0f0f0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content h1, #content h2, #content h3, #content h5 {
	padding:0;
	margin: 0;
	font-weight: normal;
}

#content h1 {
	font-size: 150%;
	color: #00dfff;
	border-bottom: 1px dotted #999;
}
	
#content h2, #content h3 {
	font-size: 130%;
	color: #666;
	padding: 0;
	margin-bottom: 0.5em;
	margin-top: 0;
}

#content h5 {
	
}

#content p {
	padding: 0;
	margin: 0 0 15px;
	color: #666;
}

#content img.large {
	margin: 0 0 10px;
}

#content img.left {
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}

#content img.right {
	margin-top: 5px;
	margin-left: 10px;
	float: right;
}


#content img.list_float {
	float:left;
	margin-bottom: 10px;
	margin-right: 10px;
}

#content img.list_end {
	margin-bottom: 10px;
}

#eventpage {
	padding: 0;
}

#eventpage li p {
	padding: 0;
	margin: 0;
}

#eventpage ul {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
	border-bottom: 2px solid #f0f0f0;
}

#eventpage li {
	padding: 0;
}

#content .date {
	height: 1.8em;
	background: #cbf1ff;
	display: block;
	border-right: 1px solid #5cdfff;
	border-left: 1px solid #5cdfff;
	border-top: 1px solid #5cdfff;
	border-bottom: 1px solid #5cdfff;
	padding: 0.2em 10px;
}

.post {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	padding: 0;
}

.post img {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.entry, .entry_gal {
	padding:0;
	margin: 0;
}

.entry ul {
	list-style-position: outside;
	margin: 0 0 15px;
	padding: 0 0 0 12px;

}

.entry li {
	margin-bottom: 10px;
	line-height: 125%;
}

.entry img, .entry_gal img {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.entry_gal ul {
	padding: 0;
	margin: 0 0 10px;
	list-style-position: inside;
	list-style-type: circle;
}

.entry_gal li {
	
}

.gallery {
	padding: 0;
	margin: 0;
}

.gallery_head {
	margin-bottom: 10px;
}
.gallery img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.navigation {
	background: #cbf1ff;
	font-size: 95%;
	display: block;
	border-right: 1px solid #5cdfff;
	border-left: 1px solid #5cdfff;
	border-top: 1px solid #5cdfff;
	border-bottom: 1px solid #5cdfff;
	height: 1.8em;
	padding: 0.3em 10px;
	margin-bottom: 1em;
	margin-top: 10px;
}

.alignleft {
	float: left;
	padding: 0;
	margin: 0;
}

.alignright {
	float: right;
	margin: 0;
	padding: 0;
}

.clear {
	clear:both;
	height:0;
}

.time	{
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.5em;
	font-family: "Courier New", Courier, mono;
}
.time p {	
	padding: 0;
	margin: 0 0 5px;
}

/*####### sidebar styles #######*/

#sidebar h2, #sidebar h3 {
	font-weight: normal;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 100%;
}

#sidebar h2 {
	color: #fff;
	margin: 0;
	padding: 20px 0 1px 32px;
}

#sidebar h3 {
	background-color: #cbf1ff;
		border-bottom: 1px dotted #ccc;
	margin: 0 0 0 5px;
	padding: 2px 0 0 5px;
}

#sidebar_events {
	background: url(images/sidebar_bg.png) repeat-y;
	width: 268px;
	padding: 0;
	margin: 0 0 20px;
}

#sidebar_events .head, #sidebar_partner .head {
	background: url(images/sidebar_header.png) no-repeat;
	height:41px;
	width: 268px;
}

#sidebar_events .content, #sidebar_partner .content {
	padding: 0;
	margin: 0 19px 0 21px;
}

#sidebar_events .date {
	background: #f1fbff;
	display: block;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}

#sidebar_events .event {
	color: #000;
	display: block;
	padding-left: 5px;
	line-height: 1.2em;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ccc;

}

#sidebar_partner {
	background: url(images/sidebar_bg.png) repeat-y;
	width: 268px;
	margin: 0 0 20px;
}

#sidebar_partner img {
	text-align: center;
	padding-left: 15px;
}



#sidebar_partner .partner {
	margin: 0 19px 0 26px;
	padding-top: 10px;
}


#sidebar_partner .partner p {
	padding: 0 10px;
	border-bottom: 1px dotted #bfbfbf;
}

#sidebar_events .footer, #sidebar_partner .footer {
	background: url(images/sidebar_footer.png) no-repeat;
	height:29px;
	width: 268px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	/*border-bottom: 1px dotted #bfbfbf;*/
	margin-left: 5px;
	padding: 0;
}

#sidebar img {
	border: none;
}
