/*
Theme Name: KSM 2010
Theme URI: http://www.katja-und-stefan.de
Description: Designed by Stefan Moeller
Version: 0.1 deutsch
Author: Stefan Moeller
Author URI: http://www.stefanmoeller.com
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background: #E3E3E3;
	font-size: 100.01%;
	color: #5a5853;
	font-family: "Lucida Grande", "Lucida Sans Regular", Helvetica, Verdana, sans-serif;
	padding: 0;
}


blockquote {
	border-left: 1px solid #5A5853;
	color: #555555;
	font-size: 1.30em;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 30px;
}

a {
	color: #5A5853;
	text-decoration: none;
	outline: none;
}

code {  background: #f5f5f5;
	border: 1px solid #cccccc;
	color: #555555;
	font: 11px Verdana, 'Helvetica', Arial, sans-serif;
	padding: 10px;
	text-align: left;
}

/*#####################*/
/*### Überschriften ###*/
/*#####################*/

h1, h2, h3, h4 {
	text-transform: uppercase;
	margin: 1.5em 0 0 0;
}

h1 a, h1 a:hover {
	color: #333;
	font-weight: 100;
	font-family: "Lucida Grande", "Lucida Sans Regular", Helvetica, Verdana, sans-serif;
	font-size: 24px;
	padding: 8px;
	text-decoration: none;
	display: block;
	border: 1px dashed #A4A19B;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

h1 {
	color: #5A5853;
	font-weight: 100;
	font-family: "Lucida Grande", "Lucida Sans Regular", Helvetica, Verdana, sans-serif;
	font-size: 24px;
	margin:  0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

h2, h2 a {
	color: #5A5853;
	font-weight: 100;
	font-size: 18px;
	padding: 0;
}

h3, h3 a {
	color: #5A5853;
	font-weight: 100;
	font-size: 15px;
	padding: 0;
}

h4 {
    color: #5A5853;
	font-family: "Lucida Grande", "Lucida Sans Regular", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
}

img {
	border: none;
	}

ol, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.7em;
	text-align: left;
}

.entry {
	line-height: 1.3em;
	text-align: justify;
}

small {
	font-size: 10px;
}

#page {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 810px;
}

/*################*/
/*### Header   ###*/
/*################*/

#header {
	background: transparent;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 0;
}

#header a {
	color: #383d44;
}

#header a:hover {
	color: #669933;
}

#blogname {
	margin-bottom: 30px;
}

#header h2 {
	float: left;
	font: 30px Georgia, 'Times New Roman', Times, serif;
	margin:0;
	padding: 0px 15px 0 0;
	border-right:1px solid #cccccc;
	}

#header h2 a { text-decoration:none; }

#header p {
	padding: 13px 0 0 10px;
	margin:0;
	line-height: 1em;
}

/*###################*/
/*### Oberes Menü ###*/
/*###################*/

#top {
  	border-top: 1px dashed #A4A19B;
  	height: 116px;
  	margin: 10px auto 0px auto;
  	width:100%;
  	text-align: center;
  	overflow: hidden;
}

#topLogo {
 	float: left;
 	padding: 20px 0;
}

#topbar { 
	height: 116px;
	width: 810px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

ul.topmenu {
	background: transparent;
	float: right;
	margin: 55px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}

ul.topmenu li {
	float: left;
	padding: 9px 0px 0 10px;
}

ul.topmenu li a {
	float: left;
	display: block;
	color: #DE0453;
	padding: 3px 15px;
	-moz-transition: background 0.5s ease-in;
	-webkit-transition: background 0.5s ease-in;
	-o-transition: background 0.5s ease-in;
	transition: background 0.5s ease-in;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

ul.topmenu li a:hover {
	color: #2A465E;
	background: #fff;
	text-decoration: none;
}

ul.topmenu li.current_page_item a:link,
ul.topmenu li.current_page_item a:visited,
ul.topmenu li.current_page_item a:hover,
ul.topmenu li.current_page_parent a:link,
ul.topmenu li.current_page_parent a:visited,
ul.topmenu li.current_page_parent a:hover{
	background: #DE0453;
	color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/*################*/
/*### Content  ###*/
/*################*/

#content {
	background: transparent;
	border: none;
	color: #282828;
	float: left;
	margin: 20px 0px 30px 0px;
	padding: 0 0 0 20px;
	text-align: justify;
	width: 530px;
	font-size: 0.75em;
}


#content a {
	background: transparent;
	color: #d30453;
	border-bottom: 1px dashed #A4A19B;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #000;
	background: transparent;
	border-bottom: 1px solid #A4A19B;
	text-decoration: none;
}

#content .gallery a {
border: none;
}

#content a img {
	padding: 5px;
	background-color: transparent;
	-moz-box-shadow:0 0 3px #333;
	-webkit-box-shadow:0 0 3px #333;
	-o-box-shadow:0 0 3px #333;
}

#content a.fancybox {

}

#content a.fancybox img {
border: 2px #000;
text-decoration: none;
-moz-transition: 0.3s ease-in;
-webkit-transition: 0.3s ease-out;
-o-transition: 0.3s ease-in;
transition: 0.3s ease-in;
}

