/* master.css. (c)2002 A Buchanan
   Styles for www.worldofwallpaper.co.uk
*/

body {
	background-color: #314E7A;
	color: #fff;
}

/* Content area style overrides */
div#content div#actualcontent {
	/*background-color: #808AB3;*/
	background-color: #006699;
}

/* Override default thumbnail handlimg if required */
/* Stuff for floated thumbnails */
div.spacer {
}

div.thumbnail
{
}

div.thumbnail img{
}

div.thumbnail a {
}

div.thumbnail p {
}

/* */
h1.index {
}

/* MT News Stuff*/

div.news {
	margin-left: 6px;
}

div.news h1 {
	font-size: 24px;
	color: yellow;
	text-transform: uppercase;
	letter-spacing: 18px;
	text-align: right;
	margin-top: 30px;
	padding: 8px;
	border: solid 1px;
}

div.news h2 {
	font-size: 20px;
	width: 50%;
	border-bottom: solid 2px;
	margin-bottom: 2px;
}

div.image {
	border-bottom: solid 1px;
	width: 75%;
}

div.image div.page {
	font-weight: bold;
	margin-left: 5%;
	margin-bottom: -6px;
}

div.image div.link {
	margin-left: 40%;
	margin-top: -6px;
	margin-bottom: 6px;
}

div.image div.link a {
	color: yellow;
	text-decoration: none;
}

div.image div.link a:visited {
	color: cyan;
}

div.image div.link a:hover {
	color: white;
}

div.newsitem {
	border: black 1px solid;
	background-color: white;
	color: black;
	margin-bottom: 22px;
	padding-bottom: 6px;
}

div.newsitem div.header {
	padding: 4px;
	background-color: #0072AC;
}

div.header div.date {
	font-size: 16px;
	color: white;
	float: right;
	padding-right: 6px;
	padding-top: 4px;
}

div.header div.title {
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding-left: 12px;
}

div.newsitem div.body {
	margin-top: 6px;
	margin-left: 14%;
	margin-right: 6%;
}

/* Title formatting */
.subBabeName {
	font-size: 0.70em;
	line-height: 0px;		/* Bizarre hack req. to display text correctly on Opera */
}