/************************************************************************
	Title: Dan Viveiros' one page wonder
	url: www.danviv.net
	File: global.css
	
	GLOBAL CSS 
	==========
	
	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique
	
	Author: 	Dan Viveiros		[hello@danviv.net]

************************************************************************/

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	border-top: 6px solid #ec008c;
	background-color: #ffffff;
	background-image: url(../assets/bg_v3.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

h1, h2, p {
	font-family: Rockwell, Georgia, Verdana, Arial;
	font-weight: normal;
	font-size: 54px;
	line-height: 54px;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: underline;
}

a:hover {
	color: #ec008c !important;
}

h1, h1 a {
	color: #000000;
}

p.one, p.one a {
	color: #3b3b3b;
}

p.two, p.two a {
	color: #777777;
}

p.three, p.three a {
	color: #b9b9b9;
}

p.lastfm, p.lastfm a {
	margin-top: 10px;
	font-size: 20px;
	color: #d9d9d9;
}
	
#intro {
	margin: 30px 280px 40px 40px;
}

#footer {
	position: absolute;
	bottom: 30px;
	margin: 0px 350px 0px 40px;
}

#links {
	float: left;
	width: 180px;
}

#links ul {
	margin: 0px;
	padding: 0px;
}

#links ul li {
	list-style: none;
	display: inline;
	float: left;
	margin-right: 10px;
}

#links ul li a span {
	display: none;
}

#links ul li a.dare {
	display: block;
	height: 30px;
	width: 82px;
	margin-top: 20px;
	background-image: url(../assets/dare.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#links ul li a.dare:hover {
	background-position: bottom left
}

#links ul li a.named {
	display: block;
	height: 84px;
	width: 78px;
	background-image: url(../assets/named.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#links ul li a.named:hover {
	background-position: bottom left
}

#twitter {
	margin-left: 190px;
}

#twitter h2 {
	display: block;
	height: 20px;
	width: 83px;
	margin-bottom: 3px;
	background-image: url(../assets/twitter.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#twitter h2 span {
	display: none;
}

#twitter ul {
	margin: 0px;
	padding: 0px;
}

#twitter ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Verdana, Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
	color: #b9b9b9;
	width: auto;
}

#twitter ul li a {
	font-family: Georgia, Verdana, Arial;
	font-weight: normal;
	font-style: italic;
	color: #b9b9b9;
}

#twitter a.follow {
	font-family: Rockwell, Georgia, Verdana, Arial;
	font-weight: normal;
	font-size: 14px;
	color: #b9b9b9;
	text-align: right;
	display: block;
}
