/*
Theme Name: Rebecca's Music
Theme URI: http://giraffedesign.com/
Description: Rebecca's Music
Version: 1.0
Author: Forrest Corbett
Author URI: http://giraffedesign.com/
*/

/*------------------------------------------------------------------------------
	CORE LAYOUT
------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: url(images/backgrounds/rotate.php) center  ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #999;
	font-family: Georgia, Times, serif;
	color: #926a27;

}
A:link {
	COLOR: #185C97;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #185C97;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #191919;
	TEXT-DECORATION: underline;
}
A:active {
	COLOR: #FF932F;
	TEXT-DECORATION: underline;
}


div#nav a {
	padding-top: 5px;
	color: #66490e;
	font: 12px Georgia, Times, serif;
	text-decoration: none;
}

div#nav a:link, div#nav a:visited {
	color: #66490e;
	text-decoration: none;
}

div#nav a:hover, div#nav a:active {
	text-decoration: none;
	color: #191919;
	background: url(images/arrow.gif) no-repeat center top;
}
div#nav {
	padding: 2px 0 0 0;
	margin: 0 0 0 30px;
	border-top: 4px solid #8c6522;
	text-align: center;
	width: 151px;
}
div#subnav {
	padding: 2px 0 0 0;
	margin: 0 0 0 30px;
	text-align: left;
	width: 151px;
}

div#subnav a:link, div#nav a:visited {
	color: #66490e;
	text-decoration: none;
}

div#subnav a:hover, div#nav a:active {
	text-decoration: none;
	color: #191919;
}
td#content {
	background: url(images/rebeccas-music_content_bg.jpg) ;
	}
td#center {
	background: url(images/rebeccas-music_content_bg.jpg) ;
	}

div#col1 {
	position: relative;
	width: 475px;
	float: left;
	padding: 0px 0px 5px 30px;
	border: 0px solid #fbd09b;
	min-height: 500px;
	max-height: 885px;
	overflow: auto;

}
div#col2 {
	width: 200px;
	position: relative;
	float: left;
	padding: 0px 0px 5px 0px;
	border: 0px solid #fbd09b;
	margin: 250px 0 0 0;

}
/*

div#col1b {
	width: 170px;
	float: right;
	padding: 0px 0px 0px 0px;
	border: 1px solid #fbd09b;
	bottom: 1px;
	position: relative;
}
*/
div.scroll
{
	height: 442px;
	width: 142px;
	overflow: scroll;
	padding: 0 10px 5px 0;

}

/*------------------------------------------------------------------------------
	TEXT FORMAT
------------------------------------------------------------------------------*/

blockquote {
	border-left: 6px solid #FF932F;
	border-right: 1px dashed #FF932F;
	border-top: 1px dashed #FF932F;
	border-bottom: 1px dashed #FF932F;
	COLOR: #333;
	FONT: 13px/18px Palatino, Times, serif;
	padding: 15px;
}

h1 {
	color: #926a27;
	border-bottom: 1px solid #926a27;
	FONT: 18px/18px Georgia, Times, serif;
	font-weight: bold;
	margin-bottom: -4px;
	padding: 5px 0px -6px 0px;
/*
	text-shadow: 2px 2px 2px #666;
*/
	font-variant: small-caps;
}

h2 {
	COLOR: #191919;
	FONT: 16px/18px Georgia, Times, serif;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
/*
	text-shadow: 2px 2px #CCC;
	border-bottom: 6px solid #FDECBD;
*/
}

h3 {
	COLOR: #333;
	FONT: 14px/18px Georgia, Times, serif;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #666;
}

h4 {
	COLOR: #191919;
	FONT: 12px/18px Georgia, Times, serif;
	text-decoration: none;
	padding: 1px 0px 0px 0px;
	FONT-WEIGHT: bold;
}

h5 {
	COLOR: #191919;
	FONT: 12px/18px Georgia, Times, serif;
	text-decoration: none;
	padding: 1px 0px 0px 0px;
	text-shadow: 2px 2px #CCC;
	border-top: 1px solid #999;
}

h6 {
	COLOR: #191919;
	FONT: 12px/18px Georgia, Times, serif;
	text-decoration: none;
	padding: 1px 0px 0px 0px;
	text-shadow: 2px 2px #CCC;
}

p {
	COLOR: #66490e;
	FONT: 11px/15px Georgia, Times, serif;
	text-decoration: none;
}

p#list {
	COLOR: #fbd09b;
	FONT: 11px/16px Georgia, Times, serif;
	text-decoration: none;
}
hr {
	border: 0;
	background-color: #8c6522;
	height: 4px;
	width: 100%;
	margin-top: 3px;
        }


.form
	{
	font: 12px Georga, Times, serif;
	color: #FFF;
	background-color: #b28f57;
	border: 0;
	padding: 2px;
	}