body 
{
   background: #527a92 url("/images/background.jpg") top left;
   color: black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: center;
   margin: 0px;
   padding: 0px; }

/* dinky div which holds everything in the middle */
#container
{
		/* background: transparent;*/
		background: #ebebeb url("/images/content_bg2.png")  repeat-y top left;
		color: black;
		position: relative; 
		width: 780px;
		margin: 8px auto;
		padding: 0px;
		text-align: left;
		border: solid 1px white; }

#shunt {
		clear: both; }

/* image at the top + menu */
#banner {
		width: 780px;
		height: 130px;
		border: 0px;
		background: #507891 url("/images/header.png") no-repeat top left; 
		padding: 0px 0px 0px 0px;
		margin: 0px;
		color: black;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		line-height: 20px; }

/* link colours in the top menu */
#banner a {
		background: transparent;
		color: white;
		text-decoration: none;
		font-weight: normal; }

#banner a.on {
		background: transparent;
		color: white;
		text-decoration: none;
		font-weight: bold; }

#banner a:hover {
		background: transparent;
		color: white;
		text-decoration: underline;
		font-weight: normal; }

#banner a.on:hover {
		background: transparent;
		color: white;
		text-decoration: underline;
		font-weight: bold; }

#banner a:active {
		background: transparent;
		color: #ffff00;
		text-decoration: underline;
		font-weight: normal; }

#banner a.on:active {
		background: transparent;
		color: #ffff00;
		text-decoration: underline;
		font-weight: bold; }

#banner p {	
		width: 780px;
		padding: 95px 0px 0px 8px;
		margin: 0px;
		color: black;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		line-height: 20px; }


/* container for the sidebar + content */
#pagebody	{
		background: transparent;
		padding-top: 8px;
		padding-bottom: 8px;
		margin: 0px;
		border: 0px;
		text-align: left;
		clear: both; }

#footer {
		padding: 0px;
		margin: 24px 0px 0px 0px; } 

/* nav/sidebar */
#sidebar {
		position: relative;
		border: 0px;
		float: left;
		background: transparent;
		margin: 0px;
		padding: 0px 8px 0px 8px;
		width: 164px; }

/* sidebar link stuff */
#sidebar a {
		background: transparent;
		color: #375aa2;
		text-decoration: none;
		border-bottom: 0px;
		font-weight: normal; }

#sidebar a:hover {
		background: transparent;
		color: #0035a2;
		text-decoration: underline; }

#sidebar a:active {
		background: transparent;
		color: #ff0000;
		text-decoration: none;
		border-bottom: 1px solid;
		font-weight: normal; }

#sidebar a:visited {
		background: transparent;
		color: #808080;
		text-decoration: none;
		border-bottom: 0px;
		font-weight: normal; }

#sidebar form {
		text-align: center;
		border: 0px;
		margin: 0px;
		padding: 0px;}

#sidebar fieldset {
		border: 0px;
		margin: 0px;
		padding: 0px; }

#sidebar input[type=image] {
		border: 0px; }

#sidebar input[type=text] {
		vertical-align: middle;
		padding: 0px;
		margin: 2px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px; }

#sidebar h2 {
		background: transparent url("/images/headlinebg2.png") no-repeat bottom left;
		color: #404040;
		font: normal 14px Helvetica, Arial, sans-serif;
		letter-spacing: -1px;
		margin: 16px 0px 0px 0px;
		padding: 2px 2px 2px 4px;
		text-transform: none; }

/* first h2 shouldnt be padded at the top */
#sidebar h2.first {
		margin-top: 0px; }

#sidebar img.icon24 {
		float: left;
		border: 0px;
		margin-right: 8px;
		margin-bottom: 0px;
		padding: 0px;}

#sidebar img.bullet {
		border: 0px;
		padding-top: 2px;
		margin-right: 2px; }

#sidebar object {
		margin: 16px 0px 0px 24px;
		padding: 0px;
		border: 0px; }

#sidebar p {
		margin: 8px 0px 0px 0px;
		padding: 0px 0px 0px 4px;
		text-align: justify;
		background: transparent;
		font: 10px/13px trebuchet, verdana, arial, helvetica, sans-serif; }

