/* master.css. (c)2002 A Buchanan
   Styles for www.worldofwallpaper.co.uk
*/

/* Body is defined here in the master sheet, but overriden in the page sheets */
body {
	background-color: #2A2A2A;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#navpanel {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* Horizontal Top-of-screen navbar */
div#navpanel ul {
	margin: 0;
	padding: 0;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 14px;
	list-style: none;
}

div#navpanel li {
	display: inline;
	background-color: White;	
	color: Black;
	float: left;
}

div#navpanel li a {
	text-decoration: none;
	background-color: White;
	color: Black;
	padding: 4px 12px;
}

div#navpanel li.selected, div#navpanel li.selected a {
	background-color: Black;
	color: White;
}

div#navpanel li a:hover {
	background-color: black;
	color: White;
}

div#navpanel li.selected a:hover {
	color: Red;
}


/* Logo */
div#logo {
	position:absolute; 
	top:20px;
	left:0;
	z-index: 1;
}

div#logo2 {
	margin-right: 2%;
	margin-top: 47px;
	float: right;
	z-index: 1;
}

div#title {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 99%;
	/*height: 36px;*/
	top: 138px;
	left: 0;
	z-index: 0;
}
div#title div#actualtitle
{
	background-color: White;
	color: Black;
	margin: 0 0 0 256px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	padding: 0 0 3px 0;
}

div#content {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 90%;
	margin: 0;
	padding: 0;
	z-index: 4;
}
div#content div#actualcontent {
	margin: 0 8px 8px 187px;
	padding: 8px 16px 16px 8px;
	background-color: #999999;
}

div#sidebar {
	position: absolute;
	width: 125px;
	height: auto;	
	top: 280px;
	left: 0;
	z-index: 5;
	padding: 10px;
}

div#sidebar ul.navbar {
	margin: 0 0 10px 0;
	padding: 0;
}

/* Vertical Navbar */
ul.navbar {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 14px;
}

ul.navbar li {
	margin: 0;
}

ul.navbar li a {
	display: block;
	text-decoration: none;
	background-color: White;
	color: Black;
	width: 100%;
	padding: 2px 12px 4px 12px;
}

html>body ul.navbar li a {
	width: auto;
}

ul.navbar li.selected, ul.navbar li.selected a {
	background-color: Black;
	color: White;
}

ul.navbar li a:hover {
	background-color: Black;
	color: White;
}

ul.navbar li.selected a:hover {
	color: Red;
}

/* Floating Thumbnail (Index) Basic Styling */
div.spacer {
  clear: both;
  height: 0;
  line-height: 0;
  background-color: Black;
}

div.index-entry
{
	border: none;
	padding: 8px;
	margin: 0px;
	float: left;
	width: 80px;
	height: 120px;
	text-align: center;
}

div.index-entry img
{
	display: block;
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

div.index-entry a
{
	text-decoration: none;
	color: white;
	font-size: 0.88em;
}
div.index-entry a:visited
{
	color: aqua;
}
div.index-entry a:hover
{
	color: yellow;
}

/* Image Thumbnails */
div.thumbnail
{
	border: none;
	padding: 0;
	margin-top: 8px;
	float: left;
	width: 150px;
	height: 145px;
	text-align: center;
}

div.thumbnail img{
	display: block;
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

div.thumbnail a {
	font-size: 12px;
	text-decoration: none;
	color: white;
}

div.thumbnail a:hover {
	color: yellow;
}

div.thumbnail p {
	margin:0;
	padding:0;
	font-size: 12px;
	text-decoration: none;
	color: white;
}

h1.index {
	clear: both;
	font-size: 24px;
	margin: 4px 0;
	color: white;
}

/* Links to other image pages */

div.linklist ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

div.linklist li a
{
	text-decoration: none;
	text-align: right;
	color: White;
	font-size: 11px;
}

div.linklist li a:visited
{
	color: Cyan;
}

div.linklist li a:hover
{
	color: Yellow;
}

/* Styling for Page numbers on multi-page pages */

div.pagelist 
{
	text-align: center;
}

div.pagelist a
{
	text-decoration: none;
	color: white;
}

div.pagelist a:visited
{
	color: aqua;
}

div.pagelist a:hover
{
	color: yellow;
}
