/* --------- Custom classes Style -------------- */ 
.comichome
{
	position: absolute;
	background-image: url('img/tab.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 110px;
	height: 25px;
	top: 0px;
	left: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}
.subscribe
{
	position: absolute;
	background-image: url('img/tab.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 110px;
	height: 25px;
	top: 0px;
	left: 125px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}
.store
{
	position: absolute;
	background-image: url('img/tab.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 110px;
	height: 25px;
	top: 0px;
	left: 240px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}
.topbar 
{
	position: absolute;
	background-image: url('img/topbar.gif');
	background-position: top left;
	background-repeat: repeat-x;
	height: 14px;
	width: 100%;
	top: 0px;
	left: 0px;
	
}
 .fade 
{
	position: relative;
	top: 14px;
	height: 91px;
	width: 100%;
	background-image: url('img/fade.gif');
	background-position: top left;
	background-repeat: repeat;
}  
a.mymenu:link 	 	{ text-decoration: none; color: #000000;}
a.mymenu:visited 	{ text-decoration: none; color: #000000;}
a.mymenu:hover 	 	{ text-decoration: none; color: #FFFFFF;}
a.mymenu2:link 	 	{ text-decoration: none; color: #000000;}
a.mymenu2:visited 	{ text-decoration: none; color: #000000;}
a.mymenu2:hover 	{ text-decoration: none; color: #3384d0;}
.latest
{
	font-size: 11px;
	font-weight: bold;
}
.logo
{
	width: 136px;
	height: 51px;
	overflow: hidden;
	font-size: 12px;
	position: absolute;
	top: 25px;
	right: 0px;
} 
.body
{
	font-size: 12px;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	text-align: center;
} 
.footer
{
	position: relative;
	bottom: -30px;
	left: 0px;
	background-image: url('img/topbar.gif');
	background-position: top left;
	background-repeat: repeat-x;
	height: 14px;
	width: 100%;
} 
.friends 
{
	position: relative;
	top: -50px;
	width: 100%;
}
.myurl2
{
	position: absolute;
	bottom: 15px;
	right: 2px;
	font-size: 9px;
}
.myurl
{
	text-align: right;
	width: 100%;
	font-size: 9px;	
	position: relative;
	top: 30px;
	right: 2px;
	
}
.blue
{
	color: #3384d0;
}
.black
{
	color: #000000;
}

.textfield
{
 background-color: #FFFFFF;
 border-color: 	#3384d0;
 border: 1px solid;
}
.submit
{
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: 	#3384d0;	
}
.menu2
{	
	background-color: #eeeeee;
 	width: 150px;
 	height: 125px;
 	text-align: right;
 	padding-left: 0px;
 	padding-top: 0px;
}
.menu
{	
	background-color: #eeeeee;
 	width: 150px;
 	text-align: center;
}
.blogtext
{
	padding-top: 1px;
	vertical-align: top;
	margin-right:auto;
	margin-left:auto;
	width: 600px;
	background-color: #eeeeee;	
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
.social
{
	padding: 3px;	
}
.footerlinks
{
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	width: 100%;	
}
.smallfont
{
	font-size: 9px;
}
input.button {
  color: #fff; background: #0034D0;
  font-size: .8em;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #ffcf31;
}
/* ----------- standard elements  -------------- */ 
body 
{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
h2
{
	font-size: 12px;
	font-weight: bold;	
}
h1
{
	font-size: 14px;
	font-weight: bold;	
	padding-top: 4px;
}
th
{
	background-image: url('img/sidemenubar.gif');
	background-position: top left;
	background-repeat: repeat;
	font-weight: bold;
	height: 25px;
	color: #FFFFFF;
}
ul 
{ 
	list-style-image: url(img/arrow.gif);
	text-align: left;
}
a:link 	 	{ text-decoration: none; color: #000000; font-weight: bold;}
a:visited 		{ text-decoration: none; color: #000000; font-weight: bold;}
a:hover 	 	{ text-decoration: none; color: #3384d0; font-weight: bold;}
/* ----------- End PenguiArt Style -------------- */ 