#sidebar p.latest {
		margin: 8px 0px 4px 0px;
		padding-left: 4px;
		text-align: left;
		background: transparent;
		font: 10px/12px trebuchet, verdana, arial, helvetica, sans-serif; }

/* special stuff for the funky list */
#sidebar ul.bulleted {
		list-style-type: none;
		list-style-position: outside;
		padding: 0px;
		margin: 8px 0px 0px 0px; }

#sidebar li {
		background: url('/images/icons/arrow_bullet_sb.png') no-repeat 0 50%;
		margin: 2px 0px 0px 0px;
		padding: 0px 0px 0px 18px; }


/* content area */
#content {
		position: relative;
		border: 0px;
		background: transparent;
		margin: 0px 0px 0px 200px;
		padding: 16px 24px;
		text-align: left;
		width: 522px; }

#content a {
		background: transparent;
		color: #375aa2;
		text-decoration: none;
		border-bottom: 0px;
		font-weight: normal; }

#content a:hover {
		background: transparent;
		color: #0035a2;
		text-decoration: underline; }

#content a:active {
		background: transparent;
		color: #ff0000;
		text-decoration: none;
		border-bottom: 1px solid;
		font-weight: normal; }

#content a:visited {
		background: transparent;
		color: #808080;
		text-decoration: none;
		border-bottom: 0px;
		font-weight: normal; }
		
#content h1 a, a:hover, a:visited {
    color: #404040; }

.left {
		text-align: left; }
		
.centered {
		text-align: center; }

.right {
		text-align: right; }

