/* @override http://www.dmoberto.com/style.css */

/* @override http://www.dmoberto.com/style.css */

body {
	font: 100% "Courier New", Courier, mono;
	background: #8e774b url(images/paper.jpg) repeat;
	text-align: right;
	min-width: 700px;
}
* {margin:0; padding:0;}
div#header {
	color: maroon;
	font-size: 1.2em;
	margin: 19px;
}

div#flashy {
	width: 700px;
	overflow: hidden;
	margin: 10px auto 20px;
}

div#flashcontent {
	width: 700px;
	background-color: #FFF;
	overflow: hidden;
	color: #8b0000;
}
div#container{
	width: 700px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#container h1{
	text-align: center;
	margin-bottom: 20px;
	font-size: 28px;
	color: maroon;
}


div#slide{
	width: 300px;
	height: 300px;
	float: left;
}

/* @group text */

div#text{
	text-align: justify;
	font-size: .8em;
	width: 400px;
	overflow: hidden;
	color: black;
}

div#text p{
	margin-top: 5px;
	margin-bottom: 20px;
}

div#text a{
	text-decoration: none;
	color: black;
}

div#text a:hover{
	color: maroon;
}

div#text a:active{
	color: silver;
}



/* @end */

/* @group footmenu */

div#footmenu {
	width: 100%;
	border-top: 1px dashed white;
	clear: both;
}

div#footmenu ul{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	margin-top: 5px;
	height: 1em;
	visibility: visible;
}

div#footmenu li {
	float: left;
	list-style-type: none;
	margin-left: 28px;
	margin-right: 18px;
	font-size: 14px;
}

div#footmenu li a{
	text-decoration: none;
	color: white;
}

div#footmenu a:hover{
	color: maroon;
}

div#footmenu a:active{
	color: silver;
}



/* @end */

div#foot {
	font-size: .8em;
	color: #313131;
	clear: left;
	margin: 20px;
	text-align: center;
	position: relative;
	height: 24px;
}

.news {
 	margin-bottom: 20px;
	text-align: left;
}

.post{
	margin: 10px;
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 1px dotted white;
}

.post p{
	font-size: 15px;
}

.post img{
	padding: 7px;
	margin: 7px;
	background: white;
	border: 1px solid black;
}

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

.post h4{
	margin-bottom: 10px;
	font-size: 12px;
}
