/* @override 
	http://eausecours.org/wp-content/themes/eausecours/style.css
*/

/*
Theme Name: Eau
Author: Anne Brissette + Dana Whittle
Author URI: http://annebrissette.com http://vizou.com
*/

/* @group Basics */

/* basics */

* {  	
margin: 0; 
padding: 0; 
}

html {  	
text-align: center; 
}

body {  
font: normal 76% helvetica, verdana, arial, sans-serif; 
line-height: 18px;
margin: 0 auto; 
position: relative; 
background: #7593cf url(images/bg2.jpg) repeat-x top;
}

p {  	
font-size: 1em; 
}

ul, ol {  	
list-style: none; 
border: 0;
}

img{  	
border: 0; 
}

blockquote {  	
border-left: 5px solid #eee; 
margin: 15px; 
padding: 0 10px; 
}

code {  	
margin: 1em; 
font-family: "Courier New", Courier, monospace; 
}

small {  	
font-size: 0.8em; 
}

em {  	
}

cite {  	
font-size: 0.8em; 
font-weight: bold; 
font-style: normal;
text-transform: uppercase; 
}

cite a {  	
color: #000; 
text-decoration: none; 
}

/* @end */

/* @group Layout */

.which-template {  
display: none;	
color: red;
}

#container {  	
width: 1000px; 
margin: 0 auto; 
text-align: left; 
overflow: hidden; 
background: #fff url(images/bg2.jpg) repeat-y;
min-height: 400px;
}

#containerTwo {  	
width: 100%; 
margin: 0 auto;
overflow: hidden;
background: #fff url(images/page2.jpg) repeat-y;
}

#containerTwo .containerTwoTop {  
width: 100%;
margin: 0 auto;	
background: url(images/pagetop2.jpg) no-repeat top; 
overflow: hidden;
}

#header {  
width: 100%;
margin: 0 auto;	
height: 194px;  
background: #7593cf url(images/header2.jpg) no-repeat top center;
}

#scroll {  	
margin-top: -28px;
padding: 0 150px; 
}

#menu { 
width: 1000px;
margin: 0 auto;
height: 46px;
background: #7593cf url(images/menu2.jpg) no-repeat left;
}

#menuContent { 	
padding: 0 50px 0 50px;
height: 46px; 
}

#searchform {  	
}

#subOne { 
float: left; 
left: 0;
width: 180px; 
font-family: "lucida grande",arial, helvetica, sans-serif;
}

#subOneContent {  	
padding: 20px 0; 
text-align: left; 
}

#mainOne {  
overflow: hidden;	
float: left; 
left: 180px; 
width: 560px; 
}

#mainOneContent {  		
padding: 20px 30px 20px 40px; 
}

#subTwo {  	
float: right;
width: 260px;
}

#subTwoContent {  	
padding: 0;
margin-right: 50px;
overflow: hidden;
}

#footer {  	
width: 1000px;
clear: both; 
margin: 0 auto; 
padding-top: 20px;
background-color: #7593cf;
}

/* @end */

/* @group Navigation */

a {  	
color: #0a49bd; 
text-decoration: none; 
}

a:hover {  	
color: #6fa851; 
text-decoration: none; 
}

#menuContent ul {  	
list-style: none; 
width: 100%;
float: left;
margin: 0 auto;
padding: 0;
position: relative;
line-height: 130%;
}

#menuContent ul li { 
display: table;
width: 120px;
float: left;
margin: 0 4px;
font-size: 1em;
text-transform: uppercase;
font-family: "lucida grande",arial, helvetica, sans-serif;
}

#menuContent ul li a {  	
display: table-cell; 
vertical-align: middle;
text-align: center;
height: 46px;
}

#menu a {
color: #fff;
}

#menuContent ul li a:hover {  	
color: #ffec40; 
text-transform: lowercase;
background: url(images/fleche.png) no-repeat center 37px;
}

#menuContent ul li.current_page_item a {  	
color: #ffec40; 
width: 126px;
font-weight: bold;
font-size: 1em;
text-transform: lowercase;
background: url(images/fleche.png) no-repeat center 37px;
}

#subpages {  	
display: block;
width: 100%;
height: 30px;
}

#subpages li {  	
display: inline; 
}

#subpages li.page_item a {  	
float: left;
margin-right: 10px;
color: #fff; 
background-color: #698eff;
padding: 2px 8px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; 
}

#subpages ul li.page_item a:hover {  	
color: #000;  
}

#thumbnail-menu {  	
float: left;
clear: both;
padding: 0 0 20px 0;
border-bottom: 1px solid #ddd; 
}

.more a {  	
float: right;
font-size: 0.9em;
text-transform: uppercase; 
}

.return a {  	
}

.navigation {  	
display: block;
width: 100%; 
text-transform: uppercase;
font-size: 0.9em;
clear: both;
}

