/******************** style for website ***************/


/* common styles */
*{
	margin: 0px;
	padding: 0px;
}

html{
	background: none;
}

body{
	max-width: 620px;
	width:100%;
	height:100%;
	margin: 40px auto;
	padding: 30px 0;
	font-family: 'Times New Roman', serif,arial, helvetica;
	font-size: 18px;
	line-height: 140%;
	background: none;
}


h1 {
	font-size: 27px;
	margin-bottom: 35px;
	text-align: center;
}

a{
	color: #000;
}
a:hover{
	color: #fff;
}

p{
	margin-bottom: 15px;
}


.gb_error{
	padding: 5px 10px;
	background: #fee;
	color: #f00;
	border: 1px solid #f00;
	max-width: 495px;
}

.gb_message{
	padding: 5px 10px;
	background: #efe;
	color: #090;
	border: 1px solid #090;
	max-width: 495px;
	width:100%;
}

.gb_clear{
	clear: both;
}





/* entry-list */

.gb_new_entry_link{
	font-weight: bold;
	font-size: 14px;
}


.gb_pagebrowser{
	margin-top: 30px;
}
	.gb_pagebrowser p{
		margin-bottom: 0px;
	}
	.gb_pagebrowser_left{
		float: left;
	}
		.gb_pagebrowser_input{
			width: 25px;
			border: #333 1px solid;
			padding: 2px 3px;
		}
		.gb_pagebrowser_submit{
			background: none;
			border: none;
			cursor: pointer;
			font-weight: bold;
		}
	.gb_pagebrowser_right{
		float: right;
	}
		

.gb_entries{
}
	.gb_entry{
		margin: 20px 0px 20px 0px;
		padding-bottom: 6px;
		/*background: url(images/shadow.png) repeat-x bottom;*/
	}
		.gb_entry_body{
			
			
		}
			.gb_entry_header{
				
				
				padding: 3px 10px;
				font-size: 18px;
			}
				.gb_entry_header strong{
					font-weight: bold;
				}
				.gb_entry_header_left{
					float: left;
					
				}
				.gb_entry_header_right{
					float: right
				}
					.gb_entry_email,
					.gb_entry_web{
						display: block;
						float: left;
						width: 15px;
						margin-left: 10px;
						text-decoration: none;
					}
					.gb_entry_email{
						background: url(images/email.png) no-repeat;
						height: 11px;
						margin-top: 2px;
					}				
					.gb_entry_web{
						background: url(images/web.png) no-repeat;
						height: 15px;
					}
			.gb_entry_text{
				padding: 10px 10px 0px 10px;
				color: #000000;
			}
				.gb_entry_text p{
					padding-bottom: 15px;
					border-bottom: 1px solid #fff;
				}

			.gb_entry_comment{
				margin: 0px 10px 15px 10px;
				border: 1px solid #E6EDF2;
				/*background: #F3F9FD;*/
				background: #E8F5FF;
			}
				.gb_entry_comment .gb_entry_comment_header{
					border-bottom: 1px solid #E6EDF2;
					padding: 3px 10px;
				}
					.gb_entry_comment_header strong{
						font-weight: bold;
					}
				.gb_entry_comment p{
					padding: 7px 10px;
					margin-bottom: 0px;
				}


				
/* entry-form */
				
