/*****************************************************
*   Special styles for the various page templates                      
****************************************************/

/* Styles for the "3-columns-page template" */


/*Each col is of 265

Total is 880  excludes padding*/ 

#layoutcontainer {

	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0;
	width: 880px;
	
}
#pageleft {
	float: left;
	width: 175px; /*previous was 160*/
	margin: 20px 20px 0px 0px;
	padding: 11px 0px 0 0;
	/*border-right: solid 1px #C4D2CE;*/
	text-align:left;
	}
	
#pagetwocolumnmiddle {
	float: left;
	width: 674px;
	margin: 20px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:justify;
	height: 1% /* Holly hack for Peekaboo Bug */
	}
#pageonecolumncontact {
	float: left;
	width: 860px;
	margin: 20px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:justify;
	height: 1% /* Holly hack for Peekaboo Bug */
	}

#pagemiddle {
	float: left;
	width: 409px;
	margin: 20px 5px 0px 0px;
	padding: 0px;
	text-align:justify;
	}
	
#pageright {
	float: right;
	width: 250px;
	margin: 6px 0px 0px 0px;
	padding: 0 0 0 20px;
/*	border-left: solid 1px #C4D2CE;*/
	text-align:justify;
	}

#pageleft .bullets li, #pagemiddle .bullets li, #pageright .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#pageleft h2{
	
	color: #283930;
	padding: 0px 0 7px 0;
    /*overflow: hidden;
    background-image: url("http://www.ewp.eu/wp-content/themes/ewp/styles/images/text/latest.gif");
    background-repeat:no-repeat;
	height: 0px !important;
	height /**//*:14px;*/
    
    font: 11px Tahoma, Arial, "Trebuchet MS", Tahoma,  Sans-Serif;

	font-size: 1.1em;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	border-bottom:1px #C4D2CE solid;
	width:100%;
	text-align:left;
	margin-bottom:0px;
}

#pagetwocolumnmiddle h2, #pagemiddle h2, h2.ti-text-h2, h2.tagtitle,
#pageonecolumncontact h2 {
	font-weight:bold;
	
	font:2em Georgia, "Times New Roman", Times, serif!important;
	line-height:125%!important;
	display:block!important;
	border-bottom:1px #C4D2CE solid;
	text-transform:none!important;
	letter-spacing:normal!important;
	padding: 2px 0px 2px 0px;
	color:#0D7331;
}
h2#ti-pad-h2{ 
	margin-top: 1px;
	padding: 13px 0 4px 0;
	color: #2B3737;
}
h4#ti-pad-h4{ 
	font:1.4em Georgia, "Times New Roman", Times, serif!important;
	margin-top: 15px;
	margin-bottom: 3px;
	/*padding: 13px 0 4px 0;*/
}

.post h2 {
	font-weight:bold;
	
	font:2em Georgia, "Times New Roman", Times, serif!important;
	line-height:125%!important;
	display:block!important;
	
	text-transform:none!important;
	letter-spacing:normal!important;
	padding: 20px 0px 2px 0px;
	color:#0D7331;
}


/* For the 2 column Featured Page */

#featured-rotator {

	/* picture size est maintenant :- 677 x 248*/
	float: left;
	width: 679px;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	height: 250px;
	background-color:#405657;
	border: 1px solid #D9E8E1;
}

#featured-rotator img.alignleft {
float: left;
margin: 0px;
padding: 0px;
}

