/* -----------------------------------------
URL: http://paintedhearts.org
Author: Michi (http://paintedhearts.org)
------------------------------------------*/

/* Body */
body {
	background-color: #666666; 
	background-image: url('images/hiatus.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	margin: 0px auto;
}

#wrapper {
	margin: 0px auto;
	margin-top: 70px;
	width: 400px;
}

.right {
	float: right;
	margin-left: 0px;
}

.left {
	float: left;
	margin-left: 0px;
}

#websites1 {
	font-family: "Arial", Helvetica Neue, Garamond, Georgia, Serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
	color: #ffffff;
	text-align: justify;
}

#websites2 {
	text-align: justify;
}

#footer {
	padding: 0px;
	margin: 0px;
}

#footercontent {
	font-family: "Arial", Helvetica Neue, Garamond, Georgia, Serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
	color: #ffffff;
	text-align: justify;
}

b, strong {
	color: #6699cc;
}

i, em {
	color: #7e6536;
}

h1 {
	font-size: 18px; 
	font-family: "Rockwell", Garamond, Georgia, Helvetica, sans serif;
	color:#cccccc;
	line-height: 28px;
	font-weight: normal;
	text-align: justify;
	text-shadow: 1px 1px 1px #000000;
}

h2 {
	font-size: 24px;
	font-family: "Rockwell", Garamond, Helvetica, sans serif;
	color:#6699cc;
	font-weight: normal;
	text-transform: lowercase;
	text-align: right;
	text-shadow: 1px 1px 1px #000000;
}

h3 {
	font-size:16px;
	font-weight: normal;
	font-family: "Rockwell", Garamond, Helvetica, sans serif; 
	color:#6699cc;
	font-weight: normal;
	text-transform: lowercase;
	text-align: right;
	text-shadow: 1px 1px 1px #000000;
}
#websites1 a.lj {
	display: block;
	margin: 0px auto;
	padding: 0px;
	background: url('images/lj.png') top left no-repeat;
	width: 200px;
	height: 30px;
	text-indent: -9999px;
}

#websites1 a.lj:hover {
	background-position: -200px 0px;
}

a.email {
	display: block;
	margin: 0px auto;
	padding: 0px;
	background: url('images/email.png') top left no-repeat;
	width: 200px;
	height: 30px;
	text-indent: -9999px;
}

a.email:hover {
	background-position: -200px 0px;
}

#websites2 a.lastfm {
	display: block;
	margin: 0px auto;
	padding: 0px;
	background: url('images/lastfm.png') top left no-repeat;
	width: 200px;
	height: 30px;
	text-indent: -9999px;
}

#websites2 a.lastfm:hover {
	background-position: -200px 0px;
}

#websites1 a.twitter {
	display: block;
	margin: 0px auto;
	padding: 0px;
	background: url('images/twitter.png') top left no-repeat;
	width: 200px;
	height: 30px;
	text-indent: -9999px;
}

#websites1 a.twitter:hover {
	background-position: -200px 0px;
}

#websites2 a.flickr {
	display: block;
	margin: 0px auto;
	padding: 0px;
	background: url('images/flickr.png') top left no-repeat;
	width: 200px;
	height: 30px;
	text-indent: -9999px;
}

#websites2 a.flickr:hover {
	background-position: -200px 0px;
}

#websites2 a.plurk {
	display: block;
	margin: 0px auto;
	padding: 0px;
	background: url('images/plurk.png') top left no-repeat;
	width: 200px;
	height: 30px;
	text-indent: -9999px;
}

#websites2 a.plurk:hover {
	background-position: -200px 0px;
}

#websites1 a.tumblr {
	display: block;
	margin: 0px auto;
	padding: 0px;
	background: url('images/tumblr.png') top left no-repeat;
	width: 200px;
	height: 30px;
	text-indent: -9999px;
}

#websites1 a.tumblr:hover {
	background-position: -200px 0px;
}

.clear {
	clear: both;
}