@charset "UTF-8";
/* CSS Document */
/* Old Reed Bed Stusios website styled and designed by Gary Weston @ Spaghetti Weston */
/* www.spaghettiweston.com */

/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}


/*------------------------------start styles------------------------------*/

body {
	background-color: #B2C796;
}

body, select, input, textarea {
	font: 100%/1.2 "century gothic", verdana, arial, helvetica, sans-serif;
	color: #333333;
}

#container {
	margin: auto;
} 


#header	{
	height: 120px;
}

#header p {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	margin: -300px;
}


#logo {
	
}

/*-----------------NAVIGATION-----------------------------------*/

#navHolder {
	height: 120px;
	width: 380px;
	margin-left: 300px;
}

#nav {
	width: 300px;
	left: 321px;
	top: 3px;
	padding-top: 80px;
	text-align: center;
}

ul#nav {
	list-style: none;
	text-decoration: none;
	width: 380px;
}

ul#nav li {
	display: inline;
	margin: 0 8px;
}

ul#nav a:link,  ul#nav a:visited {
	color:#2E5F7D;
	text-decoration: none;
}

ul#nav a:hover {
	color: #CCCCCC;
}




/*---------------------content-----------------------*/ 

#wrap {
	background: url(../images/bgwrap.jpg) no-repeat top left;
	background-color: #FCFBF7;
	}

#maincontent {
	/*background: url(../images/bg-texture.jpg) repeat-x;*/
	overflow: hidden;
	
}

#colHolder {
	width: 900px;
	padding-left: 100px;

}

#col1 {
	width: 450px;
	float: left;
	margin: 10px 50px 0 0;
}

#col2 {
	width: 320px;
	float: left;
	margin: 20px 50px 0 0;
}

#col2_home {
	width: 340px;
	float: left;
	margin: 20px 50px 0 0;
}

#col1_2 {
	width: 890px;
	float: left;
	margin-top: 10px;
}

.art {
	width: 800px;
	float: left;
	margin-right: 35px;
}

#wideExtra {
	width: 860px;
	float: left;
	background: url(../images/corner.gif) bottom right no-repeat;
	padding: 0 10px 20px 10px;
}

.clear {
	clear: both;
}

.totop {
	clear:both;
	text-align: right;
	border-top: dashed 1px #ccc;
	width: 800px;
}

#footer {
	height: 230px;
	background-image: url(../images/footerBG.gif);
	width: 100%;
}

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

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	margin-top: 1.4em;
}
h1 {
	font-size: 1.1em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 0.9em;	
}
h4 {
	font-size: 0.9em;
	color: #333333;
}
h5 {
	font-size: 1.2em;	
}
h6 {
	font-size: 0.8em;
	color: #3E5867;
}
p {
	margin-bottom: 1.4em;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0 10px;
}

#wideExtra p {
	padding-top:8px;
}

.copy {
	color: #666666;
	padding-top: 210px;
	padding-left: 110px;
	font-size: 0.7em;
}

#creditHolder {
	float: left;
	margin-top: -32px;
	padding-left: 500px;
}

.credit {
	color: #0D4106;
	font-size: 0.7em;
	text-decoration:none;
}

.credit a:link {
	color: #999999;
	text-decoration:none;
}

.credit a:hover {
	color: #B1CA95;
	}
	
.credit a:visited {
	color: #666666;
	text-decoration:none;
}

.highlightTxt {
	color: #C08137;
	text-transform: uppercase;
}

a:link {
	color: #B1CA95;
}

a:hover {
	color: #666666;
}

a:visited {
	color: #B1CA95;
}

/*--------------------------Images----------------------------*/

.imgGen {
	border: 1px #999 solid;
	padding: 4px;
}

.imgArtists {
	margin-bottom: 8px;
}

.imgMasthead {
	margin-bottom: 10px;
}

.imgFloatRExt {
	float: right;
	margin: 16px 40px 0 40px;
}

.imgFloatL {
	float: left;
	margin: 20px 20px 10px 10px;
	border: 1px #999 solid;
	padding: 4px;
}