.dulled {
		padding-left: 1em;
		color: #a0a0a0; }

div.blogimage {
		background: transparent url("/images/img_background_500.png")  no-repeat top left;
		padding: 10px;
		border: 0px; }

div.ss500420 {
		background: transparent url("/images/img_background_500_420.png")  no-repeat top left;
		padding: 10px;
		border: 0px; }

div.ss500500 {
		background: transparent url("/images/img_background_500_500.png")  no-repeat top left;
		padding: 10px;
		border: 0px; }

div.ss500300 {
		background: transparent url("/images/img_background_500_300.png")  no-repeat top left;
		padding: 10px;
		border: 0px; }

div.ss500250 {
		background: transparent url("/images/img_background_500_250.png")  no-repeat top left;
		padding: 10px;
		border: 0px; }

div.ss500200 {
		background: transparent url("/images/img_background_500_200.png")  no-repeat top left;
		padding: 10px;
		border: 0px; }

h1 {
		background: transparent url("/images/headlinebg.png")  no-repeat bottom left;
		color: #404040;
		font: normal 14px Helvetica, Arial, sans-serif;
		letter-spacing: -1px;
		margin: 8px 0px 4px 0px;
		padding: 2px;
		padding-left: 4px;
		text-transform: none; }
		
h1 a, a:hover, a:visited {
    color: #404040; }		

h1.huge {
		font: normal 32px Helvetica, Arial, sans-serif; }

h2 {
		background: transparent url("/images/headlinebg.png")  no-repeat bottom left;
		color: #404040;
		font: italic 13px Helvetica, Arial, sans-serif;
		letter-spacing: -1px;
		margin: 0px;
		margin-top: 8px;
		padding: 2px;
		padding-left: 4px;
		text-transform: none; }

h2.comment-footer {
		background: transparent;
		font: normal 10px verdana, arial, helvetica, sans-serif; 
		font-weight: normal;
		text-align: right;
		padding: 0px;
		margin: 0px 0px 24px 0px; }
		
p.comment-footer {
		background: transparent;
		font: normal 10px verdana, arial, helvetica, sans-serif; 
		font-weight: normal;
		padding: 0px;
		margin: 0px; }

img	{
		border: 0px; }
		
img.compliance { 
		background: transparent;
		border: 0px;
		margin-left: 8px; }

img.comment {
		background: transparent;
		margin: 0px;
		padding: 0px 2px 0px 4px; }

img.icon48 {
		float: left;
		vertical-align: top;
		width: 48px;
		height: 48px;
		margin: 0 8px 0 0; }

p {
		margin: 0px;
		padding: 8px 0px 4px 0px;
		background: transparent;
		text-align: justify;
		color: #444;
		font: 11px/16px trebuchet, verdana, arial, helvetica, sans-serif; }

p.footer {
		font: 9px/10px trebuchet, verdana, arial, helvetica, sans-serif;
		color: black;
		text-align: center; }

table.postlinks {
    border-collapse: collapse;
    background: transparent;
    width: 100%;
		padding: 0px;
		margin: 12px 0px 24px 0px;
		border: none; }
		
td.postlinkscell {
    width: 50%;
    padding: 0px;
    margin: 0px;
    border: none; }		
	
.comments {
		background: url('/images/icons/comment_bullet.png') no-repeat 0 50%;
		margin: 0px 0px 0px 8px;
		padding: 2px 0px 0px 14px; }

.plink {
		background: url('/images/icons/link_bullet.png') no-repeat 0 50%;
		margin: 0px 0px 0px 8px;
		padding: 2px 0px 0px 14px; }

.rlink {
		background: url('/images/icons/related_bullet.png') no-repeat 0 50%;
		margin: 0px 0px 0px 8px;
		padding: 2px 0px 0px 14px; }


ul {
		list-style-type: none;
		list-style-position: outside;
		padding: 0px;
		margin: 8px 0px 0px 0px; }
li {
		background: url('/images/icons/bullet.png') no-repeat 0 2px;
		font: 10px/14px trebuchet, verdana, arial, helvetica, sans-serif;
		color: black;
		margin: 2px 0px 0px 4px;
		padding: 0px 0px 2px 18px; }

li.link {
		background: url('/images/icons/arrow_bullet.png') no-repeat 0 50%; }

li.download {
		background: url('/images/icons/download_bullet.png') no-repeat 0 50%; }

li.screenshot {
		background: url('/images/icons/screenshot_bullet.png') no-repeat 0 50%; }

li.music {
		background: url('/images/icons/music_bullet.png') no-repeat 0 50%; }

li.icq {
		background: url('/images/icons/icq.png') no-repeat 0 50%; }

li.yim {
		background: url('/images/icons/yahoo.png') no-repeat 0 50%; }

li.msn {
		background: url('/images/icons/msn.png') no-repeat 0 50%; }

li.aim {
		background: url('/images/icons/aim.png') no-repeat 0 50%; }

table.centred {
		border: 0px;
		border-collapse: collapse;
		border-spacing: 0px;
		margin: 8px auto;
		padding: 0px; }

tr {
		margin: 0px;
		padding: 0px; }

td.thumbnail {
		width: 107px;
		height: 80px;
		border: 0px;
		background: url('/images/thumb_background.png') no-repeat top left;
		padding: 7px;
		margin: 0px; }

td.thumbnailnobg {
		width: 107px;
		height: 80px;
		border: 0px;
		background: none;
		padding: 7px;
		margin: 0px; }

td.thumbnailnobg img{
		border: 1px solid black; }

td.thumbnail2 {
		width: 228px;
		height: 176px;
		border: none;
		background: none;
		padding: 7px;
		margin: 0px; }

td.thumbnail2 img {
		border: 1px solid black; }

form {
		background: transparent;
		border: 0px; }

fieldset {
		background: transparent;
		border: 0px;
		margin: 0px;
		padding: 0px; }


textarea {
		border: 1px solid #e0e0e0;
		width: 470px;
		height: 100px;
		padding: 2px;
		margin: 5px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px; }

input[type=text] {
		border: 1px solid #e0e0e0;
		vertical-align: middle;
		padding: 2px;
		margin: 5px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px; }

input[type=submit] {
		margin: 8px 4px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px; }

input[type=image] {
		margin: 0px 8px 0px 4px; }

code, pre{
		color: #404040; 
		font-family: "courier new", courier, monospace;
		font-size: 10px;
		line-height: 11px;
		padding: 4px; }

/* hidden stuff */

.hidden {
     display: none; }

.unhidden {
     display: block; }

/* callout */
.callout { 
      margin: 4px 0px 4px 0px; 
      padding: 6px; 
      border: 1px solid #e0e0e0;
      background: white;
      border-radius: 4px;  
	    -moz-border-radius: 4px; }
	    
.calloutcloud { 
      margin: 4px 0px 4px 0px; 
      padding: 6px; 
      border: 1px solid #e0e0e0;
      background: white;
      border-radius: 4px;  
	    -moz-border-radius: 4px; }

.callout p {
		margin: 0px;
		padding: 0px;
		background: transparent;
		text-align: justify;
		color: #444;
		font: 11px/16px trebuchet, verdana, arial, helvetica, sans-serif; }

.calloutcloud p {
    margin: 0px;
		padding: 6px;
		background: transparent;
		text-align: justify;
		color: #444;
		font: 11px/16px trebuchet, verdana, arial, helvetica, sans-serif; }

.callout li {
		background: url('/images/icons/bullet_w.png') no-repeat 0 2px;
		font: 10px/14px trebuchet, verdana, arial, helvetica, sans-serif;
		color: black;
		margin: 2px 0px 0px 4px;
		padding: 0px 0px 2px 18px;}

.callout li.link {
		background: url('/images/icons/arrow_bullet_w.png') no-repeat 0 50%; }

.callout li.download {
		background: url('/images/icons/download_bullet_w.png') no-repeat 0 50%; }

.callout li.screenshot {
		background: url('/images/icons/screenshot_bullet_w.png') no-repeat 0 50%; }

.callout li.music {
		background: url('/images/icons/music_bullet_w.png') no-repeat 0 50%; }


.callout ul {
		list-style-type: none;
		list-style-position: outside;
		padding: 0px;
		margin: 0px; }

/* callout warning */
.callout_warning { 
      margin: 4px 0px 4px 0px; 
      padding: 6px; 
      border: 1px solid #e0e0e0;
      background: #fffe91;
      border-radius: 4px;  
	    -moz-border-radius: 4px; }

.callout_warning p {
		margin: 2px;
		padding: 0px;
		background: transparent;
		text-align: justify;
		color: #444;
		font: 11px/16px trebuchet, verdana, arial, helvetica, sans-serif; }

/* callout red */
.callout_warning_red { 
      margin: 4px 0px 4px 0px; 
      padding: 6px; 
      border: 1px solid black;
      background: #ff0000;
      border-radius: 4px;  
	    -moz-border-radius: 4px; }

.callout_warning_red p {
		margin: 2px;
		padding: 0px;
		background: transparent;
		text-align: justify;
		color: white;
		font: 11px/16px trebuchet, verdana, arial, helvetica, sans-serif; }

/* callout comment */
.comment { 
      margin: 6px 0px 4px 0px; 
      padding: 0px; 
      border: 1px solid #e0e0e0;
      background: white;
      border-radius: 4px;  
	    -moz-border-radius: 4px; }

.comment p {
		margin: 0px;
		padding: 8px;
		background: transparent;
		text-align: justify;
		color: #444;
		font: 11px/16px trebuchet, verdana, arial, helvetica, sans-serif; }

p.authordetails {
		margin: 0px;
		padding: 0px 8px 8px 8px;
		width: 95%;
    text-align: right;
}



/* thumbnails */
div.thumb {
    border: none;
	background: transparent;
    width: auto;
    overflow: hidden;
	padding: 8px 0px 4px 0px;
}

div.thumb div {
    border: 1px solid #e0e0e0;
    padding: 6px !important;
    background-color: white;
    font-size: 94%;
  	border-radius: 4px;  
    -moz-border-radius: 4px;
}

div.thumb div a img {
    border: 1px solid black;
}

div.thumb div img {
    border: 1px solid black;
}

div.thumb div div.thumbcaption {
    border: none;
	background: transparent;
    text-align: justify;
    padding: 4px;
	font: 9px/11px trebuchet, verdana, arial, helvetica, sans-serif;
	color: #777;
}

div.magnify { display: none; }

div.tright {
    float: right;
	margin: 0 0 0 1em;
}

div.tleft {
	float: left;
	margin: 0 1em 0 0;
}

div.adsbuf {
    width: 164px;
    float: left;
    margin: 8px 0px;
    padding: 0px; }

div.adssb {
    width: 160px;
		padding: 0px;
    margin: 0 auto; }
    
div.fadsbuf {
    width: 522px;
    float: left;
    margin: 0px;
    padding: 0px; }

div.fadssb {
    width: 468px;
		padding: 0px;
    margin: 0px auto 8px auto; }    