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

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #0088CC;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #343336 url(../img/bg-tile.png) repeat top left;
	font: 13px Arial, Helvetica, sans-serif;
}

#topline {
	height: 200px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../img/topline.png) repeat-x top left;
}

/* When we don't need #topline */
body.browser-safari,
body.browser-chrome {
	background: #343336 url(../img/topline.png) repeat-x top left, url(../img/bg-tile.png) repeat top left;
}
body.browser-safari #topline,
body.browser-chrome #topline {
	display: none;
}
/* End the topline massacre */

/* - HEADER */
#header {
	width: 558px;
	height: 80px;
	margin: 0 auto;
	margin-top: 100px;
	background: url(../img/header.jpg) no-repeat top left;
	position: relative;
}

#header h1 {
	font: normal 28px 'Myriad Pro', Helvetica, Arial, sans-serif;
	color: #222;
	position: absolute;
	top: 25px;
	left: 25px;
	text-shadow: 0px 1px 1px #F4F4F4;
}

#header h1 strong {
	font-weight: normal;
	color:#000;
}

#header ul {
	position: absolute;
	top:20px;
	right:20px;
	list-style: none;
}

#header ul li a {
	width: 140px;
	line-height: 40px;
	display: block;
	background: #282625;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	border-bottom: 1px solid #ddd;
}

/* - PAGES */
#page {
	position: relative;
	width: 550px;
	margin: 0 auto;
	margin-top: 20px;
}

.content {
	color: #7D7D7D;
	line-height: 125%;
	text-align: justify;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/* -- SITES */
#sites ul {
	list-style: none;
	padding: 20px 0 0 100px;
}
#sites ul li {
	float: left;
	margin-right: 20px;
	position: relative; /* For the popup */
	width:73px;
	background:url(../img/loading.gif) no-repeat 30px 30px;
}
#sites ul li a {
display:block;
text-indent:-9999px;
height:73px;
}
#sites ul li#facebook a {
background:url(../img/network-icons.png) no-repeat 0px 0px;
}
#sites ul li#flickr a{
background:url(../img/network-icons.png) no-repeat 0px -73px;
}
#sites ul li#lastfm a {
background:url(../img/network-icons.png) no-repeat 0px -146px;
}
#sites ul li#twitter a {
background:url(../img/network-icons.png) no-repeat 0px -219px;
}
#sites ul li span { /* (this is the popup) */
background:url(../img/popup.png) no-repeat top center;
height:30px;
width:145px;
padding-top:7px;
text-align:center;
color:#666;
display:block;
line-height:30px;
font-size:14px;
position:absolute;
left:-35px;
top:75px;
z-index:2;
display:none;
}

/* -- ALERTS */
#alerts span {
	background: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	color: #fff;
	display: block;
	padding: 10px 15px 10px 15px;
	position: absolute;
	top:20px;
	left:20px;
}
#alerts span:hover {
	border: 2px solid #fff;
	top:18px;
	left:18px;
	cursor: default;
}
#alerts img {
position: absolute;
top:-10px;
left:-10px;
}
/* -- CONTACT */
#contact {

}
#contact form {
	width: 275px;
	float: left;
}
#contact form label {
	width:100px;
}

/* - FOOTER */
#footer {
padding:10px 0 10px 0;
color:#767676;
font-size:11px;
text-align:center;
background:#282625;
position:fixed;
bottom:0;
left:0;
width:100%;
border-top:1px solid #454144;
cursor:default;
}
#footer:hover {
color:#ccc;
}
