/*------------------------ 1. HTML tag styles ---------------------------------------------*/
body{
	background:#fff;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:0.75em;
	color:#222;
	margin:0;
	padding:0;
}

H1{
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 160%;
	line-height:190%;
	padding: 0;
	margin: 1em 0 0 0;
	color:#000;
}
H2{
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 140%;
	line-height:190%;
	padding: 0;
	margin: 1em 0 0 0;
	color:#000;
}
H3{
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 110%;
	line-height:190%;
	padding: 0;
	margin: 1em 0 0 0;
	color:#000;
}
P{
	font-weight: normal;
	font-size: 100%;
	line-height:190%;
	padding: 0;
	margin: 0.2em 0 0.8em 0;
}
ul{
	margin-left:8px;
	padding-left:8px;
}
li{
	line-height:170%;
	margin-bottom:0.25em;
}

a{
	color:#5F8727;
	text-decoration: none;
}
a:hover{
	color:#5F8727;
	text-decoration: underline;
}
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
a[href^="/"]:after {
   content: " (http://www.barnardos.org.uk" attr(href) ") ";
   }

/*------------- 2. Construction styles ---------------------------------------------------*/

#wrapper{
	width:100%;
}

#main{
	width:100%;
	margin:auto;
	background:#fff;
}

#title{
	display:none;
}
#container{
	margin-left:0px;
}
#content{
	background: none;
	width:100%;
	overflow:hidden;
	margin-top:0px;
	clear:both;
}

#nav{
	display:none;
}

#text{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	border-top:none;
}
#base{
	display:none;
}
#base div{
	float:right;
	padding:25px 90px 0 0;
}
#footer{
	display:none;
}
#footer p{
	display:none;
}
#footer a{
	color:#fff;
}

.smalltext{
	font-size:0.9em;
	line-height:1.3em;
}
.alignleft{
	clear:both;
	margin:5px 5px 5px 0;
	float:left;
}
.alignright{
	clear:both;
	margin:5px 0 5px 5px;
	float:right;
}


/*----------- 3. standard page elements ------------------------------------*/
.smalltext{
	font-size:90%;
}
.quote{
	margin:0px 37px 20px 5px;
	background:url(barn08-quote-left.gif) no-repeat;
	color:#777;
}
.quote div{
	padding:10px 25px;
	background:url(barn08-quote-right.gif) bottom right no-repeat;
}
.quote div p{
	font-size:90%;
	line-height:160%;
}
#content p a, #content li a, .highlightgrey a, .highlight a{
	font-weight:bold;
}
.alignright, .alignleft{
	float:right;
	clear:right;
	margin:5px 0 15px 15px;
}
.highlightgrey, .highlight{
	margin:15px 0 15px 0;
	padding:10px;
   	font-size: 0.90em;
   	line-height: 1.7em;
	border:1px solid #D0E5AC;
	clear:both;
}
.highlight br, .highlightgrey br{
	line-height:0.5em;
}
.quoteright, .quoteleft {
	margin: 10px 0 15px 15px;
	padding:10px;
	width:180px;
   	font-size: 0.9em;
	line-height: 1.5em;
	float:right;
	clear:right;
	border:1px solid #ABD067;
}
.fullQuote{
	margin:15px 0px 15px 0px;
	background:url(barn-dbl-quote-left.gif) no-repeat;
}
.fullQuote p{
	padding:5px 27px 12px 34px;
}
