@charset "utf-8";
/* www.cannotfindserver.co.uk
 Ross Sutherland - 2008 */

#header
/* Sets the sizes, colours and background image for the site header */
{
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(site_images/title.png);
	background-repeat:no-repeat;
	background-color: #000;
	font-size:9px;
	color:#FFFFFF;
	height:175px;
	border-style: solid; border-color: #333; border-width: thick;
}

#container
/* Sets the size of the site's main window */
{
	width:790px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}

#innercontainer
/* Sets the colour of the content main window */
{
	/* background-color:#333; */
}

#content
/* Sets the padding for the site content so it isn't touching the menu */
{
	padding-left:150px;
	margin-right:5px;
}

#menu
/* Sets all of the menu's styling and floats the div left */
{
	float:left;
	width:12em;
}

dl {margin: 0; padding: 0; border-left:1px solid #fff; border-right:1px solid #fff;}
dt {margin:0; padding:0.4em; text-align:center; font-size: 1.4em; font-weight:bold; background:#000000;}
dd {margin:0; padding:0; text-align:center; border-top:1px solid #fff;}
#gallery a, #gallery a:visited {color:#fff; text-decoration:none; display:block; padding:0.4em;
background:#000000;
}

#gallery a:hover {background:#333; color:#9cf;}

.top {
  display:block; 
  background:transparent; 
  font-size:1px;
  }

.bottom {
  display:block; 
  background:transparent; 
  font-size:1px; 
  border-top:1px solid #fff;
  }

.b1, .b2, .b3, .b4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

.b1, .b2, .b3 {height:1px;}
.b2, .b3, .b4 {background:#000000; border-left:1px solid #fff; border-right:1px solid #fff;}
.b1 {margin:0 5px; background:#fff;}
.b2 {margin:0 3px; border-width:0 2px;}
.b3 {margin:0 2px;}
.b4 {height:2px; margin:0 1px;}

h1
{
	font-size:16px;
	font-weight:bold;
	color: #FFF;
	letter-spacing: 0.04em;
}

h3
{
	font-size:14px;
	color: #FFF;
}
	
img
{
	border: 1px solid #000000;
} 

.imgnoborder
{
	border: 0px solid;
}

#player
/* Sets the font size, style and colour of the random quotes */
{
	margin-right:7px;
	margin-top:65px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:italic;
	color:#FFFFFF;
}

#cameralog 
{
	width:550px;
	height:100px;
	overflow: auto;
}

#guestbook
/* Styling for the guestbook */
{
	background-color:#FFFFFF;
	width:580px;
	font-size:14px;
	padding:5px;
}

.hr

{
	height:1px;
	border:1px solid #000;
	width:530px;
	margin-left:45px;	
}

body
/* Site font colour and size and link styling*/
{
	background-color:#000000;
	background-image: url(site_images/bg.png); 
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	color: #CCC;
}
	a:link {color: #9cf; text-decoration:none;}
 	a:visited {color: #9cf; text-decoration:none;}
	a:hover {color: #9cf; text-decoration:underline;}
	
/* Blog styling*/

.time{text-transform:capitalize; font-style:italic; font-size:10px;}
.userComment a{display:inline;}
.comment{margin-bottom:10px;}
.accent{color:#933; font-style:italic;}
.permalink{margin-left:420px; font-size:10px;}

/*cms rules*/
table{ /*
background-color:#ddd;
border:1px solid #777; 
border-bottom:0;}

td{height:16px; 
padding:2px 5px;
border-bottom:1px solid #777;}

table input{width:420px;} */

#cmsNav{list-style: none; margin:15px 0; padding:0;height:15px;}
#cmsNav li{float:left;display:inline; margin:0 5px;padding:0 6px; border-left:1px dotted #333;border-right:1px dotted #333;}