/* CSS style sheet */
/* author: Ivo Stankov */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	cursor: default;
	color: #000;
	background-color: #fff;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

img {
	border: 0;
}
img.title1 {
	margin-left: 10px;
	position: relative;
	top: 3px;
}
img.title2 {
	margin-left: 10px;
	position: relative;
	top: 1px;
}

div#header {
	width: 100%;
	height: 100px;
	background: #333;
	color: #666;
	text-align: left;
	border-bottom: 1px solid #fff;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #00aeff;
	background: inherit;
	padding: 25px 0 0 120px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	padding: 0 0 0 130px;
	letter-spacing: 1px;
}

div#container {
	width: 600px;
	margin: 15px 0 0 150px;
}
ul#nav {
	width: 110px;
	float: left;
	list-style-type: none;
}
#nav li {
	border-bottom: 1px solid #fff;
}
#nav a {
	width: 110px;
	height: 26px;
	line-height: 26px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	text-indent: 15px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	background: #eee;
}
#nav a:hover {
	color: #000;
	background: #e5e5e5;
	border-bottom: 1px solid #00aeff;
}
#nav a#active {
	width: 105px;
	text-indent: 10px;
	border-left: 5px solid #00aeff;
	border-bottom: 1px solid #00aeff;
	background: #eee;
}
div#text {
	width: 480px;
	float: right;
}
span.time {
	font-size: 10px;
	float: right;
	color: #000;
	background-color: #eee;
	border: 1px solid #00aeff;
	padding: 0 5px;
}
#text h1 {
	height: 26px;
	line-height: 26px;
	border-bottom: 1px solid #00aeff;
	border-left: 5px solid #00aeff;
	background: #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	text-indent: 10px;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
}
#text p {
	width: 450px;
	margin: 5px 15px 10px 15px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	background: inherit;
	line-height: 18px;
}
#text a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #0092dd;
	background: inherit;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
#text a:hover {
	color: #000;
	background-color: #eee;
	border-bottom: 1px solid #00aeff;
}
.code {
	background-color: #eee;
}
div#footer {
	clear: both;
	width: 590px;
	height: 26px;
	line-height: 26px;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
	margin: 0 0 0 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #6e6e6e;
	background: #f5f5f5;
}
#footer a {
	color: #000;
	background: inherit;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}
#footer a:hover {
	border-bottom: 1px solid #00aeff;
}
#footer span#left {
	float: left;
	margin-left: 10px;
}
#footer span#right {
	float: right;
	margin-right: 10px;
}
