/* @override 
	http://judythornley.com.local/index.css
	http://judythornley.com.local/design/index.css
	http://judythornley.com.local/css/default/index.css
*/
#latest-news-items{
	margin-top: 6em;
}
#latest-news-items h2 {
	margin-left: -40px;
	margin-top: -7px;
	padding-top: 7px;
	padding-bottom: 3px;
	background: url(img/news.png) no-repeat;
	padding-left: 40px;
}

/* @group Accordion */

ul.accordion {
	margin: 0 1em 3.6em 0;
	padding-right: 4px;
	background: url(img/shadow.gif) repeat-y right;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
ul.accordion li {
	
	margin-top: -1px;
	list-style: none;
}
ul.accordion h3 {
	border:  solid 1px #ddd;
	background: url(img/accordion-bg.gif) repeat-x 0 center;
}
ul.accordion h3 a {
	
	padding: .2em .5em;
	color: #000;
	text-decoration: none;
	display: block;
}
ul.accordion h3 a.open {
	/*border-bottom: solid 1px #999;*/
}
ul.accordion h3 a:hover,
ul.accordion h3 a.open {
	text-shadow: #fff 1px 1px 1px;
	background: url(img/accordion-bg-hover.gif) repeat-x 0 center;
}

ul.accordion div.accordion-details {
	padding: 1em .3em .5em .7em;
	border:  solid 1px #ccc;
	border-top: none;
	background: #fefdf4 url(img/accordion-details-bg.gif) repeat-x 0 top;
}
ul.accordion p.more {
	margin: 0 -0.2em 0 -0.7em;
	padding: 0;
	text-align: right;
}
ul.accordion p.more a {
	padding: 0.5em 28px 0.5em 0;
	background: url(img/info24.png) no-repeat right center;
}
ul.accordion p,
ul.accordion ul {
	margin-top: 0;
	margin-bottom: 0;
}
/* @end */
