/*
Theme Name: Green Cool
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: LWS 2012
Author URI: http://www.lws.be

Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* @group reset et font-face */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #E5E206; color: #005b7f; text-shadow: none; }
::selection { background: #E5E206; color: #005b7f; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:Ludo LWS
   ========================================================================== */
   /*** @FONTFACE **/
	/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"Filetto Bold";src:url("fonts/Filetto_bold.eot?") format("eot"),url("fonts/Filetto_bold.woff") format("woff"),url("fonts/Filetto_bold.ttf") format("truetype"),url("fonts/Filetto_bold.svg#Filetto-Bold") format("svg");font-weight:normal;font-style:normal;}
	/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"Filetto";src:url("fonts/Filetto_regular.eot?") format("eot"),url("fonts/Filetto_regular.woff") format("woff"),url("fonts/Filetto_regular.ttf") format("truetype"),url("fonts/Filetto_regular.svg#Filetto-Regular") format("svg");font-weight:normal;font-style:normal;}
	/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"Filetto ExtraLight";src:url("../fonts/Filetto_extralight.eot?") format("eot"),url("fonts/Filetto_extralight.woff") format("woff"),url("fonts/Filetto_extralight.ttf") format("truetype"),url("fonts/Filetto_extralight.svg#Filetto-ExtraLight") format("svg");font-weight:normal;font-style:normal;}
@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/Roboto-Bold-webfont.eot');
    src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

	/** ! FONT FACE **/

/* @end */

a:visited{
		color: #fff;
		outline: none;
	}
