/*  */
    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
		color:#222222;
		background:#fff;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    }
	#container {
		width: 900px;
		margin: 0px auto;
		height: auto;
}
	#container, .rightmenu {
		background-color: #f0f0f0;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header, #footer {
		background-color: #fff;
	}
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* 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 */
	}

	/* 2 column right menu settings */
	.rightmenu {
	    
	}
	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-251px;
        position:relative;
        right:100%;
		background-color: #008e3a;
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	
	.rightmenu .col1 {
        margin:0 15px 0 261px;
        overflow:hidden;
		background-color: #008e3a;
	}
    .rightmenu .col2 {
        float:right;
        width:231px;
        position:relative;
        left:241px;
		padding-bottom:1em;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
	
    }
    #footer p {
        padding:10px;
        margin:0;
    }
	#leftwindow {
	background-color: #f0f0f0;
	border: 3px solid #130C0D;
	margin-top: 195px;
	min-height: 940px;
	height: 940px;   	
}

html > body #leftwindow {   
    height: auto;   
} 
#logo, .navcolone {
	background: url(../images/masthead.png) no-repeat scroll;
	position: absolute;
	z-index: 2;
	
	}
#logo {
	height: 198px;
	width: 901px;
}
#bomblast {
	position: absolute;
	top: 40px;
	left: 575px;
}

.outline {
	border: 1px solid #000;
	width:550px;
	}
.disclaimer {
	font-size:80%;
	text-align: right;
	margin: 0 0 0.5em 0;
}
.advert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	display: block;
	border-top: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 10px;
}
	
p {
	line-height: 1.25em;
	margin: 0 0 0.5em 0;
}
a:link, a:hover, a:visited, a:active {
	font-weight: bold;
}
a:link, a:visited, a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	letter-spacing: -.05em;
	margin-bottom: 0.5em;
	line-height: 1.1em;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}
h4 {
	font-size: 1.2em;
	}
h5 {font-size: .8em;
	}
	
h6 {font-size: .6em;
	}
#textbox {
	vertical-align: top;
	padding: 1em;
	}
	
	/* navigation */
	
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 2;
	
}

#nav a {
	text-decoration: none;
	line-height: 15px;
	border-bottom: #000 solid 1px;
	color: #FFF;
	display: block;
	padding-left:10px; 
}
#nav li, #nav li ul {
	width: 153px; /* width needed or else Opera goes nuts */
	z-index: 1;
	}
#nav li { /* all list items */
	float: left;
	background-color: #E70B1D;
	font-weight: bold;
	border-right: #000 solid 1px;
}
.navcolone {
	background: url(../images/mastheadbottom.png) no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
} 
#nav li.navcolone, #nav li.navcolone ul li {
	width:156px;
	}
#nav li.navcolfour {
	border-right: none;

	}

#nav li ul {
	position: absolute;
	left: -999em;
	margin-left: -1px;
	border-left: #000 solid 1px;
}
#nav li ul a:hover { /* second-level lists */
	background-color: #008e3a;
	}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.centre {
	text-align: center;
}
#clearfloat {
	clear:both;	
}

#textbox h1 {
	font-size: 3.5em;
	color:#666;
	margin-top:0;
	padding:0;
	}
/* letterbocks */

.lbocksbox {
	float: left;
	height: 2em;
	width: 2em;
	margin-right: 1em;
	margin-top: 0.3em;
}
.nad {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	clear:both;
}

/* form tidiers */

label {
	text-align: right;
	width: 5em;
	display: block;
	float: left;
	line-height: 1.5em;
	margin-right: .5em;
}
.halfline {
	width: 100%;
	height: .5em;
}

/* page headings */

