/*
Theme Name: TSV Guestrow
Theme URI: 
Description: Wordpress-Theme fuer den TSV Guestrow
Version: 0.1
Author: 
Author URI: 
*/

* {
	margin: 0px;
	padding: 0px;
}
img {border-width: 0px; }

div.center {text-align:center}

ul.menu{
	list-style-type: none;
    display:inline-block;
    }

ul.menu li{
    display:inline-block;
	padding: 10px 6px 10px 6px;
}

ul.menu.top {
    border-bottom: 1px solid #889d37;
}
ul.menu.bottom {
    border-top: 1px solid #889d37;
    margin-top: 20px;
}

li.cat-item.current-cat {
    font-weight:bold;
    }

ul.menu li a{
	color: #6f802e;
	font-size: 14px;
	text-decoration: none;
}

ul.menu li a:hover{
	color: #855201;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

div#content_entries {width:500px; float:left; margin: 0px 40px 0px 40px; }

div.entry{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 12px;
    clear: both;
	
	}

div.entry p{
	margin-bottom:10px;
	}
	

div.entry h2{
    color: #6f802e;
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px solid #c1bba5;
	margin-bottom: 12px;
	margin-top:24px;
	padding-left:0px;
	padding-bottom: 3px;
	}
div.entry h2 a{
    color: #6f802e;
	text-decoration:none;
	}	

div.entry ul {
    margin-left:20px;
    margin-bottom: 10px;
    }
	
div.entry h3{
    color: #6f802e;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 12px;
	padding-left:0px;
	margin-top:24px;
	}

div.entry a{
    color: #6f802e;
    }
    
a.more-link{
    padding-left:20px;
	color: #6f802e;}
	
	
div.wp-caption.alignright p{
    margin:10px 10px 10px 10px;
	color: #808080;
	text-align: center;
	
	}

div.wp-caption.alignright img{
    display:block;
    margin:2px auto 3px auto;
	}

.alignright {
    background-color: white;
	max-width:200px;
	padding:3px;
	margin:10px 0px 10px 10px;
	border: 1px solid #c0c0c0;
	float:right;
	}
.alignleft {
    background-color: white;
	width:200px;
	padding:3px;
	margin:10px 0px 10px 10px;
	border: 1px solid #c0c0c0;
	float:left;
	}
.aligncenter {
    display: block;
    background-color: white;
	width:200px;
	padding:3px;
	margin: 10px auto;
	border: 1px solid #c0c0c0;
	}

div#gutesache{
	text-align: center;
	padding:0px;
	margin:0px 10px 10px 0px;
	width:120px;
    float:right;
	}	
div#gutesache img {
    margin-bottom:10px;
}	
div#category_head {
	padding-bottom:20px;
	}
	
div#category_head h1{
    color: #6f802e;
	font-size:18px;
	font-weight:bold;
	padding-left:0px;
	padding-bottom:6px;
}

.contactform label {
    display:block;
    margin-top: 6px;
    }
.contactform textarea {
    display:block;
    margin-bottom: 6px;
    }
.contactform { margin-bottom:12px}