/*added that for Groupies*/
#groupiesForm { background-image: url(media/subscribe.png); background-repeat:no-repeat; background-position:left center; padding-left:300px}
#groupiesFormEmail {}
#groupiesFormSubmit { font-family:Verdana, Helvetica, Arial, sans-serif; font-size:9px}
#groupiesFormThanks, #groupiesFormError {
	display: none;
}
.pointer : hover { cursor: pointer }

.go

   {

         width: 96px; // A mettre dans le style si les tailles sont différentes

         height: 19px; // Idem

         border: none;

   }



.go:hover

   {

         cursor: pointer // Pour changer la souris au survol

   }


/*----------------------------------general layout------------------*/


body {
    margin:0;
    padding:0;
    background: url(media/background.png);
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;

}

#main  {
    margin: 0 auto 0 auto;
    padding: 69px 55px 0 55px;
    width: 800px;
    background: url(media/mainBackground.png) repeat-y;

}

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

#blog {
    margin: 0 0 0 230px; 
    padding: 0 14px 0 0;
}

/* Crappy fix for fucking retard IE7 */
.post img {
    margin-right: -30px;}


/*----------------------------------front layers/projects------------------*/

#frontLayer {
    position:absolute; 
    z-index: 2;
    visibility: hidden;
    height: 100%; 
    width:100%;
    top: 0;
    left: 0;
    padding: 0;
    background: url(media/frontLayerBackground.png);
}


#frontLayerContentContainer {
    margin-left: 50%; 
    margin-top: 41px;
}
    
.frontLayerContent {
    padding: 10px 0 10px 0;
}



.frontLayerBorder {
	border-bottom: 4px solid white;
}

    
#frontLayerContentLoader {
    margin-top: 18px; }
    
#frontLayerLanding {
    width: 640px;
    margin-left: -320px;
}
    
#frontLayerIntro {
    width: 460px;
    margin-left: -235px;
}
    
#frontLayerAbout {
    width: 700px;
    margin-left: -350px;
}

#frontLayerIE6 {
    width: 600px;
    margin-left: -300px;
}

#frontLayerLanding, #frontLayerIntro, #frontLayerAbout, #frontLayerIE6 {
 border-top: 4px solid white; }

 #frontLayerIntro .itemsLink {
    margin: 15px 0 0px 0; }
    
#frontLayerIntro .itemsLink a {
    font-size: 9px;
    margin: 0 12px 0 0; }

    
/*--------------------------------project-------------------------*/

#frontLayerProject {
    width: 730px;
    margin-left: -365px;
    color: white;
    padding: 1px 0;
  }

#frontLayerProject .itemsLink {
    margin: 5px 0 8px 0; }
    
#frontLayerProject .itemsLink a {
    font-size: 9px;
    margin: 0 12px 0 0; }
    
#frontLayerProject table {
     }
     
#frontLayerProject #frontLayerProjectGallery {
    border-bottom: 4px solid white;
    margin: 6px 0 0 0;}

#frontLayerProject td {
    vertical-align: top; }


#frontLayerProject h3 {
    margin: 6px 0 0 0; 
	
    font-size: 23px;
    width: 200px;}
	
#frontLayerProject h4 {
    margin: 12px 0 0 0; 
    font-size: 18px;
    width: 200px;}
    
.currentLink {
    border: 1px solid red;
    color: 0 }
    

    
    



/*----------------------------------sidebar----------------------------------------*/
#sidebar {
    padding: 0 0 0 20px; }

#sidebar > div{
    margin: 0 0 30px 0;
}

#sidebar > #sidebarHeader img {
    margin-left: -6px;
}

#sidebar h3 {
    font-size: 17px;
    margin: 0;
}

.sidebarItem {
      width: 190px;   }

#sidebarHeaderLogo {
    margin: 0 0 8px 0; }

#sidebarHeader p {
    margin: 2px 0 0 0;
    line-height: 16px;
}

.sidebarItem li {
    margin: 0 0 7px 0;
}

#sidebar ul {
    margin: 10px 0 0 0px;
    padding:0;
}



/*-------------------------archives/tags menu ---------------*/    



.floatingMenu {
    position: absolute;
    top: 128px;
    left:0;
    margin-left:50%;
}    

.floatingMenu > div {
    padding: 10px;
    text-align: right;
    background: url(media/frontLayerBackground.png);
}

#blogArchivesMenu > div {
    width: 100px;
    margin-left: 266px;}
    
#blogTagsMenu > div {
    width: 80px;
    margin-left: 166px;
    text-transform:uppercase;}    

.floatingMenu > div > ul {
    margin:0;
    padding: 0; }

.floatingMenu > div li {
    margin: 0 0 5px 0; }

#blogArchivesMenu  a, #blogTagsMenu  a {
    color: white;}

#blogArchivesMenu a:hover, #blogTagsMenu  a:hover {
    border-bottom: 1px dotted white;
}

.floatingMenuLink.selected > div {
    background: url(media/frontLayerBackground.png);
}

.floatingMenuLink.selected > div a {
    color: white;
}

/* ----------------------------blogHeader---------------------------------*/

#blogHeaderTop {
    padding: 0 0 0 0;
    border-top: 4px solid black;
    border-bottom: 4px solid black;
}

#blogHeaderTop table, #blogHeaderBottom table, table.postHeader, #project table {
    width: 100%; 
    border-collapse:collapse;    }
    
td {
    padding:0;
    margin:0;
}
  
#blogHeaderTopTitle h2 {
    font-size: 15.5px;
    margin: 6px 0 8px 0;
}


#blogHeaderTopTitle {
    width:290px; }

#blogHeaderTopAuthor1 {
    width: 120px; }

