/*
Theme Name: Eazybreak WP
Theme URI: 
Description:
Version: 1
Author: Arto Kullberg / Exove
Author URI: http://www.exove.com
Tags:
*/


body {
	background: #ffffff url(./img/bg-sub.png) repeat-x;
	color: #525252;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}

#container {
	background: url(./img/bg-container-sub.png) center 38px no-repeat;
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 960px;
}

#header {
	height: 93px;
	margin: 0 10px 40px 10px;
}

#header #logo,
#header #logo a {
	background: url(./img/logo.gif) no-repeat;
	display: block;
	height: 64px;
	text-indent: -9999px;
	width: 258px;
}

#header #slogan {
	display: block;
	color: #ffffff;
	font-size: 30px;
	height: 88px;
	padding-top: 20px;
	text-align: center;
}

#content {
	background: #ffffff;
	min-height: 400px;
	overflow: hidden;
}

#footer {
	background: #000000;
	margin-top: 40px;
	min-height: 170px;
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
}

#footer #footerContainer {
	margin: 0 auto;
	text-align: left;
	width: 960px;	
}

/*
	FRONTPAGE
*/

body.page-template-frontpage-php {
	background: #ffffff url(./img/bg.png) repeat-x;
}

body.page-template-frontpage-php #container {
	background: url(./img/bg-container.png) center 38px no-repeat;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

body.page-template-frontpage-php #header {
	height: auto;
	margin-bottom: 20px;
}

body.page-template-frontpage-php #content {
	background: transparent none;
}

body.page-template-frontpage-php #content #introBlock {
	background: url(./img/bg-intro.png) no-repeat;
	display: block;
	height: 287px;
	margin-bottom: 40px;
	width: 948px;
}

/*
	MISC
*/

button.btn,
input.btn,
a.btn {
	background: transparent url(./img/button-a.png) no-repeat top right;
	border: 0 none;
	color: #808080;
	cursor: pointer;
	display: block;
	height: 27px;
	margin-top: 8px;
	text-decoration: none;
	padding: 0 6px 0 0;
}

button.btn span,
a.btn span {
	background: transparent url(./img/button-span.png) no-repeat;
	color: #808080;
	display: block;
	font-size: 16px;
	height: 27px;
	line-height: 24px;
	padding: 0 10px 0 16px;
	text-align: center;
}

button.btn:hover span,
input.btn:hover span,
a.btn:hover span {
	background-position: bottom left;
	color: #83b6c5;
}

button.btn:hover,
input.btn:hover,
a.btn:hover {
	background-position: bottom right;
	color: #83b6c5;
} 

.buttonFeatured {
	bottom: 25px;
	position: absolute;
	right: 18px;
}

#content .buttonPageRegister {
	margin-right: 30px;
	margin-top: 20px;	
}

a.videoTab {
	text-decoration: none;
	line-height: 27px;	
}

a#register {
	margin: 0 auto;
	margin-top: 20px;
	width: 120px;
}

a#tellEmployer {
	margin: 0 auto;
	margin-top: 20px;
	width: 180px;
}

a#greenSolutionLink {
	margin-right: 15px;	
}

.centerContent {
	text-align: center;	
}

.clearFix {
	height: 1%;
	overflow: hidden;
}

.clearing {
	clear: both;
}

#content #mainContent {
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	overflow: hidden;
	width: 610px;
}

#content #sidebar {
	float: right;
	margin-right: 17px;
	margin-top: 30px;
	overflow: hidden;
	width: 300px;
}

#content #sidebar strong {
	color: #464646;
	font-weight: bolder;
}

.hide {
	display: none;
}

.icon-pdf {
	margin-bottom: 4px;
}

.object-right {
	float: right;
}

.object-left {
	float: left;
}


/*
	CONTENT	
*/

#content .subPageHeader {
	background: url(./img/bg-subpage-header.png) no-repeat;
	height: 62px;
	margin: 0 10px 0 10px;
	width: 934px;
}

#content .subPageHeader h1,
#content .vouchersIntroTop h1,
#content .registeringProcess h1 {
	color: #ffffff;
	font-size: 30px;
	line-height: 60px;
	padding: 0 30px 0 30px;
}