#content a.fancybox:hover img { 
/*	border: 1px solid #777777; 
	background: transparent;
*/
-moz-transform:scale(1.05);
-webkit-transform:scale(1.05);
-o-transform:scale(1.05);
-moz-box-shadow:0 0 8px #333;
-webkit-box-shadow:0 0 8px #333;
-o-box-shadow:0 0 8px #333;
}

#content h1 a:hover { 
	background: transparent; 
	text-decoration: none; 
}

#content h2 a:hover { 
	background: transparent; 
	text-decoration: none; 
}

#content h3 a { 
	text-decoration: none; 
}

#content h3 a:hover { 
 	color: #669933; 
 	background: transparent; 
 	text-decoration: none; 
}

#content ul {
 	list-style-type: circle; 
 	margin: 0 0 0 25px; 
 	padding:  0 0 0 0; 
}

#content ul li {
 	line-height: 1.5em; 
 	margin: 0; 
 	padding: 5px; 
}

/*############################*/
/*#### KOMMENTARFORMULAR #### */
/*############################*/

#comment {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	padding-left: 2px;
	vertical-align: middle;
	width: 510px;

}

.commentbody {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	position: relative;
	-moz-border-radius: 10px;
}

.commentbody a {
	color: #aa0000;
	text-decoration: none;
}
.commentbody a:hover {
	color: #2d5175;
	text-decoration: none;
}

.commentbody p {
	line-height: 1.2em;
}

.commentlink {
	font-size: 13px;
}

.commentlist {
	list-style: none;
}

#email, #author {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-family: "Lucida Grande", "Lucida Sans Regular", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	vertical-align: middle;

}

#url {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-family: "Lucida Grande", "Lucida Sans Regular", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-family: "Lucida Grande", "Lucida Sans Regular", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0 10px;

}

textarea {
	overflow:auto;
}

/*################*/
/*#### Footer ####*/
/*################*/

#footer_dash {
	border-top: 1px dashed #A4A19B;
	clear: both;
	color: #363636;
	margin: 10px 0 3px 0;
}

#footer {
	background: #28465F;
	color: #A7BFD0;
	padding: 0 0 30px 0;
	text-align: center;
	overflow:hidden;
	font-size: 0.75em;
	text-align: left;
}

#footer_wrapper{
	width: 810px;
	margin: 0 auto;
}

#footer_left{
width: 530px;
float: left;
}

#footer_right{
width: 237px;
float: right;
}

#footer_footer {
	clear: both;
	margin-top: 30px;
	border-top: solid 2px #A7BFD0;
	padding: 5px 0;
}

#footer_footer ul {
list-style: none;
padding: 0;
margin 0;
display: inline;
}

#footer_footer ul li {
display: inline;
}

#footer a {
	color: #A7BFD0;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer h2 {
	color: #A7BFD0;
	font-size: 1.3em;
	padding-bottom: 0.5em;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: dotted 1px #A7BFD0;
}

#footer ul li {
	padding: 5px 0;
	border-bottom: dotted 1px #A7BFD0;
}

/*################*/
/*### Suchfeld ###*/
/*################*/

.s {
	font-family: "Lucida Grande", "Lucida Sans Regular", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background: transparent;
	border: 1px solid #A7BFD0;
	color: #A7BFD0;
	height: 15px;
	width: 220px;
}

/*################*/
/*#### SIDEBAR ###*/
/*################*/

#sidebar {
	width: 237px;
	text-align: left;
	float: left;
	margin: 20px 0px 30px 0px;
	padding: 0;
	line-height: 1.6em;
	min-height: 500px;
	color: #383d44;
	background: transparent url("images/bg_sidebar.jpg") top right no-repeat;
	}

.sidelist {
	background: transparent;
	margin: 0 0 20px 0;
	padding: 0;
	}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar li{
	margin: 0;
	padding: 0;
	display: block;
	}

#sidebar li a {
	display: block;
	background: transparent url("images/bg_sidebar_link.png") 0 0 no-repeat;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 5px;
	text-decoration: none;
	border-bottom: 0;
	height: 35px;
	line-height: 35px;
	width: 237px;
	}

#sidebar li a:hover {
	color: #333;
	text-decoration: none;
	background: transparent;
	background-position: 0 -35px;
	}

#sidebar li.current_page_item a,
#sidebar li.current-cat a {
	color: #fff;
	padding-left: 15px;
	text-decoration: none;
	background: transparent url("images/bg_sidebar_link.png") 0 -70px no-repeat;
	}

#sidebar h2 {
	background: inherit;
	color: #5A5853;
	font-family: "Lucida Grande", "Lucida Sans Regular", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0px 3px 0px;
	margin: 0;
}

#sidebar h2.fotoalbum {
	background: inherit;
	color: #DE0453;
	font-family: "Lucida Grande", "Lucida Sans Regular", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0px 3px 0px;
	margin: 0;
	border-top: solid 1px #bdbdbd;
	border-bottom: solid 1px #bdbdbd;
}

#wrapper {
	float: right;
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}


