/*
Theme Name: Sirup-Mod2
Theme URI: http://1000ff.de/wordpress-theme-sirup/
Description: Sirup, modifiziert für ifuk.org
Tags: options page, magazine, two columns, right sidebar, fixed width, widget ready, simple, white, yellow, clean, valid XHTML
Author: 1000ff
Author URI: http://1000ff.de/
*/

* html {
height:1%;
}

body {
font-size:100%;
font-family:Verdana, Geneva, sans-serif;
height:100%;
background-image:url(images/background.png);
background-repeat:repeat;
position:relative;
text-align:left;
width:930px;
margin:0 auto;
}

#content{
font-family:Verdana, Geneva, sans-serif;
font-size:80%;
float:left;
margin-left:20px;
padding:0;
/*
position:fixed
left:180px;
*/
}


#page {
width:840px;
line-height:22px;
height:100%;
background:#FFF;
margin:20px;
padding:30px;
}

#header {
height:80px;
padding:0 0 20px;
border-bottom:3px solid #ff0;
margin-bottom:25px;
}

#sidebar {
float:left;
width:150px;
height:100%;
}

#wrap {
height:100%;
}

#footer {
clear:both;
margin-top:50px;
padding-top:5px;
border-top:1px solid black;
}

.small{
	font-size:10px;
	line-height:11px;
	}

/* header
--------------------------------------------------*/


#headerimg h1 {
margin: 14px 0 30px; 0;
}

#headerimg h1 a {
font-family:arial;
font-size:1.3em;
font-weight:bold;
padding:1px 3px;

}




/* colors (#FF0 = yellow || #000 = black)
--------------------------------------------------*/


#content h1,h2,h3,h4 {
font-family:Georgia, "Times New Roman", Times, serif;
}



/* links */

a {
text-decoration:none;
}

#content h1 a{
color:#000;
background:#FF0;
}

body a,h3 a:hover,.navigation a:hover {
color:#000;
background:#FF0;
}

body a:hover,#content h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h3 a {
color:#FF0;
background:#000;
}

#footer  a{
color:#000;
background:#FFF;
}


/* posts
--------------------------------------------------*/
h2.posttitle {
	line-height:30px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid gray;
	margin-top:0px;
	}
.post,.entry {
width:600px;
}

a .low, a .low:hover{
	color:#666;
   background:#FFF;
	}



div.newsentry{
	border-top:1px dotted #666;margin-top:10px;
	}

/* wp-stuff
--------------------------------------------------*/

.left,.alignleft {
float:left;
}

.right,.alignright {
float:right;
}

.clear {
clear:both;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
optionalroundedcornersforbrowsersthatsupportit-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

.aligncenter,div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.alignright{
margin-left:10px;	
	}
/* footer
--------------------------------------------------*/


/* sidebar navigation
--------------------------------------------------*/
#homelink {
	height:26px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	margin-top:5px;
	border-bottom:1px solid gray;
	/*margin-bottom:15px;*/
	}
	
#homelink a{
margin-top:0px;
margin-bottom:0px;
	}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}

#navcontainer li { }
#navcontainer li ul { }
#navcontainer a
{
display: block;
padding: 0;
padding-left:3px;
color: #000;
background-color:#FFF;
text-decoration: none;
border-bottom:1px solid black
}
#navcontainer a:hover
{
color: #000;
background-color:#FF0;
text-decoration: none;
}


/* active links */
#navcontainer ul  .current_page_item a ,#navcontainer ul  .current_page_ancestor a {
color: #ff0;
background-color:#000;
text-decoration: none;	
}
/* ´subnavi links */
#navcontainer ul  .current_page_item ul li a,#navcontainer ul  .current_page_ancestor ul li a {
padding-left:20px;
color:#666;
background-color:#FFF;
text-decoration: none;
border-bottom:1px solid #666
}
#navcontainer ul  .current_page_item ul li a:hover ,#navcontainer ul  .current_page_ancestor ul li a:hover {
padding-left:20px;
color: #000;
background-color:#FF0;
background-repeat:no-repeat;
text-decoration: none;
}
/* ´subnavi active link */
#navcontainer ul .current_page_ancestor ul .current_page_item a {
padding-left:20px;
color: #000;
background-color:#FFF;
background-image:url(arrow3.png);
background-repeat:no-repeat;
text-decoration: none;
}