a
{
	outline: none;text-decoration: none;
}
b,strong
{
	font-family: 'RobotoBold';font-weight: normal;
}
h1,h2,h3,h4,h5,h6,p
{margin:0; padding:0; font-weight:normal;}
.wrapper
{margin:0 auto;width:960px;}
body
{background-color:#f5f5f5;}
.wrapHead
{
	background: url('images/lueurs_header.png') no-repeat center top;padding-top:55px;padding-bottom: 55px;margin-bottom: 30px;
}
body.home .wrapHead
{
	padding-bottom: 0;margin-bottom: 0;
}
.wrapHead>.wrapper
{
	position: relative;
	z-index: 1;
}
header
{
	background:url('images/blue_bg.png');
	
}
body.home header
{
	height:508px;
}
h1.logo
{display:block;float:left;}
h1.logo a
{display:block;height:120px;width:133px;}

header nav
{display:block; float:right;margin-top:28px}
header nav ul li
{display:block;float:left;}
header nav ul li a
{display:block;float:left;background:url('images/menu_sprite.png') no-repeat;height:40px;width:75px;text-indent:-9999px;}
header nav ul li+li a
{background-position:-74px 0;width:126px;}
header nav ul li+li+li a
{background-position:-200px 0;width:122px;}
header nav ul li+li+li+li a
{background-position:-324px 0;width:98px;}
header nav ul li+li+li+li+li a
{background-position:-422px 0;width:105px;}
header nav ul li+li+li+li+li+li a
{background-position:-527px 0;width:71px;}
header nav ul li+li+li+li+li+li+li a
{background-position:-598px 0;width:63px;}
header nav ul li+li+li+li+li+li+li+li a
{background-position:-662px 0;width:75px;}

header nav ul li a:hover,header nav ul li.current-menu-item a
{background-position:0 -80px;}
header nav ul li+li a:hover,header nav ul li+li.current-menu-item a
{background-position:-74px -80px;}
header nav ul li+li+li a:hover,header nav ul li+li+li.current-menu-item a
{background-position:-200px -80px;}
header nav ul li+li+li+li a:hover,header nav ul li+li+li+li.current-menu-item a
{background-position:-324px -80px;}
header nav ul li+li+li+li+li a:hover,header nav ul li+li+li+li+li.current-menu-item a
{background-position:-422px -80px;}
header nav ul li+li+li+li+li+li a:hover,header nav ul li+li+li+li+li+li.current-menu-item a
{background-position:-527px -80px;}
header nav ul li+li+li+li+li+li+li a:hover,header nav ul li+li+li+li+li+li+li.current-menu-item a
{background-position:-598px -80px;}
header nav ul li+li+li+li+li+li+li+li a:hover,header nav ul li+li+li+li+li+li+li+li.current-menu-item a
{background-position:-662px -80px;}


/** BANNER **/
div.banner-polas
{
	width: 804px;height: 333px;
	margin: 0 auto;
	position: relative;z-index: 99;
}
div.banner-polas .wrapper
{
	height: 333px;
}
body .banner
{display:none;}
body.home .banner
{
	display: block;
}
div.banner
{height:333px;background: url('images/bg_banner.png') repeat-x bottom;
}
div.banner .wrapper
{
	position: relative;height: 333px;
}
div.banner .slide img
{
	display:block;margin-left:153px;float:left;
}
div.banner #nav
{
	position: absolute;right: 0;bottom: 55px;z-index: 99;
}
div.banner #nav a
{
	display: block; float: left;height: 34px;width: 34px;outline: none;background: url('images/sprite_slider.png') no-repeat -4px top;text-indent: -9999px;margin-left: 5px;
}
div.banner #nav a+a
{
	background-position: -4px -37px;
}
div.banner #nav a+a+a
{
	background-position: -4px -78px;
}
div.banner #nav a+a+a+a
{
	background-position: -4px -119px;
}
div.banner #nav a+a+a+a+a
{
	background-position: -4px -162px;
}
div.banner .slide .slogan
{width:355px;margin-left:10px;float:left;margin-top:25px;}
div.banner .slide .slogan h2
{color:#e5e206;text-transform:uppercase;font-size:30px;font-family:"Filetto Bold",helvetica,arial,sans-serif;}
div.banner .slide .slogan p
{color:#d8d8d8;font-size:20px;font-family:"Filetto ExtraLight",helvetica,arial,sans-serif;}
/** !BANNER**/
/** MAIN **/
#main
{background-color:#f5f5f5;padding-bottom: 30px;
}
div.bloc
{
	background: url('images/bloc_sprite.png') no-repeat left bottom;float: left;height: 450px;
		margin-left: 10px;
}
div.bloc h4
{
	color: #0093D5;font-family:'RobotoBold',arial,sans-serif;font-weight: normal;margin-top: 15px;margin-bottom: 5px;
}
#main div.bloc p
{
	margin-top:0;
}
div.blocContent
{
	background-color: #fff;height: 390px;
	padding: 0 20px 35px;
	border: 1px solid #e6e6e6;color: #7E7E7E;
}
div.blocContent p
{
	font-family: 'RobotoRegular','Helvetica Neue',helvetica,arial,sans-serif;font-size: 13px;color: #7e7e7e;
	text-align: left;
}
div.bloc.presentation p.col
{
	float: left;
	display: block;
	width: 234px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;

}
div.blocContent h3,div.blocContent h1,body.page #main div.sousMenu h1,body.page #main div.sousMenu h3
{
	background: url('images/bloc_sprite.png') no-repeat -150px top;padding-left: 40px;margin-left: -20px;font-size: 16px;height: 25px;color: #fff;text-transform: uppercase;
	font-family:"Filetto",helvetica,arial,sans-serif;line-height: 28px;margin-bottom: 30px;
}
body.page .blocContent h3,body.page div.blocContent h1
{
	background:  #0093D5;width: 265px;
}
body.single-produit .bloc.theContent .blocContent h3
{
	background:  #0093D5;width: 100%;
}
body.single div.blocContent h1
{
 width:100%;
 background:  #0093D5;
}
div.bloc.news
{
	height: 250px;
	background-position: -34px 51px!important;
}
.news div.blocContent h3
{
	background-position: -150px -26px;
	width: 207px;
}
.news div.blocContent
{
	height: 190px;
}
div.bloc.presentation,div.bloc.theContent.right
{
	width: 590px;
	background-position: -46px 327px;

}
div.bloc.theContent.right
{
	float: right;
}
div.bloc.theContent.right .shadow
{
	background-position: -46px -100px;
	
}
div.bloc.theContent .shadow
{
	background-position: -23px -257px;
}
div.bloc.news,div.bloc.sousMenu
{
	width: 280px;
	background-position: -34px 252px;
	margin-left: 72px;
	font-family: 'RobotoRegular';
}
div.bloc.news ul
{
	padding: 0 20px 9px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom:0;
}
div.bloc.news ul li
{
	list-style: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
div.bloc.news ul li:last-child
{
	border: none;
}
div.bloc.news .date
{
	color: #cac705;font-size: 13px;width: 43px;float: left;border-right: 1px solid #0097d1;line-height: 1em;padding: 10px 8px 10px 0;
}
div.bloc.news .date p
{
	color: #cac705
}
div.bloc.news .date span
{
	font-size: 16px;
	font-family: 'RobotoBold';
}
div.bloc.news .infosNews
{
	float: left;
	width: 135px;
	margin-left: 9px;
	line-height: 1em;
}
div.bloc.news .infosNews h4
{
	text-transform: uppercase;
	font-size: 13px;color: #0097d1;font-family: 'RobotoBold';
	margin-top: 4px;
}
div.bloc.news .infosNews p
{
	line-height: 1em;font-size: 12px;
}
div.services
{
	width: 228px;background-position: -45px -350px;margin-top: 20px;height: 320px;
}
div.services .blocContent
{
	padding: 17px 17px 0 17px;height: 279px;
}
div.services .blocContent img
{
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
div.bloc.theContent
{
	height: inherit!important;background: none;width: 950px;
}
div.bloc .shadow {
    background: url("images/bloc_sprite.png") no-repeat scroll -46px -100px transparent;
    height: 25px;
}
div.bloc.theContent .blocContent
{
	padding:0 40px 35px;height: inherit;
}
div.bloc.theContent .blocContent h3,div.bloc.theContent .blocContent h1
{
	padding-left: 40px;margin-left: -40px;
	background-position: -170px top;
	margin-bottom: 30px;
}
div.bloc.theContent .references h3
{
	margin-bottom:30px
}
div.bloc.sousMenu ul
{
	padding: 20px;
	padding-top: 0;
	margin-top: 0;
	margin-left:0px;
}
div.bloc.sousMenu ul li
{
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
}
div.bloc.sousMenu ul li a
{
	display: block;
	color: #0097D1;
	font-family: 'RobotoBold',arial,sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background: url('images/fleche_sous_menu.png') no-repeat right 6px;
}
div.bloc.sousMenu ul li a:hover,div.bloc.sousMenu ul li.current-menu-item a,div.bloc.sousMenu ul li.current_page_item a 
{
	color: #e3dd2c;
	background-position: right -20px;
}
div.bloc.theContent .blocContent .theNews
{
	margin: 0;padding: 0;margin-top: 30px;margin-left:-45px;
}
div.bloc.theContent .blocContent .theNews p.sorry
{
	margin-left:45px;
}
div.bloc.theContent .blocContent .theNews li
{
	list-style: none;margin-bottom:30px;float: left;margin-left: 45px;
}
div.bloc.theContent .blocContent .theNews.jobs li
{
margin-left:0;
}
div.bloc.theContent .blocContent .theNews .date,div.bloc.theContent .blocContent .theNews .infos
{
	float: left;
}
div.bloc.theContent .blocContent .theNews .infos
{
	margin-left: 15px;width: 255px;margin-top: 6px;
}
div.bloc.theContent .blocContent .theNews .infos p
{
	margin: 0;font-size: 12px;
}
div.bloc.theContent .blocContent.theNews .infos a,div.bloc.theContent .blocContent .theNews .infos a:visited
{
	color: #0097D1;
}
div.bloc.theContent .blocContent .theNews .date
{
	width: 95px;line-height: 1em;text-align: right;
}
div.bloc.theContent .blocContent .theNews .date img
{
	border: 1px solid #e6E6E6;padding: 3px;
}
div.bloc.theContent .blocContent .theNews .date p,div.bloc.theContent .blocContent .theNews .date span
{
	color:#CAC705;font-size: 12px;line-height: 1em;text-align: right;margin-right: 3px;
}
#main div.bloc.theContent .blocContent .theNews .date p
{
	margin:0;font-family: 'RobotoRegular',arial,sans-serif;margin-right: 3px;margin-top: 3px;
}
div.bloc.theContent .blocContent .theNews .date span
{
	font-family: 'RobotoBold',arial,sans-serif;font-size: 13px;text-align: right;
}
div.blocContent ul li
{
	color: #7E7E7E;font-size: 13px;
}
div.blocContent ul li a,div.blocContent a
{
	color: #0093D5;
}
/** PROMO **/

div.englobepromo
{
	/*padding: 18px 17px;*/
	width: 277px;
	float: left;
	display: block;
	margin-left:73px;
	height: 175px;
	margin-top:21px;
	background: url("images/bloc_sprite.png") no-repeat scroll -34px -19px;
}
div.blocpromo
{
	width: 277px;
	background: #fff;
	border:1px solid #e6e6e6;
	height: 154px;
	padding:0;
	position: relative;
}
div.blocpromo a
{
	display: block;
	position: absolute;
	left:0;
	top:0;
	z-index:9;
}
div.blocpromo h3
{
	margin-bottom:0;
	position: relative;
	z-index:10;
	margin-left:0;
}
/**REFERENCES**/
a.reference
{
	display: block;float: left;height: 100px;width: 150px;
	border: 1px solid #E6E6E6;padding: 3px;
	margin-left: 13px;	margin-bottom: 13px;
}
#main .coordonnees
{
	background-position: -34px 123px;height: 315px;
}
.coordonnees .blocContent
{
	padding: 0 40px 0;height: 293px;
}
body.page-id-25 .coordonnees .blocContent h3
{
	margin-left: -40px!important;
}
.coordonnees .blocContent h4
{
	margin-top: 30px;margin-bottom: 10px;font-family: 'RobotoBold',arial,sans-serif;color: #CAC705;
}
/** Promo single **/
.col-left-prom
{
	width:300px;
	float: left;
}
.blocprom
{
	color:#0093D5!important;
	margin-bottom:10px;
}
.blocprom p,.blocprom ul li,.blocprom ol li,.blocprom ul,.blocprom ol
{
	color:#0093D5!important;
}
.blocprom ul,.blocprom ol
{
	padding-left:20px;
}
.blocprom h2
{
	background : #e4df1f url('images/icons-proms.png') no-repeat 5px 4px;
	color:#0093d5;
	padding: 5px 15px 5px 27px;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom:10px;
}
a.pdf
{
	float: right;
	display: block;
	padding:10px 20px 10px 36px;
	margin-top:40px;
	font-size:13px;

	background: rgb(255,255,255); /* Old browsers */
	background: url('images/icons-proms.png') no-repeat 9px -86px,-moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: url('images/icons-proms.png') no-repeat 9px -86px,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: url('images/icons-proms.png') no-repeat 9px -86px,-webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('images/icons-proms.png') no-repeat 9px -86px,-o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: url('images/icons-proms.png') no-repeat 9px -86px,-ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: url('images/icons-proms.png') no-repeat 9px -86px,linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

	border:1px solid #CECECE;


}
.blocprom.avantages p,.blocprom.avantages ul li,.blocprom.avantages ol li,.blocprom.avantages ul,.blocprom.avantages ol
{
	color:#87b900!important;
}
.blocprom.avantages h2
{
	background-position: 5px -61px;
	background-color:#76cd05;
	color:#fff;
}
div.galprom
{
	float: right;
	width: 442px;
	margin-top:20px;
}
div.galprom a
{
	display: block;
	float: left;
	border:1px solid #f0f0f0;
	margin-left:28px;
}
div.galprom a.first
{
	margin-left: 0;
}
img.attachment-big-prom
{
	background-color:#fff;
	padding:5px;
	border:1px solid #f0f0f0;
	-webkit-box-shadow:  0px 0px 3px 0px #cdcdcd;
    box-shadow:  0px 0px 3px 0px #cdcdcd;
    margin-left:40px;
    float: right;
}
.blocprom.appli h2
{
	background-position: 5px -28px;
}
/** !MAIN **/
#main .col
{
	float: left;
}
#main .col .bloc
{
	float: none;	
}

#main .col .bloc.serv
{
	margin-top: 40px;height: 283px;
	background-position: -34px 85px;
}
#main .col .bloc.serv .blocContent
{
	height: 223px;
}
#main .col .bloc.serv ul li a
{
	background:none;
}
/** FORMULAIRE **/
.wpcf7
{
	width: 510px;margin: 0 auto;position:relative;
}
.wpcf7 p
{
	margin-bottom:5px;
}
.wpcf7 input,.wpcf7 textarea
{
	border: 1px solid #e6e6e6;
	padding: 5px 10px;
	width: 352px;
	color: #a7A7A7;
}
.wpcf7 textarea
{
	height:48px;
}
.wpcf7 label
{
	color: #7E7E7E;font-size: 13px;text-transform: uppercase;
	float: left;
	width: 115px;
	display: block;text-align: right;
	margin-right: 20px;
}
.wpcf7 input[type="submit"]
{
	float: right;
	color: #FFFFFF;
	width: 115px;
	background-color: #0097D1;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	width: 80px;height: 33px;border-color: #007cb4;
}
.wpcf7 .wpcf7-response-output
{
	bottom: -62px;
    left: 0;
    position: absolute;
    width: 364px;
	font-size:13px;
}
#main span.wpcf7-not-valid-tip
{
	top:-5px;
}
#main img.ajax-loader
{
	position: absolute;
    right: 103px;
    top: 150px;
}
/**/
/** PRODUITS **/
ul.list-produits
{
padding: 0;margin: 0;	
}
li.produit
{
	list-style: none;
	display: block;
	float: left;
	background-color: #fff;
	width: 125px;
	
	padding:10px 15px;
	margin-bottom: 30px;
	border: 1px solid #E6E6E6;
	margin-left: 6px;margin-right: 6px;
}
li.produit h4
{
	font-size: 13px;
	text-transform: uppercase;
	font-family:"RobotoBold";
	color: #0097D1;
	font-weight: normal;
	text-align: center;
}
#main li.produit p
{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.2em;
}
#main li.produit .illustration
{
	margin-top: 10px;
	margin-bottom:10px;
}
#main li.produit .illustration img
{
	border: 3px solid #d8d8d8;
}
#main a.backbtn
{
	display: block;
	padding: 3px 5px;
	background-color:#0093D5;
	margin-top: 30px;
	font-size: 13px;
	color: #fff;
	width: 100px;
}
#main a.button-fiche
{
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding: 3px 10px;
	color: #fff;
	margin-top: 15px;
	background: #00adf7;
	background: -moz-linear-gradient(top,  #00adf7 0%, #0093d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00adf7), color-stop(100%,#0093d5));
	background: -webkit-linear-gradient(top,  #00adf7 0%,#0093d5 100%);
	background: -o-linear-gradient(top,  #00adf7 0%,#0093d5 100%);
	background: -ms-linear-gradient(top,  #00adf7 0%,#0093d5 100%);
	background: linear-gradient(to bottom,  #00adf7 0%,#0093d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adf7', endColorstr='#0093d5',GradientType=0 );
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #0079AD;
}


li.produit a.button-fiche img
{
	float: right;
}
.myProduct .productInfos,.myProduct .product-col-left
{
	float: left;
}
.myProduct .product-col-left
{
	width: 228px;
}
.myProduct .product-col-left a.button-fiche
{
	margin-top:20px;text-align: left;width: 130px;
}
#main .myProduct .product-col-left a.button-fiche.contact
{
	background: #d8d83d;
	background: -moz-linear-gradient(top,  #d8d83d 0%, #c4c438 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d83d), color-stop(100%,#c4c438));
	background: -webkit-linear-gradient(top,  #d8d83d 0%,#c4c438 100%);
	background: -o-linear-gradient(top,  #d8d83d 0%,#c4c438 100%);
	background: -ms-linear-gradient(top,  #d8d83d 0%,#c4c438 100%);
	background: linear-gradient(to bottom,  #d8d83d 0%,#c4c438 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d83d', endColorstr='#c4c438',GradientType=0 );
	border: 1px solid #AAAA31;
	color: #595919;
	margin-top: 10px;
}


.myProduct .product-col-left a.button-fiche img
{
	float: right;
}
#main .myProduct .pagination
{
	margin: 0;padding: 0;margin-top: 10px;
}
.myProduct .pagination li
{
	display: block;list-style: none;float: left;margin-left: 15px;
}
.myProduct .pagination li a
{
	display: block;float: left;border: 1px solid #D8D8D8;
}
.myProduct .galerie
{margin-left:-15px;}
.myProduct .galerie .slides_container img
{
	border: 3px solid #D8D8D8;
}
.myProduct .productInfos
{
	width: 260px;
	margin-left: 20px;
}
#main .myProduct .productInfos p
{
	margin: 0;
}
.myProduct .galerie a,.myProduct .galerie a img, .myProduct .galerie img
{
	width:54px;height:40px;
	display:block;
	float:left;
}
.myProduct .galerie a
{
	border: 1px solid #D8D8D8;
	margin-left: 15px;
}
p.price
{
	margin-top:0;
}
p.price span
{
	font-size:14px;
	font-weight:bold;
	color:#0093D5;
}
/**!PRODUITS **/
/** FOOTER **/
.wrapFoot
{
	background: url('images/lueurs_footer.png') no-repeat center top;padding-top: 40px;padding-bottom: 40px;
}
.wrapFootfirst
{
	background: url('images/wrapfootfirst.png') no-repeat center bottom;
	width: 680px;position: absolute;
	height: 127px;
	bottom: -40px;right: 0;
}
#map_canvas
{
	width: 100%;
	height: 300px;
	margin-top: 30px;
}
footer
{
	
	background:url('images/blue_bg.png');
	font-size: 12px;
	color: #fff;
	font-family: 'RobotoRegular',arial,sans-serif;
}
footer a
{
	color: #fff;
	text-decoration: none;
}
footer a:visited{
	color: #fff;
}
footer a:hover{
	color: #e3dd2c;
}
footer .wrapper
{
	position: relative;
}
.blocFoot
{
	float:left;
	padding-left: 62px;padding-right: 64px;
	background:url('images/sep_foot.png') no-repeat right top;
	min-height: 200px;
	position: relative;
	z-index: 99;
}
.blocFoot.adresse
{
	margin-left: 0;padding-left: 0;
}
.blocFoot.adresse h3
{
	margin-bottom: 5px;
}
.blocFoot.adresse h3 img
{
	margin-right: 10px;
}
.blocFoot ul
{
	margin: 0;
	padding: 0;
}
.blocFoot ul li
{
	list-style: none;
}
.blocFoot.copyLWS
{
	float: right;
	width: 215px;
	text-align: justify;font-size: 12px;
	margin-left: 0;
	padding-right: 0;
	background: none;
}
.blocFoot.copyLWS h3 img
{
	vertical-align: top;
	margin-top: 1px;
	float: right;
}
.blocFoot h3
{
	font-size: 13px;color:#e3dd2c;margin-bottom: 25px;
	font-weight: normal;text-transform: uppercase;
}
/**!FOOTER**/

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* @group Wordpress Default */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom:10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
	margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}




/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}

/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =IE8 
----------------------------------------------- */ 
 
#ie8 section.feature-image.large img { 
	width: 100%; 
}

/* @end */ 