/*
	Relaxation byFWT
	www.freewebsitetemplat.es 
	Images by Fotogrph http://fotogrph.com/
	Released under the Creative Commons Attribution 3.0 License.
*/

* {
	margin: 0;
	padding: 0;
}

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

a:hover {
	text-decoration: none;
}

body {
	font-size: 13pt;
	line-height: 1.75em;
	background: #6393ca url(images/bg.jpg) no-repeat top center fixed;
	color: #3B3C3B;
}

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

br.clear {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}

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

h2 {
	font-size: 2.50em;
}

h2,h3,h4 {
	margin-bottom: 1em;
	color: #101110;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

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

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

label.login {
	display: block;
	margin: 0 0 6px 0;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

.form {
	margin: 0 0 30px 0;
}

.inputBox, .inputTextArea {
	padding: 6px;
	width: 95%;
}

.inputButton {
	padding: 6px;
	float: right;
}

.blogpost h2 {
	margin: 0 0 10px 0;
}

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

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

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

#box3 {
	overflow: hidden;
}

#content {
	width: 1120px;
	padding: 30px;
	background: #FFF;
	color: #6B6B6B;
	border-radius: 0 0 10px 10px;
}

#content a {
	color: #121212;
}

#content h2, #content h3, #content h4 {
	color: #121212;
}

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

#copyright a {
	color: #3B3C3B;
}

#header {
	position: relative;
	padding: 30px;
	height: 100px;
	width: 1120px;
	margin: 0;
}

#logo {
	text-align: center;
	position: relative;
	margin: -15px auto;
	height: 86px;
	line-height: 86px;
}

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

#logo h1 {
	font-size: 3em;
}

#main {
	position: relative;
	padding: 0;
	width: 1180px;
	margin: 0 0 0 0;
}

#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: dotted 1px #CCC;
}

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

#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1180px;
	height: 44px;
	line-height: 44px;
}

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

#nav ul {
	list-style: none;
	width: 1180px;
	text-align: left;
	margin: 0 30px;
}

#nav ul li {
	display: inline-block;
	text-align: center;
	padding: 0 15px 0 15px;
	height: 44px;
}
#nav ul li.active{
	background: #FFF;
	border-radius: 10px 10px 0 0;
}
#nav ul li.active a {
	color: #101110;
}

#outer {
	position: relative;
	width: 1180px;
	margin: 30px auto 0 auto;
}

#search input.button {
	margin-left: 1em;
	border: 0;
	color: #FFF;
	background: #B014C8;
	padding: 5px;
}

#search input.text {
	border: dotted 1px #BCC1BB;
	padding: 5px;
}