/**** Blog Page Template Styles ****/
#featuredstickforyouthblog
{
	width:880px;
	margin-top:20px;
	text-align:left;
	background:url(http://www.ewp.eu/wp-content/themes/ewp/images/backgrounds/featured-blog-bg.png) 0 0 repeat-y;
	height:300px;
	/*border-bottom:1px #E9EDEC solid;
	border-top:1px #E9EDEC solid;*/
}
#featuredstick
{
	width:880px;
	margin-top:20px;
	text-align:left;
	background:url(http://www.ewp.eu/wp-content/themes/ewp/images/backgrounds/featured-blog-bg.png) 0 0 repeat-y;
	height:300px;
	border-bottom:1px #E9EDEC solid;
	border-top:1px #E9EDEC solid;
}
#featuredstickcontent
{
	padding: 15px;
	width:97%;
	text-align:left;
}
/*#fbspan{
	width:97%;
	padding: 15px;
	text-align:left;
}*/
.fbspanleft{
	width:57%;
	padding: 5px;
	text-align:left;
	float:left;
/*	border:1px #0000EC solid;
*/}
.fbspanright{
	width:40%;
	padding: 5px;
	text-align:left;
	float:right;
/*	border:1px #0000EC solid;*/
}
.fbspanright img{
	border:2px solid #2368A0; padding:3px 3px 3px 3px; background:#F4F7F5;
	margin-top:38px;
	height:205px;
	width: 300px;
}

.fbhead{
	
	font:2.4em Tahoma, "Trebuchet MS", Georgia, "Times New Roman", Times, serif!important;
	line-height:130%!important;
	display:block!important;
	text-transform:none!important;
	letter-spacing:normal!important;
	padding: 8px 0px 0px 0px;
	color:#4E6363;
}

.fbdesc{
	color:#4E746C;
	margin-bottom: 20px;
}

.fblink a,
a.fbbutton:link{
	
	background-color:#416578;
	border-color:#6CCFD5 #1B575A #1B575A #6CCFD5;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
	font-size:90%;
	font-weight:bold;
	
	padding: 5px;
}
a.fbbutton:hover{
	
	background-color:#416578;
	border-color:#1B575A #6CCFD5 #6CCFD5 #1B575A;
	border-style:solid;
	border-width:1px;
	color:#E3ECEE;
	cursor:pointer;
	font-size:90%;
	font-weight:bold;
	
	padding: 5px;
}
hr.blogdivider {
	display: block;
	height:1px;
	background:#E2E9E7;
	border:0;
	margin-top: 8px;
	margin-bottom:8px;
	/*padding-bottom: 5px;
	padding-top: 5px;
	border-bottom:1px #EDF1F1 solid;*/

}
/**** Contact Page Template Styles ****/

.maincontainer{
	margin-top:10px;
	padding-bottom:28px;
	text-align:justify;
	width: 882px;
}

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

.leftset{
	text-align:left; 
    display:table-cell; 
    float:left; 
    width:195px; 
    vertical-align:top; 
    margin-bottom:25px; 
	margin-right:13px;
	border-right: 1px solid #D7E1DD;
}

.midset{
	text-align:left; 
	display:table-row;
	width: 880px;
	margin-top: 15px;
}
.midset-block {
	display:block; 
    text-align:left; 
    width:880px;
	/*
	margin-bottom: 10px;
    border-style:dotted;*/
}
.midset h3,
.midset-block h3{
	font-weight:bold;
	font:1.7em Georgia, "Times New Roman", Times, serif!important;
	line-height:150%!important;
	display:block!important;

	text-transform:none!important;
	letter-spacing:normal!important;
	border-bottom:1px #D7E1DD solid;
}
.rightset {
	float:left;
	width: 420px;
    display:table-cell; 
    text-align:left;
	margin-bottom: 25px;
	margin-left: 13px;
/*	border-bottom: 1px solid #E9EFED;*/
}
.simpleheading{
	text-transform:uppercase;
	color:#13A660;
	font-size:10px;
	font-family: Tahoma, "Trebuchet MS", Georgia, Times New Roman, Times, serif;
}
.minorheading, .midset span,
div.entry label.formlabel{
	color:#13A660;
	font-family: Tahoma, "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-size:10px;
	text-transform:uppercase;
	text-align:left;
}
.midset span.wpcf7-not-valid-tip-no-ajax{
	color:#BC2323;
	font-family: Tahoma, "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-size:10px;
	text-transform:uppercase;
	text-align:left;
}
.majornumber{
	color: #8C999D;
	font:5em Georgia, "Times New Roman", Times, serif!important;
}
.minornumber{
	color: #8C999D;
	font:2.5em Georgia, "Times New Roman", Times, serif!important;
}

div.wpcf7 span.textareacap{
	vertical-align:top;
}
div#wpcf7-f3-p54-o1 input,
div.entry input{
	border-left:none;
	border-bottom: 1px solid #D9DDD2;
	border-right:none;
	border-top:none;
	font-family: Tahoma, "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-size: 110%;
	width: 365px;
	margin: 0px 10px 0px 10px;
	color:#688484;
} 
div#wpcf7-f3-p54-o1 select{
	border:1px solid #D9DDD2;
	font-family: Tahoma, Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	color: #BBC5B1;
	width: 268px !important;
	margin: 0px 10px 0px 10px;
	font-size:10px;
	padding: 2px 0px 2px 2px;
	color:#688484;
} 
div#wpcf7-f3-p54-o1 select option{
	margin-bottom: 3px;
}
div#wpcf7-f3-p54-o1 textarea{
	border: 1px solid #D9DDD2;
	font-family: Tahoma, "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-size: 105%;
	color: #BBC5B1;
	width: 718px;
	height: 150px;
	margin: 15px 10px 0px 10px;
	padding: 10px 10px 0px 10px;
	color:#688484;
}
div#wpcf7-f3-p54-o1 input.submit,
div.entry input.submit{
	font-family: "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	text-transform:uppercase;
	background-color:#29709A;
	border-color:#829999 #475656 #475656 #829999;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
	font-size:90%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-right: 25px;
	width:110px;
	padding-bottom: 6px;
	padding-top: 6px;
	float:right;
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.leftlocateset{
	text-align:left; 
    display:table-cell; 
    float:left; 
    width:428px; 
    vertical-align:top; 
    margin-bottom:15px; 
	margin-right:13px;
	padding-top: 11px;
	/*border-right: 1px solid #E9EFED;*/
}
div.leftlocateset iframe{
	border:1px solid #E9EFED; padding:3px; background:#F4F7F5;
	width:419px;
	height:350px;
}
div.rightlocateset img{
	border:1px solid #D8E2DE; padding:2px; background:#F4F7F5;
	width:400px;
	height:128px;
}
.rightlocateset {
	float:left;
	width: 410px;
    display:table-cell; 
    text-align:left;
	padding-bottom: 13px;
	padding-top: 8px;
/*	border-bottom: 1px solid #E9EFED;*/
}

#furnishgap {
	margin-top: -8px;
	margin-bottom: 20px;
}
#increasetopgapslight{
	margin-top: 4px;
}
#addbelowgap {
	margin-bottom: 15px;
}


