/* 
    Document   : style
    Created on : Aug 26, 2012, 5:36:46 PM
    Author     : Paul Bele 
    Description:
            main website template + containers + styling + everything related
*/

/* =============================================================================
GENERAL STYLING
========================================================================== */
root { 
    display: block;
}

body {
  min-width: 960px;
  font-family:Helvetica,Arial,sans-serif;
  color:#010101;
}


p{
    color:#444444;
    font-size:14px;
    margin-top:26px;

}
ul{
    text-decoration:none;
    margin:0px;
}

h1{
    color:#010101;
    font-size:30px;
    font-family:'Ropa Sans', sans-serif;
    margin:0px;
    font-weight:300;
}

h2{
    font-size:18px;
    margin-top:16px;
    
}

h3{
    font-size:16px;
    color:#010101;

}

a, a:visited{
    text-decoration:none;
    color:#FFACA5;

}
a:hover{
   color:#FFFFFF;
}

#partnersmain h1{
    font-size:24px;
}

/* =============================================================================
      MAIN CONTAINERS
   ========================================================================== */

#header_wrapper{
    background:url('../img/header_wrapper_bg.png');
    background-repeat:repeat-x;
    height:550px;
    width:100%;

}

#header_page_wrapper{
    background:url('../img/header_page_wrapper_bg.png');
    background-repeat:repeat-x;
    height:111px;
    width:100%;
}

#content_wrapper{
    background:url('../img/content_wrapper_bg.png');
}

#footer_wrapper{
    background:url('../img/footer_bg.png');
    
}


.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

/* =============================================================================
      INSIDE CONTAINERS 
   ========================================================================== */

#full_content{
  background:url('../img/content_bg.png');
  background-position:0 0;
  background-repeat:no-repeat;
  margin-left: auto;
  margin-right: auto;
  width:960px;
  min-height: 72px;
  padding-top:42px;
  display:block;
  margin-bottom:32px;

}

#full_content_page{
  margin-left: auto;
  margin-right: auto;
  width:960px;
  min-height: 72px;
  margin-top:-74px;
  display:block;
  margin-bottom:32px;

}
#language_selection{
    width:100%;
    text-align:right;
    color:#ffaca5;
    position:relative;
    margin-top:12px;
    font-size:12px;

}


#footer_content{
  margin-left: auto;
  margin-right: auto;
  width:960px;
  color:#ffaca5;
  
}

#footer_content p{
  color:#ffaca5;

}

#left_footer{
    float:left;
}

#right_footer{
    float:right;
}
#content{
    width:517px;
    float:left;
}

#sidebar{
    width:435px;
    float:left;
}


#footer_content{
    
}

#left_bg {
   background: url('../img/left_header_bg.png');
   width: 400px;
   position: absolute;
   left: 0px;
   height: 476px;
   background-repeat:no-repeat;
   z-index:2;
}

#left_page_bg {
   background: url('../img/left_page_bg.png');
   width: 251px;
   position: absolute;
   left: 0px;
   height: 38px;
   top:72px;
   background-repeat:no-repeat;
   z-index:2;
}


#right_bg {
   background: url('../img/right_header_bg.png');
   width: 251px;
   position: absolute;
   right: 0px;
   height: 476px;
   z-index:2;
}

#right_page_bg {
   background: url('../img/right_page_bg.png');
   width: 251px;
   position: absolute;
   right: 0px;
   height: 38px;
   top:72px;
   background-repeat:no-repeat;
   z-index:2;
}

#categories_bg{
    background:url('../img/categories_bg.png');
    background-repeat:repeat-x;
    height:74px;
}

#categories_main{
    background:url('../img/categories_main_bg.png');
    background-repeat:no-repeat;
    height:63px;
    font-family:'Ropa Sans', sans-serif;
    font-size:18px;
    color:#010101;
    padding-top:28px;
}

#categories_title{
    float:left;
    margin-right:5px;
}
    
#categories_main li{
    list-style-type: none;
    display:inline;

}
#categories_main a{
    color:#010101;
    padding:2px 15px 2px 15px;
    margin:1px;

}

#categories_main a:hover, .active_category{
    
background: #f14b39; /* Old browsers */
background: -moz-linear-gradient(top,  #f14b39 50%, #e82e23 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f14b39), color-stop(100%,#e82e23)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f14b39 50%,#e82e23 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f14b39 50%,#e82e23 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f14b39 50%,#e82e23 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f14b39 50%,#e82e23 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14b39', endColorstr='#e82e23',GradientType=0 ); /* IE6-9 */

border:1px solid #c6271a;
-moz-border-radius: 5px;
border-radius: 8px;

color:#FFFFFF;
margin:0px;
}
.active_category{
    color:#FFFFFF !important;
    margin:1px !important;

}
#categories_main li a:hover{
    background-color:#000000;
}
#header_container{
  margin-left: auto;
  margin-right: auto;
  width:960px;
  height:72px;
  z-index:1;
}

