/*
STYLE SHEET FOR SNOZWANGLER WEB SITE
Created by Andy McEniry
www.digital-precision.co.uk
*/

/*  DEFAULT ITEMS  //////////////////////////////////////////////////*/
   
* { /* Resets margin & padding of all elements */
	margin:0px;
	padding:0px;}

* img { /* Takes borders off of all images as standard */
	border:0px;}

a:link, a:visited {
	color:#8af;
	text-decoration:none; }
	
a:hover, a:active {
	color:#900;
	text-decoration:none; }
	
a.opt:link, a.opt:visited {
	color:#228;
	text-decoration:none; }
	
a.opt:hover, a.opt:active {
	color:#900;
	text-decoration:underline; }

body {
	margin:20px auto;
	background: #fff url(images/backing_main.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	font-weight:normal;
	text-align:center; }
	
.clearboth {
	float:left;
	clear:both; }
	
.diglinks {
	color:#8af;
	margin:5px;}
	
h1 {
	font-size:150%;
	margin-bottom:10px;}
	
p {
	font-size:100%;
	margin-bottom:5px;}
	
h2 {
	font-size:100%;
	margin-bottom:5px;
	text-transform:uppercase;}
	
h4 {
	font-size:75%;
	margin-bottom:0px;
	color:#aaa;
	text-transform:uppercase;
	text-align:justify;}
	
h5 {
	font-size:150%;
	margin-bottom:5px;}
	
hr {
	border-top:1px dotted #ccc;
	margin:0px;
	height:1px;
	width:728px;}
	

/*  WRAPPERS  //////////////////////////////////////////////////*/	

#wrapper{
	margin:auto;
	text-align:center;
	width:748px;
	min-height:500px;
	background: #fff;
	border:1px solid #444;}
	
#content{
	margin:10px;
	text-align:center;
	width:728px;}

#header{
	margin:auto;
	text-align:center;
	width:728px;}	

#header img {
	float:left;}
	
#welcome_text {
	width:728px;
	text-align:justify; }
	
#search_text {
	width:728px;
	text-align:left; }
	
.strip_odd {
	width:728px;
	line-height:1.5em; 
	border-top:1px solid #ccc;
	background:#ddd;}
	
.strip_odd p {
	margin:2px 0px;}
	
.strip_odd img { 
	vertical-align:middle;
	margin:0px 5px;}
	
.strip_even {
	width:728px;
	line-height:1.5em; 
	border-top:1px solid #ccc;
	background:#eee;}
	
.strip_even p {
	margin:2px 0px;}
	
.strip_even img { 
	vertical-align:middle;
	margin:0px 5px;}

.strip_bottom {
	width:728px;
	line-height:2.5em; 
	border-top:1px solid #ccc;
	background:#fff;
	clear:both;
	}

.spacer {
	clear:both;
	height:15px;}
	
#comments {
	width:728px;
	-height:100px;
	float:left;
	text-align:left;
	border-top:1px dotted #ccc;
	margin:0px;
	padding:0px;
	overflow:hidden;}
	
#comments h1 {
	color:#666;
	margin:5px 5px 0px 5px;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	font-size:150%;}
	
#comments h3 {
	color:#666;
	margin:0px 5px 0px 5px;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	font-size:75%;}
	
.comment_head {
	width:728px;
	background:#eef;
	margin:10px 0px 5px 0px;
	border-top:1px solid #ddd;
	line-height:2.0em; }
	
#comments p{
	margin:0px 5px;}
	
.comment_head h2 {
	color:#900;
	margin:0px 5px;
	font-weight:normal;
	text-transform:none;
	text-align:left;
	font-size:100%;}
	
#comment_area {
	width:718px;
	border:1px dotted #ccc;
	background:#eee;
	font:arial;
	padding:5px;}
	
#email_area {
	width:318px;
	border:1px dotted #ccc;
	background:#eee;
	padding:5px;}
	
#name_area {
	width:218px;
	border:1px dotted #ccc;
	background:#eee;
	padding:5px;}
	
#co_name_area {
	width:550px;
	border:1px dotted #ccc;
	background:#eee;
	padding:5px;}