/**** Email and Print CSS *****/

.subheadingcontainer {
	width: 679px;
	text-align:left;
	height: 35px;
}

.subheadingcontainer_post {
	width: 600px;
	text-align:left;
	height: 15px;
	border-top: 1px solid #C4D2CE;
	padding-top: 8px;
	padding-left:0px;
}
.subheadingcontainer_post_border_less {
	width: 600px;
	text-align:left;
	padding-top: 4px;
	padding-left:0px;
	/*For Events Spacing Stupidity*/
	margin-bottom:20px;
}
.emprint{
	width: 245px;
	float:right;
	text-align:right;
	margin-top:3px !important;
}
.emprint_one{
	width: 120px;
	float:right;
	text-align:right;
	margin-top:3px !important;
}
.emprint_post{
	width: 550px;
	text-align:left;
}
div.subheadingcontainer_post img,
div.subheadingcontainer_post_border_less img {
	padding:0 !important;
	background:none !important;
	border:none !important;
}
/*.emprint_post a:link{
	text-decoration:none;
	border:1px solid #009900;
	background:none;
	padding:0;
	margin:0;
}*/

.breadcrumb{
	font-size:10px;
	float: left;
	width: 420px;
	margin-top:2px;
	color:#586D6A;
}
.breadcrumb_one{
	font-size:10px;
	float: left;
	width: 670px;
	margin-top:2px;
	color:#586D6A;
}
.breadcrumb_three_quarter{
	font-size:10px;
	float: left;
	width: 540px;
	margin-top:2px;
	color:#586D6A;
}
.breadcrumb_post{
	font-size:10px;
	float: left;
	width: 150px;
	color:#586D6A;

}
#premail, #premail ul {
	list-style:none;
	line-height:1;
	padding:0;
	margin:0;
	text-align:left;
	}