#top_wrapper{
   background:url('../img/main_menu_bg.png');
   background-repeat:no-repeat;
   height:72px;
   width:100%;
   background-repeat:no-repeat;
       z-index:10;

}


#main_menu{
    float:left;
}
#logo{
    width:242px;
    float:left;
}

#contact_button{
    width:77px;
    height:48px;
    background:url('../img/contact_button.png');
    background-repeat:no-repeat;
    float:right;
    background-position:0% 50%;
    padding-top:24px;
    padding-left:20px;
    z-index:100;
}

#breadcrumbs{
    float:left;
    font-size:12px;
    color:#ffaca5;
    z-index:100;
    position:relative;
    margin-top:12px;
}


#action_icons{
    width:100%;
    text-align:right;
}

#sidebar_details{
    width:210px;
    margin-right:40px;
    float:left;
    height:100%;
    margin-bottom:75px;
}

.small_box{
    position:relative;
    width:95px;
    margin-right:15px;
    margin-bottom:20px;
    float:left;
    overflow:hidden;

}
.hoverimage { position: absolute; bottom: 0; left: 0; display: none; }
.small_box:hover .hoverimage { display: block; }

.small_box_last{
    position:relative;

    margin:0px;
    float:left;
     width:95px;
    float:right;
    overflow:hidden;

}
.small_box_last:hover .hoverimage { display: block; }


.issue_smalltitle{
    font-size:11px;
    color:#666;
    display:block;    
}

.red_button{

background: #f14b39; /* Old browsers */
background: -moz-linear-gradient(top,  #f14b39 50%, #e82e23 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f14b39), color-stop(100%,#e82e23)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f14b39 50%,#e82e23 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f14b39 50%,#e82e23 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f14b39 50%,#e82e23 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f14b39 50%,#e82e23 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14b39', endColorstr='#e82e23',GradientType=0 ); /* IE6-9 */

border:1px solid #c6271a;
-moz-border-radius: 5px;
border-radius: 8px;
padding:2px 10px 2px 10px;

color:#FFFFFF !important;
}

.red_button:hover{
    color:#ffaca5 !important;

}
/* =============================================================================
   OTHER STYLING
   ========================================================================== */

.navigation{
    color:#d9382b;
    float:right;

}


.blog_title {
    color:#333333 !important;
}

.navigation a{
    color:#d9382b;
}

.navigation a:hover{
color:#ffaca5;
}
.navigation a img{
    margin-right:10px;
    margin-left:10px;

}
#sidebar_details h4{
color:#888888;
margin-top:30px;
}

#action_icons img{
    margin-left:22px;

}
#main_menu ul{
    
}
#main_menu ul li{
    display: inline;
}

#main_menu ul li a {
    font-size:14px;

    /* great hack for center list item */
    line-height:72px;
    margin-left:13px;
    margin-right: 13px;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:2px;
    color:#ffaca5;
    text-decoration:none;
}

#main_menu ul li a:hover, #active  {
    border-bottom:1px solid #e4968f;
    color:#FFFFFF !important;
}

#contact_button a{
    text-decoration: none;
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;

}

#contact_button a:hover{
    text-decoration: underline;

}

#content h1{
    background:url('../img/header_text_icon.png');
    background-repeat:no-repeat;
    padding-left:50px;
    background-position:0 50%;
}

#content_page{
    width:100%;
    margin-top:8px;
    min-height:500px;
    
    
}
.mag_details{
    float:left;
    width:710px !important;
    margin-bottom:75px;
}
#language_selection .active_lang{
    color:#FFFFFF;
}

.slogan{
    color:#888888;
    font-weight:bold;
    font-style:italic;
    font-size:16px;
}

#magazines{
    margin-top:50px;
}

.box{
    width:209px;
    margin-right:30px;
    float:left;
    margin-bottom:45px;
    height:470px;
    overflow:hidden;
}

.box_last{
    margin-right:0px;
}

.box_info{
    
}

.box_info h3{
    margin:15px 0 15px 0;

}

.box_info p{
    margin:0px;
}

/*DONNEES MEDIAS */
.dm_box{
    width:45%;
    float:left;
    position:relative;
    margin-bottom:30px;
}

.dm_box img{
   float:left;
   margin-right:15px;
}

