/*
Theme Name: SGV
Author: Markus Mantei
Version: 0.1
License: GNU General Public License
*/

/* Web-Fonts einbinden
----------------------------------------------------------------------------- */
/*@import url("http://fnt.webink.com/wfs/webink.css/?project=AAC8920F-31B3-42CB-8D66-F6E6B6BC3D67&fonts=1E8E113D-54A5-D738-0372-AEA99C1621A3:f=Bree,0BE53BF2-B038-6D7F-5967-FAE500DE18DE:f=Bree");
@charset "UTF-8";*/
/* CSS Reset
----------------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */:focus {
	outline:0;
}
body {
	line-height:1;
	color:black;
	background:white;
}
ol,ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
	font-weight:normal;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}
blockquote,q {
	quotes: "" "";
}


/* Generelle Struktur
----------------------------------------------------------------------------- */
body {
	background:#dcd0bf;
	font-size:75%;
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#515151;
	line-height:22px;
}
img {
	/*behavior:url(css/iepngfix.htc);*/
	border:none;
}
a {
	text-decoration:none;
}
strong {
font-weight: bold;
}
em {
font-style:italic;
}
#wrapper {
	width:1063px;
	margin:0 auto;
}
#header {
	position:relative;
	width:990px;
	height:326px;
	margin-left:36px;
	margin-right:37px;
	background:url(images/sg_logo_header.jpg) no-repeat;
}
#navigation {
	position:relative;
	background:url(images/menu_bg.png) no-repeat;
	width:1063px;
	height:121px;
	padding-left:36px;
}
#main {
	position:relative;
	background:url(images/main_bg.png) repeat-y;
	width:1063px;
	min-height:300px;
}
#content {
	float:left;
	width:610px;
	margin-left:65px;
}
#rightcol {
/*	border:1px solid #F0F;*/
	float:right;
	width:250px;
	margin-right:65px;
}
#footer {
	position:relative;
	width:990px;
	height:177px;
	margin-left:37px;
	margin-right:36px;
	background:url(images/footer.jpg) no-repeat;
}
#footer_shadow {
	position:relative;
	width:1063px;
	height:43px;
	background:url(images/footer_shadow.png) no-repeat;
	padding-bottom:30px;
}

/* Überschriften 
----------------------------------------------------------------------------- */
#content h1 {
	font-family:'Bree',Georgia;
	font-size:2.583em;
	line-height:32px;	
	font-weight:normal;
	color:#938f84;
	text-shadow:0px 2px 2px #fff;
	margin-bottom:20px;
	border-bottom:3px solid #938f84;
	padding-bottom:10px;
}
#content h2 {
	font-family:'Bree',Georgia;
	font-size:1.667em;
	line-height:22px;
	font-weight:normal;
	color:#c95227;
	text-shadow:0px 2px 2px #fff;
	margin-bottom:0px;
}
#content h3 {
	font-family:'Bree',Georgia;
	font-size:1.417em;
	line-height:22px;
	font-weight:normal;
	color:#515151;
	margin-bottom:0px;
}
#rightcol h1 {
	font-family:'Bree',Georgia;
	font-size:	1.417em;
	line-height:22px;
	font-weight:normal;
	color:#938f84;
	text-shadow:0px 2px 2px #fff;
	margin-bottom:10px;
}
#rightcol h2 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.25em;
	font-weight:bold;
	line-height:22px;
	color:#c95227;
	margin-bottom:5px;
}
#comments-content h3 {
	font-family:'Bree',Georgia;
	font-size:1.667em;
	line-height:22px;
	font-weight:normal;
	color:#515151;
	text-shadow:0px 2px 2px #fff;
	margin-bottom:0px;
	padding-bottom:10px;
	border-bottom:1px dotted #c95227;
}
#respond h3 {
	border-bottom:none;
	padding-bottom:0px;
}
/* Contentbereich
----------------------------------------------------------------------------- */
#content p {
	font-size:1.25em;
	line-height:22px;
	color:#515151;
	margin-bottom:22px;
}
#content blockquote p {
	font-size:1.667em;
	font-style:italic;
	line-height:28px;
	color:#938f84;
	margin-bottom:22px;
	margin-left:25px;
	margin-right:25px;
}
#content ul {
	list-style:none;
	padding-left:5px;
	padding-bottom:10px;
}
#content ul li {
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-weight:normal;
	font-size:1.2em;
	width:475px;
	border-bottom-width:1px;
	border-bottom-color:#e3e3e3;
	border-bottom-style:solid;
	padding-left:20px;
	padding-top:-5px;
	padding-bottom:10px;
	margin-top:13px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:10px;
	padding-right:0px;
	position: relative;
}
#content ul li p {
	font-size:1em;
	margin:0px !important;
}
#partner ul li {
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-weight:normal;
	width:575px;
	border-bottom-width:1px;
	border-bottom-color:#e3e3e3;
	border-bottom-style:solid;
	padding-left:20px;
	padding-top:-5px;
	padding-bottom:13px;
	margin-top:13px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:10px;
	padding-right:0px;
	min-height:90px;
	position: relative;
}
#partner ul li p {
	font-size:1.1em;
	width: 400px !important;
	margin:0px;
}
#partner ul li a {
	font-weight:bold;
}
#partner li img {
	position: absolute; top: 0; right: 0;
}
#content .last {
	border:0;
}
#content td {
	font-size:1.14em;
	line-height:22px;
	color:#515151;
	/*padding:10px;*/
	margin-top:20px;
}
.table_row_a {
	background-color: #e3e3e3;
}
.table_row_b {
	background-color: #fff;
}
#content hr{
background-color: #938f84; /* Farbe für Opera und Firefox */
color: #938f84; /* Farbe für Internet Explorer (IE) */
border: 0;
height: 1px;
margin-bottom:20px;
}
#content img {
	/*Muss raus wegen Fussball.de Widget. Sonst keine Tore!*/
	/*max-width: 100% !important;*/
	/*width: 100%;*/
	height: auto;
	display: block;
}
#content img.alignleft {
	margin: 5px 10px 10px 0px;
}
#content img.alignright {
	margin: 5px 0px 5px 10px;
}
#content img.alignnone {
	margin: 10px 0px 10px 0px;
}
#content p.wp-caption-text { /*Bildunterschrift*/
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
	margin-bottom: 7px;
    padding: 7px 20px 0px 5px;
}
img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}

