/*   
Theme Name: freshup
Theme URI: www.freshupcleaning.co.uk
Description: Theme for freshup Website
Author: Mark Tansey
Author URI: www.freshupcleaning.co.uk
Template: 
Version: 
*/


/* ------------------------ */
/* 		Reset Elements	 	*/
/* ------------------------ */
body,
h1, h2, h3,
p, ul, li,
form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	clear: both;
}

/* BACKGROUND */

body { 
	background: url('images/bg.gif') repeat-y center top;
}

/* STRUCTURE */

body {
	margin: 0px;
	padding: 0px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 80%;
}

#FullWrapper {
	margin: 0px;
	padding: 0px;
}

#Wrapper {
	width: 830px;
	margin: 0px auto;
	padding: 0px;
}

#seo-top {
	font-size: 90%;
	color: #fff;
	text-align: center;
	background: #93B140;
}

#MainHeader h1 {
	background: url(images/header.jpg) center no-repeat;
	width: 830px;
	margin: 0px auto;
	padding: 0px;
	height: 160px;
	text-indent: -10000em;
}


#ContentContainer {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 830px;
	height: auto;
	background: url(images/bgcontainer.gif) left repeat-y;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
}

ul {
	list-style: url(images/list-bullet.gif);
}

ul li {		
	vertical-align: bottom;
}

#LeftCol {
	width: 224px;
	float: left;
	min-height: 300px;;
}

#LeftCol ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#MainCol {
	width: 589px;
	float: right;
	min-height: 300px;
	padding: 20px 15px 20px 0px;
}

#MainCol h2 {
	font-size: 140%;
	color: #7ea800;
	font-weight: normal;
	margin-bottom: 20px;
}

#MainCol h3 {
	font-size: 120%;
	color: #7ea800;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 20px;
}

#MainCol a, #tips a {
	color: #567300;
}

#MainCol a:hover, #tips a:hover {
	text-decoration: none;
	color: #7ea800;
}


#MainCol p {
	margin-bottom: 15px;
}

#MainCol ul {
	margin: 0px 0px 15px 15px;
}

#FooterAreas {
	width: 820px;
	background: #567300;
	color: #fff;
	text-align:left;
	padding:5px;
	margin-: 0px;
	height:125px;
	overflow:auto;
	font-size:10px;
	line-height:12px;
	border-bottom: 1px solid #c5e475;
}

#FooterSecondaryNav {
	width: 770px;
	margin: 10px auto;
	color: #fff;
	padding: 0px 30px;
	text-align: center;
	line-height: 1.2em;
}

ul.footer-secondary {
	margin: 0px;
	padding: 0px;
	display: inline;
}

ul.footer-secondary li {
	list-style: none;
	display: inline;
	font-size: 90%;
	margin-right: 5px;
}

ul.footer-secondary li a {
	color: #fff;
	text-decoration: none;
	padding-right: 5px;
	border-right: 0px solid white;
}

#FooterCopyright {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	text-align: right;
	margin: 5px auto 5px auto;
	padding: 0px;
	width: 830px;
	line-height: 1.3em;
}


#FooterCopyright a {
	color: #fff;
	text-decoration: none;
}

/* MENU ITEMS */

.MainNav {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #fff;
	float: right;
	height: 40px;
	line-height: 40px;
	width: 830px;
	background: url(images/navbg.jpg);
	font-size: 110%;
}

.MainNav ul {
	margin: 0px;
	padding: 0px;
}

.MainNav ul li {
	display: inline;
	list-style-type: none;
    margin: 0px;
	padding: 0px;
}

.MainNav ul a {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	color: #c5e475;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
}

.MainNav ul a.active {
	color: #fff;
	text-decoration: none;
	border: none;
	background:url(../images/navactive.jpg) no-repeat;
}


.MainNav ul a:hover {
	text-decoration: none;
	border: none;
	color: #7ea800;
	background:url(../images/navhover.jpg) no-repeat;
}

.MainNav ul a {
	margin-left:27px;
}

.FooterNav {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #fff;
	float: right;
	height: 40px;
	line-height: 40px;
	width: 830px;
	background: url(images/navbg.jpg);
	font-size: 110%;
}

.FooterNav ul {
	margin: 0px;
	padding: 0px;
}

.FooterNav ul li {
	display: inline;
	list-style-type: none;
    margin: 0px;
	padding: 0px;
}

.FooterNav ul a {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	color: #c5e475;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
}