.gb_form_back_link{
	text-align: center;
}
.gb_form{
	width: 100%;
	margin: auto;
	height:100%;
}				
	.gb_form_box{
		margin: 20px 0px 20px 0px;
		padding-bottom: 6px;
		
	}
		.gb_form_header{
			background: #DEF1FE;
			border-bottom: 1px solid #DBDADA;
			padding: 3px 10px;
			font-size: 13px;
			font-weight: bold;
			display:none;
		}
		.gb_form_body{
			padding: 10px;
		}
			.gb_hidden_row{
				display: none;
			}
			.gb_form_row,
			.gb_form_message{
				margin: 3px 0px;
				clear: both;
			}
			.gb_form_row label{
				width: 100%;
				font-weight: bold;
				display: block;
				float: left;
			}			
				.gb_form_row label span,
				.gb_form_message label span{
					font-weight: normal;
					font-size: 10px;
					padding-left: 5px;
				}
				.gb_form .gb_form_message input{
					width: 30px;
				}
			.gb_form input, 
			.gb_form textarea{
				color: #737373;
	font-size: 18px;
	font-family: 'Times New Roman', serif;
	border: 1px solid #e6e6e6;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	outline: none;
	width: 80%;
	padding: 12px 32px;
	display: block;
	margin-bottom: 10px; margin-left: 5px; 
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background:rgba(255,255,255,.7);
	
			}
			.gb_form_message{
				margin-top: 30px;
			}
				.gb_form_message label{
					font-weight: bold;
				}
				.gb_form_message p{
					margin: 6px 0 6px 10px;
					font-size: 16px;
					width:80%;
					
				}
				.gb_form_message textarea{
						color: #737373;
	font-size: 18px;
	font-family: 'Times New Roman', serif;
	border: 1px solid #e6e6e6;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	outline: none;
	width: 80%;
	padding: 12px 32px;
	display: block;
	margin-bottom: 10px; margin-left: 5px; 
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background:rgba(255,255,255,.7);
				}
				.gb_form_smileys div{
					float: left;
					cursor: pointer;
					padding: 5px 0px;
				}
			.gb_form_securequestion {
				margin-top: 30px;
				margin-left: 15px;
				
				
			}
				.gb_form_securequestion label {
					width: auto;
					font-size: 16px;
					float:none;
					display:block;
					
				}
					.gb_form_securequestion label span {
						
						font-size: 14px;
					}
					
				.gb_form_securequestion input[type="text"] {
					color: #737373;
					font-size: 18px;
					font-family: 'Times New Roman', serif;
					border: 1px solid #e6e6e6;
					border-radius: 0px;
					-webkit-border-radius: 0px;
					-moz-border-radius: 0px;
					-o-border-radius: 0px;
					outline: none;
					display:block;
					padding: 12px 32px;
					width:80px;
					display: block;
					margin:10px 0 10px 0;
					transition: all 0.2s ease-in-out;
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					background:rgba(255,255,255,.7);
	
				}
				
	.gb_form_buttons{
		text-align: center;
	}
		.gb_form_buttons p{
			display: block;
			
		}
		.gb_form_buttons input{
			background: #fff;
			color: #000;
			cursor: pointer;
			height: auto;
			width: 150px;
			font-size: 18px;
			border: solid 1px #85ABC4;
			padding: 5px 0px 5px 0px;
			margin: 0px 10px;
		}
		.gb_form_buttons a{
			text-decoration: none;
		}

#contact-form {
	overflow: hidden;
	margin-bottom: 35px;
}
#contact-form i {
	color: #a8a8a8;
	font-size: 18px;
	
}
.text-input {
	overflow: hidden;
}
.float-input, .float-input2 {
	width: 80%;
	float: left;
	padding-right: 7px;
	position: relative;
}
.textarea-input {
	position: relative;
}
.float-input span, .float-input2 span, .textarea-input span {
	position: absolute;
	top: 13px;
	left: 14px;
	z-index: 2;
}
.float-input2 span {
	left: 18px;
}
.float-input2 {
	padding-right: 0px;
	padding-left: 7px;
}
#contact-form input[type="text"], #contact-form textarea, .comment-form input[type="text"], .comment-form textarea {
	color: #737373;
	font-size: 18px;
	font-family: 'Times New Roman', serif;
	border: 1px solid #e6e6e6;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	outline: none;
	width: 100%;
	padding: 12px 32px;
	display: block;
	margin-bottom: 10px; margin-left: 5px; 
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background:rgba(255,255,255,.7);
}
#contact-form input[type="text"]:focus, #contact-form textarea:focus, .comment-form input[type="text"]:focus, .comment-form textarea:focus {
	border: 1px solid #007aff;
}
#contact-form textarea {
	height: 110px;
	padding-left: 36px;
}
#contact-form input[type="submit"], .comment-form input[type="submit"] {
	float: right;
	margin-top: 8px;
	color: #222;
	font-size: 13px;
	font-family: 'Times New Roman', serif;
	font-weight: 700;
	padding: 13px 20px;
	background: #F7C765;/*F7C765: hell C8671A: dunkel */
	text-transform: uppercase;
	border: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	text-shadow: 1px 1px 2px #ccc;
	
}
#contact-form input[type="submit"]:hover, .comment-form input[type="submit"]:hover {
	opacity: 0.8;
}
.msg, .msg2 {
	height: 30px;
	font-size: 13px;
	font-family: 'Times New Roman', serif;
	float: left;
}
.msg.error, .msg2.error {
	color: #ffffff;
	font-size:18px;
}
.msg.success, .msg2.success {
	color: #ffffff;
	font-size:18px;
}