/* Sidebar
----------------------------------------------------------------------------- */
#rightcol p {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.2em;
	line-height:22px;
	color:#938f84;
	margin-bottom:22px;
}
#rightcol li {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	line-height:22px;
	color:#515151;
}
ul.sidebar li.widget-container {
	margin:0px 0px 30px 0px;
	padding:0px 0px 30px 0px;
	border-bottom:1px dotted #c95227;
	overflow:hidden;
}
.events_content, .events_content p {
	font-size:14px !important;
	color: #938F84;
}

/* Footer
----------------------------------------------------------------------------- */
#footer_text p {
	float:right;
	font-size:1.25em;
	line-height:22px;
	color:#f6f7ed;
	text-align:right;
	margin-top:90px;
	margin-right:30px;
}
#footer_text a {
	color:#f6f7ed;
	text-decoration:none;
}
#footer_ad {
	float:left;
	margin-top:75px;
	margin-left:27px;
}

/* Links
----------------------------------------------------------------------------- */
#content h1 a {
	color:#938f84;
}
#content h2 a {
	color:#c95227;
}
#content a {
	color:#c95227;
}
#rightcol a {
	color:#c95227;
}
.current-menu-item a { 
	color: #c95227 !important; 
}


/* Sonstige Klassen
----------------------------------------------------------------------------- */
/* FLOATS CLEARING
--------------------------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.orange {
	color:#c95227;
}
.grau {
	color: #938f84;
}
.aligncenter {
	margin:0 auto;
	display:block;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.line_after {
	border-bottom:1px solid #938f84;
	padding-bottom: 20px;
}
.content_full_width {
	width:610px;
}
.small {
	font-size:0.833em !important;
	line-height:16px !important;
}
.breadcrumbs {
	width:600px;
	padding-left: 28px !important;
}
.breadcrumbs a, .breadcrumbs a:hover {
	color:#c95227;
}

/*Wordpress Styles*/
/* Posts
----------------------------------------------------------------------------- */
.more-link {
	font-family:'Bree',Georgia;	
}