#premail a{
	text-decoration: none;
	color:#809996;
	border:none;
	font-size:9px;
	}
#premail a:hover {
	text-decoration: none;
	color:#41504F;
	border:none;
	font-size:9px;
}

#premail li {
	display:inline;
	list-style:none;
	padding: 0 2px 0 2px;
	background: none 0 0 !important;
	border-right:1px solid #D6E0E0;
}

#premail li:last-child {
	border:none;
}

#premail li a span {

}
img.WP-EmailIcon{
	background:none !important;
	border:none !important;
}
img.WP-PrintIcon{
	background:none !important;
	border:none !important;
}
/**** Breadcrumb Styles *****/

/*.breadcrumb_page{
	font-size:9px;
	padding: 35px 0px 0px 0px;
}
*/
.breadcrumb a, .breadcrumb_page a, .breadcrumb_one a, .breadcrumb_three_quarter a{
	color:#809996;
	
	background: transparent url(http://www.ewp.eu/wp-content/themes/ewp/images/body/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 19px; /*adjust bullet image padding*/
	padding-left: 6px; /*adjust bullet image padding*/
	padding-bottom: 3px;


}
.breadcrumb a:hover,.breadcrumb_page a:hover, .breadcrumb_one a:hover, .breadcrumb_three_quarter a:hover{
	color:#41504F;
}

/* For the styling of Clean Archives Reloaded */

.car-container ul.car-list
{
/*	padding: 0px!important;*/

}

.car-container ul.car-list li
{
	list-style-type: none !important;
	
	/*padding: 5px!important;*/
	padding-bottom: 8px !important;
	padding-top: 5px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	
	margin: 0px 0px 0px 0px;
	background: 0 0 none !important;
}

.car-container ul.car-list li ul.car-monthlisting li
{
	list-style-type: none !important;
	padding: 8px !important;
	margin: 0px 0px 0px 0px !important;
	background: 0 0 none !important;
	border-bottom: 1px solid #D7E1DD;
}

span.dayofpost{
	
	font-family: Tahoma, Verdana, Arial,  "Times New Roman", Times, serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:0.1em;
	color:#B4B8B8;
}

span.car-yearmonth {
	font:1.6em Georgia, "Times New Roman", Times, serif!important;
	margin-top: 15px;
	margin-bottom: 3px;
	color:#287C8E;
}

ul.car-list li ul.car-monthlisting li a:link,
ul.car-list li ul.car-monthlisting li a:visited{
	text-decoration:none;
	letter-spacing:normal;
	color: #0D7331;
	font-weight:bold;
	font:1.2em Georgia, "Times New Roman", Times, serif!important;

}
ul.car-list li ul.car-monthlisting li a:hover{
	text-decoration:none;
	letter-spacing:normal;
	color: #2F4234;
	font-weight:bold;
	font:1.2em Georgia, "Times New Roman", Times, serif!important;

}


/* For Comments */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.ewp.eu/wp-content/themes/ewp/images/body/comments/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.3em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
		letter-spacing: 1px;
	}

.commentlist .time {
	background: url(http://www.ewp.eu/wp-content/themes/ewp/images/body/comments/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #EDF4E4 url(http://www.ewp.eu/wp-content/themes/ewp/images/body/comments/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #CEECAE;
	padding: 0 20px 10px 20px;
	color:#27452C;
	}
h3#comments{
	font-weight:bold;
	font:3.2em Georgia, "Times New Roman", Times, serif!important;
	line-height:150%!important;

	text-transform:none!important;
	letter-spacing:normal!important;
	
	color:#287C8E;
}

