/*
Theme Name: PVE
Author: Welcom Web
*/

/* Standard Elements */
/* ---------------------------------------------- */
body{
	background: url(/images/backgrounds/main_bg.jpg);
	color: #505050;
	margin: 0;
	padding: 0;
	font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 11px;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a{
	text-decoration: none;
	color: #3b9c35;
	font-weight: bold;
}
a img{
	border: 0 none;
}
p{
	margin: 0 0 16px;
	line-height: 16px;
}
h1, h2, h3, h4, h5{
	margin: 0;
}
h1{
	font-size: 18px;
	color: #000;
}
h2{

}
h3{
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 10px;
}
h4{
	font-size: 12px;
	margin-bottom: 3px;
}

/* Standard Classes */ 
/* ---------------------------------------------- */
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;
}
.italic{
	font-style: italic;
}
.linkThis{
	cursor: pointer;
}
.preamble{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.2px;
	color: #034b79;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}
.alignleft{
	float: left;
	margin: 0 10px 10px 0;
}
.alignright{
	float: right;
	margin: 0 0 10px 10px;	
}

/* Main Structure */
/* ---------------------------------------------- */
#wrapper{
	width: 940px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}
#main{
	padding: 25px 0;
}

/* Top Structure */
/* ----------------------------------------------- */
#top{
	height: 120px;
	position: relative;
	/*background: url(/images/design/topmenushadow.png) no-repeat 179px 6px transparent;*/
	letter-spacing: 1px;
}
#logo{
	position: absolute;
	left: 0;
	top: 25px;
}
#topMenu{
	position: absolute;
	top: 42px;
	left: 220px;
	text-transform: uppercase;
	font-size: 11px;
}
#topMenu > ul > li{
	float: left;
	position: relative;
	margin: 0 16px;
}
#topMenu > ul > li.subhover.hover > a{
	background: #fff;
	position: relative;
	z-index: 40;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#topMenu > ul > li.current-page-ancestor > a, #topMenu > ul > li.current-menu-item > a{
	background: #fff;
	position: relative;
	z-index: 40;
	border-radius: 3px;
}

#topMenu li a{
	display: block;
	padding: 17px 18px;
}
#topMenu li .shadow {
	position: absolute;
	z-index: 30;
	display: none;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
}
#topMenu li .sub-menu{
	position: absolute;
	z-index: 50;
	display: none;
	font-size: 10px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
}
#topMenu li.hover .shadow {
	display: block;
}
#topMenu li.hover .sub-menu{
	display: block;
}
#topMenu li .sub-menu li{
	float: none;
}
#topMenu li .sub-menu li a{
	background: url(/images/design/dropmenushadow.png) no-repeat right bottom #fff;
	padding: 17px 22px;
	color: #656565;
	white-space: nowrap;
}
#topMenu li .sub-menu li.hover a{
	background: url(/images/design/dropmenushadow.png) no-repeat right bottom #f5f5f5;
	padding: 17px 22px;
	color: #3b9c35;
	white-space: nowrap;
}
#topMenu li .sub-menu li.last a{
	background: #fff;
}
#topMenu li .sub-menu li.hover.last a{
	background: #f5f5f5;
}
#searchField{
	background: url(/images/design/searchShadow.png) right no-repeat;
	position: absolute;
	right: 0;
	top: 32px;
	height: 61px;
	z-index: 999;
}
#searchField .slider{
	position: relative;
	top: 7px;
	right: 1px;
	width: 61px;
	height: 53px;
	overflow: hidden;
}
#searchField .button{
	background: url(/images/design/searchButton.png) no-repeat;
	width: 61px;
	height: 53px;
	cursor: pointer; 
}
#searchField .button .submit{
	background: none;
	border: 0 none;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#searchField .input{
	background: #fff;
	position: absolute;
	top: 3px;
	left: 60px;
	width: 190px;
	height: 43px;
}
#searchField .input .field{
	background: #fcfcfc;
	border: 0 none;
	border-bottom: 1px solid #f0f0f0;
	width: 181px;
	height: 22px;
	margin-top: 11px;
	font-size: 16px;
}

