/*
Author: raphael Bastide
Author URI: http://raphaelbastide.com/
*/
*{
margin:0;
padding:0;
}

/*.......................SUM......*/

body{
padding:30px;
font-size:12px;
font-family:helvetica, arial, verdana;
line-height:15px;
}

#wrap{
width:1200px;
}

#header{
width:180px;
float:left;
position:fixed;
}

#content{

margin:10px 0 0 220px;
width:800px;
}


#desc{
margin-top:20px;
}

#credits{
margin-top:20px;
font-size:9px;
line-height:90%;
}


#bulle{
position:absolute;
top:210px;
left:810px;
background:#1A1A1A;
width:168px;
font-size:1.5em;
line-height:1.2em;
padding:10px;
color:white;
letter-spacing:0.04em;
}

#bulle b{
font-weight:normal;
border-bottom:1px solid white;
}

#nav li{
background:#1A1A1A;
width:168px;
font-size:1em;
line-height:1.2em;
padding:10px;
color:white;
margin:10px 10px 0 0;
letter-spacing:0.04em;
list-style-type:none;
float:left;
}
#nav li a{
color:white;
}

#archive{
margin:30px 0 0 0;
}

.thumb img{
width:181px;
}

.thumb{
float:left;
list-style-type:none;
width:181px;
height:236px;
margin:0 0 90px 0;
}


/*.......................COMMON......*/

form{
background:url(img/livrebg.jpg) top left no-repeat;
width:740px;
height:589px;
}

#formelements{
text-align:center;
height:200px;
width:360px;
padding:170px 0 0 85px;
}


.input{
text-align:center;
font-family:Times New Roman, georgia, serif ;
border:solid 1px #BBBBBB;
font-size:4em;
font-weight:bold;
padding:0;
height:58px;
width:350px;
margin:1px;
text-transform:uppercase;
}

.send{
cursor:pointer;
border:none;
width:100px;
height:30px;
padding:0 0 3px 0;
margin:20px auto 0 auto;
background:#1A1A1A;
color:white;
}
.send:hover{
background:#474747;
}


a{
color:#555;
text-decoration:none;
}

a img{
border:none;
}

a:hover, a:visited:hover{
color:black;
}

a:active{
outline: none;
background:#000;
}



::selection {
color:#000;
background: #ccc;
}

::-moz-selection {
color:#000;
background:#ccc;

}