.dm_box-info{
    font-size:12px;
    color:#666;
    height:50px;
    overflow:hidden;
}

.dm_button{
    position:absolute;
    bottom:0;
    left:120px;
}

.grid_contact{
    width:340px;
    float:left;
}



.input_box{
    margin-bottom:20px;
    text-align:right;
}

#contact_form input {
margin-right:30px;
}

.contact_field label{
}

.label_box{
    text-align:left;
    float:left;
}

.grid_contact_message{
    width:700px;
    float:left;
    margin-right:10px;
    
}
.full{
    width:100%;
}

.grid_contact_message textarea{
    background-color:#FFFFFF;
  border:1px solid #C3C6BF;
  padding:10px;
}

.button{
 height:35px !important;
 margin-top:20px;
}

.button:hover{
    background-color:#C3C6BF;
    color:#FFFFFF;
}

.contact_info{
    width:220px;
    float:left;
}

label.error {
    background-color:#FFFFFF;
  border:1px solid #FF0000;
  font-size:10pt;
  padding:2px;
  width:176px;
  z-index:100;
  position:absolute;
  left:22%;
}

#activelanguage{
    font-weight:bold;
    color:#FFFFFF;
}

.one-fourth, .three-fourth{
    float: left;
    margin-right: 20px;
	
}

.one-fourth { 
    width: 220px;
}

.three-fourth{
    margin-right: 0px;
    width: 700px; 
}


input, textarea, select {
  -webkit-appearance:none;
  -webkit-box-shadow:none;
  background-color:#F8F8F8;
  border:1px solid #E8E8E8;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  box-shadow:none;
  color:#8F8F8F;
  font-family:'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.5;
  padding:5px 10px;
}

.contact-form, .comments-form { margin: 25px -20px 0 0; }
	.contact-form .input-block, .comments-form .input-block {
		float: left;
		margin: 0 20px 20px 0;
	}
		.contact-form input { width: 198px; }
    	.contact-form .textarea-block, .comments-form .textarea-block { clear: both; }

		.contact-form textarea {
			height: 150px;
			width: 678px;
		}

	.contact-form input[type="submit"], .comments-form input[type="submit"] {
		margin: 0 0 20px;
		width: auto;
	}


		.contact-form textarea, .comments-form textarea { width: 680px; }



label {
  cursor:pointer;
  display:block;
  font-family:'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  margin:0 0 5px;
}

.button, input[type="submit"], button {
  -webkit-transition:background-color 0.2s ease;
  background-color:#F14B39;
  background-position:initial initial;
  background-repeat:initial initial;
  border:none;
  color:#FFFFFF;
  cursor:pointer;
  font-family:'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-weight:400;
  height:auto;
  overflow:visible;
  padding:7px 20px;
  width:auto;
}

.button:hover, input[type="submit"]:hover, button:hover {
        background: #3a3a3a;
        color: #fff;
}

.one-fourth a{
    color:#F14B39;
}
.one-fourth a:hover{
    color:#3a3a3a;
}


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


#magcats{
    display:none;
}

/* PARTNERS */

.partners-subcat{
    display:block;
    color: #010101;
    font-size: 16px;
    margin:15px 0 5px 0;
}

.partnerbox{
    height:150px;
    width:160px;
    float:left;
    margin:5px 50px 10px 0px;
    position:relative;
    overflow:hidden;
 padding-bottom:10px;
 margin-bottom:10px;
    
}

.partnerbox:hover{
    border-bottom:1px solid #f15a23;
    margin-bottom:9px;
}
.partnerbox:hover:after { background: #f15a23;
				bottom: -5.5px;
				content: '';
				left: 50%;
				display: block;
				height: 10px;
				margin: 0 0 0 -5px;
				-webkit-transform: rotate(45deg);
				   -moz-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
					 -o-transform: rotate(45deg);
						transform: rotate(45deg);
				position: absolute;
				width: 10px;
                              
}

.partnerbox .imgbox{
    display:block;
    height:100px;
    width:150px;
  background:#FFF;
    margin:0 auto;
    padding:5px;
}

.partnerbox .imgbox a{
  display:block;
  width:150px;
  height:100px;
}

.infobox{
  
    text-align: center;
}
.infobox a.infoboxrole:link{
    color: #AEAEAE;
    display: block;
    font-style: italic;
    margin: -1px 0 20px;
    font-size:12px;
}

.infobox-title{
    display:block;
    font-weight: bold;
    font-size:14px;
    margin-bottom:0px;
    margin-top:10px;
}

.infobox a.infoboxrole:hover{
    text-decoration: underline;
    color:#C1261A;
}
