/* Stylesheet 1 -------------------------------*/

body 

{ 
	margin:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	color:black;
	background-image:url('../Images/background.png');
	background-repeat:repeat-x;
}

.ComicImage
{
	Width: 100%;
	Height: auto;
	object-fit:contain;
	-moz-object-fit:contain;
	-ms-object-fit:contain;
	-o-object-fit:contain;
	-webkit-object-fit:contain;
}

.ComicTitle
{
	margin-top: -75px;
}

.fb-like
{
	position: relative;
	left: 1060px;
	top: -110px;
}

.twitter-share-button
{
	position: relative;
	left: 746px;
	top: -42px;
}

.update
{
	color:green;
}

.Columns
{
	column-count:4;
	-moz-column-count:4; /* Firefox */
	-webkit-column-count:4; /* Safari and Chrome */
}

td, iframe
{

	vertical-align: top;
	padding: 0px;
	border-spacing: 0px;

}
.Menu .PostTitle
{
text-indent:-4000px;
background-image:url('../Images/menubutton.png');
height:60px;
width:150px;
}

.ComicFirst
{
text-indent:-4000px;
background-image:url('../Images/firstbutton.png');
height:60px;
width:150px;
}

div.ComicFirst:hover
{
background-image:url('../Images/firstbuttonhover.png');
}

.ComicLast
{
text-indent:-4000px;
background-image:url('../Images/lastbutton.png');
height:60px;
width:150px;
}

div.ComicLast:hover
{
background-image:url('../Images/lastbuttonhover.png');
}


.NoComicPrevious
{
text-indent:-4000px;
background-image:url('../Images/previousbuttonno.png');
height:60px;
width:150px;
}

div.NoComicPrevious:hover
{
background-image:url('../Images/previousbuttonhoverno.png');
}


.ComicPrevious
{
text-indent:-4000px;
background-image:url('../Images/previousbutton.png');
height:60px;
width:150px;
}

div.ComicPrevious:hover
{
background-image:url('../Images/previousbuttonhover.png');
}

.NoComicNext
{
text-indent:-4000px;
background-image:url('../Images/nextbuttonno.png');
height:60px;
width:150px;
}

div.NoComicNext:hover
{
background-image:url('../Images/nextbuttonhoverno.png');
}
.ComicNext
{
text-indent:-4000px;
background-image:url('../Images/nextbutton.png');
height:60px;
width:150px;
}

div.ComicNext:hover
{
background-image:url('../Images/nextbuttonhover.png');
}

.ComputerWallpapers
{
text-indent:-4000px;
background-image:url('../Images/computerbutton.png');
height:60px;
width:150px;
}

.Icons
{
text-indent:-4000px;
background-image:url('../Images/iconsbutton.png');
height:60px;
width:150px;
}

.PhoneWallpapers
{
text-indent:-4000px;
background-image:url('../Images/phonebutton.png');
height:60px;
width:150px;
}


.Donations
{
text-indent:-4000px;
background-image:url('../Images/donationsbutton.png');
height:60px;
width:150px;
}

.Freebies
{
text-indent:-4000px;
background-image:url('../Images/freebiesbutton.png');
height:60px;
width:150px;
}


.Contact
{
text-indent:-4000px;
background-image:url('../Images/contactbutton.png');
height:60px;
width:150px;
}

.Forum
{
text-indent:-4000px;
background-image:url('../Images/forumbutton.png');
height:60px;
width:150px;
}




div.Store:hover
{
background-image:url('../Images/storebuttonhover.png');
}
.Store
{
text-indent:-4000px;
background-image:url('../Images/storebutton.png');
height:60px;
width:150px;
}

div.OrderStatus:hover
{
background-image:url('../Images/orderbuttonhover.png');
}

.OrderStatus
{
text-indent:-4000px;
background-image:url('../Images/orderbutton.png');
height:60px;
width:150px;
}

div.Commissions:hover
{
background-image:url('../Images/commissionsbuttonhover.png');
}

.Commissions
{
text-indent:-4000px;
background-image:url('../Images/commissionsbutton.png');
height:60px;
width:150px;
}
div.News:hover
{
background-image:url('../Images/newsbuttonhover.png');
}

.News
{
text-indent:-4000px;
background-image:url('../Images/newsbutton.png');
height:60px;
width:150px;
}


.Gallery
{
text-indent:-4000px;
background-image:url('../Images/gallerybutton.png');
height:60px;
width:150px;
}

div.Gallery:hover
{
background-image:url('../Images/gallerybuttonhover.png');
}

div.WhatTheFuzz:hover
{
background-image:url('../Images/whatthefuzzbuttonhover.png');
}
.WhatTheFuzz
{
text-indent:-4000px;
background-image:url('../Images/whatthefuzzbutton.png');
height:60px;
width:150px;
}

.Form  td
{
	padding-bottom: 3px;
}

.Menu, ul
{
	list-style-type: none;
	padding: 0px;

}

.Menu li > ul
{
	display: none;
	position: absolute;
	margin-left: 30px;
	padding: 3px;
}

.Menu li:hover > ul
{
	display: block;
}

.Adverts
{
	display:block;
	height:600px;
	margin:0px;
}

a
{
	
	text-decoration:underline;
	color:#0000FF;

}

.Logo
{

	background-image:url('../Images/Logo.png');
	background-repeat: no-repeat;
	height: 182px;
	width: 611px;
	margin-left: auto;
	margin-right: auto;
	position: static;
	left: 0;
	top: 0;
	z-index: 0;	

}

.Hidden
{

	color:#FF0000;

}

a:hover
{

	text-decoration:none;

}

.MainBody
{
	max-width:1650px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	
}

.Login
{

	text-align: right;

}

.LoginForm
{
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.Content
{
	position: static;
	margin: 0;
	padding: 0;
	z-index: 0;
	width: inherit;
}

.LoginContent
{
	position: static;
	margin: 0;
	padding: 0;
	z-index: 0;
	width: inherit;
	height: 1px;
}

.LeftColum, .RightColum iframe
{

	max-width: 150px;
	min-width: 150px;
	padding-left: 0px;
	padding-right: 0px;

}

.CentreColum
{

}

.Post0, .Post1, .Post2, .Post3, .Post4, .Post5, .Post6, .Post7, .Post8, .Menu li:hover > ul
{

	background-color:#D1DFE8;

}

.Menu0, .Menu1, .Menu2, .Menu3, .Menu4, .Menu5, .Menu6, .Menu7, .Menu8, .Menu li:hover > ul
{

	

}

.Comments0, .Comments1, .Comments2, .Comments3, .Comments4, .Comments5, .Comments6, .Comments7, .Comments8
{

	background-color:#FFFFFF;

}

.Menu4, .Comments4, .Post4
{
	padding: 3px;
}

.Comments0, .Post0
{
	height: 3px;
	width: 3px;
	background-image: url('../Images/boarder0.png');
}

.Comments1, .Post1
{
	background-image: url('../Images/boarder1.png');
}

.Comments2, .Post2
{
	height: 3px;
	width: 3px;
	background-image: url('../Images/boarder2.png');
}

.Comments3, .Post3
{
	background-image: url('../Images/boarder3.png');
}

.Comments5, .Post5
{
	background-image: url('../Images/boarder5.png');
}

.Comments6, .Post6
{
	height: 3px;
	width: 3px;
	background-image: url('../Images/boarder6.png');
}

.Comments7, .Post7
{
	background-image: url('../Images/boarder7.png');
}

.Comments8, .Post9
{
	height: 3px;
	width: 3px;
	background-image: url('../Images/boarder8.png');
}
