/*---------- 
   ELEMENTS
  ----------*/

body {
	background: #feb url(../images/stain.gif) top repeat-x;
	color: #300;
	font-size: 15px;
}
a {
	color: #963;
}
a:hover,
a:focus {
	background: #963;
	color: #feb;
}

/*--------- 
   CLASSES
  ---------*/

.fleuron {
	clear: both;
	width: 100%;
	height: 1.6em;
	background: transparent url(../images/fleuron.gif) center no-repeat;
	color: #feb;
}
a.subscribe {
	display: block;
	background: transparent;
	color: #c60;
	font-size: .8em;
	text-align: right;
}
a.subscribe:hover,
a.subscribe:focus {
	text-decoration: underline;
}
a.rss {
	position: absolute;
	right: 0;
	top: 1.6em;
	padding-right: 15px;
	background: transparent url(../images/feed-icon.gif) right no-repeat;
}

/*----- 
   IDs
  -----*/


/*	-- title -- */

#title h1 img {
	height: 2.4em;
}
#title h1 a:hover,
#title h1 a:focus {
	background: transparent;
}

/*	-- introduction -- */

#introduction {
	padding: 0 25%;
}

/*-- personae --*/

#personae {
	width: 100%;
	margin: 2em 0;
	border-top: 3px double #300;
}
#personae h2 {
	background: #300;
	color: #feb;
	padding: 0.1428em 37.5%;
}
#personae #vcards {
	width: 100%;
	float: left;
	background: transparent url(../images/photo-bg.gif) top repeat-x;
}
#personae .vcard {
	position: relative;
	width: 25%;
	float: left;
}
#personae .vcard div {
	background: #300;
	border-bottom: 3px double #feb;
}

/*-- songs --*/

#songs {
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
}
#songs h2 {
	border-bottom-color: #963;
	text-shadow: #963 -0.0476em -0.0476em 0.0952em;
}
#songs li {
	display: inline;
}
#songs li a {
	display: block;
	font-style: italic;
	letter-spacing: .125em;
	padding: .8em .8em 0.7666em;
	border-bottom: 0.0666em solid #dc9;
}

/*-- news --*/

#news {
	position: relative;
	width: 50%;
	float: left;
}
#news h2 {
	border-bottom-color: #963;
	text-shadow: #963 -0.0476em -0.0476em 0.0952em;
}
#news .hentry {
	list-style: none;
	border-bottom-color: #dc9;
}

/*-- shows --*/

#shows {
	position: relative;
	width: 25%;
	float: left;
}
#shows h2 {
	border-bottom-color: #963;
	text-shadow: #963 -0.0476em -0.0476em 0.0952em;
}
#shows .vevent {
	text-align: right;
	border-bottom-color: #dc9;
}

/*-- contact --*/

#contact {
	background: #eda url(../images/tear.gif) top repeat-x;
}
#contact p {
	width: 100%;
	position: relative;
}
#contact label {
	display: block;
	float: left;
	width: 24%;
	text-align: right;
	padding: 0 1em;
}
#contact label .error {
	color: #900;
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	position: absolute;
	left: 77%;
	padding: 0 1em;
}
#contact #name,
#contact #email,
#contact #message {
	font-family: Constantia,Georgia,serif;
	font-size: 1em;
	line-height: 1.6;
	vertical-align: middle;
	width: 50%;
	border-color: #963;
	background-color: #ffc;
	color: #321;
}
#contact #submit {
	border-color: #321;
	background-color: #963;
	color: #ffc;
	padding: .2em .8em;
	margin-left: 70%;
}
#contact .feedback {
	text-align: center;
}

/*-- elsewhere --*/

#elsewhere {
	background-color: #200;
	color: #963;
	border-top: 3px double #eda;
	width: 100%;
	float: left;
}
#elsewhere a {
	color: #c96;
}
#elsewhere a:hover,
#elsewhere a:focus {
	background-color: #c96;
	color: #200;
}
#flickr {
	width: 19em;
	float: left;
}
#flickr ul {
	clear: both;
	line-height: 0;
}
#flickr li {
	list-style: none;
	display: inline;
}
#flickr li a {
	display: block;
	float: left;
}
#flickr li a img {
	width: 5em;
	height: 5em;
	border: 0.2em double #630;
	background-color: #963;
}
#flickr li a:hover img,
#flickr li a:focus img {
	border-color: #963;
	background-color: #c96;
}

#twitter {
	width: 15em;
	float: right;
	overflow: hidden;
}
#twitter ul {
	border-top-color: #422;
}
#twitter li {
	border-bottom-color: #422;
}

#myspace {
	position: relative;
	margin-left: 18em;
	margin-right: 14em;
}
#myspace ul {
	border-top-color: #422;
}
#myspace li {
	border-bottom-color: #422;
}


/*------- 
   PAGES
  -------*/

body.news .hentry {
	float: none;
	width: auto;
	margin: 0 20%;
}