/* @override http://violontradquebec.com/wp-content/themes/camp/style.css */

/*
Theme Name: Camp
Author: Dana Whittle
Author URI: http://vizou.com
*/

/* @group Basics */

/*basics */

* {  	
margin: 0; 
padding: 0; 
}

html {  	
text-align: center; 
}

body {  
font: normal 80% "museo-sans-1","museo-sans-2", helvetica, verdana, arial, tahoma, sans-serif; 
margin: 0 auto; 
line-height: 18px;
background-color: #6e1212;
height: 100%;
position: relative;
font-weight: 100;
}

p {  	
font-size: 1em; 
}

a {  	
color: #b45c1c; 
text-decoration: none; 
border: none; 
}

a:hover {  	
text-decoration: none; 
color: #13aa6e;
}

img {  	
border: 0; 
}

ul {  	
list-style: none; 
}

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

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

blockquote {  	
padding: 0 10px; 
}

small {  	
font-size: 0.9em; 
color: #777;
}

strong {  	
font-weight: 700;
font-style: normal; 
}

em {  	
color: #e10036; 
font-style: italic; 
}

.hide {  	
display: none; 
}

/* @end */

/* @group Layout */

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

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

#header-date { 
clear: both;
width: 100%;
margin: 0 auto;
padding: 8px 0 2px 0;
height: 45px;
background: url(images/menu2.jpg) repeat-y;
}

#header-date h1 { 
font-size: 2.4em; 	
color: #fff; 
font-family: "superclarendon-1", sans-serif; 
line-height: 100%;
text-align: center;
}

#header {  
clear: both;
overflow: hidden;	
width: 100%; 
height: 300px; 
margin: 0 auto; 
background: #000 url(images/header2.jpg) no-repeat 0 50px;
}

#cimy_div_id {
width: 100%;
height: 300px;
margin: 0 auto;
}

#menu { 
float: left;
overflow: hidden;
position: relative;
width: 100%;
height: 30px;
text-transform: uppercase;
margin: 0px auto 0 auto;
background: url(images/menu2.jpg) no-repeat;
}

ul#menuContent { 
clear: left;
float: left;
position: relative;
left: 50%;
list-style: none; 
font-size: 0.8em; 
letter-spacing: 1px;
text-align: center;
font-weight: bold; 
}

#subOne { 
float: left;
left: 0;	
width: 350px; 
}

#subOneContent {  	
text-align: left;
margin: 0 0 0 50px;
overflow: hidden;
padding: 10px 0 25px 25px; 
}

#mainOne {  	
float: right;
left:  350px;
width: 650px;
background: url(images/corner2.jpg) no-repeat top left; 
}

#mainOneContent { 	
padding: 20px 90px 20px 30px;
overflow: hidden; 
}

#footer { 	
width: 1000px;
height: 70px;
clear: both; 
margin: 0 auto;
padding-top: 20px; 
font-size: 0.9em; 
}

/* @end */

/* @group Navigation */

ul#menuContent li {  	
float: left; 
display: inline;
position: relative;
right: 50%;
padding: 5px; 
margin-right: 4px;
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
border-bottom-top-radius: 8px;  
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px; 
background: url(images/menutab.jpg) no-repeat;
border-top: 2px solid #c06d10; 
border-right: 2px solid #c06d10; 
border-left: 2px solid #c06d10; 
}

ul#menuContent li a { 
display: block; 	
color: #fff;
margin: 0 8px;
}

ul#menuContent li a:hover {  	
color: #ffa113; 
}

ul#menuContent li.current_page_item {  	
background: url(images/menutab2.jpg) no-repeat;
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
border-bottom-top-radius: 8px;  
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px; 
}

ul#menuContent li.current_page_item a {  	
color: #ffa113;
}

ul#menuContent li.current_page_item a:hover {  	
color: #fff; 
}

ul#subpages { 
overflow: hidden; 	
margin-bottom: 20px;
color: #000;
}

ul#subpages li {  
float: left;
display: inline;
font-size: 0.9em; 
font-weight: 300;
text-transform: lowercase;
padding: 0 0 0 0;
margin-right: 9px;
}

ul#subpages .current_page_item {  	
background: url(images/smudge.jpg) center;
}

ul#subpages li a {  	
color: #000; 
}

ul#subpages li a:hover {  	
color: #e10036; 
}

/* @end */

/* @group Headers */

h1, h2, h3, h4, h5 {  	
font-family: "superclarendon-1", helvetica, arial, sans-serif; 
font-weight: 400; 
}

#mainOne h1 {  	
text-transform: uppercase;
line-height: 100%;
color: #ff4100; 
font-size: 2.5em;
margin: 10px 0;
}

h2 {  	
color: #e10036;
font-size: 2em;
line-height: 100%;
padding: 5px 0 12px 0;
}

h2 a {  	
color: #e10036; 
}

#subOne h2 {  	
font-size: 1.5em;
margin: 10px 0 0 0;
color: #ffa113;
}

