.clear {
	overflow: hidden;
	width: 100%;
}

a {
	text-decoration: none;
}
a.link {
	color: #000000;
    background: #ffffff;
}

a.project {
	color: #808080 !important;
	display: block;
	height: 20px;
	outline: none;
	padding: 4px 0 0 20px;
	position: relative;
	text-decoration: none;
	width: 610px;
}

a.project img {
	display: none;
	position: absolute;
	right: 10px;
	top: 4px;
}

a.project.active img {
	display: none;
}

a.project.loading img {
	display: block;
}


a img {
	border: none;
}

body {
	margin: 10px 0 20px 0;
}

body, input, select, textarea {
	font: normal 12px geneva, arial, sans-serif;
}

div#footer {
	margin-left: 20px;
}

div.info {
	clear: left;
	float: left;
	height: 20px;
	margin-bottom: 2px;
	padding: 5px 10px 0 20px;
	text-decoration: none;
}

div.project-content {
	padding-left: 20px;
	width: 610px;
}

div.project-content div {
	margin: 13px 0 10px 0;
}

div.project-content p {
	color: #808080;
	line-height: 18px;
	margin: 0 0 18px 0;
	text-align: justify;
}

div#wrapper {
	padding-left: 10px;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 12px 20px;
}

img {
	display: block;
}

span.light {
	color: #888;
}

ul.images {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 610px;
}

ul.images li {
	float: left;
	margin: 0 0 10px 0 !important;
	width: 610px;
}

ul#projects {
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
}

ul#projects li {
	margin: 0 0 2px 0;
}

/* design */

body#design {
	background: #FFF url('../img/bg-body-design.gif') repeat-y;
	color: #000;
}

body#design a {
	color: #FFF;
}

body#design a.project {
	background-color: #000;
	border-top: 1px solid #000;
}

body#design a.project.active,
body#design a.project.active:hover {
	background-color: #FFF;
	color: #000 !important;
}

body#design a.project:hover {
	color: #FFF !important;
}

body#design div#footer {
	color: #B0B0B0;
}

body#design div.info {
	background-color: #000;
	color: #FFF;
}

body#design div.project-content a {
	color: #000;
}

body#design div.project-content a:hover {
	color: #000;
	text-decoration: underline;
}

body#design h1 {
	color: #B0B0B0;
}

/* illustration */

body#illustration {
	background: #000 url('../img/bg-body-illustration.gif') repeat-y;
	color: #FFF;
}

body#illustration a {
	color: #000;
}

body#illustration a.project {
	background-color: #FFF;
	border-top: 1px solid #FFF;
}

body#illustration a.project.active,
body#illustration a.project.active:hover {
	background-color: #000;
	color: #FFF !important;
}

body#illustration a.project:hover {
	color: #000 !important;
}

body#illustration div#footer {
	color: #404040;
}

body#illustration div.info {
	background-color: #FFF;
	color: #000;
}

body#illustration div.project-content a {
	color: #FFF;
}

body#illustration div.project-content a:hover {
	color: #FFF;
	text-decoration: underline;
}

body#illustration h1 {
	color: #404040;
}

/* contact */

body#contact {
	background: #fff url('../img/bg-body-design.gif') repeat-y;
	color: #000;
}

body#contact span.light {
	color: #B0B0B0;
}

body#contact a {
	color: #fff;
}

body#contact a.project {
	background-color: #000;
	border-top: 1px solid #000;
	color: #fff !important;
}

body#contact a.project.active,
body#contact a.project.active:hover {
	background-color: #fff;
	color: #000 !important;
}

body#contact a.project:hover {
	color: #000 !important;
}

body#contact div#footer {
	color: #B0B0B0;
}

body#contact div.info {
	background-color: #000;
	color: #fff;
}

body#contact div.project-content a {
	color: #000;
}

body#contact div.project-content a:hover {
	color: #B0B0B0;
	text-decoration: underline;
}

body#contact h1 {
	color: #B0B0B0;
}