#content .subPageBanner {
	margin: 0 10px 0 10px;
	position: relative;
}

#content .subPageBanner p {
	color: #ffffff;	
	font-size: 30px;
	line-height: 40px;
	position: absolute;
	top: 30px;
	right: 65px;
	width: 180px;
}

#content #mainContent h2,
#content .registeringProcess h2,
#content #mainContent p.notice {
	color: #639311;
	font-size: 24px;
	margin: 30px 0 20px 0;
}

#content #mainContent p,
#sidebar .boxBottom p  {
	font-weight: bold;
	font-style: italic;
	line-height: 19px;
	margin: 10px 0 10px 0;
	word-spacing: 1px;
}

#content p.ingressi {
	color: #7f7f7f;
	font-size: 18px;	
}

#content #mainContent ul {
	font-weight: bold;
	font-style: italic;
	line-height: 19px;
	margin: 20px 0 20px 0;
	word-spacing: 1px;
}

#content #mainContent ul li {
	list-style-type: disc;
	margin-left: 15px;
}

#content a,
#content a:visited {
	color: #00aeff;
	text-decoration: none;
}

#content a:hover,
#content a:active {
	color: #68ccfb;
}

#content #mainContent h2.subPage {
	font-size: 27px;
	line-height: 30px;	
}

#footer .share {
	margin-right: 20px;
	margin-top: 2px;
}

.threeColumns {
	margin-bottom: 40px;
}

.threeColumns a,
.threeColumns a:visited {
	color: #487fbd;
}

.threeColumns a:hover {
	color: #5c97d9;
}

.threeColumns .contentCell {
	float: left;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	margin-right: 12px;
}

.threeColumns .contentCell .top {
	background: url(./img/bg-threecolumns-top.gif) no-repeat;
	height: 7px;
	width: 308px;
}

.threeColumns .contentCell .bottom {
	background: url(./img/bg-threecolumns-bottom.gif) no-repeat bottom;
	min-height: 130px;
	overflow: hidden;
	padding: 18px;
	padding-top: 13px;
	position: relative;
	width: 272px;
}

/*
	SIDEBAR
*/

#sidebar .box {
	margin-bottom: 10px;
	overflow: hidden;
}

#sidebar .boxTop {
	background: url(./img/bg-sidebar-box-top.png) center top no-repeat;
	height: 17px;
	width: 302px;
}

#sidebar .boxBottom {
	background: url(./img/bg-sidebar-box-bottom.png) center bottom no-repeat;
	min-height: 80px;
	padding: 5px 30px 25px 30px;
	width: 242px;
}

#sidebar .boxBottom h3 {
	color: #639311;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#sidebar .boxBottom p {
	margin: 5px 0 5px 0;
}

.threeColumns .contentCell h2 {
	color: #c1712b;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
}
/*
#latestNews {
	float: left;
	min-height: 170px;
	padding: 20px;
	padding-top: 6px;
	width: 280px;
}
*/
#latestNews h3,
#locationSearch h3,
#testimonials h3 {
	color: #c1712b;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

#latestNews p {
	font-style: italic;
	margin: 2px 0 2px 0;
}

#latestNews p span {
	color: #a3a3a3;
	font-size: 10px;
	font-style: normal;	
}

#latestNews a,
#latestNews a:visited {
	color: #5f5f5f;
	text-decoration: none;
}

#latestNews a:hover,
#latestNews a:active {
	color: #639311;
	text-decoration: none;
}

/*
#testimonials {
	background: url(./img/bg-testimonial.gif) no-repeat;
	color: #989898;
	display: block;
	font-size: 18px;
	height: 158px;
	padding: 25px 30px 10px 25px;
	width: 575px;
}

#testimonials img {
	display: block;
	float: right;
	padding-left: 30px;
	width: 211px;
}

#testimonials p.testimonialPerson {
	color: #c1712b;
	float: right;
	margin-top: 10px;
}
*/
#sidebar ol {
	list-style: decimal;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar ol li {
	font-style: italic;
	font-weight: bold;
	line-height: 19px;
	margin: 10px 0 10px 0;
	word-spacing: 1px;
}

/*
	NAVIGATION
*/

ul#navi {
	display: block;
	float: right;
}