#subOne h2 a {  	
color: #ffa113; 
}

h3 {  	
font-size: 1.3em;
color: #8f2444;
padding: 10px 0 5px 0;
}

h3 a {  	
color: #8f2444; 
}

#subOne h3 {  	
color: #fff; 
}

h4 {  	
font-size: 1em;
font-weight: bold; 
}

/* @end */

/* @group Sub */

#language {  
clear: both;
display: block;
overflow: hidden;
height: 27px;
margin: 0 15px 10px 0;
}

#language ul li {  	
float: right; 
display: inline;
}

#language ul li a {  	
display: block; 
margin-left: 5px;
}

.english { 
float: right;
display: inline;
width: 20px; 	
height: 20px;
background: url(icons/english.jpg) no-repeat;
padding: 5px 5px 5px 0;
}

.francais {  
float: right;
display: inline;
width: 20px;	
height: 20px;
padding: 5px 0 5px 0;
background: url(icons/francais.jpg) no-repeat;
}

#subOne .subItem {  	
color: #fff;
padding-right: 25px;
overflow: hidden;
margin: 10px 0;
}

#subOne a {  	
color: #fff; 
}

#subOne a:hover {  	
color: #ffa113; 
}

#subOne li.current_page_item {  	
background: url(images/menutab2.jpg) no-repeat;
}

#subOne ul.subMenu li {  
border-bottom: 2px solid #c06d10; 	
margin: 0 0 0 -30px;
font-size: 0.9em;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
height: 23px;
padding: 5px 10px 0 30px;
}

#subOne ul {  	
margin-bottom: 15px;
list-style: none;
}

#subOne ul li a {  
color: #fff;	
}

#subOne ul li{  	
font-size: 1em;
color: #fff;	
}

#subOne img.attachment-50x50.wp-post-image {  	
border: 3px solid #c06d10; 
margin: 0 10px 10px 0;
}

/* @end */

/* @group Main */

.post {  	
margin-bottom: 5px;
padding-bottom: 5px;
}

#mainOne .intro {  	
padding-bottom: 9px;
}

#mainOne p {  	 
padding: 3px 0 6px 0;
}

.entry {  	
overflow: hidden; 
}

.post.border {  	
border-bottom: 1px solid #ccc; 
}

#mainOne .no-border {  	
border: 0; 
}

#mainOne img.alignleft, 
.wp-caption.alignleft,
img.attachment-thumbnail,
img.camper-thumbnail,
img.attachment-iconthumb {  	
float: left; 
margin: 9px 18px 9px 0;
}

#mainOne img.alignnone, 
#mainOne .gallery img {
float: none;
padding: 0;
border: 0;
margin: 3px 0 6px 0;
}

img.attachment-iconthumb {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; 
background: #fff;
padding: 4px;
}

#mainOne img.alignright,
#mainOne .wp-caption.alignright {  	
float: right; 
margin: 9px 0 9px 19px; 
}

#mainOne img.camper-thumbnail {  	
max-width: 150px;
height: auto; 
}

.wp-caption-text,
#mainOne .gallery-caption {  	
font-family: "superclarendon-1", helvetica, arial, sans-serif; 
font-size: 0.85em;
color: #888;
margin: 3px 0;
text-align: center;
width: 98%;
line-height: 14px;
}

#mainOne ul {  	
margin-bottom: 9px;
}

#mainOne ol {  	
margin: 3px 0 6px 18px; 
}

#mainOne .post ul li {  
overflow: hidden;
border-bottom: 1px solid #ccc;
padding: 3px 0 6px 0;
}

#mainOne ul.partenaires {  	
margin-top: 20px; 
}

#mainOne ul.partenaires li img { 
float: right; 	
border: 0;
margin-bottom: 9px;
}

#mainOne ul.partenaires li {  	
padding: 10px 0;
}

.postmetadata {  
clear: both;
margin: 9px 0 0 0;
font-size: 0.85em;
text-transform: uppercase; 
color: #328324;
}

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

.more a {  	
font-weight: bold; 
color: #e10036;
}

/* @end */

/* @group Plugins */

/* eStore */

#mainOne .velo .eStore-product {  	
border: 0; 
}

#mainOne .shopping_cart {  	
margin: 20px 0;
overflow: hidden;
}

#mainOne .shopping_cart h2 {  	
padding: 5px 0 10px 0;
font-size: 1.6em;
color: #c22c13;
}

#mainOne .shopping_cart input {  	
padding: 3px; 
}

#mainOne .eStore-product-description {  	
padding: 9px 18px 0 18px;
margin: 0;
}

#mainOne .eStore-fancy2-product-name a {  	
font-family: "superclarendon-1", helvetica, arial, sans-serif; 
font-weight: normal;
font-size: 0.9em; 
display: block;
color: #e10036;
}

#mainOne .eStore-thumbnail img {  	
padding: 0; 
}

#mainOne .eStore_paypal_checkout_button {  	
border: 0; 
}