#tips, #tips span {
	background-image: url(../images/tips_logo.gif);
}
#prof, #prof span {
	background-image: url(../images/prof_logo.gif);
}
#lett, #lett span {
	background-image: url(../images/lett_logo.gif);
}
#blog, #blog span {
	background-image: url(../images/blog_logo.gif);
}
#game, #game span {
	background-image: url(../images/game_logo.gif);
}
#anim, #anim span {
	background-image: url(../images/anim_logo.gif);
}
#wall, #wall span {
	background-image: url(../images/wall_logo.gif);
}
#crap, #crap span {
	background-image: url(../images/crap_logo.gif);
}
#arti, #arti span {
	background-image: url(../images/arti_logo.gif);
}
#stri, #stri span {
	background-image: url(../images/stri_logo.gif);
}
#webc, #webc span {
	background-image: url(../images/webc_logo.gif);
}
#pull, #pull span {
	background-image: url(../images/pull_logo.gif);
}
#sexi, #sexi span {
	background-image: url(../images/sexi_logo.gif);
}
#phot, #phot span {
	background-image: url(../images/phot_logo.gif);
}
#link, #link span {
	background-image: url(../images/link_logo.gif);
}
#book, #book span {
	background-image: url(../images/book_logo.gif);
}
#subs, #subs span {
	background-image: url(../images/subs_logo.gif);
}
#feat, #feat span {
	background-image: url(../images/feat_logo.gif);
}
#sign, #sign span {
	background-image: url(../images/sign_logo.gif);
}
#prof, #prof span, #tips, #tips span, #lett, #lett span, #blog, #blog span, #game, #game span, #anim, #anim span, #wall, #wall span, #crap, #crap span, #arti, #arti span, #stri, #stri span, #webc, #webc span, #pull, #pull span, #sexi, #sexi span, #phot, #phot span, #link, #link span, #book, #book span, #subs, #subs span, #feat, #feat span, #sign, #sign span {
	background-repeat: no-repeat;
	width: 540px;
	height: 61px;
	z-index: 0;
}
#prof span, #tips span, #lett span, #blog span, #game span, #anim span, #wall span, #crap span, #arti span, #stri span, #webc span, #pull span, #sexi span, #phot span, #link span, #book span, #subs span, #feat span, #sign span {
	margin-bottom: -61px;
 } 

h1 span { 
 display: block; 
 position: relative;
 }
 /* articles */
 
 .ch {
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}
.imager {
	font-size: 80%;
	color: #666666;
	float: right;
	width: 300px;
	vertical-align: bottom;
	padding-left: 1.5em;
}
.imager img {
	border: 1px solid #000000;
	
}
.p1 {
	font-weight: bold;
	padding-bottom: .5em;
	font-size: 110%;
}
.byline {
	font-weight: bold;
	padding-bottom: 0.5em;
	font-size: 100%;
	font-style: oblique;
}
#article p {
	text-indent: .8em;
}
 
 
 
 /* games page layout */

.gamebox img {
	border: 1px solid #000;
	float: left;
}
.gamebox p {
	margin-left: 115px;
}
.gamebox h2 {
	margin-left: 115px;
}

 /* books page layout */

.bookbox img {
	border: 1px solid #000;
	float: left;
}
.bookbox p {
	margin-left: 165px;
}
.bookbox h2 {
	margin-left: 165px;
}
 /* print outs page layout */

.printbox img {
	border: 1px solid #000;
	float: right;
	margin-top: 1.1em;
}
.printbox p,  .printbox h2, .printbox h5 {
	width: 300px;
	padding-right: 10px;
	float: left;
}


 /* webcam layout */
 
.camwin {
	width: 352px;
	font-size: .8em;
	text-align: center;
}
 /* sexist record layout */

.sexistr {
	font-size: 80%;
	color: #666666;
	float: right;
	width:150;
	vertical-align: bottom;
	padding-left: 1.5em;
}
.sexistr img {
	border: 1px solid #000000;

}
 /* wallpapers */
.papers {
	font-size: 80%;
	color: #666666;
	float: left;
	width: 150px;
	vertical-align: bottom;
	padding-right: 1.5em;
	text-align: center;
	white-space: normal;
	padding-bottom: 1.5em;
}
.papers img {
	border: 1px solid #000;
	
}
/* profanisaurus */

.defs {
font-family:"Times New Roman", Times, serif;
font-size: 120%;

}
 /* subs */
#subbox {
	width: 380px;
	padding-right: 10px;
	float: left;
}
#subbox img {
	float: left;
	}

#subbox ul {
 margin:20px 0px 0px 0px;
padding:0px;
}
#subbox li {
	list-style-type:none;
margin-left:0px;
}

#subbox li a {	

}
 /* front page */
 #covcol {
	width: 150px;
	float: left;
 }
 #covcol img {
	border: 1px solid #000;
	margin-bottom: 10px;
 }
 #midcol {
	width: 260px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
 }
 #midcol img {
 	border: 1px solid #000;
	margin-bottom:15px;
  }
 #midcol h2, #midcol p {
	text-align: center;
	}
#midcol h2 {
	margin-top:0px;	
 }
