@import 'reset.css';

body {
	padding: 120px 0 30px 90px;
	background-color: black;
	background-image: url(../imgs/body-background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	font-family: arial, helvetica, sans-serif;
	overflow-y: scroll;
}
form input, form textarea {
	font-family: arial, helvetica, sans-serif;
}
a, a:visited, a:link {
	color: #940000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Times New Roman,Times,serif;
	font-size: 30px;
	margin-bottom: 10px;
}
h2 {
	font-family: Times New Roman,Times,serif;
	font-size: 20px;
	margin: 5px 0;
}
blockquote {
	margin: 10px;
	padding: 5px;
	border-left: 5px solid gray;
	font-style: italic;
}
.send {
	background-color: transparent;
	background-image: url(../imgs/send.png);
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	width: 233px;
	height: 30px;
	padding: 5px;
}
.send:hover {
	background: url(../imgs/send.png) no-repeat 0 -30px;
}
button img {
	vertical-align: top;
}
.clear {
	clear: both;
}
.description {
	color: #940000;
	font-size: 11px;
}

#main {
	width: 511px;
}
	#menu {
		margin-left: 10px;
	}
	#menu ul li {
		background: url(../imgs/taboff.png);
		background-position: top left;
		background-repeat: no-repeat;
		float: left;
		margin-right: 3px;
	}
	#menu ul li.active {
		background: url(../imgs/tab.png);
	}
	#menu ul li a {
		display: block;
		width: 34px;
		height: 25px;
		background-position: top center;
	}
	li#home a {background: url(../imgs/home.png) no-repeat 0 0;}
	li#home a:hover {background: url(../imgs/home.png) no-repeat 0 -25px;}
	li#contact a {background: url(../imgs/contact.png) no-repeat 0 0;}
	li#contact a:hover {background: url(../imgs/contact.png) no-repeat 0 -25px;}
	li#sms a {background: url(../imgs/sms.png) no-repeat 0 0;}
	li#sms a:hover {background: url(../imgs/sms.png) no-repeat 0 -25px;}
	li#about a {background: url(../imgs/heart.png) no-repeat 0 0;}
	li#about a:hover {background: url(../imgs/heart.png) no-repeat 0 -25px;}
	li#konami a {background: url(../imgs/konami.png) no-repeat 0 0;}
	li#konami a:hover {background: url(../imgs/konami.png) no-repeat 0 -25px;}
	#header {
		background-color: transparent;
		background-image: url(../imgs/header.png);
		background-position: top left;
		background-repeat: no-repeat;
		height: 105px;
		text-align: right;
		padding: 0 20px;
	}
	#header p {
		text-align: left;
		padding: 50px 0 0 5px;
		color: #5a5a5a;
		font-size: 12px;
	}
	#content {
		background-color: transparent;
		background-image: url(../imgs/contentBackground.png);
		background-position: top left;
		background-repeat: repeat-y;
		color: #5a5a5a;
		padding: 0px 0px 20px 0px;
	}
		#home p {
			text-align: center;
		}
		#home ul {
			margin: 0 30px 0 20px;
			border-bottom: 1px solid #5a5a5a;
		}
			#home ul li {
				border-top: 1px solid #5a5a5a;
				padding: 7px 0 7px 0;
			}
			#home ul li img {
				margin-right: 10px;
				vertical-align: middle;
				float: left;
			}
			#home ul li span {
				display: block;
				width: 110px;
				float: left;
			}
		div#home, div#contact, div#about, div#sms {
			margin: 0 30px 30px 20px;
		}
		label {
			display: block;
			width: 110px;
			float: left;
			margin: 5px 0;
			line-height: 12px;
		}
		input {
			margin: 5px 0;
			background-color: transparent;
			border: 1px solid #5a5a5a;
			padding: 5px;
			width: 336px;
		}
		input:focus, textarea:focus {
			border: 1px solid #940000;
		}
		textarea {
			margin: 5px 0;
			background-color: transparent;
			border: 1px solid #5a5a5a;
			width: 336px;
			padding: 5px;
			height: 200px;
		}
		.error {
			border: 1px solid #940000;
			background: url(../imgs/error.png) top right no-repeat;
		}
		.boxerror {
			background: url(../imgs/dialog-error.png) top left no-repeat;
			background-color: #b39d9d;
			padding: 15px 15px 15px 50px;
			border: 1px solid #940000;
			font-size: 14px;
			margin: 5px;
			color: black;
		}
		.boxinformation {
			background: url(../imgs/dialog-information.png) top left no-repeat;
			/*background-color: #999878;*/
			padding: 15px 15px 15px 50px;
			border: 1px solid #dbe900;
			font-size: 14px;
			margin: 5px;
			/*color: black;*/
		}
		.boxerror ul {
			margin: 10px;
			list-style-type: square;
		}
		.identity {
			float:left;
			border: 5px solid gray;
			margin-right: 10px;
		}
		input#antispam, input#smsantispam {
			margin: 5px 0 5px 5px;
			width: 45px;
			text-align: center;
		}
		#contact img, #sms img {
			vertical-align: middle;
		}
		#chars {
			font-family: Times New Roman,Times,serif;
			font-size: 25px;
			margin-bottom: 10px;
		}
		#about {
			font-size: 14px;
		}
		#about ul {
			margin: 10px 25px;
			list-style-type: square;
		}
		#about ul li {
			line-height: 18px;
		}
		#konami {
			text-align: center;
		}
	#footer {
		background-color: transparent;
		background-image: url(../imgs/footer.png);
		background-position: top left;
		background-repeat: no-repeat;
		height: 163px;
	}
		#blocktweet {
			width: 395px;
			height: 60px;
			font-size: 12px;
			color: #4c4c4c;
			position: relative;
			top: 33px;
			left: 54px;
		}
		#blocktweet span.time {
			font-style: italic;
		}
			#blocktweethead {
				background-color: transparent;
				background-image: url(../imgs/blocktweethead.png);
				background-position: top left;
				background-repeat: no-repeat;
				height: 8px;
			}
			#blocktweetcontent {
				background-color: transparent;
				background-image: url(../imgs/blocktweetcontent.png);
				background-position: top left;
				background-repeat: repeat-y;
				padding: 10px 10px 10px 20px;
			}
			.loading {
				text-align: center;
			}
			#blocktweetfoot {
				background-color: transparent;
				background-image: url(../imgs/blocktweetfoot.png);
				background-position: top left;
				background-repeat: no-repeat;
				height: 7px;
			}