/* Footer Structure */
/* ------------------------------------------------ */
#footer{}
#footer .over{
	padding: 40px 0;
	border-top: 1px solid #ddd;
}
#footer .over .leftColumn{
	width: 450px;
}
#footer .over .rightColumn{
	width: 450px;
}
#footer .over .rightColumn .item{
	margin-bottom: 20px;
}
#footer .over .rightColumn .item + .item{
	margin-bottom: 0;
}
#footer .over .rightColumn .date{
	color: #000;
}
#footer .over .rightColumn .title{
	color: #000;
}
#footer .under{
	height: 150px;
	border-top: 1px solid #ddd;
	position: relative;
}
#footer .under .logo{
	position: absolute;
	top: 30px;
	right: 0;
}
#footer .under .menu{
	color: #034b79;
	position: absolute;
	top: 45px;
	left: 0;
	text-transform: uppercase;
}
#footer .under .menu li{
	float: left;
	margin-right: 35px;
}
#footer .under .menu li a{
	padding-left: 25px;
	background: url(/images/design/footerlistdot_big.png) no-repeat 10px 5px;
}
#footer .under .addressRow{
	position: absolute;
	bottom: 35px;
	left: 0;
}
#footer .under .addressRow li{
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	padding-left: 28px;
	float: left;
	color: #404040;
	font-weight: bold;
	background: url(/images/design/mail_icon.png) no-repeat 0 0;
}
#footer .under .addressRow li + li{
	padding-left: 25px;
	font-weight: normal;
	background: url(/images/design/footerlistdot.png) no-repeat 10px 6px;
}

/* Gallery Structure */
/* ------------------------------------------------ */
#gallery{
	position: relative;
	width: 960px;
	left: -10px;
	margin-bottom: 28px;
}
#gallery .shadow{
	position: absolute;
	bottom: -38px;
	width: 960px;
	height: 38px;
	background: url(/images/design/galleryshadow.png) no-repeat;
}
#gallery .imageHolder{
	height: 360px;
	position: relative;
}
#gallery .imageHolder > .description{
	position: absolute;
	top: 100px;
	left: 400px;
	width: 500px;
	z-index: 15;
}
#gallery .imageHolder > .description .title{
	font-size: 14px;
	color: #034b79;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#gallery .imageHolder > .description .text{
	line-height: 18px;
	color: #505050;
	letter-spacing: 0.5px;
}
#gallery .imageHolder > .image{
	position: absolute;
	z-index: 10;
}
#gallery .controllers{
	position: absolute;
	bottom: -46px;
	left: 20px;
}
#gallery .controllers .button{
	background: url(/images/sprites/gallerybutton_sprite.png) no-repeat 0 0;
	width: 10px;
	height: 11px;
	cursor: pointer;
	float: left;
	margin-right: 6px;
}
#gallery .controllers .button.active{
	background-position: 0 -13px;
}

/* Flag Row /*
/* ------------------------------------------------- */
.flagRow{
	height: 36px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	text-transform: uppercase;
	color: #6a747c;
	font-size: 10px;
	letter-spacing: 0.5px;
}
.flagRow.noBorder{
	border-bottom: 0 none;
}
.flagRow .lang .text{
	line-height: 18px;
}
.flagRow .lang a{
	background: url(/images/sprites/flag_sprite.png) 0 0 no-repeat;
	display: block;
	width: 22px;
	height: 18px;
	margin-left: 6px;
	float: left;
}
.flagRow .lang .en{
	background-position: 0 -20px;
}
.flagRow .lang .fr{
	background-position: 0 -41px;;
}

/* Breadcrumb */
/* ------------------------------------------------- */
.breadcrumb{
	background: url(/images/backgrounds/breadcrumb_bg_left.png) no-repeat left;
	float: left;
	height: 24px;
	padding-left: 5px;
}
.breadcrumb ul{
	background: url(/images/backgrounds/breadcrumb_bg_right.png) no-repeat right;
	padding: 0 10px 0 5px;
	height: 24px;
}
.breadcrumb ul li{
	float: left;
	padding: 6px 0;
}
.breadcrumb ul li.divider{
	background: url(/images/design/breadcrumb_divider.png) no-repeat 7px 8px;
	width: 20px;
	height: 12px;
}

