/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	background: #202020 url('images/bg.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #990099;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: normal;
	text-align: justify;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #990099;
}

a:hover {
	background: none;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	border: 1px solid white;
}

/* Header */

#header {
	width: 780px;
	height: 70px;
	margin: 0 auto;
	background: #990099;
}

/* Logo */

#logo {
	float: left;
	width: 780px;
	color: #FFFFFF;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding-left: 7px;
	padding-top: 10px;
	letter-spacing: -1px;
	font-size: 2.6em;
}

#logo p {
	float: right;
	text-align: right;
	margin: 0;
	padding: 10px 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#banner {
	width: 780px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff url(images/img03.jpg) no-repeat left top;
		
		border-bottom: 5px solid #990099;
}
/* Menu */

#menu {
	width: 100%;
	height: 41px;
	#height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #990099;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	margin-top: 3px;
	#margin-top: 5px;
	margin-right: 3px;
	padding: 7px 16px 7px 16px;
	background: #e8c036;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border-top: 1px solid white;
	border-bottom: none;
}

#menu a:hover, #menu a.act {
	background: #fff;
}

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	padding-top: 0px;
	background: #e8c036;
}

/* Content */

#content {
	margin: auto;
	width: 760px;
	padding: 10px 0px;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #990099;
	font-weight: bold;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #000;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

.gr, em {
	color: green;
	font-style: normal;
}

/* Footer */

#footer {
	width: 780px;
	height: 100px;
	margin: 0 auto;
	padding: 5px 0 15px 0;
	background: #990099;
	border-top: 5px solid #ffffff;;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffd633;
	text-decoration: underline;
}