/*
Theme Name: Clean SEO
Theme URI: http://searchtrends.eu
Description: This is Version 1.0 of a simple template for seo landing pages with standard css support for [easy-contact] plugin. No sidebar and no comments support!
Version: 1.0
Author: Norman Krueger
Author URI: http://www.searchtrends.eu
Tags: clean, single post, landing page, contact form

*/

@import url('../../plugins/easy-contact/themes/econtact-basic/styles.css');

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #000033;
        color: #ffffff;
	text-align: center;
	}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em;
	background-color:#003366;
       border: 1px solid #da6311;
	width: 720px;
	}

#footer {
	background-color: #003366;
	border:1px solid #da6311;
	border-top:none;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	}

h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}

a, h2 a:hover, h3 a:hover {
	color: #da6311;
	text-decoration: none;
	}

a:hover {
	color: #da6311;
	text-decoration: underline;
	}

/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

.textflow {
	float: left;
	padding: 0 20px 20px 20px;
	margin: 0px 0 0;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */