@charset "UTF-8";

/*
+------------------------------------------+
  Storm Salon - Main Style Sheet
+------------------------------------------+
  > By David Sword
  > http://davidsword.ca/
  > Version 0.01
  > Started	  2009/03/21
  > Completed (on-going)
+------------------------------------------+
  © 2009 - All rights reserved
+------------------------------------------+
*/

/*Document*/
* {
	margin:0;
	padding:0;
}
body {
	background-color: #cccccc;
	margin:15px;
}
body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul {
	list-style: #666666;
	margin:0px;
	margin-left:15px;
}
ol {
	margin-left:15px;
	color: #615918;
}
img {
	border: 0px;
}

/*Main Links*/
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
	color: red;
}




/*Main Elements*/
.container {
	text-align: center;
	margin: 0px auto;
	width: 652px;
}
.box {
	text-align: left;
	border: 1px solid white;
	width: 650px;
	background: white;
}
.header {
	height: 77px;
	width: 650px;
	border-bottom: 2px solid white;
	text-align: left;
	background: #666666 url(../images/headerbg.gif) bottom right no-repeat;
}
.headerline {
	height: 2px;
	width: 650px;
	border-bottom: 2px solid white;
	text-align: left;
	background: #666666;
}
.main {
	width: 650px;
	overflow: hidden;
}
.mainleft {
	width: 148px;
	float: left;
	background: #333333;
}
.mainright {
	width: 462px;
	min-height: 300px;
	float: right;
	padding: 0 20px 20px 20px;
	background: white;
	
}
.footer {
	padding: 100px 5px 5px 5px;
	width: 640px;
	border-top: 2px solid white;
	text-align: left;
	background: #666666 url(../images/footerimg.gif) bottom right no-repeat;
}
.footer a:link {
	color: #999999;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #999999;
}
.footer a:hover {
	text-decoration: underline;
	color: #cccccc;
}
.footer a:active {
	text-decoration: none;
	color: #cccccc;
}






/*Header/Navigation*/
/*Other Elements*/
/*Font Elements*/
.red {
	color: #660000;
}



/*Show/Hide News*/
.morenews {
	display: none;
}
a.showLink, a.hideLink {
	text-decoration: none;
}
a.hideLink {
}
a.showLink:hover, a.hideLink:hover {
	text-decoration: underline;
}
.gray {
	color: #333333;
}









/*Rollover Donation*/
a.nav_home {
   display: block;
   width: 141px;
   height: 22px;
   text-decoration: none;
   background: url("../images/nav_home.jpg");
}
a.nav_home:hover {
   background-position: 0 22px;
}


a.nav_about {
   display: block;
   width: 141px;
   height: 22px;
   text-decoration: none;
   background: url("../images/nav_about.jpg");
}
a.nav_about:hover {
   background-position: 0 22px;
}


a.nav_news {
   display: block;
   width: 141px;
   height: 18px;
   text-decoration: none;
   background: url("../images/nav_news.jpg");
}
a.nav_news:hover {
   background-position: 0 18px;
}


a.nav_services {
   display: block;
   width: 141px;
   height: 22px;
   text-decoration: none;
   background: url("../images/nav_services.jpg");
}
a.nav_services:hover {
   background-position: 0 22px;
}


a.nav_photos {
   display: block;
   width: 141px;
   height: 28px;
   text-decoration: none;
   background: url("../images/nav_photos.jpg");
}
a.nav_photos:hover {
   background-position: 0 28px;
}


a.nav_links {
   display: block;
   width: 141px;
   height: 22px;
   text-decoration: none;
   background: url("../images/nav_links.jpg");
}
a.nav_links:hover {
   background-position: 0 22px;
}


a.nav_contact {
   display: block;
   width: 141px;
   height: 22px;
   text-decoration: none;
   background: url("../images/nav_contact.jpg");
}
a.nav_contact:hover {
   background-position: 0 22px;
}





.date {
	color: #999999;
}

.sndlink, .sndlink a:link, .sndlink  a, a:visited {
	color: #999999;
	text-decoration: none;
}
.sndlink a:hover {
	text-decoration: underline;
	color: #cccccc;
}
.sndlink a:active {
	text-decoration: none;
	color: #cccccc;
}




/*universal*/
.head, h1, h2, h3, h4, h5, h6 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: lowercase;
	background: transparent;
	padding: 20px 0;
	margin: 0;
}
.line {
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	width: 267px;
}
.dottedline {
	padding-bottom:10px;
}








.linktitle {
	font-weight: bold;
	font-size: 12px;
}

.biotitle {
	color: #666666;
}