/*Copyright 2010 Jason Romero, All Rights Reserved. Copy or distribution of this is prohibited without consent from the author.  */
body{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a {
color:#9db9c4;
}
#wrap{
width: 1000px;
border: 1px solid #fff;
margin: 0 auto;
padding: 10px;
background-color: #fff;
margin-top: 30px;
}
#header{
height:45px;
width:auto;
}
#nav {
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
padding-top:2px;
padding-bottom:2px;
margin-top:3px;
margin-bottom:15px;
}
#nav a {
color: #379fc6;
text-decoration:none;
display:inline-block;
padding-top:3px;
padding-bottom:3px;
padding-right:10px;
padding-left:10px;
}

#nav a:hover {
background-color:#dfd8c5;
color:#1c789a;
}
#nav a.current {
background-color:#dfd8c5;
color:#1c789a;
}
.content{
width:auto;
height:auto;
border-bottom:1px dotted #ccc;
}
.title{
color: #379fc6;
font-size:25px;
}
.section {
border-bottom:1px dotted #ccc;
}
ul.thumbs {
list-style:none;
padding:0px;
}
ul.thumbs li {
float:left;
padding:0px;
margin:-1px;
position:relative;
}
ul.thumbs li a img {
border: 1px solid #000000;
}
ul.thumbs li a:hover img {
border:1px solid #379fc6;
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} 
.clearfix {
display:inline-block;
} 
.clearfix {
display:block;
} 
* html .clearfix {
height:1px;
}
#footer {
color:#ccc;
font-size:8px;
}
#resume {
font-size:10px;
}