/* Left Menu */
/* ------------------------------------------------- */
ul.leftMenu{
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	text-transform: uppercase;
	padding: 10px 0;
	background: #fff;
	
}
ul.leftMenu > li{
	background: #fff;
}
ul.leftMenu > li > a{
	background: url(/images/design/leftmenu_arrow.png) no-repeat 12px 50%;
	font-size: 12px;
	color: #3b9c35;
	padding-left: 30px;
}
ul.leftMenu > li.current_page_ancestor > a{
	background: url(/images/design/leftmenu_downarrow.png) no-repeat 10px 50%;
}
ul.leftMenu a{
	padding: 10px 10px;
	display: block;
	font-size: 11px;
	color: #656565;
	font-weight: normal;
}
ul.leftMenu li > ul{
	display: none;
}
ul.leftMenu li.current_page_ancestor > ul{
	display: block;
}
ul.leftMenu li > ul > li{
	background: url(/images/design/dropmenushadow.png) no-repeat bottom right;
}
ul.leftMenu li > ul > li.last{
	background: none;
}
ul.leftMenu li > ul > li > a{
	background: url(/images/design/greymenudot.png) no-repeat 32px 50%;
	font-weight: normal;
	padding: 15px 25px 15px 45px;
}

/* Single.php */
/* ------------------------------------------------- */
.single #main  > .leftColumn{
	width: 220px;
	float: left;
}
.single #main  > .rightColumn{
	width: 680px;
	float: right;
}
.single #main > .rightColumn > h1{
	margin-top: 7px;
}
.single #main > .rightColumn > .date{
	font-weight: bold;
	font-style: italic;
	margin-bottom: 16px;
}
.single #main  > .rightColumn > .text{
}

/* Page.php */
/* ------------------------------------------------- */
.page #main > .leftColumn{
	width: 220px;
	float: left;
}
.page #main > .rightColumn{
	width: 680px;
	float: right;
}
.page #main > .rightColumn > h1{
	margin: 8px 0 10px;
	float: left;
}
.page #main > .rightColumn .views{
	float: right;
}
.page #main > .rightColumn .views .info{
	cursor: pointer;
	float: left;
	width: 158px;
	height: 32px;
	background: url(/images/sprites/prod_info_sprite.png) no-repeat -10px -69px;
}
.page #main > .rightColumn .views .info.active{
	background-position: -10px -19px;
}
.page #main > .rightColumn .views .details{
	cursor: pointer;
	float: left;
	width: 135px;
	height: 32px;
	background: url(/images/sprites/tech_det_sprite.png) no-repeat -10px -69px;
}
.page #main > .rightColumn .views .details.active{
	background-position:  -10px -19px;
}
.page #main > .rightColumn .detailImage{
	display: none;
	clear: both;
	text-align: center;
	padding: 30px 0;
}
.page #main > .rightColumn .detailImage a{
	display: block;
}
.page #main > .rightColumn .detailImage a + a{
	margin-top: 20px;
}

/* Startpage Template */
/* -------------------------------------------------- */
.home .pushBoxes{
	padding: 20px 0;
}
.home .pushBoxes .item{
	float: left;
	width: 220px;
}
.home .pushBoxes .item + .item{
	margin-left: 40px;
}
.home .pushBoxes .item .image{
	height: 180px;
	margin-bottom: 10px;
}
.home .pushBoxes .item .image img{
	display: block;
	margin: 0 auto;
}
.home .pushBoxes .item .title{
	color: #034B79;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.home .pushBoxes .item .text{
	line-height: 16px;
}

