/* CSS Document */

#main{
	margin-left:50px;
	margin-right:50px;	
	margin-top:50px;
}

#heading{
	margin-bottom:40px;	
}

.imageLink{
	text-decoration:none;	
}

#leftMenue{
	float:left;	
	margin-top:125px;
}

#contents{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:black;
	margin-left:180px;	
}

#contents{
	color:#333;	
	line-height:20pt;
}

#contents a{
	color:#999;
	text-decoration:none;
}

#contents a:hover{
	color:#555;
}

#backButton{
	position:fixed;
	bottom:25px;
	left:50px;	
}


#quote{
	position:fixed;
	bottom: 50px;
	right:40px;
}

#events{
	margin-top:100px;
	margin-left:100px;	
}

#events ul{
	line-height:35pt;	
}

#about{
	text-align:right;
	margin-bottom:50px;
	margin-right:25px;		
}

#gbWrite{
	margin:auto;
	width:80%;
	text-align:left;
	margin-top:60px;
}

.gbInput, .gbTextarea{
	width:100%;
	margin-bottom:10px;
	-moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
	border:1px solid #CCC;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	outline:none;
	color:#666;
	background-attachment:scroll;
	background-position:top right;
	background-repeat:no-repeat;
}

.gbInput:focus, .gbTextarea:focus{
	border-color:#bd0000;
}

.gbInput{
	height:34px;
}

.gbTextarea{
	height:232px;
	padding-top:43px;
	line-height:22pt;
	overflow:auto;
}

.submitButton{
	background-color:transparent;
	background-image:url(images/inputSubmit.png);
	-moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;	
	border:1px solid #CCC;
	outline:none;	
	background-attachment:scroll;
	background-position:center center;
	background-repeat:no-repeat;
	width:80px;
	height:50px;
}

.submitButton:hover{
	border-color:#6c6c6c;
	background-image:url(images/inputSubmitHover.png);
}

/*comments*/
#pageLinks{
	text-align:center;
	margin-top: 110px;
	margin-bottom:50px;
	color:#999;	
}

.pageLink, .activePageLink{
	margin-left:5px;
	margin-right:5px;	
}

.pageLink a{
	color:#999;
	text-decoration:none;
	padding:5px;
	background-color:#F8F8F8;
	-moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
}

.activePageLink a{
	color:#333 !important;
	text-decoration:none;
	padding:5px;
	background-color:#F8F8F8;
	-moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
}

.pageLink a:hover, .activePageLink a:hover{
	background-color:#EEE;	
}

#makeEntry{
	text-align:center;
	margin-bottom:70px;	
}

.date{
	float:right;	
}

.comment{
	width:600px;
	margin:auto;
	margin-bottom:20px;
	padding:10px;
	color:#333;
	background-color:#F8F8F8;
	-moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
	line-height:15pt;
}

.entry{
	margin-top:10px;
	color:#999;
	font-size:10pt;
}

.comment a{
	color:#999;
	font-size:8pt;
	font-style:italic;
	text-decoration:none;
}

.comment a:before{
	content:"> ";	
}

.comment a:hover{
	color:#777;
}
/*comments*/

a{
	outline:none;	
}

a img{
	border:none;	
}

#ieWarning{
	background-color:#F3F3F3;
	margin:auto;
	text-align:center;
	width:80%;
	display:none;	
	margin-bottom: 10px;
}