.date {
	background: transparent;
	color: #363636;
	font-family: "Lucida Grande", "Lucida Sans Regular", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.postauthorimage {
float: right;
}

.postmetadata {
	background: transparent;
	font-style: italic;
	color: #363636;
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 15px 0 70px 0;
	padding:3px 3px 3px 3px;
	text-align: right;
	float: right;
}

.postmetadata a {background: transparent; color: #363636; text-decoration: none;}

.postmetadata2 {
	background: #eeeeee;
	color: #282828;
	border: 1px solid #cccccc;
	font-size: 11px;
	line-height: 1.3em;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
	clear:both;
	-moz-border-radius: 10px;
}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 10px;
}

.alt a {
	background: inherit;
	color: #aa0000;
	text-decoration: none;
}

.commentheader {
	background: inherit;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	color: #5A5853;
	padding: 0;
	line-height: 1.5em;
}

.clear {clear:both;}

<!--######################-->
<!--### Menü im Footer ###-->
<!--######################-->

#bottom_wrapper {
background: #090;
}

#bottom {
	clear: both;
	width: 810px;
	height: 100%;
	margin: 0;
	padding: 0px;
	background: transparent;
	text-align: left;
	color: #383d44;
	}

#bottom-left {
	width: 30%;
	padding: 0 0 25px 0;
	float: left;
}

#bottom-mid {
	width: 30%;
	padding: 0 0 25px 40px;
	float: left;
}

#bottom-right {
	width: 30%;
	margin-right: 10px;
	padding: 0 0 25px 0;
	float: right;
	}

#bottom h2 {
	font-family: "Lucida Grande", "Lucida Sans Regular", Helvetica, Verdana, sans-serif;
	font-size: 24px;
	font-weight: 100;
	margin: 25px 0 5px 0;
	padding: 0 1px;
	color: #5A5853;
	}

#bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#bottom li {
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 0;
	display: block;
	}
#bottom li a {
	display: block;
	background-color: transparent;
	color: #383d44;
	padding: 7px 5px 7px 5px;
	text-decoration: none;
	border-bottom: 0;
	}
#bottom li a:hover {
	color: #669933;
	background-color: #e6e3d7;
	text-decoration: none;
	}
	
.hidden {
display: none;
}

ul.widget{
font-size: 0.7em;
}

form.log-in label {
display: block;
font-weight: bold;
}

.login {
clear: both;
width: 220px;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc;
padding: 10px;
}


ul.subPagesNavi {
padding: 0;
margin: 0;
list-style: none;
}

ul.subPagesNavi li {
display: block;
margin: 0 0 5px 0;
padding: 0;
}

ul.subPagesNavi li a {
display: block;
padding: 5px 10px;
border: dashed 1px #A4A19B;
text-decoration: none;
}

ul.subPagesNavi li a:hover {
display: block;
font-weight: bold;
padding: 5px 10px;
border: solid 1px #A4A19B;
text-decoration: none;
}

.small {
font-size: 0.75em;
}

.help {
border: solid 1px #999;
background: #efefef;
padding: 5px;
}

ul.widget li#text-3 {
width: 220px;
border-top: solid 1px #ccc;
height: inherit;
line-height: 1.35em;
}

ul.widget li#text-3 a {
background: none;
height: inherit;
line-height: 1.35em;
}

#content a.helperLink{
	background: transparent url("images/helperLink_icon") center left no-repeat;
	line-height: 48px;
	height: 48px;
	padding: 13px 0 13px 55px;
	border-bottom: none;
	text-decoration: none;
	font-size: 16px;
	font-style: italic;
	color: #333;
	font-weight: normal;
	display: block;
	-moz-transition: background 0.5s ease-in;
	-webkit-transition: background 0.5s ease-in;
	-o-transition: background 0.5s ease-in;
	transition: background 0.5s ease-in;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content a.helperLink:hover {
	background: #fff url("images/helperLink_icon") center left no-repeat;
}

#content div.fotoalbum {
margin-top: 20px;
}

#content div.fotoalbum div.albumitem {
width: 160px;
height: 200px;
background: transparent url("images/fotoalbum_icon.png") top center no-repeat;
float: left;
margin: 0 15px 15px 0;
text-align: center;
}

#content div.fotoalbum div.albumitem a {
padding: 5px;
display: block;
padding-top: 130px;
border: solid 3px #ccc;
height: 60px;
color: #666;
-moz-transition: 0.3s ease-in;
-webkit-transition: 0.3s ease-out;
-o-transition: 0.3s ease-in;
transition: 0.3s ease-in;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}


#content div.fotoalbum div.albumitem a:hover {
border: solid 3px #DE0453;
-moz-transform:scale(1.05);
-webkit-transform:scale(1.05);
-o-transform:scale(1.05);
-moz-box-shadow:0 0 8px #333;
-webkit-box-shadow:0 0 8px #333;
-o-box-shadow:0 0 8px #333;
}

.fotoDatum {
color: #000;
padding-right: 5px;
margin-right: 5px;
font-weight: normal;
border-right: solid 1px #333;
}

.breadcrumb {
font-size: 12px;
margin-top: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #A7BFD0;
}