/*
	Theme Name: WSC Theme
	Author: Saskia Spindler
	Author URI: http://www.kreativlinse.de
		
*/

body {
	margin:0;
	width: 100%;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #767676;
	font-size: 90%;
	}

html, body {
height: 96%;
}

* {
margin: 0;
pading: 0;
}




/*----------------------------------------Normal Layout for Divs----------------------------------------*/

#container {
	min-height: 100%;
	width: 100%;
	position: relative;

	}

* html #container {
height: 100%;
}

#menu {
	width: 1000px;
	height: 80px;
	background: url('/wp-content/uploads/header.jpg') no-repeat;
	margin: 20px auto;
	
	}
	
#main {
	width: 1000px;
	margin: 50px auto;


	}
	
#sidebar {
	width: 250px;
	float: left;
	min-height: 600px;
	border: 1px solid #008ac8;
	margin-right: 18px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;

	}

.sidebar {
	width: 250px;
	float: left;
	height: 30px;
	background: #008ac8;
	margin-right: 18px;
	border: 1px solid #008ac8;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;

	}

#slider {
	width: 728px;
	float: left;
	min-height: 300px;
	}



#content {
	width: 728px;
	min-height: 50px;
	float: left;
	border: 1px solid #008ac8;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;

	}

.content {
	width: 728px;
	height: 30px;
	float: left;
	background: #008ac8;
	border: 1px solid #008ac8;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;

	}




#footer {
	width: 100%; 
	background: #008ac8;
	position: absolute;
	bottom: 0;
	height: 50px;
	
	
	}


.footer {width: 990px; margin : 0 auto;}








/*----------------------------------------Content Styling----------------------------------------*/
	
.entry {
	padding: 15px 12px 150px 12px;
	font-family: 'Open Sans', sans-serif;
	color: #767676;
	text-align: justify;


	}



p {

	padding: 0;
	line-height:1.8em;
	margin: 0 0 10px 0;

	}

strong, b {
font-weight: bold;
}

blockquote {
	margin:22px 0px;
	padding:3px;
	color:#575757;
	padding-left: 50px;
	background: transparent url("img/blockquote.png") no-repeat 0 0;
	font-style: italic;

	}