ul#navi li {
	display: block;
	float: left;
	padding: 10px;
}

ul#navi li a,
ul#navi li a:visited {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 2px;
}


ul#navi li a:hover {
	border-bottom: 2px solid #b79d8c;
	color: #1d1511;
}

body.home ul#navi li.home a,
body.page-id-67 ul#navi li.companies a,
body.page-id-61 ul#navi li.users a,
body.page-id-49 ul#navi li.merchants a,
body.page-id-310 ul#navi li.contact a {
	color: #1d1511;
}

/* footer navi */
#footer #footerContainer ul {
	margin-top: 25px;
}

#footer #footerContainer ul li {
	color: #639311;
	display: block;
	float: left;
	margin-right: 30px;
}

#footer #footerContainer ul li a {
	color: #639311;
	text-decoration: none;
}

#footer #footerContainer ul li a:hover {
	color: #84b82a;
	text-decoration: none;
}

/*
	ACK/ERROR MESSAGES
*/

#messagesBlock {
	color: #fff;
	font-weight: bold;
	background-color: #00aa00;

	float: right;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 20px;
	padding-bottom: 20px;
	padding: 10px;
	width: 180px;	
}

#messagesBlock.error {
	background-color: #f66666;
	font-weight: bold;	
}

/*
	LOGIN
*/

#loginContainer {
	color: #ffffff;
	float: right;
	font-size: 11px;
	height: 279px;
	position: absolute;
	right: 20px;
	width: 205px;
}

#loginContainer a,
#loginContainer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#loginContainer a:hover,
#loginContainer a:active {
	color: #ececec;
}

#loginContainer h6 {
	font-size: 18px;
	margin-bottom: 20px;
	padding-top: 90px;
}

form#login {
	float: none;
	margin: 0;
	width: 184px;	
}

form#login input.text {
	background: url(./img/form-login-input.png) no-repeat;
	border: 0 none;
	color: #bdbdbd;
	display: block;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	height: 15px;
	margin-bottom: 5px;
	padding: 4px 10px 4px 8px;
	width: 164px;
}

form#login button#submit {
	background: url(./img/button-submit.png) no-repeat top;
	border: 0 none;
	color: #808080;
	cursor: pointer;
	display: block;
	font-size: 16px;
	height: 27px;
	line-height: 27px;
	margin: 15px 0 10px 0;
	padding-top: 0;
	width: 96px;
}

form#login button#submit:hover {
	background-position: bottom;
	color: #83b6c5;
}

form#login input.checkbox {
	padding-top: 3px;
}

#rememberLoggedIn {
	display: block;
	height: 20px;	
	line-height: 20px;
	margin-top: 15px;
}

form#login label {
	margin-left: 4px;
}

a.passwordRecovery {
	display: block;
	line-height: 1.1;
	margin-left: 4px;
	margin-top: 17px;
}	

/*
	VOUCHERS SUBNAVI
*/

#voucherTypes {
	color: #ffffff;
	font-size: 18px;
	float: right;
	margin-top: -7px;
	width: 650px;
}

#voucherTypes ul {
	float: left;
	margin-left: 10px;
	margin-top: -10px;
}

#voucherTypes ul li {
	display: block;
	float: left;
	padding-left: 8px;
}

#content .vouchersIntroTop {
	height: 61px;
	margin: 0 10px 0 10px;
	width: 936px;
}

#content .vouchersIntroBottom {
	height: 305px;
	margin: 0 10px 0 10px;
	width: 936px;
}

#content #voucherLunchTop {
	background: url(./img/voucher-lunch-banner-top.gif) no-repeat;
}

#content #voucherLunchBottom {
	background: url(./img/voucher-lunch-banner-bottom.png) no-repeat;
}

#content .vouchersIntroBottom p.intro {
	color: #639311;
	font-size: 30px;
	line-height: 40px;
	padding: 40px 50px 0 50px;
	width: 620px;
}

#content .registeringProcess .registerOption {
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 20px;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}

#content .registeringProcess h1,
#content .generalPage h1 {
	background: url(./img/bg-brown-heading.png) no-repeat;
	display: block;
	height: 66px;
	margin-bottom: 20px;
	text-align: left;
	width: 966px;
}

