/*
 * digitalhymn v1.1
 * 
 * Copyright (C) 2006
 * by Davide S. Casali, Alessandro Morandi
 * www.digitalhymn.com
 *
 */

/*** General ***/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	
	color: #ffffff;
	background-color: #676767;
}

img {
	border: 0px;
}

a, a:visited, a:hover {
	color: #ff823d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*** Layout ***/
#all {
	width: 600px;
	margin: 0 auto;
}
* html body { text-align: center; } /* [IEfix] 5.0/5.5 centering bug */
* html body #all { text-align: left; } /* [IEfix] 5.0/5.5 centering bug restore */

#identities,
#projects {
	width: 280px;
	padding: 9px;
	min-height: 200px;
}
#identities { float: left; }
#projects { float: right; }

/*** Typo ***/
h1, h2, h3, h4 {
	margin: 2px 0;
}

/*** Header ***/
h1 {
	background: transparent url(gfx/digitalhymn-logo.gif) repeat-x;
	width: 317px;
	height: 116px;
}

h1 a {
	display: block;
	text-indent: -666em;
}

/*** Identities ***/
#identities {
	background-color: #575757;
}

#identities ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	font-size: 1.5em;
}

#identities ul li .sub {
	display: block;
	
	font-size: .7em;
}

#identities ul li {
	margin-bottom: .5em;
}

/*** Projects ***/
#projects {
	background-color: #575757;
}

#projects ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	font-size: 1.2em;
}

#projects ul li .sub {
	display: block;
	
	font-size: .7em;
}

#projects ul li {
	margin-bottom: .2em;
}

