/* Hazel McHaffie Stylesheet */
/* Hazel McHaffie Site Styles */

html, body {
	height:100%;
}

/* --------------------------------- General Display --------------------------------*/

body{
	background:#FFF url(../images/background.jpg) repeat-x; /* background gradient with colour for below image */
	font-family:Verdana, Arial, Helvetica, sans-serif; /* default font family to be inherited for all text including alt tags */
	font-size:11px; /* default font size for all text */
	margin:0; padding:0;
}

hr {display:none;} /* Only display the horizontal rules if CSS is turned off */


/* -------------------------------- General Structure -------------------------------*/

#site{
	position:relative;
	min-height:100%;
}

#container {
	margin: 0 auto;
	width: 761px; /* width of page content image */
	color:#000000;
	padding-bottom:50px;
}

/* ----------------------------------- Banner: Logo -------------------------------*/

#logo{
	width:230px;
	height: 30px;
	text-align:left; /* for the logo and alt text */
	margin-left:5px;
}

/* --------------------------------- Fonts --------------------------------*/

h1, h2, h3, h4, h5, p {margin:0;padding:0;}

h1 {
	padding: 15px 0px 10px 0px;
	color: #000000;
	font-size: 16px;
}

h2 {
	padding: 15px 0px 10px 0px;
}

h3 {
	padding: 10px 0 0 0;
	font-size:11px;
}

p {
	margin-top:10px;
}

a {
	text-decoration:none;
}

#main a {
	color:#305063;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;

}
#main a:hover {
	color:#000000;
}

.quote{
	background:url(../images/openspeech.gif) top left no-repeat #F0F2F4;
}

q{
	font-style:italic;
}

blockquote{
	display:block;
	background:url(../images/closespeech.gif) no-repeat bottom right;
	margin:20px 0;
	padding:0;
	font-style: italic;
}
/*
blockquote:before{
	content:open-quote;
	height:10px;
	display:block;
	margin:0;padding:0;
}

blockquote:after{
	content:close-quote;
	display:block;
	height:50px;
	margin:-50px 0 0 auto;
}
blockquote:before, blockquote:after {
	font-size: 80px;
	width: 50px;
	font-family:"Times New Roman", Times, serif;
}
*/
blockquote p{
	text-align:justify;
	margin:0;
}

blockquote {
	padding:20px 50px 13px 50px;
}

cite{
	font-weight:bold;
	font-style:normal;
}

blockquote cite{
	margin:0;
	line-height:30px;
}
	
/* ------------------------------------- Menu -------------------------------------*/

#menubar{
	margin: 50px 0px 0px 0px;
	padding:0;
	float:right;
	width:731px; /*width is necessary for the float*/ 
	text-align: right;
}

#menubar ul{ 
	list-style-type:none; /*removes bullets from the list*/
	margin:0;
	padding:10px 0 5px 0;
} 
#menubar ul li{ 
	display:inline; /*extra step to get IE to display link list horizontally*/
	margin:0; padding:0;
} 
#menubar ul li a{
	text-decoration: none;
	margin: 0 10px 0 10px;
	color:#000000;
} 

#menubar ul li a:hover{
	color:#aabdc5;
}

/* ------------------------------------- Main -------------------------------------*/

#main{
	margin-top:10px;
	padding: 0 5px;
	line-height: 16px;
}

.clear{
	clear:both;
}

.item{
	width:100%;
	clear:both;
}

.picture{
	float:left;
	width:158px;
	padding-bottom:15px;
}

.link{
	float:left;
	width:158px;
}

.text{
	float:right;
	width:500px;
}

.line {
	background:#EBEBEB;
	width:100%;
	height:2px;
	clear:both;
}

.author {
	float: right;
	padding-top:150px;
	padding-left:10px;
}

.cover {
	float: right;
	padding: 15px 0px 10px 10px;
}

/* ------------------------------------ Footer ------------------------------------*/

#footer{
	position:absolute;
	width:100%;
	height:22px;
	background:#aabdc5;
	bottom:0;
}

#footercontent{
	position:relative;
	margin: 0 auto;
	width: 761px; /* width of page content image */
	color:#000000;
	text-align:right;
}

#footercontent p{
	margin-top:4px;
}

#footercontent a{
	color:#000000;
}
