
/* You might find the following useful */
div, ul, li { position:relative } /* This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */


body {
	background: #F2EDDC URL(../images/background_01.jpg) repeat-y center;
	padding: 0px;
	text-align:center;
	}

html, body {
	height: 100%;
}

img {
	padding: 0px;
	}

#wrapper {
/*	background: #FFF URL(../images/lineheight_21.gif); */
	background: #FFF;
	margin: 0px auto;
	text-align:left;
	width: 740px;
/*	height: 100%; FF % IE 7/8 have issue */
	padding: 0px 10px;
	border-left: solid #CFC4AE 1px;
	border-right: solid #CFC4AE 1px;
	}

#header {
	padding: 10px;
	background: #FFF URL(../images/top_colours.gif) top right no-repeat;
	color: #333;
	margin-bottom: 0px;
	}

#header h1 {
	font-size: 0;
	text-indent: -1000px;
	}

#header img {
	position: relative;
	left: 0px;
	top: 10px; /*70*/
	}

#header ul {
	display: block;
	position: relative;
	left: 240px;
	top: -70px; /*70*/
	height: 35px;
	width: 480px;
	background: transparent URL(../images/bottom_border.gif) bottom repeat-x;
	padding-top: 5px;
	}

#header ul li {
	display: inline;
	/*padding: 0em 0.8em;*/
	padding: 0 0.4em 0 0.3em;
	border-right: 1px solid #333;
	}

#header ul li.last {
	border-right: 0px solid #333;
	padding: 0 0 0 0.3em;
	}

#sidebar { /* 220 with 10 each side */
	float: left;
	clear: both;
	width: 200px;
	min-height: 300px;
	padding: 10px 0px 10px 0px;
	background: URL(../images/top_border.gif) top repeat-x;
	margin: 0px 0px 20px 10px;
	}

#content {
	float: left;
	width: 480px;
	min-height: 300px;
	padding: 0px 10px 10px 10px;
	background: #FFF;
	background: transparent;
	margin: 0px 0px 0px 30px;
	}

#footer {
	padding: 20px 0px 10px 0px;
	background: #FFF URL(../images/top_border.gif) top repeat-x;
	clear: both;
	margin: 0px 10px 0px 10px;
	height: 30px;
	}

img#sidebar {
	}

.side_feat {
	background: URL(../images/bottom_border.gif) bottom repeat-x;
	padding: 0px 10px 5px 10px;
	margin-bottom: 20px;
	}

.side_feat_player {
	background: URL(../images/bottom_border.gif) bottom repeat-x;
	padding: 0px 0px 15px 0px;
	margin-bottom: 20px;
	}


/* Poem Page */
#content #poemlist {
	font-size: 0.750em;
	}
#poemlist li {
	font-size: 1.2em;
	margin-top: 0em;
	margin-bottom: 0.945em; /*roughly*/
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	}
#poemlist li a {
	color: #333;
	}


/* Publications Page */
div.publication {
	border-bottom: solid 3px #ECE6D3;
	height: 230px;
	padding: 20px 0px 0px 0px
	}

div.publication h3 {
	margin-top: 0px;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	}

div.publication .published {
	display: block;
	margin-top: 40px;
	}

div.publication .price {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	}

/* Reviews Page */
div.review {
	border-bottom: solid 3px #ECE6D3;
	height: 230px;
	padding: 20px 0px 0px 0px
	}

div.review h3 {
	margin-top: 0px;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	}

div.review .published {
	display: block;
	margin-top: 20px;
	}



/* images */
img.left {
	float: left;
	margin: 0 10px 10px 0px;
	}
img.right {
	float: right;
	margin: 0 0px 10px 10px;
	}

/* margin, background and border needed */


/* contact page */

#contactform {
	padding-top: 8px;
	width: 440px;
	line-height: 1em;
	vertical-align: top;
	}

#contactform p {
	font-size: 0.875em;
	}

fieldset {
	}

fieldset div {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
	}

legend {
	display: none;
	}

#contactform label {
	display: block;
	float: left;
	margin-bottom: 19px;
	}

#contactform input {
	border: solid 1px #D7D7D7;
	width: 282px;
	float: right;
	padding: 4px;
	}
	/* old form submit
input#cfsubmit {
	background: #333;
	color: #FFF;
	border: none;
	width: 60px;
	height: 26px;
	float: right;
	margin: 20px 232px 0px 0px;
	cursor: pointer;
	padding: 2px 4px 4px 4px;
	}
	*/
input#cfsubmit, input#reset {
	background: #333;
	color: #FFF;
	border: none;
	width: 60px;
	height: 26px;
	float: right;
	margin: 20px 10px 0px 0px;
	cursor: pointer;
	padding: 2px 4px 4px 4px;
	}
input#reset {
	margin: 20px 161px 0px 0px;
	}


#contactform textarea {
	border: solid 1px #D7D7D7;
	float: right;
	padding: 4px;
	width: 282px;
	font-size: 1.1em;
	}

ul.warning {
	color: #FF5533;
	font-weight: bold;
	line-height: 1em;
	}
