
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #c0d0f2;
	font: normal small Arial, Times, serif;
	color: #000;
	line-height: 140%;
}



h3 { background: #5b76ad;
	 color: #fff;
	 padding:5px;
}


h4 { border-bottom: 1px solid #5b76ad;
     border-left: 1px solid #5b76ad;
	 color: #000;
	 padding:2px;
	 padding-left: 3px;
	 font-size: 108%;
}





ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #294988;
}

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

img {

border: 0px;
}


/* Post */

.post {
	padding: 20px;
	margin-bottom: 1.5em;
}

.post .title {
	margin-bottom: 20px;
}


.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	
}


/* Content > Main */

#main {
	margin: 0 auto;
	width: 1000px;
	background: #fff;
	border: 5px solid #5b76ad;
	color: #000;
}

#main a {
	color: #294988;
}

#main li {

	margin-left: 0.9em;
	margin-bottom: 0.3em;
	list-style-type: square;
	list-style-position: outside;
	}
	

/


/* Footer */

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	margin-left: 20px;
}

#footer p {
	margin: 0 auto;
	text-align: middle;
	font-size: x-small;
	margin-left: 20px;
}


.image {

border: 0px;

}