/*
	InTheCity by Adonis Ronquillo for Free Website Templates
	www.freewebsitetemplat.es / www.doni.us
	Images by Image Base http://imagebase.davidniblack.com/
	Released under the Creative Commons Attribution 3.0 License.
*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #324467;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 13pt;
	line-height: 1.75em;
	background: #CFCDC9 url(images/bg.jpg) repeat-x top left;
	color: #343332;
	text-align: center;
}

body,input {
	font-family: "Trebuchet MS", sans-serif;
}

br.clear {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4 {
	text-transform: lowercase;
}

h2 {
	font-size: 1.5em;
}

h2,h3,h4 {
	margin-bottom: 1em;
	color: #000;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}

img.left {
	float: left;
	margin: 8px 20px 20px 0;
}

img.top {
	margin: 8px 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 24px 0;
}

.inputBox, .inputTextArea {
	padding: 6px;
	width: 95%;
}

.inputButton {
	padding: 6px;
	float: right;
}

#banner {
	position: relative;
	padding: 24px;
	height: 220px;
	width: 932px;
	margin: 0 0 0 0;
	background: #FFF;
}

#box1 {
	width: 932px;
	overflow: hidden;
	margin: 0 0 0 0;
}

#box2 {
	width: 450px;
	overflow: hidden;
	float: left;
}

	#box2 h3, #box3 h3 {
		background: #324467 url(images/navbg.png) repeat-x top left;
		padding: 6px 12px;
		color: #FFF!important;
	}

#box3 {
	width: 450px;
	overflow: hidden;
	margin: 0 0 0 478px;
}

#content {
	width: 932px;
	padding: 24px;
	background: #FFF;
	color: #5E5E5E;
}

#content a {
	color: #262626;
}

#content h2, #content h3, #content h4 {
	color: #141414;
}

#copyright {
	margin: 0 0 36px 0;
	padding: 40px 0 64px 0;
	text-align: center;
}

#copyright a {
	color: #343332;
}

#footer {
	position: relative;
	padding: 24px;
	margin: 24px 0 0 0;
	width: 932px;
	background: #4D4D4D url(images/navbg.png) repeat-x top left;
	color: #BDBDBD;
}

#footer a {
	color: #E4E4E4;
}

#footer h2, #footer h3, #footer h4 {
	color: #FFF;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	padding: 8px 0 8px 0;
	border-top: dotted 1px #7B7B7B;
}

#footer ul li.first {
	padding-top: 0;
	border-top: 0;
}

#footerContent {
	width: 932px;
}

#header {
	position: relative;
	padding: 24px;
	height: 146px;
	width: 932px;
	background: #373C62;
	color: #FFF;
}

#logo {
	position: absolute;
	bottom: 0;
	left: 24px;
	height: 130px;
	line-height: 130px;
}

#logo a {
	text-decoration: none;
	color: #FFF;
}

#logo h1 {
	font-size: 2em;
}

#main {
	position: relative;
	padding: 0;
	width: 980px;
	margin: 0 0 0 0;
	background-color: #000000;
}

#main .sectionList {
	list-style: none;
	padding-left: 0;
}

#main .sectionList li {
	clear: both;
	padding: 16px 0 16px 0;
}

#main ul {
	list-style: none;
}

#main ul li {
	padding: 8px 0 8px 0;
	border-top: dotted 1px #BDBDBD;
}

#main ul li.first {
	padding-top: 0;
	border-top: 0;
}

#nav {
	position: absolute;
	top: 17px;
	left: -1px;
	padding: 0 24px 0 24px;
	width: 932px;
	height: 210px;
	line-height: 64px;
	margin: 0 0 24px 0;
	background: #324467 url(images/navbg.png) repeat-x top left;
}

#nav a {
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.25em;
	color: #FFF;
}

#nav .active a {
	background: #373c62 url(images/navbg.png) repeat-x top left;
	padding: 25px 10px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline;
	padding: 0 12px 0 12px;
}

#nav ul li.first {
	padding-left: 0;
}

#outer {
	position: relative;
	width: 980px;
	margin: 64px auto 0 auto;
}

#search {
	position: absolute;
	bottom: 0;
	right: 24px;
	height: 130px;
	line-height: 130px;
}

#search input.button {
	margin-left: 1em;
	border: 0;
	color: #FFF;
	background: #324467 url(images/navbg.png) repeat-x top left;
	padding: 6px;
}

#search input.text {
	border: dotted 1px #6B6F8B;
	padding: 6px;
}

.blogpost {
	margin: 0 0 40px 0;
}

.blogpost h2 {
	margin: 0 0 10px 0;
}

.readmore a, .comments a {
	background: #324467 url(images/navbg.png) repeat-x top left;
	padding: 6px 12px;
	text-decoration: none;
	color: #FFF!important;
	text-transform: lowercase;
}
