/*  
Theme Name: MKC
Description: A custom theme for mkc choir
Version: 1.0
Author: Sven Windisch
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#fff url(../images/bg.png) repeat-x;
/*	color:#555;*/
	font-family: "Trebuchet MS",Arial;
	font-size:12px;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa; 
	border-bottom: 1px solid #bababa; 
	width:940px;	
}
#content{
	float:left;
	padding:1em;
	width:700px;
}
#content p{
	padding-left: 10px;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding: 10px 5px;
	width: 200px;
	margin: 30px 0;
	border-left: 1px dotted #BABABA;
	min-height: 450px;
}
#header{
	background: url("/images/bg_header_homepage.jpg") top left repeat-x;
/*	background: #ba0000;*/
	text-align: right;
/*	padding-top: 10px;*/
	height: 100px;
}

#header img{
	border: none;
	margin-top: 10px;
}
#header a{
	border: none;
	margin-right: 20px;
}
#image{
	margin: 0;
}
#footer{
	background:#ba0000;
	color:#000;
	text-align: center;
	clear:both;
	font-size:0.9em;
	padding:10px;
	margin-top: 20px;
}
/*************************************
 +Hn and p
 *************************************/
h1{
	font-weight:normal;
	letter-spacing: -1px;
	margin: 25px 0 25px 0;
	border-bottom: 1px dotted #BABABA;
	font-size:25px;
	padding-left: 10px;
}
h2{
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
	padding-left: 10px;
}
h3{
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
	padding-left: 10px;
}
#header h1{
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(../images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(../images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(../images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	margin: 0 0 1.3em 20px;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
/*	color:#CC0000;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
} 
/* Fancy side label */
#sideLabel {
    position: absolute;
    margin-left: 941px;
    top: 170px;
    display: block;
    background: url("/images/piano.png") no-repeat scroll;
    width: 39px;
    height: 239px;
    z-index: 100001;
}

.photo-item {
  float: left;
  margin: 5px;
}

.description-item {
  margin: 5px;
}

.networks {
  border-top:1px dotted #d1d1d1;
  margin: 0 0.5em;
  padding-top: 2em;
}

/* Google Calendar Plugin styles */

.shortlist .summary {
  font-weight: bold;
}

div.gallery-item {
  min-height: 150px;
}