#content .post, #content .page {
	padding:0px 0px 1px 0px;
	margin:0px 0px 50px 0px;
	border-bottom:1px dotted #515151;
}
#content .post p.meta, #content .page p.meta {
	font-family:'Bree',Georgia;
	margin:15px 0px 0px 0px;
	padding:10px 0px 5px 0px;
	font-size:12px;
	line-height:19px;
	clear:both;
}
#content .post p.meta span {
	padding:0px 0px 0px 0px;
	font-family:'Bree',Georgia;
	font-size:12px;
	line-height:19px;
	font-style:italic;
}
a.post-edit-link {
	font-family:'Bree',Georgia;
	font-size:12px;
	font-style:italic;
}

/* --- Comments --- */
/* ---Markus Comments-Styles --- */
#comments-content li {
	width:583px;
	
}
.comment-body p {
	padding:0px 0px 10px 0px;
	font-weight: normal;
	font-size:13px !important;
	line-height:21px !important;
	float:right;
	/*background-color:#999;*/
	width:430px;
}
.comment-body {
	/*background-color:#999;*/
}
.children li {
	/*background-color:#fff;*/
}
.post .comments-content {
	margin:6px 0px 0px 0px;
	border-bottom:1px dotted #515151;
}
.comment-meta {
	font-family: Georgia;	
	font-size:12px;
	line-height:21px !important;
	font-weight:normal;
	padding:0px 10px 10px 0px;
	float: left;
    width: 140px;
	color:#c95227;
}
.comment-meta cite {
	font-family: 'Bree';	
	font-size:14px;
	line-height:21px !important;
	font-weight:normal;
	color:#c95227;
	
}
/* ---Ari Comments-Styles --- */
#comments-content p.moderation {
	font-family:'Bree',Georgia;	
	font-size:12px;
	font-style:italic;
	color:#999;
}
#content .post #comments-content ol {
	padding:0px;
}
#content .post #comments-content ol li ul.children {
	padding:0px;
}

#comments-content ol li.depth-1 {
	margin:10px 0px 0px 30px;
	padding:25px 0px 0px 0px;
	border-bottom:1px dotted #515151;
	overflow:hidden;
}

#comments-content ol li.depth-2 {
	margin:10px 0px 0px 30px;
	padding:25px 0px 0px 0px;
	border-bottom:1px dotted #515151;
	overflow:hidden;
}


#comments-content .comment-body {
	padding:0px;
	overflow:hidden;
}
.reply {
	margin:10px 0px 0px 0px;
	float:right;
}
a.comment-reply-link {
	font-family:'Bree',Georgia;
	font-size:12px;
}
p.logged-in-as {
	font-family:'Bree',Georgia;	
	font-size:12px;
	font-style:italic;
}
#comments-content ol li.post.pingback {
	margin:0px;
	padding: 20px 0px 10px 20px;
	list-style:none;
}
.bypostauthor {
}

/* --- Comment Reply --- */

a#cancel-comment-reply-link {
	padding:3px 0 0;
	float:right;
	font-size: .8em;
	font-weight: normal;
}
#respond  {
	padding-top:20px;
	background-color:#f4efe3;
	margin-top: 50px;
	padding-left: 30px;
	padding-bottom: 20px;
}
form#commentform p.comment-notes, p.logged-in-as {
	font-size:12px;
	font-style:italic;
	color:#938f84;
}
form#commentform span.required {
	color: #E75428;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding:0px 0 0;
	font-family:'Bree',Georgia;
	color:#938f84;
}
form#commentform p.form-submit input#submit {
	margin:8px 0px 10px 1px;
	padding:6px 8px 6px 8px;
	background-color:#938f84;
	border:none;
	font-family:'Bree',Georgia;
	font-size:14px;
	color:#fff;
	cursor: pointer; cursor: hand;
	
}
form#commentform p.form-submit input#submit:hover {
	background-color:#c95227;	
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 60%;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	font-family:Georgia,"Times New Roman",Times,serif;
	color: #515151;
	background-color:#f8f4ec;
	border: 1px solid #ddd;
	font-size:1em;
}
form#commentform input#author:hover, form#commentform input#email:hover, form#commentform input#url:hover {
	background-color:#fff;
}
form#commentform textarea#comment {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	font-family:Georgia,"Times New Roman",Times,serif;
	color: #515151;
	background-color:#fff;
	border: 1px solid #ddd;
}
form#commentform p.subscribe-to-doi-comments {
	padding: 20px 0 0;
	font-size: .8em;
	color: #666;
	letter-spacing: 1px;
}

