/*
MikeyNet v3
===========
Theme URI: http://www.mikeynet.co.uk
Description: Mikeynet 2007.
Version: 3.0
Authors: Dave Greenstreet / Mike Congreve
*/


/* **** LAYOUT **** */

body {
	margin: 0;
	background: #fff;
	font-family: sans-serif;
	color: #000;
	text-align: center;
	height: 100%;
	position: relative;
}

/* Background */
#wallpaper {
	
	background: #d8eefa url('/img/wallpaper.jpg');
}

/* Main Page */
#top {
	position: relative;
	padding: 1em 0 2em 0;
/*	background: url('/img/splatline_a.gif') bottom left repeat-x;*/
}

/* Main Page */
#page_a{
	color: #000;
	padding: 0 16px 0 6px;
	margin:0;
	font-size: 1.2em;
	letter-spacing: -0.1px;
	background: url('/img/page.png') top left repeat-y;
	text-align: left;
	z-index: 0;
}

/* Content header */
#page_t{
	clear: both;
	background:url('/img/page_t.png') top left no-repeat;
	height: 19px;
}

/* Content footer */
#page_b{
	background:url('/img/page_b.png') top left no-repeat;
	height: 22px;
	font-size: 0.6em;
	padding: 10px 2em 0 2em;
	color: #888;
}


.container {
	position: relative;
	width: 714px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}



/* **** NAVIGATION **** */

#MNlogo {
	position: relative;
	width:163px;
	height:86px;
	top: 19px;
	left: 12px;
	border:0;
	float: left;
	background: url('/img/mikeynet.png') top left no-repeat;
	display: block;
	z-index: 3;
}

#MNmenu {
	float: right;
	padding:0 1em 0 0;  /* top, right, bottom, left; */
	margin:0;
	position: relative;
	top: 72px;
}

#MNmenu li{
	font-size: 0.9em;
	display: inline;
	list-style-type: none;
	padding: 3px 7px 3px 7px;
}

#MNmenu img {
	border:0;
	vertical-align: baseline;
}

#MNmenu .selected {
	background: #2B87BE;
}

#MNmenu .selected a{
	color: #fff;
}


/* **** ELEMENTS **** */

a {
	color: #C80000;
	text-decoration: none;
}


a:hover {
	color: #C80000;
	text-decoration: underline;
}

a img {
	border:0;
}

h1 , h2, h3, h4, form{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h1 {
	border-bottom: 1px #ddd dashed;
}

h2 {
	border-bottom: 1px #ddd dashed;
	font-size: 0.9em;
}

h3 {
	color: #ddd;
	font-size: 0.6em;
	margin-bottom: 2em;
}

p {
	font-size: 0.8em;
	margin: 0;
	padding: 1px 0 2em 0;
}

blockquote {
	margin: 1em 1em 1em 2em;
	padding: 0.5em;
	border: 1px solid #BAE1F6;
	background: #D8EEFA;
	font-size: 0.8em;
}

ul {
	font-size: 0.8em;
	margin: 2em;
	padding: 5px 0 0 0;
}


/* **** COLUMN A (Sidebar) **** */

#col_a {
	position: relative;
	margin-top: 1em;
	width: 180px;
/*	background: url('/img/tear.gif') top right repeat-y;*/
	background:#e7eef7;
	font-size: 0.7em;
	z-index:10;
}

#col_a h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: #C80000;
	font-weight: bold;
	word-spacing: 4px;
	margin-bottom:0.3em;
}

#col_a .contentwrap {
	padding: 1em 0 1em 0.7em;
	position: relative;
}

#col_a ul {
	padding-left: 1em;
	line-height: 14pt;
	margin:0;
	font-size:1em;
}

#col_a ul li {
	list-style-type: square;
}

#col_a_end {
	width:180px;
	height: 53px;
	background: url('/img/tear_b.gif') top right no-repeat;
}


/* **** COLUMN B (Main) **** */
#col_b {
	width: 512px;
	position: relative;
	z-index:2;
}

#col_b .contentwrap {
	padding: 0 1em 0 .4em; /* top, right, bottom, left; */
	position: relative;
}