/* Index.php, category.php, tags.php */
/* ---------------------------------------------------- */
.blog #main > .leftColumn,
.tags #main > .leftColumn,
.category #main > .leftColumn{
	width: 220px;
	float: left;
}
.blog #main > .rightColumn,
.tags #main > .rightColumn,
.category #main > .rightColumn{
	width: 680px;
	float: right;
}
.loop > .item{
	border-bottom: 0 none;
	padding-top: 15px;
	margin-bottom: 15px;
}
.loop > .item + .item{
	border-top: 1px solid #ddd;
}
.loop .navigation{
	border-top: 1px solid #ddd;
	position: relative;
	height: 30px;
}
.loop .nav-previous{
	position: absolute;
	left: 0;
	top: 15px;
}
.loop .nav-next{
	position: absolute;
	right: 0;
	top: 15px;
}
.loop .nav-pages{
	position: absolute;
	left: 303px;
	top: 15px;
}

/* 404.php */
/* ---------------------------------------------------- */
.error404 #main .middle h1{
	font-size: 32px;
	margin-bottom: 6px;
	text-align: center;
}
.error404 #main > .middle{
	margin: 60px auto;
	text-transform: uppercase;
	width: 530px;
	font-size: 20px;
	line-height: 36px;
}
.error404 #main > .middle form{
	margin: 10px auto;
}

/* Search.php */
/* ---------------------------------------------------- */
.search #main{
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	margin: 10px auto 40px;
	width: 750px;
	padding: 0;
}
.search #main > .padding{
	padding: 20px 30px;
}
.search #main h1{
	margin-bottom: 10px;
}


/* Alternative searchform */
/* ---------------------------------------------------- */
form.alternativeForm {
	background: url(/images/design/searchBar.png) no-repeat;
	position: relative;
	margin: 10px 0 0;
	width: 228px;
	height: 42px;
}
form.alternativeForm  .field{
	background: none;
	border: 0 none;
	position: absolute;
	font-size: 16px;
	top: 9px;
	left: 10px;
	width: 180px;
}
form.alternativeForm .submit{
	background: none;
	border: 0 none;
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 35px;
	cursor: pointer;
}
/* Contactform Template */
/* ---------------------------------------------------- */
.page-template-contactformTemplate-php #main .contactform{
	background: #fff;
	width: 500px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
}
.page-template-contactformTemplate-php #main .contactform span.red{
	color: red;
}
.page-template-contactformTemplate-php #main .contactform .padding{
	padding: 20px 30px;
}
.page-template-contactformTemplate-php #main .contactform label{
	font-size: 12px;
}
.page-template-contactformTemplate-php #main .contactform select,
.page-template-contactformTemplate-php #main .contactform input{
	width: 100%;
}
.page-template-contactformTemplate-php #main .contactform td{
	width: 240px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}
.page-template-contactformTemplate-php #main .contactform td.noBorder{
	border: 0 none;
}
.page-template-contactformTemplate-php #main .contactform td + td{
	width: 200px;
}
.page-template-contactformTemplate-php #main .contactform textarea{
	width: 100%;
	height: 200px;
}
.page-template-contactformTemplate-php #main .contactform .lastRow{
	margin-top: 10px;
}


/* StartPage */
	.home .pushBoxes.start{padding:30px 0;}
	.home .pushBoxes.start .item{width: 280px;}
		.home .pushBoxes.start .item .image{float: left;}
			.pushBoxes.start .item .image img{width: 100px; height: 100px;}
		.home .pushBoxes.start .item .textBox{float: right; width: 160px;}
			.home .pushBoxes.start .item .textBox .title{color:#000;}	
.startPage.left{float: left; width: 600px;}
.startPage.right{float: right; width: 300px;}

.pageContent{margin: 30px 0 0; padding-bottom: 14px; font-size: 16px; font-weight: bold; border-bottom: 1px solid #DDDDDD;}
	.pageContent p{line-height: 20px;}

.startNewsBox .item{margin: 30px 0; color: #4c4c4c;}
	.startNewsBox .item h4{color: #000; text-transform: uppercase; margin-bottom: 0;}
	.startNewsBox .content{margin:5px 0;}
	.startNewsBox p{line-height: 15px; margin:5px 0;}