/* WordPress Image Gallery --- */
.gallery {
	margin: auto;
	padding:5px 0px 5px 0px;
}
.gallery .gallery-item {
	float: left;
	margin: 10px 5px 0px 5px;
	text-align: center;
	width: 30%;
	vertical-align: top;
}
.gallery img {
	border: 1px solid #cfcfcf;
}
.gallery .gallery-caption {
	margin-left: 0;
	padding: 5px 0px 8px 0px;
	font-family:'Bree',Georgia;	
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

/* --- jQuery Thickbox --- */
#TB_window img#TB_Image {
	border-bottom:none ! important;
	border-left:none ! important;
	border-right: none ! important;
	border-top: none ! important;
	margin: 15px 0px 0px 15px;
}
#TB_caption {
	height: 30px ! important;
	padding: 7px 15px 15px 15px ! important;
}
#TB_secondLine {
	padding: 4px 0px 0px 0px;
}
#TB_closeWindow {
	height: 30px ! important;
	padding: 11px 15px 10px 0px ! important;
}
#TB_window a {
	color: #515151 ! important;
}

/* --- Search Widget --- */
#search-input {
	width: 245px;
	height:30px;
	margin:0px 0px 4px 0px;
	font-size:12px;
	color:#938f84;
	background-color:#f8f4ec;
	border:none;
	padding-left:5px;
	/*Abgerundete Ecken*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	/*Schatten*/
	-webkit-box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, 0.1); 
}
#search-input:hover {
	background-color:#fff;
}
#searchsubmit {
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 7px;
	background:#f4efe3;
	border:none;
	font-family:'Bree',Georgia;	
	font-size:15px;
	color:#938f84;
	float: right;
	cursor: pointer; cursor: hand;
}
#searchsubmit:hover {
	color:#c95227;
}
/* --- Partner Widget --- */
#partner {
	padding-bottom:30px;
}


/* --- Contact Form 7 Widget --- */
/*----------------------------------------------------------------------------- */
div.wpcf7 {
    background-color: #F4EFE3;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    padding-top: 20px !important;
}
.wpcf7-form h3 {
	font-family:'Bree',Georgia;
	font-size:1.667em !important;
	line-height:22px;
	font-weight:normal;
	color:#515151;
	margin-bottom:0px;
}
.wpcf7-form p {
	color: #938F84 !important;
    font-family: 'Bree',Georgia;
    padding: 0 0 0;
    }
.wpcf7-form p.comment-notes {
	font-size:12px !important;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	color:#938f84;
}

.wpcf7-form-control-wrap input {
	width: 60%;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	font-family:Georgia,"Times New Roman",Times,serif;
	color: #515151;
	background-color:#f8f4ec;
	border: 1px solid #ddd;
	font-size:1em;
}
.wpcf7-form-control-wrap textarea {
	width: 95% !important;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	font-family:Georgia,"Times New Roman",Times,serif;
	color: #515151;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
input.wpcf7-submit {
	width:100px;
	margin:8px 0px 10px 1px;
	padding:6px 8px 6px 8px;
	background-color:#938f84;
	border:none;
	font-family:'Bree',Georgia;
	font-size:14px;
	color:#fff;
	cursor: pointer; cursor: hand;
	margin-bottom: 0px;
	
}
input.wpcf7-submit:hover {
	background-color:#c95227;	
}
.wpcf7-form-control-wrap input:hover, .wpcf7-form-control-wrap textarea:hover {
	background-color:#fff;
}
div.wpcf7-response-output {
	margin-top:0px !important;
	width:535px;
	margin-left: 0px !important;
	font-family:'Bree',Georgia;
	font-size:14px;
	text-align: center;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background-color:#398f14;
	color:#fff !important;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	background-color:#ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	background-color:#ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background-color:#f7e700;
}
span.wpcf7-not-valid-tip {
	color:#c95227;
	border:none !important;
	background:none !important;
	position: absolute;
	top: -33px !important;
	left: 5px !important;
	z-index: 100;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

/* --- Belegungsplan Clubheim --- */
/*----------------------------------------------------------------------------- */

.fc-state-highlight {
    background: none repeat scroll 0 0 #f4efe3 !important;
}

.fc-header-title h2 {
    margin-top: 5px !important;
}
.fc-header-right {
    visibility: hidden !important;
}
.fc-header-center {
    float: left !important;
}
.fc-header-left {
    float: right !important;
	margin-right: 28px !important;
}
#aec-container {
    margin-bottom: 20px;
}