/* Normalizes Margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0;}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 { font-size: 15px; }

/* Removes list-style from lists */
ol, ul { list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
strong { font-weight: bold; }
em {font-style: italic; }
em.icon {font-style: normal; }
span em {font-style:normal; }

/* Removes border styles from tables */
table { border-spacing: 0; border-collapse: collapse;}

/* Removes border from fieldset and img */
fieldset, img { border: 0; }

/* Left aligns text in caption and th */
caption, th { text-align: left; }

/* Removes quotation marks from q */
q:before, q:after { content: ''; }

/* ---- Style ---- */

a img{border:none;}
body{
    color:#333;
    background-image:url(../images/bg_dots.gif);
    background-repeat:repeat;
    font-family: trebuchet ms, sans-serif;
    font-size:13px;
    line-height:120%;
    margin: 0;
    padding: 0;
}
a:link, a:visited{
    -moz-outline: none;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
#wrapper{
	background-color:#FFFFFF;
	margin:0 auto;
	position:relative;
	width:1006px;
}
#headerA{
    margin: 0 auto;
    width:100%
}
#header{
	background-color:#FFFFFF;
	height:135px;
	margin:0 auto;
	position:relative;
	width:1006px;
}
#logo{
    float: left;
    left:0;
    padding-top: 35px;
}
#links{
    float: right;
    right: 120px;
    margin-top: 46px;
    position: relative;
}
.about-link{
    margin-right: 10px;
}
.contact-link{
    margin-left: 10px;
}
#container{
	margin:0 auto;
	width:865px;
}
#content.index, #content.about, #content.project{
    width: 825px;
    height:500px;    
}
#bottom{
    margin: 0 auto;
    width: 1006px;
    border-top: 3px solid #000;
}
#project-list{
    margin-top: 15px;
}
#project-list h2{
	float:left;
	font-family: helvetica, arial, sans-serif;
	font-size:15px;
	margin-left:20px;
	margin-right:10px;
	margin-top:12px;
	width:210px;
}
#project-list ul{
	border-left:1px solid #AAAAAA;
	display:block;
	float:left;
	list-style-type:none;
	margin-right:20px;
	padding:23px 0 22px 20px;
	text-align:center;
	width:213px;
}
#project-list ul li{
    text-align: left;
    margin-bottom: 14px;
    font-weight: bold;
}
#project-wrapper{
    text-align: center;
}

/* --- footer --- */
#footer{
    margin-top: 10px;
    padding-left: 22px;
    background-color: #000;
    clear: both;
    font-size: 90%;
    color:#ADADAD;
}
#footer a{
    color: #88BCBB;
}    

#footer h3{
    float:left;
    margin-bottom: 7px;
    width:213px;
}
.credits {
	float:left;
	margin-left:0px;
	padding-top:25px;
	padding-bottom:30px;
	line-height:16px;
	width:213px;
	text-align:left;
}
.exposition {
	float:left;
	margin-left:22px;
	padding-top:25px;
	line-height:16px;
	width:213px;
	text-align:left;
}
.follow-me {
	float:left;
	margin-left:40px;
	padding-top:25px;
	line-height:16px;
	width:224px;
	text-align:left;
}
.contact-me {
	float:left;
	margin-left:44px;
	padding-top:25px;
	line-height:16px;
	width:213px;
	text-align:left;
}

.clearfix{ clear: both; }

/* ---- about ---- */
img.about-splash{
    float: left;
}

div.about-text{
    margin-left: 425px;
}

h1.about-genvy{
    margin-bottom: 17px;
}

div.about-text p{
    line-height: 1.5em;
    margin-bottom: 20px;
}

/* ---- projects ---- */
p.nav{
	margin:10px 0;
	position:absolute;
	right:325px;
	text-indent:-3000px;
	top:-20px;
	width:48px;
	z-index:101;
}
#projects-main{
    height: 500px;
}
.project-info{
    float:right;
	margin-left:40px;
	width:277px;
	line-height:19px;
}
.project-pics{
    width: 500px;
    height: 500px;
    position: relative;
}
#next-project{
	bottom:447px;
	float:right;
	position:absolute;
	right:198px;
	z-index:100;
}
.single-project{
    width: 825px;
    clear:both;
    position: relative;
    opacity: 0;
}
a.next, a.prev{
    position: absolute;
    right: 25px;
    display: block;
    top:0;
    background:transparent url(../images/arrows.png) no-repeat scroll 0 0;
    height:21px;
    margin:10px 0;
    width:24px;
    text-indent: -3000px;
    -moz-outline: none;
}
a.next{
    background:transparent url(../images/arrows.png) no-repeat scroll -25px 0;
    right: 0;
}

