@charset "UTF-8";
/* CSS Document
Gretchen Peters
Songwriting CSS
©2009 Gretchen Peters
Created 10/27/09 9:54AM
Updated 10/27/09 9:54AM
Validated 10/27/09 9:54AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* LAYOUT ELEMENTS */

div#wrapperdiv {
	background: url(../images/bioslice.jpg) top left repeat-y;
}

div#pagebackgrounddiv {
	background: url(../images/songwritingback_02.jpg) top left no-repeat;
}

div#navigationdiv {
	width: 139px;
	height: 336px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 312px;
	left: 60px;
}

div#contactdiv { /* total width is 770px */
	width: 440px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	padding: 355px 0 25px 335px;
	text-align: justify;
}

div#fastdiv {
	width: 92px;
	height: 25px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 664px;
	top: 349px;
}

div#socialdiv {
	width: 76px;
	height: 170px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 378px;
	left: 912px;
}

div#tourdiv {
	width: 216px;
	height: 336px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 740px;
	left: 853px;
	background: url(../images/tourdates_08.jpg);
}

div#footerdiv {
	font-size: 70%;
	color: #3d3f35;
	width: 1139px;
	height: 309px;
	background: url(../images/biofooter.jpg) top left no-repeat;
}

div#copyrightdiv {
	width: 300px;
	float: left;
	padding: 150px 0 0 150px;
}

div#designdiv {
	width: 300px;
	float: right;
	text-align: right;
	padding: 150px 70px 0 0;
}

div.dividerdiv {
	height: 9px;
	background: url(../images/newsback_05.png) top center no-repeat;
	width: 440px;
	overflow: hidden;
	margin: 20px 0 30px 0;
}

/* TEXT */

div#contactdiv p {
	padding: 0 0 20px 0;
}

div#contactdiv p span.songtitle {
	color: #cab5ba;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
}

div#contactdiv p span.credit {
	font-size: 80%;
}

div#contactdiv p span.award {
	font-size: 80%;
	color: #cab5ba;
}

div#contactdiv p#toppar {
	padding: 20px 0 10px 0;
}

div.headline {
	color: #cab5b8;
	margin: 0 0 4px 0;
}

div#contactdiv div.headline p {
	padding: 0;
}

div#contactdiv h2 {
	font-size: 110%;
}

div#contactdiv h2.second {
	font-size: 110%;
	margin: 20px 0 0 0;
}

/* LISTS */

div#tourdiv ul {
	padding: 70px 0 0 0;
}

div#tourdiv ul li {
	display: list-item;
	color: #444843;
	font-size: 80%;
	padding: 0 0 8px 0;
	margin: 0 0 0 -13px;
	text-align: center;
}

div#tourdiv ul li#moretour {
	font-size: 70%;
}

div#tourdiv ul li span.date {
	font-weight: bold;
}

/* LINKS */

div#tourdiv a {
	color: #444843;
	text-decoration: none;
}

div#tourdiv a:hover {
	color: #fff;
	text-decoration: underline;
}

div#contactdiv a {
	color: #cab5ba;
	text-decoration: underline;
}

div#contactdiv a:hover {
	color: #fff;
	text-decoration: underline;
}

/* IMAGES */

div#contactdiv img.header {
	padding: 0 0 10px 0;
}