.navigation a {  	
display: inline;
padding: 3px 5px;
margin: 0 10px;
background-color: #e3e8ff;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; 
}

.alignleft {  	
float: left; 
margin: 10px 0;
}

.alignright {  	
float: right; 
margin: 10px 0; 
}

/* @end */

/* @group Headers, Links */

h1, h2, h3, h4 {  	
font-weight: normal; 
font-family: "lucida grande",tahoma, arial, helvetica, sans-serif; 	
}

#mainOneContent h2 {  	
margin: 9px 0;
font-size: 2em;
line-height: 100%;
color: #325adf; 
letter-spacing: -1px;
}

h3 {  	
font-size: 1.2em;
color: #2a925a;
padding: 0 0 9px 0; 
text-transform: uppercase;
}

.post.list h3 {  	
padding: 0 0 9px 0; 
font-size: 0.9em; 
line-height: 12px;
}

h3 a {  	
color: #2a925a; 
}

h4 {  	
font-size: 0.9em;
font-weight: bold;
color: #666; 
}

/* @end */

/* @group subOne */

#subOne ul li {  
border-bottom: 2px dotted #ece62f;	
padding: 9px 10px; 
}

#subOne .no-border {  	
border: 0; 
padding: 9px 0 0 0;
}

#subOne .gigpress-listing {  	
font-size: 0.9em; 
}

#subOne .gigpress-sidebar-prep {  	
display: none; 
}

#subOne li.vevent,
#subOne .location.gigpress-sidebar-venue a {  	
border: 0; 
text-transform: none;
padding: 3px;
}

#subOne .gigpress-sidebar-date {  	
color: #ffec40;  
}

#subOne .tiny a small {  	
color: #99e6e4; 
}

#subOne a {  	
display: block;
color: #fff;  
}

#subOne ul li.page_item {  	
font-size: 1em;
text-transform: uppercase;
color: #fff; 
}

#subOne ul li.current_page_item a {  	
color: #ffec40; 
display: block;
font-weight: bold;
font-size: 1.1em;
text-transform: lowercase;
}

#subOne a:hover { 	
color: #8ad4ff; 
}

/* @end */

/* @group mainOne */

.post {  	
overflow: hidden;
margin-bottom: 9px;
}

.entry,
.entry.boutique {  	
overflow: hidden; 
margin-bottom: 9px; 
}

.border {  	
border-bottom: 1px dotted #ffbf22;
}

.no-border {  	
border: 0; 
}

#mainOne .post img { 
float: left; 
margin: 6px 18px 3px 0;
padding-right: 9px;
}

#mainOne .post.boutique img {  	
padding-right: 0; 
}

#mainOne .gallery-item {  	
float: none;
}

#mainOne .post p,
#intro p {  	 
margin-bottom: 8px;
}

#mainOne .download li {  	
list-style: none;
padding: 3px 0 3px 20px;
border-bottom: 1px dotted #ffbf22;
background: url(icons/star_red.gif) no-repeat 0 50%;
}

#mainOne .archive li {  	
list-style: none;
padding: 3px 0;
border-bottom: 1px dotted #ffbf22;
 
}

.entry ul li {  	
list-style-image: url(icons/bullet_blue.png);
list-style-position: outside; 
padding: 4px 0;
margin-left: 20px;
}

.entry ul,
.entry ol {  	
margin-bottom: 9px; 
}

.entry ol li {  	
list-style-position: inside; 
list-style-type: decimal;
margin-left: 20px;
}

#mainOne .post.boutique {  
overflow: hidden;
border-bottom: 1px dotted #ffbf22;
}

ol li.blogroll {  	
list-style-type: disc; 
list-style-position: inside; 
}

.blogroll {  	
border-bottom: 1px solid #ddd;
padding: 5px 0; 
}

.blogroll a {  	
font-weight: bold;
margin-right: 3px;
}

.postmetadata {  	
font-size: 0.9em; 
color: #5371ae;
text-transform: uppercase;
}

.date {  	
background: url(icons/time1.png) no-repeat 0 0;
padding: 3px 3px 3px 20px; 
}

ul#login {  	
display: block;
width: 100%;
}

#login li {  	
display: inline; 
}

#login li a {  	
float: left;
display: block;
border: 1px solid #333;
margin-right: 10px;
color: #333; 
background-color: #e3e8ff;
padding: 2px 8px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; 
}

/* @end */

/* @group subTwo */

#searchform {  	
margin: 20px 0; 
}

#subTwoContent h2 {  	
margin-top: 20px; 
}

#cloud { 
overflow: hidden;
margin: 20px 10px;	
}

#cloud p {  	
margin-bottom: 10px;
font-size: 0.8em;
text-transform: uppercase;
color: #2a925a;
}

#cloud a {  	
float: left;
text-transform: lowercase;
margin: 3px 10px 5px 0;
color: #333; 
background-color: #e3e8ff;
padding: 1px 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;  
}