#mainOne input.eStore_button {  	
margin: 0 0 0 9px;
float: right;
}

#mainOne .inscriptions .eStore_button {
float: left;
margin-right: 5px;
}

#mainOne .eshop.addtocart legend {  	
display: none; 
}

#mainOne .eshop img {  	
border: 0; 
}

#mainOne .inscriptions .thumb-image {  	
display: none;
}

#mainOne .eStore-product-fancy2 {  	
background: #f2eecb; 
border: 0;
margin: 9px 0 0 0; 
padding-top: 9px;
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
border-top-left-radius: 8px; 
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px; 
}

#mainOne .eStore-product-fancy2-footer {  	
background: #f2eecb; 
padding-bottom: 18px;
border: 0;
}

#mainOne .footer-right span {  	
font-size: 1em;
font-weight: 700;
}

.pagination {  	
display: block;
clear: both;
padding: 10px 0; 
}

#mainOne .wp-paginate .current {  	
background-color: #f44626;
color: #fff;
border-color: #f44626;
}

#mainOne .wp-paginate .next {  	
background-color: #fff; 
border-color: #fff;
}

/* @end */

/* @group Comments */

#commentssection {  	
margin: 10px 0; 
}

.commentmetadata {  	
font-size: 0.85em;
font-family: "superclarendon-1", helvetica, arial, sans-serif; 
font-weight: 200;  
padding: 3px 0 6px 0;
}

.comments-velo h3.comments-number {  	
display: none;
}

#commentform {  	
margin: 30px 0 20px 0; 
}

#commentbox {  	
width: 400px; 
}

#author, #email, #url, #commentbox {  	
margin: 5px 5px 0 0; 
border: 0; 
padding: 6px; 
border: 1px solid #ccc; 
}

ol.commentlist {  	
list-style: none;
}

ol.commentlist li {  	
overflow: hidden; 
border-bottom: 1px solid #eee;
padding: 9px;
}

ol.commentlist li.alt { 	
}

.author {  	
background: url(icons/comment.png) no-repeat 0 50%; 
padding: 2px 0 2px 20px;  
}


/* @end */

/* @group Forms */

/* search */

#searchform {  	
padding: 5px; 
}

form {  	
padding: 10px 0; 
}

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

#searchform input#searchsubmit {  	
font-size: 0.8em; 
padding: 2px; 
margin: 2px 0 0 2px; 
border: 1px solid #B7B7B7; 
background-color: #fff; 
}

form .required {  	
color: #ff0909; 
}

#subOne .subscribe fieldset {  	
border: 0; 
}

#subOne .subscribe input.required {  	
width: 180px; 
}

#subOne .subscribe input {  	
margin: 3px 0; 
}

/* gravity */

#mainOne .message-form .gfield,
#mainOne .form-inscription .gfield,
#mainOne .form-inscription .gfield li  {  	
background: none; 
}

#mainOne .form-inscription .gform_fields {  
}

#mainOne .form-inscription .form-section {  	
background-color: #f2eecb;
padding: 9px;
}

.gform_wrapper form {  	
margin: 0;
padding: 0;
}

#mainOne .gform_wrapper ul li {  	
border: 0; 
background: #f2eecb;
padding: 0 18px;
overflow: hidden;
}

h2.gsection_title {  	
font-size: 1.3em;
margin: 12px 0 6px 0;
color: #8f2444;
}

.gform_body label.gfield_label {
display: block;
clear: both;  	
font-weight: 700;
margin: 12px 0 6px 0;
}

#mainOne .gfield_description {  	
font-style: italic;
font-size: 1em; 
padding: 6px 0 3px 0;
clear: both;
}

.ginput_container .large {  	
width: 80%; 
}

.gform_fields .medium {  	
width: 50%; 
}

.gform_fields .textarea.medium {  	
width: 80%; 
}

.ginput_container label {  	
margin: 0 6px 0 3px; 
}

.ginput_container input {  	
 
}

.ginput_full input {  	
width: 60%;
}

.ginput_container ul {  	
overflow: hidden; 
}

.gform_fields  li .fieldInline {  	
float: left;
display: inline;
width: 40%;
}

.form-section {  	
margin-top: 18px; 
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
border-top-left-radius: 8px; 
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px; 
}

.ginput_left input,
.ginpout_right input {  	
width: 30%;
}

.gfield_radio input,
.gfield_checkbox input {  	
margin: 0 3px; 
}

#mainOne .form-inscription .gfield_radio li {  	
float: left;
display: inline;
padding-right: 0;
overflow: hidden;
font-size: 0.9em;
}

.gfield_required {  	
color: #ff0909; 
padding-left: 3px;
}

.gchoice_37_1 label {  
color: #aa3229;
font-weight: 300;
}

#input_1_2_6_label {  	
display: none;
}

/* @end */

/* @group Footer */

#footerContent { 
color: #ffa113; 
font-size: 1em;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 40px;
font-weight: 300;
}

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

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

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

/* @end */
