/* PANEL ***************************************************************** */

div#panel { margin: 0em; padding: 0em; }

div.panel_strip { width: 142px; }
div.panel_main { margin-right: 144px; }

div.panel_half { width: 50%; }

div.panel_left { float: left; }
div.panel_right { float: right; }

div.panel_content { padding-right: 1em; }
div.panel_last { padding-right: 0em; }

div.panel_content div { }
div#panel_strip { width: 156px; }

#panel a {
	border-bottom-style: none;
}

#panel ul {
	margin-left: 0em;
}

/*
** SINGLE FEATURE
*/

div.feature { 
	width: auto;
	padding: 8px;
	line-height: normal;
	font-size: 0.9em;
	font-weight: normal;
	background-color: transparent; 
	background-position: top left; 
	background-image: url('index/feature_background.png'); 
	background-repeat: repeat-x; 
	border: 1px solid #eeeeee;
}

.feature h2 {
	margin: 0em;
	margin-bottom: 0.5em;
	padding: 0em;
	font-size: 1.8em;
}

.feature h2 a ,
.feature h2 a:visited {
	border: none;
	color: #999999;
}

.feature li {
	margin-left: 1.5em;
}

.feature a {
	color: #990000;
}

.feature a:hover {
	background-color: #eeeeee;
}

a.featurerss {
	float: right;
}

.featurerss img {
	vertical-align: text-top;
}

.featurelinks li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
	margin-left: 0em;
}

.featurelinks a {
	margin-right: 1em;
	padding: 0em;
	border-bottom: 1px dashed #cccccc ! important;
}

div.featureimg {
	float: right;
	background-image: none; 
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0px;
	padding-left: 0.5em;
}

.featureimg img {
	margin: 0px ! important;
}

/*
** FEATURE - ADVERTS
*/

#adverts ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
}

#adverts li {
	margin: 0em;
}

#adverts li:hover {
	background-color: #eeeeee;
}

#adverts a {
	text-decoration: none;
}

#adverts img {
	vertical-align: bottom;
}


/*
** FEATURE - HOUSE SCORES
*/

div#houses {
	background-color: transparent; 
}

#houses table {
	border: 1px solid #cc0000;
	padding: 1px;
}

#houses td.score {
	font-weight: bold;
}

#houses td a {
	text-decoration: none;
	background-color: transparent;
}


/*
** FEATURE - NEWS
*/

div.newsitem {
	clear: both;
	background-color: #ffffff;
}

div.news3 ,
div.news5 {
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: 1px solid #cc0000;
}

div.news3 {
	background-color: #ffeeee;
}

div.news5 {
	background-color: #ffcc00;
}

div.newslink:hover {
	background-color: #eeeeee;
}

.newsitem h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.2em;
	color: #000000;
	border-bottom: 1px solid #999999;
}

.newsitem p,
.newsitem ul,
.newsitem ol {
	font-size: 0.9em;
	line-height: normal;
}

/*
** FEATURE - PHOTO ALBUMS
*/

#photos div.adverts {
	float: right;
	padding-bottom: 0.2em;
}

/*
** FEATURE - DIARY
*/

#diary dl dd {
	margin-left: 0em;
	line-height: normal;
}

#diary .highlight {
	background-image: url('_screen/sections/diary.png');
}

/*
** FEATURE - LETTERS
*/

#letters dl dt {
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
}

#letters dl dd {
	margin-left: 2em;
}

#letters dl dd a {
	padding-right: 20px;
	background-image: url('/images/icons/doctype/small/pdf.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#letters .highlight {
	background-image: url('_screen/sections/letters.png');
}

