/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#ffffff; font-size: 13px; color: #666666; font-family: Helvetica, Arial, sans-serif;
		margin-left:30px; margin-top: 20px; margin-right:30px; text-decoration:none;}
/*ol, ul { list-style: none; margin: 0;}*/
ul li { margin: 0; padding: 0;}
h1 { margin-bottom: 2px; color: #111111;}	
a, img { outline: none; border:none; color: #000; text-transform: uppercase;}
p { margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}
/*img { display: block; margin-bottom: 2px;}*/
aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, section { 
    display: block;
	}
	
/* Structure */
#wrapper {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding: 2%;
	} 	
		
	aside {
		width: 35%;
		float: right;
		}
	
	#workNav .thumb{
		display: inline;
		}
	
	ul#workNav {
		margin:0 auto;
		padding:0;
		list-style-type:none;
	
		}
		
	ul#workNav li {
		float: left;
		margin-bottom: 2px;	
		}
		
	ul#workNav li img{
		margin-bottom:2px;
		}
		
	ul#workNav li p {
	text-align: center;
	max-width:300px;
	font-size: 12px;
		}
	
	.thumb img{
	padding-bottom:10px;
	padding-right: 10px;
	}
	
	#main{
	clear: both;
	width:100%;
	margin-bottom: 30px;
	margin:0,5%
	}
	
	ul{
		list-style-type: none;
			}
		
	.thumb {
	text-align:center;
	}

/*Horizontal Scroller */

.scrollWrapper { 
        background:#ffffff; 
       /*box-shadow: 1px 1px 10px #999; */
        margin: auto; 
        float: left; 
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 20px !important;
        width: 100%;
        padding-top: 5px;
        height: 70%px;
    }
    .scrolls { 
        overflow-x: scroll;
        overflow-y: hidden;
        white-space:nowrap
    } 
    
    .scrolls img {
    max-height: 100 px;
    }
    
    .imageDiv img { 
        /*box-shadow: 1px 1px 10px #999; */
        margin: 2px;
        max-height: 50px;
        cursor: pointer;
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:top;
    }
    
    #bioText{
    max-width:600px;
  	font-size: 13px;
  	clear:both;
    }

/* Logo H1 */

header h1 {
	font-family: Andale Mono, Helvetica, Arial, sans-serif;
	font-size: 3em;
	font-weight: lighter;
	float: left;
	/*display: block;*/
	}
		
/* Nav */
nav {
	float: left;
	clear:both;
	margin-top: 10px;
	margin-bottom:30px; 
	}
	
 a {
	text-decoration:none;
	}
	
	nav li {
		display: inline;
		margin-right: 10px;
		font-size: 10 px;
		}

#skipTo {
	display: none;
	}
	#skipTo li {
		background: #b1fffc;
		}

/* Banner */			
#banner {
	margin-top: 0px;
	/*margin-left: 15px;*/
	margin-right: auto; 
	margin-bottom: 15px;
	width: 80%;
	clear: both;
	max-width:800px;
	max-height:60%;
	}

	#banner img {
		width: 100%;
		}


/* Media Queries */
@media screen and (max-width: 480px) {

	#skipTo {
		display: block;
		}
	
	nav, #main, aside {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}	
	 nav li {
			margin: 0;
			background: #efefef;
			display: block;
			margin-bottom: 3px;
			text-decoration:none;
			}
			nav a {
				display: block;
				padding: 10px;
				text-align: center;
				text-decoration:none;
				}		
				
.scrollWrapper { 
        background:#ffffff; 
        margin: auto; 
        float: left; 
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 20px !important;
        width: 100%;
        padding-top: 5px;
        height: 20%;
    }
    .scrolls { 
        overflow-x: scroll;
        overflow-y: hidden;
        white-space:nowrap
    } 
    
    .scrolls img {
    max-height: 100 %;
   /* width: 100%;*/
    }
    
    .imageDiv img { 
        
        margin: 2px;
        max-height: 50px;
        cursor: pointer;
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:top;
    }
}