/*
	Theme Name: EasyConverterPro
	Theme URI: http://EasyConverterPro.com
	Description: EasyConverterPro Theme
	Version: 0.1
	Author: Damien Shiells
*/

body {
	padding-top: 10px;
}

body.page-template-page-php, body.error404 {
	background: #ffffff url(img/bg-small.jpg) repeat-x;
}

body.page-template-landing-template-php {
	background: #ffffff url(img/bg.jpg) repeat-x;
}

body.page-template-landing-template-php h1 {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px #333333;
	font-size: 26px;
}

body.page-template-landing-template-php h2 {
	font-weight: bold;
	text-shadow: 1px 1px #dddddd;
	font-size: 24px;
}

body.page-template-landing-template-php h3 {
	font-weight: bold;
	text-shadow: 1px 1px #dddddd;
	font-size: 18px;
}

body.page-template-page-php h1, body.error404 h1 {
	font-weight: bold;
	text-shadow: 1px 1px #dddddd;
	font-size: 24px;
}

body.page-template-page-php h2, body.error404 h2 {
	text-shadow: 1px 1px #dddddd;
	font-size: 20px;
}

body.page-template-page-php h3, body.error404 h3 {
	font-weight: bold;
	text-shadow: 1px 1px #dddddd;
	font-size: 16px;
}

body.page-template-page-php section, body.error404 section {
	padding-top: 20px;
}

body.page-template-landing-template-php article {
	padding-top: 50px;
}

body.page-template-landing-template-php article ul {
	margin: 0;
	padding: 0;
}

body.page-template-landing-template-php article li {
	margin: 0;
	padding: 2px 0 2px 42px;
	list-style: none;
	background: url('img/tick.png') no-repeat 0 25%;
}

#menu-footer-menu {
	padding: 0px;
	margin-top: 0px;
}

.lower-footer {
	padding-top: 5px;
}

.main-logo {
	background: url(img/logo.png) no-repeat center;
	height: 340px;
}

#specs-box {
	color: #ffffff;
	padding-top: 50px;
}

#specs-box li {
	display: inline-block;
	width: 180px;
	padding: 10px;
}

#download_button {
	width: 100%;
	padding-top: 50px;
}

#download_button a {
	width: 400px;
	height: 70px;
	line-height: 50px;
	font-size: 26px;
	font-weight: bold;
	text-shadow: -1px -1px #90400c;
	background-color: #c15610;
	border-color:#703108;
}

#download_button a:hover,#download_button a:focus,#download_button a:active,#download_button a.active {
	color:#fff;
	background-color: #99440d;
}

p.quote {
	font-size: 14px;
}

.hero-box {
	padding-top: 15px;
}

.top-menu {
	padding-top: 15px;
}

.errorman {
	height: 337px;
	background: url(img/404_man.jpg) no-repeat center;
}