#subTwo .random img { 
width: 260px; 	
-moz-border-bottom-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;  
margin: 0;
padding: 0;
overflow: hidden;
}

#panier {  
margin: 10px 0 30px 5px;	
background-color: #eaffac; 
-moz-border-bottom-left-radius: 8px;
-webkit-border-bottom-left-radius: 9px;
border-bottom-left-radius: 0px;  
-moz-border-top-left-radius: 8px;
-webkit-border-top-left-radius: 9px;
border-top-left-radius: 0px; 
}

#panierContent {  	
padding: 10px 10px; 
}

#panier .shopping_cart h2 { 
float: right;
clear: both; 
padding: 0;
font-size: 1.7em;	
margin: 0;
color: #325adf; 
}

.shopping_cart th {  	
padding:  0 5px 0 0; 
}

.shopping_cart table {  	
font-size: 0.9em; 
line-height: 130%; 
}

.shopping_cart form {  	
padding-top: 10px; 
}

.shopping_cart .eStore_paypal_checkout_button {  	
border: 0; 
padding-top: 20px;
}


/* @end */

/* @group Comments */

#commentssection {  	
clear: both; 
margin: 10px 0 10px 40px; 
}

#commentssection h3 {  	
color: #000; 
}

#commentform {  	
background-color: #eaffdf; 
margin: 10px 0 10px 40px; 
padding: 20px; 
width: 100%; 
}

#commentform p {  	
color: #000; 
}

#commentform a {  	
color: #000; 
text-decoration: none; 
border-bottom: 1px dotted #465D71; 
}

#commentform h3 {  	
color: #000; 
}

#commentbox {  	
width: 350px; 
margin: 5px 5px 0 0; 
}

.commentmetadata .date {  	
color: #9cbc70; 
font-weight: bold; 
text-transform: uppercase; 
}

.comment {  	
background: url(icons/comment.gif) no-repeat 0 50%; 
padding: 2px 0 2px 19px; 
margin-left: 5px; 
}

#author, #email, #url, #commentbox, #submit {  	
background: #fff; 
font-family: verdana, arial, courriel; 
font-size: 0.9em; 
margin: 5px 5px 0 0; 
border: 0; 
padding: 6px; 
border: 1px solid #ccc; 
}

#submit {  	
margin: 5px 5px 0 0; 
}

ol.commentlist {  	
list-style-type: none; 
}

ol.commentlist li {  	
background: #fff; 
margin: 10px 0; 
padding: 5px 0 5px 10px; 
overflow: hidden; 
}

ol.commentlist li.alt {  	
background: #eee; 
}

ol.commentlist li p {  	
margin: 6px 0 6px 0; 
padding: 0 12px 0 0; 
line-height: 140%; 
}

ol.commentlist a {  	
color: #000; 
}

/* @end */

/* @group Forms */

/* search */

#searchform {  	
padding: 5px; 
}

#searchform input#s {  	
font-size: 0.9em; 
padding: 2px; 
margin: 2px; 
width: 120px 
}

#searchform input#searchsubmit {  	
padding: 2px; 
margin: 2px 0 0 2px; 
color: #000; 
}

#searchform input#s { 
width: 140px; 	
padding: 4px 0 4px 0px; 
}

/* @end */

/* @group Footer */

#breadcrumbs {  	
background-color: #e3e8ff;
padding: 2px 8px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; 
margin: 0 5px; 
color: #333; 
}

#footer p #breadcrumbs a {  	
color: #333;  
}

#breadcrumbs strong {  	
color: #000; 
text-transform: uppercase;
font-weight: bold;
font-size: 0.9em;
}

#footer p {  	
margin: 0; 
color: #fff; 
text-transform: lowercase;
}

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

#footer a:hover {  	
color: #ccc; 
text-decoration: none; 
}

.admin {  	
background: url(icons/key-yellow.png) no-repeat 3px 50%; 
padding: 5px 0 5px 25px; 
}

/* @end */

/* @group Plugins */

#mainOne .gigpress-table {  	
border: 0; 
}

#mainOne .gigpress-date {  	
width: 20%; 
font-weight: bold;
}

#mainOne .gigpress-header {  	
background-color: #e3e8ff 
}

#mainOne .location {  	
color: #2d9f27; 
}

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

.wpcf7-form .prix,
.wpcf7-form .quiz,
.wpcf7-form .don input,
.wpcf7-form .montant-total input,
.wpcf7-form .no-membres input {  	
width: 70px;
margin: 2px 0;
}

.wpcf7-form p.formtext {  	
width: 70%; 
line-height: 130%;
padding-bottom: 3px;
}

.wpcf7-form input {  	
padding: 2px 0; 
margin: 0 0 5px 0;
width: 298px; 
}

.wpcf7-form .checkbox input {  	
width: 15px; 
}

.wpcf7-form .formbutton {  	
margin: 5px 0 5px 0; 
float: left;
width: 90px;
}


/* @end */