@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
		}
a {
	outline:none;
		}
#bar {
	width: 150px;
	margin-left:124px;
	margin-top: 50px;
		}

#navigation {
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#35352f;
	text-align: right;
	width:148px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right: 3px;
	line-height: 250%;
		}

#navigation a{
	color:#35352f;
	text-decoration:none;
	font-weight:bold;
	float:left;
	width:148px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right: 3px;
	outline:none;

		}

.design a:hover{
	background-image:url(../images/hoverDesign.png);
	background-repeat:repeat;
		}

.illustration a:hover{
	background-image:url(../images/hoverIllustration.png);
	background-repeat:repeat;
		}
		
.projects a:hover{
	background-image:url(../images/hoverProjects.png);
	background-repeat:repeat;
		}
	
.about a:hover{
	background-image:url(../images/hoverAbout.png);
	background-repeat:repeat;
	color:#FFF;
		}

.contact a:hover{
	background-image:url(../images/hoverContact.png);
	background-repeat:repeat;
		}
	
.home a:hover{
	background-color:#FFF;
		}
		
.blog a:hover{
	background-image:url(../images/hoverBlog.png);
	background-repeat:repeat;
		}
	
.resume {
	position: relative;
	top:50px;
	right:7px;
		}


#about {
	background-image: url(../images/bgAbout.png);
	background-repeat:repeat-y;
		}
		
#illustration {
	background-image: url(../images/bgIllustration.png);
	background-repeat:repeat-y;
		}
		
#design {
	background-image: url(../images/bgDesign.png);
	background-repeat:repeat-y;
		}
		
#contact {
	background-image: url(../images/bgContact.png);
	background-repeat:repeat-y;
		}
		
#projects {
	background-image: url(../images/bgProjects.png);
	background-repeat:repeat-y;
		}

p {
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#35352f;
	line-height:200%;
	letter-spacing:100%
		}


p a{
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#8b8b82;
	text-decoration:none;
		}
		
ul{
	list-style:none;
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#35352f;
	line-height:200%
	}
	
ul a{
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#8b8b82;
	line-height:120%;
	margin-top:10px;
	letter-spacing:100%;
	text-decoration:none;
		}
	
ul a:hover {
	color:#b6b6ad;
		}

p a:hover{
	color:#b6b6ad;
	
		}
		
h2 {
	font-family:Verdana, sans-serif;
	font-size:14px;
	color:#35352f;
	letter-spacing:130%;
	font-weight:600;
		}
h1 {
	font-family:Verdana, sans-serif;
	font-size:18px;
	color:#35352f;
	line-height:120%;
	letter-spacing:150%;
	font-weight:600;
		}


#logo {
	position: relative;
	width: 224px;
	height: 91px;
	top:10px;
	left:43px;
		}

#content {
	position:absolute;
	width: 680px;
	height:auto;
	top: 75px;
	left: 285px;
		}




ul.tabsDesign {
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}
ul.tabsDesign li {
	float: left;
	margin-right:20px;
	font-family:Verdana, sans-serif;
	font-size:16px;
	color:#35352f;
	overflow: hidden;
	position: relative;
	
}
ul.tabsDesign li a {
	text-decoration: none;
	color:#35352f;
	font-weight:600;
	
}
ul.tabsDesign li a:hover {
	color:#1abbdc;
}	

html ul.tabsDesign li.activeDesign, html ul.tabsDesign li.activeDesign a:hover  {
	color:#1abbdc;
}











ul.tabsIllustration {
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}
ul.tabsIllustration li {
	float: left;
	margin-right:20px;
	font-family:Verdana, sans-serif;
	font-size:16px;
	color:#35352f;
	overflow: hidden;
	position: relative;
	
}
ul.tabsIllustration li a {
	text-decoration: none;
	color:#35352f;
	font-weight:600;
	
}
ul.tabsIllustration li a:hover {
	color:#fcde48;
}	
html ul.tabsIllustration li.activeIllustration, html ul.tabsIllustration li.activeIllustration a:hover  {
	color:#fcde48;
}





#home {
	position:relative;
	width: 718px;
	margin: auto;
	padding-top:50px;
		}

.imgLeft {
	margin:4px;
	float:left;
		}
		
.img {
	margin:4px;	
		}
