@charset "utf-8";
/*
Autor: Ruben Vandenbussche
Company: RVandenbussche.nl
Website: http://www.rvandenbussche.nl
*/

/* Style Reset */

* {
    margin:0;
    padding:0;
}

html{
    background-color: #12181C;
}

/*__Elements__*/

body {
    background-color: #12181C;
    font-family: Arial,Helvetica,sans-serif;
    color: #FFFFFF;
    font-size: 14px;
}

#wrapper {
    width: 1001px;
    margin: 0 auto;
}

#header{
    background: #12181C URL(../images/hdots.jpg) repeat-x bottom;
    width: auto;
    height: 51px;
    position: relative;
}

#menu{
    display: inline;
    position: relative;
    float: right;
    width: 450px;
    margin: 0px 10px 0px 0px;
}

#menu ul{
    position: relative;
    float: right;
    margin: 23px 0px 11px 0px;
    width: 393px;
}
#menu ul li{
    list-style: none;
    display: block;
    position: relative;
    float: left;
    margin: 0px 0px 0px 9px;
    height: 19px;
    width: auto;
}

#menu ul li a{
    display: block;
    position: relative;
    float: left;
    height: 19px;
    width: 100%;
}

#menu .dot{
    width: 9px;
    background: url(../images/dot.jpg) top;

}

#menu #about{
    width: 63px;
    background-image: url(../images/about.jpg);
    background-position: 0px 0px;
}

#menu #about a:hover{
    background-image: url(../images/about.jpg);
    background-position: 0px -19px;
}

#menu #resume{
    width: 78px;
    background-image: url(../images/resume.jpg);
    background-position: 0px 0px;
}

#menu #resume a:hover{
    background-image: url(../images/resume.jpg);
    background-position: 0px -19px;
}

#menu #portfolio{
    width: 84px;
    background-image: url(../images/portfolio.jpg);
    background-position: 0px 0px;
}

#menu #portfolio a:hover{
    background-image: url(../images/portfolio.jpg);
    background-position: 0px -19px;
}

#menu #contact{
    width: 78px;
    background-image: url(../images/contact.jpg);
    background-position: 0px 0px;
}

#menu #contact a:hover{
    background-image: url(../images/contact.jpg);
    background-position: 0px -19px;
}

#content{
    position: relative;
    float: left;
    width: 1001px;
    margin: 10px 0px 10px 0px;
    background: #12181C URL(../images/vstroke.jpg) repeat-y right;
}

#left{
    display: inline;
    position: relative;
    float: left;
    width: 556px;
    margin: 10px 21px 10px 20px;
}

#right{
    display: inline;
    clear: right;
    position: relative;
    float: left;
    width: 374px;
    margin: 10px 10px 10px 20px;
}

#footer{
    clear:both;
    background: #12181C URL(../images/hdots.jpg) repeat-x top;
    height: 34px;
    width: auto;
}

#social{
    display: inline;
    position: relative;
    float: right;
    margin: 11px 10px 0px 0px ;
    width: auto;
}

#social ul{
    position: relative;
    float: right;
    width: 145px;
}
#social ul li{
    list-style: none;
    display: inline;
    position: relative;
    float: left;
    margin: 0px 0px 0px 6px;
    width: 23px;
}

span.bold{
    font-weight: bold;
}


img{
    border: none;
}

img.bspace{
    margin: 0px 0px 15px 0px;
    border: 1px solid #939393;
}

h1{
    font-weight: normal;
}

p{
    font-size: 14px;
}

/* Resume Page */

.resumeheader{
    clear: both;
    height: 23px;
    background: #12181C URL(../images/hstroke.jpg) repeat-x bottom;
}

.resumeblock{
    position: relative;
    float: left;
    background: #12181C URL(../images/r_vdots.jpg) repeat-y left;
    margin: 5px 0px 24px 0px;
    width: auto;
}

.resumeleft{
    position: relative;
    float: left;
    width: 111px;
    margin: 1px 5px 3px 0px;
}

