

ul#blue { margin:0; padding:0; list-style-type:none; }

ul#blue li { position:relative; float:left; border-top:4px solid #efefef; margin-right: 5px; margin-left: 5px; padding-right: 15px; padding-top: 3px; margin-top: 160px;}

ul#blue .current {border-top:4px solid #3d496a;padding-top: 3px;  }
ul#blue .current:hover { border-top:4px solid #3d496a;padding-top: 3px; }
ul#blue li .current:a:hover { border:none; }
ul#blue li .current:a {color:#8895b8; }

ul#blue li:hover { border-top:4px solid #3d496a;padding-top: 5px; }

ul#blue li a { padding:2px 2px; text-decoration:none; font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; color:#ffffff;}

ul#blue li a:hover { color:#8895b8; border:none; }

ul#blue li span{ display:none; position:absolute; top:-110px; left:-30px; width:160px; font:normal 9px Verdana, Georgia, "Times New Roman", Times, serif; line-height: 15px; }

ul#blue li a:hover span {margin-top: 7px; display:block; color: #8895b8;}


* {
	margin: 0;
	padding: 0;
}

body {
	background: #000040 url(images/img01.jpg) repeat-x;
	text-align: justify;
}

body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #3366FF;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

hr {
	display: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	width: 740px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 740px;
	height: 190px;
	padding-bottom: 5px;
	background: url(images/back.jpg) no-repeat 50% 5px;
}

#header h1, #header h2 {
	margin: 0;
	text-transform: lowercase;
	font-weight: bold;
}

#header h1 {
	padding: 100px 0 0 20px;
	letter-spacing: -2px;
	font-size: 3em;
}

#header h2 {
	margin-top: -5px;
	padding: 0 0 0 22px;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	background: #FFFFFF url(images/img04.gif) repeat-y;
}

/* Blog */

#blog {
	float: left;
	width: 740px;
	margin-top: -5px;
	padding-left: 0px;
	background: #FFFFFF;
}

/* Post */

.post {
}

.post .title {
	height: 40px;
	margin: 0;
	padding: 7px 0 0 15px;
	background: url(images/img06.gif) repeat-x;
	color: #FFFFFF;
}

.post .title a {
	text-decoration: none;
	color: #FFFFFF;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.post .entry {
	padding: 20px 15px 10px 15px;
	background: url(images/img07.gif) repeat-x;
	line-height: 1.8em;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	text-align: right;
	font-size: x-small;
}

.barlink {text-decoration: none; color: #0033CC}
A.barlink:link { COLOR: #0033CC; text-decoration: none}
A.barlink:active {COLOR: #003399; text-decoration: none}
A.barlink:visited {COLOR: #0033CC; text-decoration: none}
A.barlink:hover {COLOR: #CC0000; text-decoration: none}

/* Footer */

#footer {
	background: #000040;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}