/* General */
body 
{
	font: 70% Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #333;
	background: #ffffff;
	margin-top: 30px;
}

/* Headings */
h1
{
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	color: #a03030;
}

h2
{
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	color: #a03030;

	background: url(../images/star.jpg) no-repeat center left;
	padding-left: 25px; 
	
	/*text-decoration: none;*/
	margin-top: 2em;
	margin-bottom: 0.2em;
}

h2 a
{
	text-decoration: none;
	color: #005070;
}

h2 a:hover
{
	text-decoration: underline;
}


/* Plain text */
p
{
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica;
	margin-top: 0em;
	margin-bottom: 1em;
}

li
{
	list-style-type: square;
}

.title
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div#container
{
	text-align:left;
	width:60em;
	margin:0 auto;
}

div#leftcol,
div#centercol,
div#rightcol
{

}

div#leftcol
{
	float:left;
	width:18em;
	margin-left:-60em;
}

div#centercol
{
	margin: 0 20em;
}

div#rightcol
{
	float:left;
	width:18em;
	margin-left:-18em;
}

div#wrapper
{
	float:left;width:100%
}

div#centercol h1,
div#leftcol h1,
div#rightcol h1
{
	text-align: left;
	border-bottom: solid 1px #a0a0a0;
}

a.menu,
a.menu visited,
a.menu hover
{
	line-height: 32px;
	vertical-align: middle;
	display: block;
	height: 32px;
	background: url(../images/link_dog.jpg) no-repeat center left;
	padding-left: 45px; 
	
	font-weight: bold;
	font-size: 110%;
	font-family: Verdana, Arial, Sans-Serif;
	
	color: #005070;
}

a.menu hover
{
	text-decoration: underline;
}

a.menu,
a.menu active,
a.menu link,
a.menu visited
{
	text-decoration: none;
}


a.star,
a.star visited,
a.star hover
{
	line-height: 13px;
	vertical-align: middle;
	display: block;
	height: 13px;
	background: url(../images/star.jpg) no-repeat center left;
	padding-left: 22px; 
	
	font-weight: bold;
	font-size: 100%;
	font-family: Verdana, Arial, Sans-Serif;
	
	color: #005070;
	text-decoration: none;
}

a.back,
a.back:visited,
a.back:hover
{
	line-height: 28px;
	vertical-align: middle;
	display: block;
	height: 28px;
	background: url(../images/back_dog.jpg) no-repeat center left;
	padding-left: 45px; 
	
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	
	color: #005070;
}

a.back,
a.back:visited
{
	text-decoration: none;
}

a.back:hover
{
	text-decoration: underline;
}

.label
{
	margin-top: 20px;
	margin-bottom:5px;
	font-size: 110%;
	font-weight: bold;
	color: #a03030;
}

.fieldelement
{
	border: solid 1px #aaa;
}

a.textbody,
a.textbody:visited,
a.textbody:hover
{
	vertical-align: middle;
	
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	
	color: #005070;
}

a.textbody,
a.textbody:visited
{
	text-decoration: none;
}

a.textbody:hover
{
	text-decoration: underline;
}

p.smalltext
{
	font-size: 0.75em;
}

pre
{
	font-size: 1.5em;
}

/* Image border */
.img_box
{
	padding: 0.1%;
}

.img_tr 
{
	background:url(../images/photos/border_tr.gif) top right no-repeat;
	margin:0;
	padding:0;
}

.img_tl 
{
	background:url(../images/photos/border_tl.gif) top left no-repeat;
	margin:0;
	padding:0;
}
  
.img_br
{
	background:url(../images/photos/border_br.gif) bottom right no-repeat;
	margin:0;
	padding:0;
}
  
.img_bl
{
	background:url(../images/photos/border_bl.gif) bottom left no-repeat;
	margin:0;
	padding:0;
}

.img_center
{
	margin:0;
	padding: 2.5em 2.5em 1.5em 2.5em;
}

.imgcaption,
.imgcaption a
{
	font-size: 0.9em;
	text-align: center;
	
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	
	text-decoration: none;
	
	color: #005070;
}

.captchaimg
{
	background:url(../images/captchabox.jpg) top left no-repeat;
	width: 343px;
	height: 181px;
	padding-left: 60px;
	padding-top: 40px;
}

.comicnav
{
	width: 20%;
	float: left;
	margin-top: 10px;
}

.breadcrumb,
a.breadcrumb,
a.breadcrumb:visited
{
	color: #005070;
	text-decoration: none;
}

a.breadcrumb:hover
{
	text-decoration: underline;
}


a.comiclink,
a.comiclink:visited,
a.comiclink:hover
{
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	
	color: #005070;
}

a.comiclink,
a.comiclink:visited
{
	text-decoration: none;
}

a.comiclink:hover
{
	text-decoration: underline;
}

.comicmenu
{
	margin-top: 10px;
	color: #fff; 
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.comicmenu
{
	color: #fff;
	text-decoration: none;
}

/* Captcha styles */
	p.captcha_1,
	p.captcha_2,
	p.captcha_notvalid
	{
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background: transparent;
		color: #000000;
	}
	p.captcha_2
	{
		font-size: 10px%;
		font-style: italic;
		font-weight: normal;
	}
	p.captcha_notvalid
	{
		font-weight: bold;
		color: #a00000;
	}
	
	.captchapict
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border: none;
	}
/* End captcha styles */