/*::::::::::::::::::: CSS Reset ::::::::::::::::::: */html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul,li{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}img{-ms-interpolation-mode: bicubic;}

body {
	background-color: #fff;
}

a {
color:#690;
}

p{
font: 12px/1.8 georgia, arial, san-serif;
color:#555;
}

.container{
margin: 0 auto;
width:900px;
padding:0;
}

.left{
float:left;
width:180px;
margin: 0;
position:fixed;
}

.left .menu {
width:180px;
height:70px;
border-top:1px solid #aaa;
border-bottom:0
}

.left .menu .nav{
color:#666;
float:left;
clear:both;
padding-bottom:4px
}

.left .menu2 {
height:50px;
border-top:1px solid #aaa;
border-bottom:0;
font:italic 11px/1.8 georgia, arial, san-serif;
text-transform:lowercase;
text-align:center;
}

.left .menu2 .nav{
color:#666;
padding: 0 15px 0 0;
text-decoration:none;
}

.headbox {
width:160px;
height:68px;
position:relative;
padding:0;
margin: 10px auto 5px auto;
overflow:hidden;
}

/*RIGHT*/

.name{
font:26px helvetica, arial, san-serif;
padding:16px 0 0 0;
width:600px;
background-color:;
border-bottom:0px solid #f8f8f8;
text-transform:uppercase;
color:#eee
}


#main{
width:600px;
padding:0px;
margin:0;
text-align:center;
position: relative;
left:200px;
}

h2{
font:26px helvetica, san-serif;}

.menu {
width:600px;
height:19px;
font:normal 10px/1.8 georgia, helvetica, arial, san-serif;
text-transform:uppercase;
text-align:center;
display:block;
clear:both;
border-bottom:1px solid #eee;
margin:0;
padding:0;
}

.menu a {
color:#ccc;
text-decoration:none;
margin:0 8px 0 0;
padding:0 2px;
}


.menu a:hover {
color:#396;
}

.active{
color:#333!important;
}



.box {
width:190px;
height:190px;
overflow:hidden;
padding:0;
margin:5px;
float:left;
}

/*Box Shadows*/

.box {
-moz-box-shadow: 0px 2px 3px #bbb;
-webkit-box-shadow: 0px 2px 3px #bbb;
box-shadow: 0px 2px 3px #bbb;
}

.top, .top a {
font:italic 11px/1.8 georgia, arial, san-serif;
color:#555;
text-decoration:none;
position:relative;
bottom:10px;
float:none;
display:none
}

#lead{
padding:10px 0;
width:600px;
overflow:hidden;
margin: 0;
}


#illustration{
padding:64px 0 0 0;
width:600px;
margin: 0;
}

#artwork{
padding:64px 0 0 0;
width:600px;
margin: 0;
}

#sketchy{
padding:64px 0 0 0;
width:600px;
margin: 0;
}

#about{
padding:64px 0 0 0;
width:600px;
height:600px;
background-color: ;
}

#about p{
padding:24px 0 0 0;
width:600px;
text-align:left;
}


/*slides*/

.slide-container{
margin:30px 35px 0 0;
position:relative;
font: italic 12px georgia, times, serif;
color:#444;
}


.slide-container a{
color:#069;
}

.slide-container img{
cursor:pointer;
}

.slidenav {
width:600px;
position:absolute;
bottom:0px;
text-align:right;
font: italic 12px georgia, times, serif;
z-index:100;
}


/*::::::::::::::MISC:::::::::::::::*/

/* ------Clearfix------*/
.clearfix {
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* IE6 */ * html .clearfix {
height: 1%;
}
/* IE7 */*:first-child+html .clearfix {
min-height: 1px;
}