#blogHeaderTopAuthor2  div{
    margin: 0 -1px 0 0;   
    padding:  0 0 0 0;}
    

    
.blogHeaderTopAuthor div {
    text-align:right;
  font-size: 14.5px;
  text-align: right;}    

#blogHeaderBottom {
    margin-top:Opx; }
    
#blogHeaderBottom td {
    vertical-align:top; }
    
td#blogHeaderBottomDate { 
    padding-top: 6px;
}

td#blogHeaderBottomArchive {
    width: 120px;
}

td#blogHeaderBottomTags {
    width:100px;
}


td.floatingMenuLink {
    text-align:right; 
       width: 120px;}
       
td.floatingMenuLink > div {
    margin: 2px 0 0 0;
    height: 20px;}       

td.floatingMenuLink > div a {
    padding : 0 0 0 14px;
    background: url(media/navRollBlack.png) no-repeat scroll;
    background-position: 0px 4px;}
    
td.floatingMenuLink.selected > div a {
    background: url(media/navRollWhite.png) no-repeat scroll;
    background-position: 0px 4px;
    margin-right: 10px;}

td.floatingMenuLink > div > p {
    margin-top:0px;
    padding-top: 3px;
}



#blogLocator {
    padding: 5px 0 5px 0;
    border-bottom: 4px solid black;
    text-align: center; 
    font-weight: bold; }
/* ------------------------- blog posts ----------------------------------*/


.post {
    margin: 20px 0 0 0; 
    padding: 0 30px 0px 0;
    border-bottom:4px solid black; }

.postHeader {
    margin: 12px 0 0 0px;
}

#blog h3 {
    font-size: 15px;
    margin: 11px 0 5px 0;
}

.postAuthor {
  font-size: 12px;
}

.postTags {
    margin: 12px 0 4px 0; }
    
.tags {
    font-weight: bold;
    text-transform:uppercase; }
    
.postTags > a {
    margin: 0 5px 0 0; }

.entry {
    margin: 12px 0 16px 0px;
    padding: 0 12px 0 0;

}


.post .postImage {
    margin: 0 0 15px 0; }
    
.postImgCaption {
    font-style: italic; 
    margin: 2px 0 0 0;}

#blogNav {
        border-bottom: 4px solid black; 
 }
 
#blogNav table {
    width: 100%; }

#blogNav td {
    padding: 5px 0; }  

#blogNavLeft {
    width: 300px; }
    
#blogNavRight {
    text-align:right; }


#blogFooter {
    height: 70px;

    color: grey;
    padding: 30px 0 20px 0; }
    
.blogFooterItem {
    margin: 0 0 10px 0;
}
    
#blogFooterLeft { 
    float:left; 
    margin: 0 0 0 60px; }
    
#blogFooterCenter {   
    float:left;
    margin: 0 0 0 20px;    } 
    
#blogFooterRight {
    float:left; 
    margin: 5px 0 0 20px; }
    
#blogFooter  a, #blogFooter  a:visited, #blogFooter  a:active {
    color: grey;
    border-bottom-color:grey;     }
    
/*--------------------------------general-------------------------*/

h2, h3 {
    margin:0;}

img {
    border:0}

ul {
    list-style-type:none;}
    
.clearer {
    clear:both; }
    
.small {
    font-size: 9px; }

a, a:visited, a:active {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    text-decoration:none;
    color: black;
    border-bottom-color: black; }
    
a.nodot, a:visited.nodot, a:active.nodot {
    border-bottom-width: 0;
    text-decoration:none; }

.itemsLink a, .itemsLink a:visited, .itemsLink a:active, .itemsLink a:hover, 
#frontLayerProject a, #frontLayerProject a:visited, #frontLayerProject a:active, #frontLayerProject a:hover {
    color:white; 
    border-bottom-color: white;  }
    
a:hover {
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    
a.nodotHover:hover {
    border-bottom-width: 0;}    
    
    /*
p a, p a:visited, p a:active, 
li a, li a:visited, li a:active,
td a, td a:visited, td a:active,
.itemsLink a, .itemsLink:visited, .itemsLink:active, 
p a:hover, li a:hover, td a:hover  {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    text-decoration:none;  }

p a, p a:visited, p a:active, 
li a, li a:visited, li a:active,
td a, td a:visited, td a:active,
p a:hover, li a:hover, td a:hover  {
    color: black;
    border-bottom-color: black;  }

.itemsLink a, .itemsLink:visited, .itemsLink:active, .itemsLink a:hover {
    color:white; 
    border-bottom-color: white;  }
    
p a:hover, li a:hover, td a:hover, .itemsLink a:hover {
    border-bottom-style: solid; }*/

#preview { 
    visibility: hidden; 
    height: 100px;
    position: absolute; 
    width: 100%;
   
    top: 0px;
    left: 90px;
    background: url(media/prev.png);
}





    
    
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

    
        /*
        
        
        .entry {-moz-column-count:2;
    -moz-column-gap:20px;
    -webkit-column-count: 2;
    -webkit-column-gap:20px;
    column-count: 2;
    column-gap: 20px; }
    
    
   

table.postHeader td {
    vertical-align: top; }

td.postHeaderLeft { 
    padding:0; }

td.postHeaderRight {
    padding: 8px 0 0 0;
    text-align:right;
    width: 170px; } 
    
    
    
a.greyRollover img, a.greyRollover:visited img, a.greyRollover:hover img, a.greyRollover:active img,
a.greyRollover p, a.greyRollover:visited p, a.greyRollover:hover p, a.greyRollover:active p{
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a.greyRollover:hover img,
a.greyRollover:hover p{
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}    
    
    */ 