form#commentform input{
	border-left:none;
	border-bottom: 1px solid #D9DDD2;
	border-right:none;
	border-top:none;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-size: 110%;
	width: 490px;
	color:#688484;
}

form#commentform textarea{
	border: 1px solid #D9DDD2;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-size: 105%;
	width: 490px;
	color:#688484;
	margin-top: 25px;
}

form#commentform input.button{
	font-family: "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	text-transform:uppercase;
	background-color:#29709A;
	border-color:#829999 #475656 #475656 #829999;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
	font-size:90%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-right: 25px;
	width:110px;
}

label.forcomments{
	font-family: Tahoma, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color:#B9C6C4;
}
.red{
	color:#CC0000;
}

.aboutthisblog {
	background-color:#F0F7F0;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: -20px;
	border: 1px solid #C2D3CB;
}
.youth_contributetoblog  {
	background-color:#F5FEFE;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: -20px;
	border: 1px solid #C2D3CB;
}
#shiftcontributebelow{
	margin-top: 30px !important;
}

#sidebar div.youth_contributetoblog h3 
{
	margin-top: 14px;
	
}


#shiftbelow{
	margin-top: 20px !important;
}

/* Youth Blog Author CSS */

.postauthor {
    background-color: #F3F5F4;
    border: 1px solid #E3EAE8;
    padding: 10px;
    margin: 10px 0;
    }

.postauthor h4 {
    margin: 0 0 10px 0;
	color:#2B3737;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*text-transform:uppercase !important;*/
	line-height: 40px;
	font-weight:normal;
	font-size: 17px;
	letter-spacing:1px;
    }

.postauthor img,
.postauthordetails img {
    float: left;
    margin: 0 15px 8px 0;
	
	border:1px solid #D8E2DE; padding:1px 1px 1px 1px; background:#F4F7F5; 
    }

.postauthordetails {
    padding: 10px;
    margin: 10px 0;
    }

.postauthordetails h4 {
	color:#2B3737;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*text-transform:uppercase !important;*/

	font-weight:normal;
	font-size: 20px;
	letter-spacing:1px;
    }

	
div#authorh2 h2
{
	font-weight:bold;
	
	font:2em Georgia, "Times New Roman", Times, serif!important;
	line-height:125%!important;
	display:block!important;
	
	text-transform:none!important;
	letter-spacing:normal!important;
	padding: 20px 0px 2px 0px;
	color:#0D7331;
	
	
	border-bottom:1px #C4D2CE solid !important;
	
}
/* Styles for the Feedback Form */


div#wpcf7-f2-p2332-o1 {
	margin-top: 0px;
}
div#wpcf7-f2-p2332-o1 input{
	border-left:none;
	border-bottom: 1px solid #D9DDD2;
	border-right:none;
	border-top:none;
	font-family: Tahoma, "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	width: 240px;
	margin: 0px 10px 0px 10px;
	color:#688484;
}
div input.wpcf7-validates-as-required{
	
	border-bottom: 1px solid #ef7e84 !important;
	
}

div#wpcf7-f2-p2332-o1 textarea{
	border: 1px solid #D9DDD2;
	font-weight: normal;
	font-family: Tahoma, "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	color: #BBC5B1;
	width: 640px;
	height: 100px;
	margin: 15px 10px 0px 10px;
	padding: 10px 10px 0px 10px;
	color:#688484;
}
div#wpcf7-f2-p2332-o1 p{
	
	color:#13A660;
	font-family: Tahoma, "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-size:12px;
	text-indent: 1px;
	text-align:left;
}
div#wpcf7-f2-p2332-o1 input.submit{
	font-family: "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	text-transform:uppercase;
	background-color:#29709A;
	border-color:#829999 #475656 #475656 #829999;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
	font-size:90%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-right: 25px;
	width:110px;
	padding-bottom: 6px;
	padding-top: 6px;
	float:right;
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
span.wpcf7-list-item-label{
	color: #ffffff; /*to hide it*/
}