/**
 * //// Antistatique.net
 * CSS Design for homepage
 */
div.side_info_left{
 margin-right:20px;
}
div.side_info_right{
 margin-left:20px;
}
  
#recent_project{}
#recent_project p{
   float:left;
   width:400px;
   font-size: 12px;
}
#recent_project p i{
   font-style: normal;
   font-size: 10px;   
}

#project_nav{
   float:left;
   margin-top: 4px;
}
#content p#project_label{
   margin-top:5px;
}


/* social network buttons */
#social_network{
   background-color:none;
}
#social_network a{
   width:210px;
   height:38px;
   display:block;
   background-repeat: no-repeat;
   color:#fff;
   text-decoration: none;
   padding:10px 0 0 10px;
   font-size: 9pt;
   margin:10px 0 10px 0;
   background-image: url('images/bt_social_network.gif');   
}
#social_network a b{
   display:none;
}
#social_network a:hover{
   color:#fff;
}

#project_view{
   height: 339px;
   width: 438px;
   background:url('images/portfolio_bg.png') 0 0 no-repeat;
}


#newsletter_subscription a.bt_newsletter, #newsletter_subscription .bt_newsletter_merci{
   width:210px;
   height:38px;
   display:block;
   background-repeat: no-repeat;
   color:#000;
   text-decoration: none;
   padding:10px 0 0 10px;
   font-size: 9pt;
   margin:10px 0 10px 0;   
   background-image: url('images/bt_newsletter.gif');  
   background-position: -220px 0;      
}

#newsletter_subscription .bt_newsletter_merci{
   background-position: 0 -96px;      
}
#newsletter_subscription .bt_newsletter_merci:hover{
   background-position: -220px -96px;   
}
#newsletter_subscription a.bt_newsletter:hover{
   background-position: -220px 0;   
}
#newsletter_subscription a.bt_newsletter b, #newsletter_subscription .bt_newsletter_merci b{
   display:none;
}
#newsletter_subscription a.bt_newsletter:hover{
   color:#fff;
}

form.form_newsletter{
   padding:0px;
   background-image: url('images/bt_newsletter.gif');    
   background-position: 0 -48px;    
   width:210px;
   height:36px;
   padding:12px 0 0 10px;      
}
form.form_newsletter input{
   width:142px;
   color: #666;
}
form.form_newsletter a.bt_fle_noir{
   margin-top:2px;
}
/* hide other steps */
#newsletter_subscription .bt_newsletter_merci, #newsletter_subscription form.form_newsletter, form.form_newsletter .step{
   display: none;
}

a.bt_rss{
   background-position: -220px 0;
}
a.bt_rss:hover{
   background-position: -220px 0;
}
a.bt_facebook{
   background-position:  -220px -48px;
}
a.bt_facebook:hover{
   background-position: -220px -48px;
}
a.bt_linkedin{
   background-position: -220px -96px;
}
a.bt_linkedin:hover{
   background-position: -220px -96px;
}
#social_network a.bt_twit{
   background-position: -220px -194px;   
   color:#4ac4e6;   
}
#social_network a.bt_twit:hover{
   background-position: -220px -194px;   
   color:#4ac4e6;
}

/* project slideviewer */
.stripViewer {  
   position: relative; 
   overflow: hidden;
   margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
   margin: 0;
   padding: 0;
   position: relative;
   left: 0;
   top: 0;
   width: 1%;  /* set in javascript??? */ 
   list-style-type: none; 
} 
.stripViewer ul li {
   float: left;
}