/** Structure **/
a.top {
	text-align: right;
	display: block;
	clear: both;
}
#container {
	width: 76em;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
#name {
	text-align: left;
	margin-top: 25px;
}
#name h1 {
	text-align: left;
	margin-left: 58px;
	background-color: transparent;

}
#name p img {
	float: left;
	margin-top: -2.4em;
	margin-right: 10px;
}
#name p {
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
}
#navigation {
	text-align: right;
}
#navigation h2 {
	display: none;
	visibility: hidden;
}
#navigation ul {
	margin-bottom: 1em;
}

#navigation ul li {
	display: inline;
	font-size: 1.2em;
	border-right: .1em solid #666;
	margin: 0;
}
#navigation ul li a {
	font-weight: bold;
	padding: 0 .5em 0 .5em;
}
#aboutme {
	background-color: #036;
	background-image: url(../_img/blue-grad.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #fff;
	padding: 1em;
}
#aboutme h2 {
	color: #fff;
	background: transparent;
	margin-left: 152px;
}
#aboutme p {
	line-height: 1.2em;
}
#aboutme img {
	background-image: url(../_img/frame.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 14px;
	float: left;
	margin-top: -1.4em;
	margin-right: 11px;
}
#aboutme a {
	color: #fff;
}
#projects {
}
#campaigns {
}
#projects p span,
#campaigns p span,
#aboutsite p span {
	display: block;
	margin: 1em;
	float: right;
	visibility: hidden;	
}
#projects p span img,
#campaigns p span img,
#aboutsite p span img {
	visibility: visible;
}
#links ul li {
	list-style-image: url(../_img/li.png);
}
#bookmark ul li {
	display: inline;
}
#footer {
	text-align: right;
	background-image: url(_img/red-grad.png);
	background-color: #900;
	background-repeat: repeat-x;
	background-position: top left;
	color: #fff;
	padding: 1em;
}
#footer a {
	color: #fff;
	background-color: #900;
}
#contacts ul li {
	text-align: left;
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	padding-left: 20px;
	margin: 0;
}
#contacts ul li span {
	font-weight: bold;
}
#contacts ul li address span {
	font-weight: normal;
}
#contacts ul li span a {
	text-decoration: none;
	color: #036;
	font-weight: bold;
	background-color: #fff;
}
li#web {
	background-image: url(../_img/web.png);
}
li#msn {
	background-image: url(../_img/msn.png);
}
li#mail {
	background-image: url(../_img/mail.png);
}
li#skype {
	background-image: url(../_img/skype.png);
}
li#linkedin {
	background-image: url(../_img/linkedin.png);
}
li#claimid {
	background-image: url(../_img/claimid.png);
}
li#foaf {
	background-image: url(../_img/foaf.png);
}
li#address {
	background-image: url(../_img/address.png);
}
li#hcard {
	background-image: url(../_img/hcard.png);
}
li#piva {
	background-image: url(../_img/piva.png);
}
li#rdf {
	background-image: url(../_img/rdf.png);
}
li#logosauce {
	background-image: url(../_img/logosauce.png);
	
}
.version {
	color: #900;
	font-size: .8em;
}