.FooterNav ul a.active {
	color: #fff;
	text-decoration: none;
	border: none;
	background:url(../images/navactive.jpg) no-repeat;
}


.FooterNav ul a:hover {
	text-decoration: none;
	border: none;
	color: #7ea800;
	background:url(../images/navhover.jpg) no-repeat;
}

.FooterNav ul a {
	margin-left:42px;
}

/* navigation Secondary Links*/

.secondary-top  {
	padding-bottom: 20px;
	border-bottom: 1px solid #7ea800;
}

.secondary-links {
	float: left;
	padding-left: 37px;
	width: 208px;
	display: block;
	
}

.secondary-links li {
	border-bottom: 1px solid #D5E8AD;
	margin: 0; 
	padding: 0;
}

.secondary-links li a {
	background: #E8F6BF url(images/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}


.secondary-links li a.active {
  font-weight: bold;
}

.secondary-links li a:hover {
	background: #F0FFC6;
	color: #553;
}

.skype_place{
	width:209px;
	background-color:#ffffff;
	text-align:center;
}


/* CONTACT FORM 7 STUFF */

.wpcf7-form p {
	font-weight: bold;
	color: #333;
	margin-top: 20px;
}

.wpcf7-form .textbox {
	padding: 3px 2px;
	font-size: 100%;
	border: 1px solid #999;
}

.wpcf7-form .textboxarea {
	padding: 3px 2px;
	font-size: 100%;
	border: 1px solid #aaa;
	width: 400px;
	height: 175px;
	font-family:Arial, Helvetica, sans-serif;
}

.wpcf7-form .dropdownlist {
	padding: 3px 2px;
	font-size: 100%;
	border: 1px solid #aaa;	
	font-family:Arial, Helvetica, sans-serif;
}

.wpcf7-form .submitbtn {
	background: #7ea800;
	border: 1px solid #f0f0f0;
	padding: 4px 7px;
	color: #FFF;
	font-weight: bold;
	font-size: 100%;
}

.wpcf7-form .submitbtn:hover {
	background: #567300;
	cursor: pointer;
}

.wpcf7-not-valid-tip, .wpcf7-not-valid-tip-no-ajax {
	color: #F00;	
	font-size: 10px;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #d90000;
	border: 1px solid #d90000;
	color:#FFF;
	font-size: 13px;
	width: 220px;
	padding: 1px 5px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10px;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/* IMAGE ALIGNMENT */
img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto;}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*CALCULATOR*/

div.calc-entry {
	background: url(images/bgnavigation.gif);
	border-left: #d5e8ad 1px solid;
	border-right: #d5e8ad 1px solid;
	height: 32px;
	marging: 0px;
	padding: 0px;
	line-height: 7px;
}

.calc_inner_title {
	font-weight: bold;
}

div.calc_total {
	margin: 20px 0px 20px 10px;
	font-weight: bold;
	font-size: 110%;
}

.calculator table {
	margin: 0 auto;	
}

/* BUTTONS */


a.button {
	width: 150px;
	height: 22px;
	display: block;
	text-indent: -10000px;
	border: none;
	clear: both;
	margin: 20px 0px 20px 200px;
}

a.quote {
	background: url(images/btn-quote-off.jpg);
	text-decoration: none;
}

a.quote:hover {
	background: url(images/btn-quote-on.jpg);
	text-decoration: none;
	border: none;
}

a.calc {
	background: url(images/btn-calc-off.jpg);
	text-decoration: none;
	margin: 0px 0px 20px 200px;
}

a.calc:hover {
	background: url(images/btn-calc-on.jpg);
	text-decoration: none;
	border: none;
}

div.quote-buttons {
	clear: both;
	margin: 0px;
}

/* BLOG */

.post-edit-link {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	clear: both;
}

a.continue {
	width: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	clear: both;
	border-bottom: 1px solid #e2e2e2;
}	

#MainCol h2.postH2 {
	margin: 0px 0px 10px 0px;
}

.postDateLine {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color:#999;
	font-size: 90%;
}

/* SIDEBAR TIPS */

div#tips {
	padding: 10px 20px 10px 10px;
	font-size: 90%;
	line-height: 1.3em;
}

#tips h3 {
	background: #7ea800;
	color: #fff;
	padding: 5px;
	font-size: 130%;
}

#tips p {
	margin: 10px 0px;
	padding: 0px 5px;
}

