﻿body {
	margin: 0;
	padding: 0;
	background: #132144 url(images/img01.jpg) repeat-x top center;
	font-size: 13px;
	text-align: justify;
	color: #819CDB;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #819CDB;
}

h1 {
	letter-spacing: -2px;
	font-size: 2em;
}

h2 {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 10px solid #1B2C58;
	font-size: 22px;
	color: #819CDB;
}
.h2 a {
	text-decoration: none;
	color: #819CDB;
}
.h2 a:hover {
	color: #FFFF99;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #B0D8FF;
	text-decoration: none;
}

a:hover {
	color: #FFFF99;
}

hr {
	display: none;
}

#header {
	width: 760px;
	height: 90px;
	margin: 0 auto;
	padding: 50px 0 0 0px;
	background: url(images/img02.jpg) no-repeat right top;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1, #header p {
	float: left;
	margin: 0;
}

#header h1 {
	color: #FFB71C;
	font-size: 24px;
}

#header p {
	padding: 20px 0 0 10px;
	font-size: 10px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #66CCFF;
}

#page {
	width: 760px;
	margin: 0 auto;
}

#content {
	float:inherit;
	width: 750px;
	margin: 0;
	background: #132245;
	border: 10px solid #121F41;
	margin-bottom: 30px;
}
.paging {
	background: #132245;
	height: 25px;
	padding: 10px 0 0 0;
}

.post {
	padding: 20px 20px 0 20px;
}
.dnoposta {
	border-bottom: 10px solid #1B2C58;
}
.paging {
	border-bottom: 10px solid #1B2C58;
	height: 25px;
	padding: 2px 0 0 5px;
	font-size: small;
	color: #FFCC66;
	font-weight: bold;
}
.paging a {
	text-decoration: none;
	color: #819CDB;
}
.paging a:hover {
	color: #FFFF99;
}
.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 10px solid #1B2C58;
	font-size: 22px;
	color: #66CCFF;
}

.title a {
	text-decoration: none;
	color: #819CDB;
}
.title a:hover {
	color: #FFFF99;
}

.pagetitle {
	border-bottom: 2px solid #0F0F0F;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #0F0F0F;
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
	color: #CCFFFF;
}

#footer {
	clear: both;
	height: 90px;
	width: 760px;
	margin: 0 auto;
	background: url(images/footer.jpg) repeat-x left top;
	border-top: 10px solid #121F41;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #819CDB;
}

#footer p {
	padding-top: 20px;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}

