/*
 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
 */

* {
	padding: 0;
	margin: 0;
}

a {
	color: #FF3867;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 11.5pt;
	line-height: 2em;
	color: #353B3A;
	background: #D5ECE7 url(images/bg.png);
	letter-spacing: 0.025em;
}

body, input {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	text-align: justify;
}

br.clearfix {
	clear: both;
}

strong {
	color: #455350;
}

h1, h2, h3, h4 {
	letter-spacing: -1px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}

h2 {
	font-size: xx-large;
}

h2, h3, h4 {
	margin-bottom: 1.5em;
	color: #455350;
	text-align: center;
}

h3 {
	font-size: 1.25em;
	text-align: center;
}

h4 {
	font-size: 1em;
}

img.alignleft {
	margin: 5px 30px 30px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1em;
}

ul {
	margin-bottom: 1.2em;
}

ul h4 {
	margin-bottom: 0.35em;
}

.post {
	overflow: hidden;
	border-bottom: dashed 2px #d7dfdf;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.post-last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content {
	padding: 55px 35px 45px 35px;
	background: #FFF;
	color: #595959;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
}

#header {
	background: #fff;
	color: #000;
	height: 120px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.15);
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}

#logo {
	line-height: 129px;
	margin: 10px;
}

#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 {
	font-size: 3em;
}

#menu {
	position: absolute;
	background: #FF3867;
	line-height: 30px;
	bottom: 0;
	left: 0;
	right: 0;
}

@media all and (max-width: 1024px) {
	#logo h1 {
		font-size: 3em;
	}
	#menu {
		line-height: 3em;
	}
}

@media all and (max-width: 768px) {
	#logo h1 {
		font-size: 1.9em;
	}
	#menu {
		line-height: 1.9em;
	}
}

#menu a {
	font-size: 1.25em;
	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: 5px 5px 5px 10px;
	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;
	margin: 0;
}

#menu ul li {
	display: inline;
	padding: 0 10px 0 10px;
}

#menu ul li.first {
	padding-left: 0;
}

#footer {
	text-align: center;
	padding: 20px 0 80px 0;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	font-size: 0.75em;
	color: #000000;
}

#footer a {
	color: #95ADA7;
}

#page {
	position: relative;
	margin: 20px 0 20px 0;
	padding: 0;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	clear: both;
	padding: 20px 0 20px 0;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #c7cfcf;
}

#page ul li.first {
	border-top: 0;
	padding-top: 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 {
	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-top: 35px;
	width: auto;
}

.container {
	margin-top: 0px;
}
#logo-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	padding-top: 20px;
}
#logo a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#login {
	font-size: 12px;
}
