@charset "UTF-8";
/* CSS Document */

/*
    Theme Name: sneev
    Theme URI: sneev.com
    Description: updated portfolio
    Version: 3
    Author: steven anthony pecoraro
    Author URI: sneev.com
*/


/* ------ common ELEMENTS ------ */

*{
padding:0px;
margin:0px;
font-family:"Times New Roman", times, serif;
font-size:12px;
}

.hidden{
display:none;
}

a, img{
border:0px;
text-decoration:none;
}

a, a:link, a:visited{
color:#5f971e;
text-decoration:none;
}

a:hover, a:active{
color:#000;
text-decoration:none;
}

.green{
color:#5f971e;
}

.star{
font-size:20px;

}

.hr{
width:100%;
height:7px;
background-image:url(assets/divider.png);
background-repeat:no-repeat;
}

.hr-long{
width:100%;
height:7px;
background-image:url(assets/divider-long.png);
background-repeat:no-repeat;
margin-top:30px;
}

ul, li{
list-style-position:inside;
list-style:none;
}

p{
padding-right:20px;
margin-bottom:15px;
line-height:1.3em;
font-size:13px;
}

h2{
font-weight:normal;
font-size:15px;
}

h3{
font-weight:normal;
font-size:15px;

line-height:1.2em;
}

span.and{
background-image:url(assets/and.png);
background-repeat:no-repeat;
width:12px;
height:24px;
color:#ebe8cd;
padding-left:12px;
padding-bottom:10px;
padding-top:5px;
margin-left:2px;
}

/* ------ individual ELEMENTS ------ */

body{
background-color:#e6e3c2;
background-image:url(assets/bg.gif);
background-position:center top;
background-repeat:no-repeat;
}

#wrapper{
width:976px;
border:0px solid red;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;}

#container{
border:0px solid blue;
background-image:url(assets/body-bg.png);
background-position:center;
background-repeat:repeat-y;
}

#header{
width:100%;
height:205px;
border:0px solid red;
background-image:url(assets/header-bg.png);
background-position:center top;
background-repeat:no-repeat;
float:none;
clear:both;
margin-bottom:10px;
}

#logo{
height:148px;
width:403px;
border:0px solid;
margin:auto;
padding-top:35px;
}

#main{
border:0px solid green;
width:751px;
margin:auto;
display:table;
}

#main_left{
float:left;
border:0px solid;
width:30%;
}

#nav{
margin-left:10px;
}

.nav-item{
margin-bottom:20px;
}

#nav01-title{
width:100%;
height:22px;
background-image:url(assets/nav-title-what.png);
background-repeat:no-repeat;
padding-bottom:5px;
}

#nav02-title{
width:100%;
height:22px;
background-image:url(assets/nav-title-work.png);
background-repeat:no-repeat;
padding-bottom:5px;
}

#main_right{
float:right;
border:0px solid;
width:69%;
}

#info{
float:right;
margin-right:10px;
margin-top:30px;
}

ul.contact-info{
display:inline;
}

ul.contact-info li{
display:inline;
font-size:12px;
margin-left:20px;
}

ul.contact-info li a{
font-size:12px;
}

#footer{
width:100%;
height:9px;
border:0px solid;
background-image:url(assets/body-bg-bottom.png);
background-position:center;
background-repeat:no-repeat;
float:none;
clear:both;
}



/* ------ uncommon ELEMENTS ------ */

#home-pic{
width:511px;
height:247px;
background-image:url(assets/truck.png);
background-repeat:no-repeat;
float:right;
}

#home-text{
width:435px;
height:180px;
background-image:url(assets/home-text.png);
background-repeat:no-repeat;
float:right;
margin-right:10px;
margin-top:20px;
margin-bottom:20px;
}

#synopsis-pic{
width:254px;
height:469px;
background-image:url(assets/face.png);
background-repeat:no-repeat;
float:left;
border:0px solid;
}

#synopsis-text{
float:right;
width:49%;
border:0px solid;
}

#synopsis-title01{
background-image:url(assets/title-whatissneev.png);
background-repeat:no-repeat;
width:100%;
height:40px;
}

#synopsis-title02{
background-image:url(assets/title-findme.png);
background-repeat:no-repeat;
width:100%;
height:36px;
}

#synopsis-title03{
background-image:url(assets/title-talktome.png);
background-repeat:no-repeat;
width:100%;
height:40px;
}

.synopsis-item{
margin-bottom:30px;
}

.icons{
margin-top:5px;
}

.icons li{
margin-bottom:4px;
}

#resume-text{
background-image:url(assets/resume-heading.png);
background-repeat:no-repeat;
height:128px;
width:487px;
}

.resume-item{
margin-left:8px;
margin-bottom:15px;
margin-top:20px;
}