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

/*.......................MAIN......*/

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

#wrap{
width:1200px;
}

#header{
width:350px;
float:left;
line-height:28px;
}


#content{
float:left;
margin:10px 0 0 40px;
width:800px;
}

#desc{
font-size:2em;
font-weight:normal;
margin-top:20px;
}


#nav li{
width:168px;
font-size:2em;
line-height:1.2em;
padding:0px;
margin:70px 10px 0 0;
letter-spacing:0.04em;
list-style-type:none;
float:left;
}

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

.btn{
display:block;
margin:10px 0 0 50px;
}

/*.......................Thumbs......*/

.thumb img{
width:181px;
}

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

.back{
position:absolute;
font-size:2em;
top:400px;
left:30px;
}

/*.......................Form......*/

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

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

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

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

/*.......................HTML......*/
h1{
letter-spacing:0.1em;
}

h1 a{
color:black;
}


a{
color:black;
}

a img{
border:none;
}

a:hover, a:visited:hover{
color:#666;
}

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



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

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

}

