/*
Originally based on:

Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License

Name       : Singular
Description: A two-column, fixed-width design with a neutral color scheme.
Version    : 1.0
Released   : 20121119

But all major details (such as two columns, and colors) were modified.
*/

a {
	color: #455350;
}

a:hover {
	color: blue;
}

body {
	font-size: 14.5pt;
	color: #353B3A;
	background: #D5ECE7 url(images/bg.png);
}

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

p {
	text-align: justify;
}

br.clearfix {
	clear: both;
}

strong {
	color: #455350;
}

h1,h2,h3,h4 {
	letter-spacing: -1px;
	letter-spacing: 0.25em;
	font-family: Arial, sans-serif;
}

h2 {
	font-size: 1.75em;
}

h2,h3,h4 {
	color: #455350;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}

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

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

p {
}

ul {
}

ul h4 {
}

.post {
	overflow: hidden;
	border-bottom: dashed 2px #d7dfdf;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.post-last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content {
	padding: 55px 35px 45px 35px;
	width: 1010px;
	background: #FFF;
	color: #595959;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
}

#header {
	position: relative;
	background: #3366ff;
	width: 1010px;
	color: #000;
	padding: 35px;
	height: 280px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.15);
}

#footer {
	text-align: center;
	padding: 20px 0 80px 0;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	font-size: 0.55em;
	font-family: Arial, sans-serif;
	color: #95ADA7;
}

#footer a {
	color: #95ADA7;
}

#logo {
	top: 0;
	left: 35px;
	position: absolute;
}
#logo1 {
	color: white;
	font-size: 1.4em;
	text-align: center;
}
#logo2 {
	color: white;
	font-size: 1.0em;
	text-align: center;
}

#logo a {
	color: #fff;
	text-decoration: none;
	text-shadow: 3px 3px 0px rgba(0,0,0,0.075);
	text-transform: uppercase;
	letter-spacing: 0.25em;
}

#logo h1 {
	color: white;
	line-height: 1.4em;
	font-size: 1.9em;
	text-align: center;
}

#menu {
	font-size: 11.5pt;
	padding: 0 30px 0 25px;
	height: 66px;
	width: 1025px;
	position: absolute;
	background: #2255AA;
	margin: 35px 0 0 0;
	line-height: 46px;
	bottom: 0;
	left: 0;
	font-family: Arial, sans-serif;
}

#menu a {
	font-size: 1.2em;
	letter-spacing: -1px;
	text-decoration: none;
	text-decoration: none;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.25em;
	padding: 4px 4px 4px 8px;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}

#menu a:hover {
	background: rgba(0,0,0,0.1);
}

#menu ul {
	list-style: none;
}

#menu ul li {
	display: inline;
	padding: 0 10px 0 10px;
}

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

#page {
	position: relative;
	margin: 20px 0 20px 0;
	padding: 0;
	width: 1080px;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	clear: both;
	padding: 20px 0 20px 0;
}


#search input.form-submit {
	background: #FF3867;
	margin-left: 1em;
	border: 0;
	color: #000;
	padding: 5px;
}

#search input.form-text {
	padding: 5px;
	border: solid 1px #C5917E;
}

#splash {
	width: 1030px;
	position: relative;
	padding: 25px;
	background: #FFF;
	margin: 25px 0 25px 0;
	height: 230px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
}

#wrapper {
	margin: 35px auto 0 auto;
	width: 980px;
	position: relative;
}