﻿/* Stylesheet for haz-zone.com
*  Last update: 9/30/10
*  
*  top right bottom left
*/


/* dynamic web template */
body {
	background-attachment: fixed;
	background-color: white;
	background-image: url("art/fakebg.png");
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 10%;
	color: black;

	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 0.875em;
	line-height: 1.4em;

	/*
	font-family: times;
	font-size: 1.0689em;
	line-height: 1.287em;
	*/

	text-rendering: optimizelegibility;
}
.header {
	margin-left: 5%;
	width: 5.5em;
}
div.header: hover {
	cursor: crosshair;
}
.wave {
	font-size: 2em;
	font-weight: bold;
}
.linkz {
	height: 20px; 
	width: 57px; 
	border: 0; 
	padding: 0 1px 0 1px;
}
#lowHr {
	width: 80%; 
}
p.footer {
	text-align: center;
	/*font-size: xx-small;*/
	font-size: x-small;
}
a, a:link, a:visited  {
	/*color: #5A5855;*/
	color: royalblue;
	text-decoration: none;
}
a:hover {
	color: green;
	text-decoration: underline;
}
a:active {
	color: red;
	text-decoration: underline;
}

/* news section */
.welcome {
	margin-left: 15%; 
	margin-right: 15%;
	text-indent: 0; 
}
h1,
h2 {
	font-weight: normal;
	font-variant: small-caps;
}


/* homepage */
div.main {
	color: green;
	cursor: pointer;
	border: thin black inset;
	padding: 5px 8px 5px 8px;
	margin-bottom: 20px;
	margin-left: 5%;
	width: 100px;
}
a.main {
	color: #5A5855;
	font-family: Eurostile;
	font-size: large;
	text-decoration: none;
}
div.main:hover a {
	color: red;
}


/* comics */

comics a {
	
}
.comiclogos {
	width: 88px;
	height: 31px;
}


/* gallery */
.picsMain {
	margin-left: 5%;
	text-decoration: none;
}
img.picsMain {
	border: thin black solid;
	padding: 5px 5px 5px 5px;
	width: 150px;
	height: 150px;
}
.gallerypics {
	border: 0;
	width: 600px;
	height: 400px;
}
/* align links in gallery */

/* resources */
.tab {
	margin-left: 5%;
	margin-right: 2%;
}
.stuffHR {
	width: 96%;
}
.kent {
	font-variant: small-caps;
	font-weight: bold;
}
.kent a {
	color: black;
	text-decoration: none;
}

/* feedback */
#feedbackform:focus {
	outline-color: yellow;
}

/* */
a {
	/*lightgrey;*/
}

