/* General styles */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#000000;
	color: #FFFFFF;
    min-width:740px;    /* Minimum width of layout - remove line if not required */
    /* The min-width property does not work in old versions of Internet Explorer */
    font-size: 62.5%;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	text-align: center;
}
body, td, p, div, span, th
{
    font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 10pt;
}
a {
    color:#336699;
}
a:hover {
    color:#FFFFFF;
    background-color:#000000;
    text-decoration:none;
}
h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
}
p {
    margin:.4em 0 .8em 0;
    padding:0;
}
/* Header styles */
#header {
    width:100%;
	border-bottom: 1px solid #C0C0C0;
	text-align: center;
}
#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
    margin:0;
}
/* column container */
.colmask {
    position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;				/* width of whole page */
    overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
    background:#000000;    	/* Right column background colour */
}
.holygrail .colmid {
    float:left;
    width:200%;
    margin-left:-200px; 	/* Width of right column */
    position:relative;
    right:100%;
    background:#000000;    	/* Centre column background colour */
	border-right: 1px solid #FF0000;
}
.holygrail .colleft {
    float:left;
    width:100%;
    margin-left:-50%;
    position:relative;
    left:400px;         	/* Left column width + right column width */
    background:#000000;    	/* Left column background colour */
	border-right: 1px solid #C0C0C0;
}
.holygrail .col1wrap {
    float:left;
    width:50%;
    position:relative;
    right:200px;        	/* Width of left column */
    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	border: 1px solid #0000FF;
}
.holygrail .col1 {
    margin:0 215px;     	/* Centre column side padding:
                        	Left padding = left column width + centre column left padding width
                        	Right padding = right column width + centre column right padding width */
    position:relative;
    left:200%;
    overflow:hidden;
}
.holygrail .col2 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:170px;        	/* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:15px;         	/* Width of the left-had side padding on the left column */
	text-align: left;
}
.holygrail .col3 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:170px;        	/* Width of right column content (right column width minus left and right padding) */
    margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
    position:relative;
    left:50%;
	text-align: center;
}
/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
    border-top:1px solid #C0C0C0;
	text-align: center;
	background-image:url('../images/footerbg.png');
	background-repeat: repeat-x;
	background-position: 0 0;
}
#footer p {
    padding:10px;
    margin:0;
}
ul
{
   list-style-image: url('../images/list-item.png');
}
p
{
   text-align: left;
}
.errMsg
{
    color: #990000;
	background-color: #000000;
	font-size: large;
	font-weight: bold;
}
.sharesb
{
    padding: 5px;
}
.sharesb ul{
		list-style:none;
		margin:6px 0 4px 0;
		padding:0;
}
.sharesb ul li{
		text-align:center;
		display:inline;
		padding:0 4px 6px 0 ;
	}
.sharesb ul li.delicious{
		background:url('../images/icons/delicious.gif') no-repeat 0 0;
	}
.sharesb ul li.digg{
		background:url('../images/icons/digg.gif') no-repeat 0 0;
	}
	.sharesb ul li.reddit{
		padding:0 0 0 2px;
		background:url('../images/icons/reddit.gif') no-repeat 0 0;
	}
	.sharesb ul li.facebook{
		background:url('../images/icons/facebook.gif') no-repeat 0 0;
	}
	.sharesb ul li.stumbleupon{
		background:url('../images/icons/stumbleupon.gif') no-repeat 0 0;
	}
	.sharesb ul li a{
		padding:0 0 0 18px;
		margin:0 3px 0 0px;
	}
#currentRatingWrap
{
    border: 2px solid #660000;
	background-color: #660000;
	color: #FFFFFF;
	background-image: url('../images/ratingbg.png');
	width: 400px;
	position: relative;
	margin: auto;
}
#currentRating
{
    text-align: center;
	background-color: transparent;
	color: #FFFFFF;
	border: none;
	font-size: 2em;
	font-weight: bold;
}
#babePic
{
    border: 2px solid #660000;
	width: 400px;
	position: relative;
	margin: auto;
}
#ratingForm
{
    border: 2px solid #660000;
	width: 400px;
	text-align: left;
	position: relative;
	margin: auto;
}
#bioArea
{
    border: 2px solid #C0C0C0;
	width: 400px;
	text-align: left;
	position: relative;
	margin: auto;
}
.bioSection
{
    border-bottom: 1px dashed #C0C0C0;
	padding: 5px 10px 10px 5px;
	background:url('../images/bioFade.png') repeat-x 0 100%;
}
legend
{
   font-weight: bold;
   color: #660000;
   background-color: #000000;
   font-size: 1.5em;
}
fieldset
{
   border: 1px dashed #C0C0C0;
}
#archivesList ul
{
   display: inline;
}
#archivesList ul li
{
   display: inline;
}

