/*
	Persona by Free Website Templates
	http://freewebsitetemplat.es
	Photos by Fotogrph http://fotogrph.com/
	Released under the Creative Commons Attribution 3.0 License.
*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #D1FFDA;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 13pt;
	line-height: 2em;
	background: #8C4F81 url(images/bg.jpg);
	color: #E2D3E0;
}

body,input {
	font-family: Arial, sans-serif;
}

br.clear {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4 {
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
}

h2,h3,h4 {
	margin-bottom: 1em;
	font-family: Bitter, serif;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.15em;
}

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

img.top {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}


#banner {
	position: relative;
	padding: 30px;
	height: 285px;
	width: 920px;
	margin: 0 0 40px 0;
	background: #FFF;
	border-radius: 10px;
}

#box1 {
	margin: 0 0 0 0;
	overflow: hidden;
}

#box2 {
	margin: 0 0 0 0;
	overflow: hidden;
}

#box3 {
	overflow: hidden;
}

#content {
	width: 560px;
	float: left;
	padding: 30px;
}


#header {
	position: relative;
	padding: 30px;
	height: 90px;
	width: 920px;
}

#logo {
	position: absolute;
	bottom: 0;
	left: 30px;
	height: 110px;
	line-height: 110px;
}

#logo a {
	text-decoration: none;
	color: #FFF;
}

#logo h1 {
	font-size: 3.25em;
	font-family: Bitter, serif;
}

#main {
	position: relative;
	padding: 0;
	width: 980px;
	margin: 0 0 0 0;
	background: #FFF;
	color: #000;
	border-radius: 10px;
}

#main a {
	color: #8C4F81;
}

#main .sectionList {
	list-style: none;
	padding-left: 0;
}

#main .sectionList li {
	clear: both;
	padding: 20px 0 20px 0;
}

#main ul {
	list-style: none;
}

#main ul li {
	padding: 10px 0 10px 0;
	border-top: dashed 1px #B3B3B3;
}

#main ul li.first {
	padding-top: 0;
	border-top: 0;
}

#nav {

	position: absolute;
	bottom: 0;
	right: 30px;
	height: 110px;
	line-height: 110px;
	padding: 0;
	font-family: Bitter, serif;
}

#nav a {
	text-decoration: none;
	text-transform: lowercase;
	color: #F2ECF1;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline;
	padding: 0 15px 0 15px;
}

#nav ul li.first {
	padding-left: 0;
}

#outer {
	position: relative;
	width: 980px;
	margin: 75px auto 0 auto;
}

#search {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 110px;
	line-height: 110px;
}

#search input.button {
	margin-left: 1em;
	border: 0;
	color: #000;
	background: #D1FFDA;
	padding: 5px;
	font-family: Bitter, serif;
}

#search input.text {
	border: dashed 1px #AF84A7;
	padding: 5px;
}

#sidebar {
	width: 300px;
	margin: 0 0 0 620px;
	padding: 30px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	padding: 10px 0 10px 0;
	border-top: dashed 1px #9A9298;
}

#sidebar ul li.first {
	padding-top: 0;
	border-top: 0;
}

#copyright {
	margin: 0 0 45px 0;
	padding: 50px 0 80px 0;
	text-align: center;
}

#copyright a {
	color: #E2D3E0;
}

.comments a, .readmore a {
	background: #8C4F81;
	color: #FFF!important;
	text-decoration: none;
	padding: 8px;
	border-radius: 10px;
	font-size: 12pt;
	float: right;
	margin-left: 10px;
}