 
/*---------------------------------------------------
Title: Lizzie Cundy
Site Url: http://www.lizziecundy.com
Description: CSS for Lizzie Cundy
Version: 1.0
-----------------------------------------------------
Design: David Roberts
Design Email: dai@dairoberts.co.uk
Design URL: www.dairoberts.co.uk
---------------------------------------------------*/



/* Layout */

body {
	font-size: 12px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	background: #d5d6d7 url('images/back.jpg');
	color: #333333;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#wrapper {
	width: 100%;
	height: 100%;
	background: #fccfbf;
}

#headback {
	height: 70px;
	width: 100%;
	background: url('images/headback.jpg') repeat-x;
}

#header {
	height: 50px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 450px;
	padding-top: 20px;
}

#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	float: left;
	width: 450px;
	height: 720px;
}

#right {
	float: right;
	width: 510px;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px; 
}

#footback {
	background: url('images/footback.jpg') repeat-x;
	clear: both;
	height: 70px;
	
}

#footer {
	width: 1000px;
	height: 70px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}



/*	Typography */

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	font-size: 18px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

small {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #ab8283;
	}
	
a:link {
	color: #C88677;
	text-decoration: none;
}
a:visited {
	color: #C88677;
	text-decoration: none;
}
a:hover {
	color: #884646;
	text-decoration: none;
}
a:active {
	color: #C88677;
	text-decoration: none;
}

.indent {
	margin-left: 55px;
}

object { display:block; }
	
/* gradient Headers */

.gradient1 h1 {
	font: bold 23px "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin-bottom: 10px;
	color: #977878;
	padding-top: 20px;
}
.gradient1 h1 span {
	background: url('images/gradient-white.png') repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
	margin-top: 0;
}


/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
 img, div { behavior: url(http://www.lizziecundy.com/scripts/iepngfix.htc) }
	
/* End Images */

.post {
	margin-bottom: 5px;
	text-align: justify;
	}