.resumeleft li{
    list-style: none;
    display: block;
    text-align: right;
}

.resumeright{
    position: relative;
    float: left;
    width: 433px;
    margin: 1px 0px 3px 6px;
}

.resumeright li{
    list-style: none;
    display: block;
}

.resumeright .right{
    position: absolute;
    top: 1px;
    right: 5px;
    text-align: right;
}

/* end of resume page */

/* portfolio page */

#p_slide{
    width: 556px;
    height: 236px;
    border: 1px solid #939393;
}

#p_heading{
    background: #12181C URL(../images/hstroke.jpg) repeat-x bottom;
    height: 28px;
    margin: 20px 0px 5px 0px;
}
p.portfolio{
    text-align: justify;
    padding: 0px 10px 15px 20px;
    background: #12181C URL(../images/hstroke.jpg) repeat-x bottom;
}

/* end of portfolio page */

/*********** jquery scrollable ***********/

div.scrollable1 {
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 556px;
    height: 236px;
    border: 1px solid #939393;
}

div.scrollable1 div.items {
    width:20000em;
    position:absolute;
}

div.scrollable1 div.items div {
    float:left;
    width: 556px;
}

div.scrollable2 {
    /* required settings */
    position:relative;
    float: right;
    overflow:hidden;
    width: 374px;
    height: 540px;
}

div.scrollable2 div.items {
    height:20000em;
    position:absolute;

}

div.scrollable2 div.items div {
    cursor:pointer;
    margin-bottom: 6px;
    float:left;
    height: 85px;
    overflow: hidden;
    width: auto;
}

/* navigation */

div.navi {
    margin: 0px 0px 0px 246px;
    text-align: center;
}


div.navi a {
    overflow:hidden;
    text-align: center;
    background: transparent url(../images/navigator.jpg) no-repeat scroll 0 0;
    cursor:pointer;
    float:left;
    height:8px;
    margin:3px;
    width:8px;
}

div.navi a:hover {
    background-position: 0 -8px;
}

div.navi a.active {
    background-position: 0 -16px;
}


/* end of portfolio page */

/* contact page */

#contactformleft{
    margin-top: 3px;
}

#contactformleft li{
    height: 21px;
    margin-bottom: 10px;
}

form{
    margin-left: 5px;
}

form li{
    height: 21px;
    margin-bottom: 10px;
}

form li.req{
    list-style: none;
    background: url(../images/form_req.jpg) no-repeat right;
    width: 292px;
}

form li.reqarea{
    list-style: none;
    background: url(../images/form_req.jpg) no-repeat right;
    width: 330px;
}

form input{
    font-size: 16px;
    width: 258px;
    border: none;
    background: url(../images/form_input.jpg) no-repeat top;
    height: 21px;
}

form textarea{
    font-size: 16px;
    width: 296px;
    height: 137px;
    border: none;
    background: url(../images/form_textarea.jpg) no-repeat;
}

form input#submit{
    margin: 20px 0px 0px 0px;
    height: 21px;
    width: 71px;
    background: url(../images/form_submit.jpg) no-repeat bottom;
    cursor: pointer;
}

form input#submit:active{
    height: 21px;
    width: 71px;
    background: url(../images/form_submit.jpg) no-repeat top;
    cursor: pointer;
}

form #url, #link, #e-mail, #website{
    display: none;
}

#error{
    display: none;
    margin: 20px 0px 0px 0px;
    padding: 35px 10px 20px 13px;
    width: 350px;
    height: 18px;
    background: url(../images/errormsg.jpg) no-repeat;
}

#correct{
    display: none;
    margin: 50px 0px 0px 55px;
}

/* end of contact page */

/* typing things */

a{
 color: #38ff00;
 font-weight: normal;
 text-decoration: none;
}

a:visited{
 color: #38ff00;
 font-weight: normal;
}

p{
    text-align: justify;
}



