@charset "UTF-8";
/* CSS Document */

/* COLORS */
/*

-TANS
#817F74
#67665D
#41413A

-BLCAKS
#1D1D1D
#131313
#0C0C09

-GRAYS
#E3E0E6
#D6D2D6

-BLUE
#1387B7

*/

.navi-list{
display:block;
width:auto;
height:35px;
background: #1D1D1D;
padding: 0px;
font-size:13px;
}

.navi-list li {
display:block;
float:left;
list-style: none;
margin:0px;
}

.navi-list li:hover{
background: #817F74;
}


.navi-list li a, .navi-list li a:active, .navi-list li a:visited{
display:block;
min-width:100px;
max-width: auto;
height:28px;
/* background: #67665D; */
padding: 7px 0px 0px 10px;
color:#E3E0E6;
text-decoration: none;
}


.navi-list li a:hover{
background: #817F74;
color:#ffffff;
text-decoration: none;
}


/* /////////////////////////////////// */

.project-page .projects,
.profile-page .profile,
.blog-page .blog,
.contact-page .contact,
.home-page .index
{
	background: #41413A;
}









