
body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


h1, h2, h3 {
	margin-top: 0;
	color: midnightblue;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}
h4 {
	font-size: 1em;
	font-style: italic;
}
h5 { 	text-align: left;
	line-height: 50%;
	font-size: 10px;
	font-style: italic;
}


ul {
	list-style-image: url(images/img07.gif);
}

ol { 
	list-style-type: lower-roman; 
}

a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: midnightblue;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 1000px;
	height: 108px;
	margin: 0 auto;
	padding: 5 10px;
	background: 
	steelblue;
}

#logo h1, #logo p {

	margin: 0;
	color: white;

}


#logo h1 {
	padding: 5px 10px;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 10px;
	color: white;
}


/* Advert */

.advert {
	float: right;
	width: 350px;
	padding: 0 0 0 21px;
}



/* Menu */

#menu {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding: 5px 0;
	background: #AAAAAA;

}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 10px;
	background: url(images/img02.gif) no-repeat left 50%;
	padding: 10px 15px 10px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
}
#menu .first_item a {
	display: block;
	float: left;
	margin: 0 10px;
	background: none;
	padding: 10px 15px 10px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
}

#menu a:hover {
	margin: 0 10px;
	padding: 10px 15px 10px 15px;
	color: #000000;
}

#menu .first_item a:hover {
	margin: 0 10px;
	padding: 10px 15px 10px 15px;
	color: #000000;
}


#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	color: #000000;
}

/* Wrapper */

#wrapper {
background: #FFFFFF;
}

/* Page */

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0;
	background: white;
}



/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed midnightblue;
}

/* Content */

#content {
	float: left;
	width: 650px;

	background: #FFFFFF;
}

#content iframe {
	float: right;

}

#content p {
	text-align: justify;
	line-height: 120%;
	font-size: 13px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

.byline {
	border-top: 1px dashed midnightblue;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.entry {
}

.links {
	border-bottom: 1px dashed midnightblue;
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #FFFFFF;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	background: white url(images/img04.jpg) no-repeat left 50%;
	text-transform: lowercase;
	color: midnightblue;
}

.links .comments {
	float: left;
	padding-left: 20px;
	background: url(images/img04.jpg) no-repeat left top;
}
/* Sidebar */

.sidebar {
	float: left;
	width: 270px;
	margin: 0 10px;
	padding: 10px 21px; 
	background: #FFFFFF;
}


.sidebar a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: black;
}

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

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar p {
	text-align: justify;
	line-height: 120%;
	font-size: 11px;
}

.sidebar h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px dashed midnightblue;
	font-size: 16px;
	font-weight: normal;
	color: midnightblue;
}


/* inset */

#inset {
	float: right;
	width: 400px;
	margin: 0 10px;
/*	padding: 10px 21px; */
	background: #FFFFFF;
}


.inset a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: red;
}

.inset ul {
	margin: 0;
	padding: 0;
	list-style: bullet;
}

.inset li {
	padding: 0 0 20px 0;
}

.inset li ul {
}

.inset li li {
	padding: 5px 0 5px 0px;
}

.inset li h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px dashed midnightblue;
	font-size: 16px;
	font-weight: normal;
	color: midnightblue;
}


/* Footer */

#footer {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 5 10px;
	background: white;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: black;
}

#footer a {
	color: black;
}