/*
	FRONTPAGE's FLASH
*/

#flashcontent .getFlash {
	padding-left: 200px;
	padding-top: 130px;
}

#flashcontent {
	padding-top: 100px;
	width: 730px;	
}

#flashContainer {
	position: absolute;
	top: 40px;	
}

.registerNow {
	margin-top: 9px;
	margin-right: 100px;
}

#testimonials h3 {
	color: #639311;
}

a#greenSolutionLink {
	margin-right: 15px;	
}


/*
	SHARE FORM
*/

form.wpcf7-form {
	margin-top: 20px;
}

form.wpcf7-form input.text {
	background: url(./img/form-share-input.png) no-repeat;
	border: 0 none;
	color: #525252;
	display: block;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 15px;
	margin-bottom: 5px;
	padding: 4px 10px 4px 8px;
	width: 282px;
}

form.wpcf7-form .msg {
	background: url(./img/form-share-message.png) no-repeat;
	border: 0 none;
	color: #525252;
	display: block;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 92px;
	margin-bottom: 5px;
	padding: 4px 10px 4px 8px;
	width: 282px;
}

form.wpcf7-form input#submit {
	background: url(./img/button-submit.png) no-repeat top;
	border: 0 none;
	color: #808080;
	cursor: pointer;
	display: block;
	font-size: 16px;
	height: 27px;
	line-height: 27px;
	margin: 15px 0 10px 0;
	padding-top: 0;
	width: 96px;
}

form.wpcf7-form input#submit:hover {
	background-position: bottom;
	color: #83b6c5;
}

	
	
/*
	LOCATION SEARCH
*/

#locationSearch {
	font-size: 13px;
	margin-bottom: 40px;
	width: 300px;
}

#locationSearch #city_id,
#locationSearch #service_category {
	float: right;
	margin-bottom: 10px;
	margin-right: 1px;
}

#locationSearch form {
	overflow: hidden;
}

#locationSearch label {
	margin-bottom: 10px;
	float: left;
	display: block;	
}

#locationSearch button#searchlocation {
	background: url(./img/button-etsi.png) no-repeat;
	border: 0 none;
	clear: both;
	color: #808080;
	cursor: pointer;
	display: block;
	font-size: 16px;
	height: 27px;
	line-height: 27px;
	margin: 5px 0 0 0;
	padding-top: 0;
	width: 56px;
}


#locationSearch button#searchlocation:hover {
	background-position: bottom;
	color: #83b6c5;
}

/*
	LOCATION REQUEST
*/

.locationRequest form {
	margin-top: 20px;
}

.locationRequest form label {
	display: block;	
}

.locationRequest form input {
	background: url(./img/form-share-input.png) no-repeat;
	border: 0 none;
	color: #525252;
	display: block;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 15px;
	margin-bottom: 5px;
	padding: 4px 10px 4px 8px;
	width: 282px;
}

.locationRequest form textarea {
	background: url(./img/form-share-message.png) no-repeat;
	border: 0 none;
	color: #525252;
	display: block;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 92px;
	margin-bottom: 5px;
	padding: 4px 10px 4px 8px;
	width: 282px;
}

.locationRequest form .searchbutton {
	background: url(./img/button-submit.png) no-repeat top;
	border: 0 none;
	color: #808080;
	cursor: pointer;
	display: block;
	font-size: 16px;
	height: 27px;
	line-height: 27px;
	margin: 15px 0 10px 0;
	padding-top: 0;
	width: 96px;
}

.locationRequest form .searchbutton:hover {
	background-position: bottom;
	color: #83b6c5;
}

/* Google map */
.googleMap {
	float: right;
}

.registeringProcess p,
.generalPage p  {
	margin: 0 0 10px 0;
}

.registeringProcess h3
.generalPage p  {
	margin: 20px 0 0 0;
}

.newsItem,
.generalPage {
	margin-left: 30px;
	width: 600px;
}

/* Front page's lef */
#testimonials {
	position: relative;
}

#testimonials h3 {
	margin-left: 32px;
}

#testimonials .leaf {
	display: block;
	height: 100px;
	left: -15px;
	position: absolute;
	top: -40px;
	width: 100px;
	z-index: 1000;
}
