@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-weight: normal;
	color: #006699;
}
h1 {
	letter-spacing: -1px;
	font-size: 1.8 em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
small {
}
hr {
	display: none;
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}
img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}
.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	padding: 20px 20px 0px 20px;
	font-size: 40px;
	color: #FFFFFF;
	width:600px;
}
/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 71px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#headerbg {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 209px;
	background: url(images/lighnings2.gif) no-repeat left top;
	margin: 0 auto;
	margin-top: 20px;
}
/* Logo */

#logo {
	float: left;
	margin-top: 30px;
}
#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
}
#logo h1 {
	text-align: center;
	font-size: 3.1em;
	color: #000000;
}
#logo h1 a {
	color: #006699;
}
#logo p {
	padding-top: 28px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
#logo h2 a, #logo p a {
	color: #000000;
}
#logo a {
	text-decoration: none;
}
/* Menu */

#menu {
	float: right;
	margin-top: 21px;
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	padding: 30px 11px 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4E4E4E;
}
#menu a:hover {
	background: url(images/img03.jpg) no-repeat center top;
}
#menu .current a {
	background: url(images/img03.jpg) no-repeat center top;
}
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #F4F4F4;
}
#latest-post {
	float: left;
	width: 570px;
	padding: 10px 20px 0px 20px;
	line-height: 25px;
	font-size: 12px;
}
#latest-post a {
	text-decoration:none;
}
#latest-post a:hover {
	text-decoration: underline;
	color: #006699;
}
#recent-posts {
	float: right;
	width: 250px;
	padding: 10px 20px 0px 20px;
	line-height: 25px;
	font-size: 12px;
	background-color:#EEE;
}
#recent-posts .entry ul {
	list-style:none;
	padding: 0;
	margin:0;
}
#recent-posts .entry ul li {
	display: list-item;
	background: url(images/img09.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 24px;
}
#recent-posts .entry ul a {
	text-decoration: none;
	display:block;
	padding: 3px;
}
#recent-posts .entry ul a:hover, #recent-posts .current a {
	text-decoration: underline;
	color: #006699;
}
.more {
	color: #006699;
}
.post .title, .post #breadcrumbs, #top {
	margin: 0;
	background-color:#FFF;
	padding: 5px;
}
.post #breadcrumbs, #top {
	margin-bottom: 5px;
}
.post #breadcrumbs a {
	text-decoration:none;
}
.post #breadcrumbs a:hover {
	text-decoration:underline;
}
.post {
	margin-top: 10px;
}
.post img {
	padding-right: 20px;
}
.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #505050;
}
.post .meta a {
	color: #000000;
}
.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #9C9C9C 1px dashed;
}
/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	background: #006699;
	color: #CCCCCC;
	padding: 10px 0 0 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	display: block;
	float: left;
	width: 260px;
	padding: 10px 10px 10px 25px;
}
#sidebar li ul {
	line-height: 1.8em;
}
#sidebar li li {
	display: list-item;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}
#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}
#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}
#sidebar a:hover {
	text-decoration: underline;
}
/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(images/img06.jpg) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}
#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}
#footer a {
	color: #FFFFFF;
}
#legal {
	float: left;
}
#links {
	float: right;
}
#top {
	text-align:right;
}
#tuk { color:#F00; font-variant:small-caps; font-size:14px;}
#cform a:hover{
	color: #000;
	text-decoration:none;
}
#cform {
	text-align:left;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	color:#000;
	width:300px;
}
