/*
 *
 *			Comic.NET Default Styles
 *		   Copyright(c)2005 L.A.B.Soft
 *
 */


/*
 *	HTML TAGS REDEFINED
 */
body
{
	background-color: #A8A8A8;
	background-image: url( "Images/body_bg.png" );
	background-position: 50% 0%;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	
	color: #222222;
	font: normal normal normal 10pt Times New Roman, Serif;
}

a
{
	color: #343434;
	text-decoration: none;
	font-weight: bold;
}
a:link
{
	border-bottom: dotted 1px #343434;
}
a:visited
{
	color: #343434;
	text-decoration: none;
	border-bottom: dotted 1px #343434;
}
a:hover
{
	color: #777777;
	text-decoration: none;
	border-bottom: solid 1px #777777;
}
a:active
{
	color: #343434;
	text-decoration: none;
	border-bottom: dotted 1px #343434;
}

acronym
{
	text-decoration: none;
	font-weight: bold;
	border-bottom: dotted 1px #222222;
}



/*
 *	COMIC.NET CLASSES & IDS
 */
#container
{
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#header 
{
	width: 100%;
}
#header h1
{
	background-image: url("Images/header_1.png");
	width: 700px;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
#header h2
{
/*	background-image: url("Images/header_2.png"); */
}
#header h1 span, #header h2 span
{
	display: none;
}

#navigation
{
	width: 100%;
	text-align: center;
	font-size: 8pt;
	font-family: Arial, Sans-Serif;
	margin: 0px auto 15px auto;
}
#navigation span
{
	margin: 0 15px 0 15px;
}
#navigation a
{
	text-transform: uppercase;
}


/*
 *	COMIC STRIP
 */
#webcomic
{
	margin: 0;
	padding: 10px;
	text-align: center;
}

#comicTitle
{
	/*font-family: Arial, Sans-Serif;*/
	font-size: 15pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

#comicImage
{
	border: solid 1px #111111;
	margin: 0;
	padding: 0;
}


/*
 *	COMIC BROWSING
 */
#comicBrowsing
{
	text-align: center;
}
#comicBrowsing a
{
	border-bottom: none 0px #ffffff;
}

.browseToFirst
{
}
.browseToPrevious
{
}
.browseToNext
{
}
.browseToLast
{
}


/*
 *	NEWS STYLES
 */
.newsEntry
{
	margin: 10px 0px 10px 0px;
	border-top: dotted 1px #111111;
	padding: 0px 15px 0px 15px;
}
.newsEntry h3
{
	border-bottom: solid 5px #A8A8A8;
	font-family: Book Antiqua, Times New Roman, Serif;
	font-size: 18pt;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}

.newsTitle
{
	width: 100%;
	color: #333333;
}

.newsDate
{
	font-size: 8pt;
	font-family: Arial, Sans-Serif;
	width: 100%;
}

.newsText h4
{
}

.newsText h5
{
}

.newsText p
{
}


/*
 *	FOOTER STYLES
 */
#footer
{
	color: #444444;
	font-family: Verdana, Sans-Serif;
	font-size: 7pt;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: 100%;
	border-top: dotted 1px #111111;
	border-bottom: dotted 1px #111111;
	background-color: #A8A8A8;
	background-image: url(Images/footer_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#w3cValidators
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#copyright
{
	margin-top: 0px;
	padding-top: 0px;
}