/*
/* **** COLUMN C (Left Half) **** */
#col_c {
	width: 49%;
	margin-left: 10px;
}

#col_c .contentwrap {
	padding: 0.4em 0.4em 0 1em; /* top, right, bottom, left; */
	position: relative;
}

/* **** COLUMN D (Right Half) **** */
#col_d {
	width: 49%;
	border-left: 1px solid #eee	;
}

#col_d .contentwrap {
	padding: 0.4em 1em 0 0.4em; /* top, right, bottom, left; */
	position: relative;
}



/* **** COLUMN E (Full page) **** */
#col_e .contentwrap {
	padding: 1em 1.5em 0.4em 1.5em;  /* top, right, bottom, left; */
}

	


.illustration {
	float: left;
	padding:4px;
	margin: 0 0.5em 0.5em 0;
	background-color: #fff;
	border: 1px #bbb solid;
}

.illustrationcentre {
	left: 8px;
	padding:4px;
	margin: 2px;
	background-color: #fff;
	border: 1px #bbb solid;
}

.illustrationright {
	float: right;
	padding:4px;
	margin: 2px;
	background-color: #fff;
	border: 1px #bbb solid;
}

/*Comics want a transparent background*/
img.comic {
	padding:4px;
	margin: 2px;
}


/*This is the Mikeynet logo as an absolutely positioned element
in the top-left. */
#MNlogoComics {
	position: absolute;
	width:163px;
	height:86px;
	top: 19px;
	left: 12px;
	border:0;
	float: left;
	background: url('/img/mikeynet.png') top left no-repeat;
	/*display: block;*/
}




/* *** Contents/icons *** */

.contentsiconright {
	padding:0px 4px 4px 0px;
	float:right;
}

.contentsiconleft {
	padding: 0px 4px 8px 0px;
	float:left;
	/*background-color:red;*/
	
}

.contentsitem {
	margin: 2px;
	padding: 2px 2px 2px 2px;
	min-height: 80px;
	clear:both;
	vertical-align:50%;
}

/* *** Try This *** */

div.trythis {
	padding-bottom:10px;
	float:left;
	width:32%;
	font-size:0.7em;
}

span.trythis {
	padding:2px;
	font-size:0.75em;

}

.trythisiconright {
	margin-left:4px;
	float:right;
	background-color:#ffffff
}

.trythisiconleft {
	margin-right:4px;
	float:left;
	background-color:#ffffff
	
}


/* *** Post *** */

.blogpost .floatl {
	width: 35px;
	text-align: center;
}

.blogpost .floatr {
	width: 270px;
}

.date_blog {
	width: 35px;
	height: 51px;
	background: #a4c1d2 url('/img/dateblog.gif') center center no-repeat;
	color: #ffffff;
}

.date_feature {
	width: 35px;
	height: 51px;
	background: #f00 url('/img/datefeature.gif') center center no-repeat;
	color: #ffffff;
}

.date_blog div, .date_feature div {
	font-size: 1.2em;
}

.date_blog div+div, .date_feature div+div  {
	font-size: 0.6em;
	line-height: 0.9em;
}

.date_com {
	text-align: right;
	background: #eee url('/img/comment.gif') 2px center no-repeat;
	font-size: 0.6em;
	padding: 4px;
	margin:0;
}



.date_com a {
	display: block;
}

/* Pop-up pictures on menu bar */
div.popuppics
{
	position: absolute;

	display: none;
	background: url('/img/tear.gif') top right repeat-y;
	z-index: 100000;
	padding-right:0.8em;
}

.popuppic {
	margin-right:4px;
	float:left;
}

.hiddenmenu {
	visibility: collapse;
	height:  0em;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width:  0px 0px 0px 0px;
}

p.nomargin {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width:  0px 0px 0px 0px;
}
.popup {
	
	margin-top: 10px; 
	padding: 7px; 
	width: 320px;
	border: 1px solid #B22222;
	background: #F1F3F5;
/*	color: #B22222;	
	font-weight: bold;*/
	font-size: 12px;
	position:absolute;
	text-align:left;
}

.popupCloser {
	position:relative;
	left:270px;
	top:15px;
	cursor:pointer;
}
