﻿
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(top-color.jpg) repeat-x;
	font-family: "Trebuchet MS", Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

h1 {
	margin: 0;
	margin-bottom: 2mm;
	color: #333333;
	color: #CC0000;
	letter-spacing: -1px;
	font-size: 2.0em;
	font-weight: bold;
}

h2 {
	margin: 0;
	margin-top: 4mm;
	margin-bottom: 4mm;
	font-weight: normal;
	color: #333333;
	color: navy;
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-weight: normal;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
}

ol {
	margin-left:-3mm;
	margin-bottom: 1.6em;
	line-height: 150%;
}

ul {
	margin-left: -5mm;
	margin-bottom: 1.6em;
	line-height: 150%;
}

p {
	margin-bottom: 1.6em;
	line-height: 140%;
}

blockquote {
	font-style: italic;
}


a {
	border-bottom: 1px dotted #EFEFEF;
	text-decoration: none;
	color: #356AA0;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

hr {
	display: none;
}

img {
	border: none;
	margin-top: 8px;
}

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

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header --------------------------------------------------*/

#header {
	/*width: 800px; */
	width: 860px;
	height: 210px;
	margin: 0 auto;
    background-position: 0px 9px;
    background-repeat: no-repeat;
    /*background-image: url(logo.jpg); */
}


/* Page ------------------------------------------------------*/

#page {
	/* width: 800px; */
	width: 820px;
	/*height: 650px;*/
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */ /*----------------------------------------------------*/

#content {
	float: right;
	width: 570px;
}

.post {
	padding: 12px 55px;
	background: url(h1-pic.jpg) no-repeat;
}

.post .title {
	letter-spacing: -1px;
	font-size: 2.4em;
	color: #356AA0;
}

.post .meta {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: normal;
	color: #666666;
}

/* Sidebar */ /*----------------------------------------------------*/

#sidebar {
	float: left;
	width: 235px;
}

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

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 52px;
	background: url(home.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar h2 {
	margin-top: -3px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	color: #CC0000;
}

#sidebar a {
	border: none;
}

/* Footer */ /*----------------------------------------------------*/

#footer {
	clear: both;
	border-top: 15px solid #DDDDDD;
	background: #EFEFEF;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}
