@charset "UTF-8";
@import "reset.css";

/*
	INDEX
	+general
	+structure
	+links
	+headers
	+contents
	+forms
	+acessibility
	+add_default
*/

/* +general */
body {
	background-image: url("../imgs/backgrounds/backbirds.gif");
    background-repeat: repeat-y;
	background-repeat: repeat-x;

	font:62.5% tahoma, verdana, arial, sans-serif;
	color:#de0657
}

img {
	width:100%;
}

hr {
	display:none
}

a {
	color:#de0657;
	font-weight:bold;
	text-decoration:underline
}
/* end general */

/* +structure */
#wrapper{
	width:96%;
	margin:auto
}

#header {
	color:#bef540;
}

#nav {
	
}

#content {
	
}

#footer {
	
}
/* end structure */

/* +links */
#header h1 a {
	width:172px;
	height:34px;
	display:block
}
#header address a {
	color:#bef540;
}

#menu a {
	text-decoration:none;
}
#menu a:hover, #menu a:focus {
	text-decoration:underline
}
/* end links */

/* +headers */
#header h1 { 
	width:172px;
	height:34px;
	background:url(../imgs/misc/dieet_logo.png) no-repeat;
	margin-top:15px;
	text-indent:-9999px;
	overflow:hidden;
	outline:none
}
#header h2 {
	font-size:1.1em;
	font-weight:bold;
	display:inline;
	padding:0.8%;
}

#content h2 {
	background-color:#de0657;
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	display:inline
}

.works-list h3 {
	background-color: #de0657;
	font-size:1.2em;
	padding:0.8%;
	color:#fff;
	display:inline
}

#content .internal_title {
	margin-bottom:6%;
	display:inline-block
}

.info_box .content h3 { font-size:1.3em; font-weight:bold; margin-bottom:3% }
/* end headers */

/* +contents */
#menu li {
	list-style-type:disc;
	list-style-position:inside;
}

.works-list {
	margin-top:3%
}
.works-list h3 a {
	color:#fff
}
.works-list li {
	margin-bottom:5%;
	overflow:hidden
}
.works-list .properties {
	margin:2% 0
}
.works-list .properties li {
	background-color:#bef540;
	display:inline;
	padding:0.8%;
}
.works-list li img {
	display:block;
	margin:2% 0
}
.works-list .work-description p {
	background-color:#bef540;
	display:inline;
	padding:2px;
	line-height:15px;
}

.info_box {
	margin-bottom:5%
}
.info_box .content {
	display:inline-block;
	padding:10px 15px;
	background:#bef540 url(../imgs/backgrounds/highlight.gif)
}

#hcard-Diego-Chiarelli {
	margin:5% 0
}
#header address {
	margin-top:3%;
}
/* end contents */

/* +forms */
/* end forms */

/* +acessibility */
#skip {
	width:96%;
	margin:2% auto 0
}

#footer a.top {
	width:52px;
	height:19px;
	background:url(../imgs/buttons/go_to_top.png) no-repeat;
	margin-top:7%;
	clear:both;
	float:right;
	display:block;
	overflow:hidden;
	text-indent:-9999px
}
#footer a.top:hover, #footer a.top:focus  {
	background:url(../imgs/buttons/go_to_top_over.png) no-repeat
}
/* end acessibility */

/* +add_default */
/* end add_default */