.entry img {border: 1px solid #ccc; padding: 2px; margin-top: 7px;}

#gallery-1 img {border: 1px solid #ccc !important;}

.navigation {
	text-align: center;
	}


.date {
	border-bottom: 1px solid #fcaf4b;
	color: #008ac8;
	font-size: 80%;
	margin: -10px 0px 10px 0px;
	padding: 0px 0px 4px 0px;
	text-align: right;

	}

.end {height: 70px;}

.line {border-bottom: 1px solid #767676; margin-bottom: 20px;}

.wetter {background: #f8b920; margin: 10px auto; width: 120px; margin-bottom:60px; height: 180px;}


strong {fon-weight: 300;}

.folder_caption {
margin-top: 40px;
}

.lgf-item {
line-height: 1.5em;
}


/*----------------------------------------Link Styling----------------------------------------*/

a {color: #008ac8; text-decoration: none;}
a:hover {color: #767676;}


a img {border: none;}






/*----------------------------------------Font Styling----------------------------------------*/

h1 {
	font:  120% 'Open Sans', sans-serif;
	
	}
	


h2 {
	font:  110% 'Open Sans', sans-serif;
	color: #008ac8;
	border-bottom: 1px solid #008ac8;
	margin: 0 0 10px 0;
	}



h3 {
	font:  100%px 'Open Sans', sans-serif;
	color: #008ac8;
	border-bottom: 1px solid #008ac8;
	}


h4 {
	font:  110% 'Open Sans', sans-serif;
	color: #008ac8;
	margin: 0 0 10px 0;

	
	}
	

h5 {
	font:  80% 'Open Sans', sans-serif;
	
	}
	

h6 {
	font:  70% 'Open Sans', sans-serif;
	
	}


/*----------------------------------------Tabellen----------------------------------------*/

.termine {
	background: #fff; 
	color:#4e4e4e; 
	width:100%; 
	text-align:left; 
	border:1px solid #fff;
	font-size: 90%;

	}

.termine th {
	background:#e6eeee;
	height: 25px;
	border:1px solid #CDCDCD;
	padding: 5px 0 0 5px;
	font-weight: bold;
	}

.termine td {
	border:1px solid #CDCDCD;
	word-spacing: 1px;
	padding: 5px;
	vertical-align: top;
	
	}

.termine td img {margin-top: 0 !important;}

.datum {color: #008ac8; text-align: right; width: 130px;}

.regatten {color: #008ac8; width: 100%; font-size: 80%; margin-bottom: 20px;}

.meldeformular {width: 100%; font-size: 90%;}

.meldeformular td {padding: 5px 0;}

.right {text-align: right;}

input[type="checkbox"] {margin-right: 5px;}

input[type="text"] {width: 99%; border: 1px solid #ccc; padding: 3px;}

input[type="submit"] {background: #008ac8; color: #fff; padding: 5px 15px; border: none; border-radius: 5px; letter-spacing: 1px;}

select {border: 1px solid #ccc;}
	


/*----------------------------------------Align Styling for Floating images----------------------------------------*/

.alignleft {float: left; text-align: left; margin: 0 15px 5px 0; }

.alignright {float: right; text-align: right; margin: 0 0 5px 15px; }


/*----------------------------------------List Styling----------------------------------------*/

ul {margin: 5px 0 20px 0; padding: 0 0 0 40px;}

li {line-height: 2.8em;}

li.widget {float: left; 	}



/*----------------------------------------Widget Styling----------------------------------------*/

#widgets {padding: 0;}

#widgets ul {padding: 0;}


#widgets li {
	list-style-type: none;
	margin: 0;
	padding: 0 8px;
	line-height: 2em;
	font-size: 90%;

	}

.widget {
	margin: 0;
	padding: 10px 0 10px 10px;
	clear: left;

	}

.widget li {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 90%;

	}

.terminvorschau {
	margin: 0;
	padding: 10px 0 10px 10px;
	clear: left;

	}

.terminvorschau li {
	list-style-type: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 90% !important;
	width: auto !important;

	}



#sidebar li {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 1.9em;
	font-size: 100%;
	width: 95%;

	}

#sidebar img {margin-bottom: 15px;}

.mitglied {text-align: center; margin-top: 40px;}



/*----------------------------------------Top Menu Styling----------------------------------------*/

#sddm {	
	margin: 0;
	padding: 0;
	
	
	}

#sddm ul { padding: 10px; }

#sddm li {	
	display: block;
	float: right;
	font:  14px 'Open Sans', sans-serif;
	font-weight: normal;
	padding: 0;
	position: relative;

}

#sddm li a {	
	display: block;
	padding: 65px 0 0 30px;
	background: TRANSPARENT;
	color: #008ac8;
	text-align: right;
	text-decoration: none
        
        }

#sddm li a:hover {	
	color: #757575;
	
        }


.logo a {padding: 0 !important;}
        

.logo {float: left !important; }



/*----------------------------------------Footer Menu Styling----------------------------------------*/

#footer-menu {	
	margin: 0;
	padding: 0;
	
	
	}

#footer-menu ul { padding: 10px; }

#footer-menu li {	
	display: block;
	float: right;
	font:  10px 'Open Sans', sans-serif;
	font-weight: normal;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer-menu li a {	
	display: block;
	padding: 15px 0 0 20px;
	background: TRANSPARENT;
	color: #fff;
	text-align: right;
	text-decoration: none
        
        }

#footer-menu li a:hover {	
	color: #757575;
	
        }
        


		
/*----------------------------------------Comments Styling----------------------------------------*/

.commentlist .quote {
	background:url(img/bg_quote.gif) no-repeat top right;
	min-height: 80px;
	}


ol {
 	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

.commentlist li {
 	padding: 5px 18px 22px 18px;
	margin-top:15px;
	background:#eaeaea;
	color:#636363;
	}

.commentlist cite {
	display:block;
	font-style:normal;
	color:#c5111a;
	text-align: right;
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#c5111a;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#ccc;
	text-decoration:underline;
	}




.input_stimmen {
	background: #eaeaea;
	height: 20px;
	width: 250px;	
	border: 0px;
	padding: 5px;
	color: #353535;
	
}




.textarea_stimmen {
	background: #eaeaea;
	height: 200px;
	width: 780px;	
	border: 0px;
	padding: 5px;
	color: #353535;
	font-family: Tahoma;

}



.submit {
	width: 79px;
	height:23px;
	background: #3f3f3f;
	color: #c1001f;
	border: 0px;
	text-align: center;
	font:  13px 'Voces', sans-serif;
	font-style: italic;
	
	
}


/*----------------------------------------Contactform Styling----------------------------------------*/



.wpcf7-text {
	border: 1px solid #ccc;
	height: 12px;	
	padding: 3px;
	color: #767676 !important;
	width: 99%;
	color: #ccc;
	
}


.wpcf7 textarea {
	border: 1px solid #ccc;
	height: 170px;
	padding: 3px;
	color: #767676 !important;
	width: 99%;
	color: #ccc;
	
}


.wpcf7-submit {

	border: none;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center ;
	color: #fff;
	background: #000;
	width: 150px;
	cursor: pointer;
	
	
}


.lazyest-list-folders ul ul {
margin: 0;
border: none;
}





@media only screen and (max-width: 1000px) {

}