/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #2f5bcb url(images/img01.gif) repeat-x;
	font-size: 13px;
	color: #FFFFFF;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	/*text-transform: lowercase;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 120%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFEA6F;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#page img {
	background:#fff;
	padding:1px;
	border:3px solid #375496;
	margin:10px;
}

#page img:hover {
	border:3px solid #a6b3d2;
}
/* Header */

#header {
	width: 830px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat 20px 0px;
        line-height: normal;
}

/* Logo */

#logo {
	height: 142px;
}

#logo h1 {
	letter-spacing: -2px;
	font-size: 42px;
        color: #375496;
        padding-top: 15px; 
        padding-left: 50px;
}

#logo h2 {
	font-size: 28px;
        margin-top: -20px;
        padding-left: 50px;        
        color: #375496;
}


/* Gallery */

#gallery {
	clear: both;
	width: 900px;
	height: 160px;
	margin: 0 auto;	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0px;
}

#top-photo img {
    border:3px solid #375496;
    
}

/* Menu */

#menu {
	width: 900px;
	height: 70px;
	background: url(images/img03.jpg) no-repeat;
        margin-left:20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 130px;
	height: 73px;
	padding-top: 35px;
	/*text-transform: lowercase;*/
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 22px;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/img09.jpg) no-repeat 0px 28px;
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/img09.jpg) no-repeat 0px 28px;
	color: #372412;
}

/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 830px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	border-bottom: 2px solid #c2cde8;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 3px 0 2px 0px;
	border-bottom: 2px solid #c2cde8;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 2px 0;
	background: #566691;
	border-top: 3px solid #c2cee8;
	border-bottom: 3px solid #c2cee8;
	text-align: center;
	font-size: smaller;
	color: #c2cee8;
        line-height: normal;
}

#footer a {
	color: navy;
}

.menu-main{
  margin-top: -2px;
  text-align: center;
}

.menu-left{
  background: url(images/left.jpg) no-repeat;
  width: 26px; 
  height: 45px;        
}

.menu-center{
  background: url(images/center.jpg);
  height: 45px;        
}

.menu-right{
  background: url(images/right.jpg) no-repeat;
  width: 26px; 
  height: 45px;        
}

.guestbook{
  color: #c2cee8;
  font-style: italic;
  text-align:right;
}

.guestbook_hr{
  border-bottom: 2px dashed #c2cde8;    
}

.lezanta{
  color: #a6b3d2;
  margin:10px;
}

.subtitle{
  color: #a6b3d2;
  text-decoration:underline;
  font-weight:bold;
}
    
