/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
h3 {
	color: #84002E;
	margin: 0;
}
h4 {
	background: #FFFFEE;
	padding: 3px;
}
p {
	line-height: 20px;
}
*html, body {
	height: 100%;
	background: #F2F5ED;
}
label {
	display: block;
}
form {
	height: auto;
}
/**************************************/
/*              LAYOUT                */
/**************************************/

.bg  {
	background: #F2F5ED url(http://snook.ca/img/swash.png) no-repeat;*/
}

.content {
	margin-top: -30px;
	background: #fff;
	padding: 10px;
	margin-bottom:10px;
	float: center;
}
.story {
	background: #fff url('../images/container.jpg') top center no-repeat;
	background: #fefefd;
	border: 2px solid #fefefc;
	line-height: 20px;
	padding: 5px;
}
.story h3 {
	color: #84002E;
	margin-top: 3px;
}
.story small {
	background: #FFFFDD;
	border: 1px solid #FFFFAA;
	display: block;
	padding-left: 5px;
}
.social {
	background: #FFFFDD;
	border: 1px solid #FFFFAA;
	display: block;
	padding-left: 2px;
}

.story small a {
	display: inline;
}
.selectedRow {
	background: #FFFFDD;
}
.currentpage {
	padding: 0 2px;
	background: #000;
	color: #fff;
}

/**************************************/
/*              HEADER                */
/**************************************/
.topmenu {
	margin-bottom: 50px;
	background: #84002E;
	padding: 10px;
	color: #839675;
	text-align: center;
}
.topmenu a, .topmenu a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 0 5px 0 5px;
	font-size: 12px;
}
.topmenu a:hover, .topmenu a:active {
	text-decoration: underline;
}
.header  {
	background: url(../images/logo.gif) no-repeat;
	height: 90px;
	padding-left: 400px;
	border-bottom: 5px solid #84002E;
	margin-bottom: 15px;
}
/**************************************/
/*             NAVIGATION             */
/**************************************/
.sidebar {
	padding-top: 0;
	height: 100%;
}
.title {
	background: #84002E;
	color: #fff;
	font-size: 130%;
	padding: 5px;
}
.nav {
	background: #FFFFEE;
	padding-bottom: 20px;
	margin-bottom: 5px;
}

.nav a, .nav a:visited {
	color: #000066;
	display: block;
	border-bottom: 1px solid #84002E;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px;
}

.nav a:hover, .nav a:active {
	color: #000;
	border-bottom: 1px dashed #000;
}
.block {
	background: #FFFFEE;
	border: 1px solid #FFFFAA;
	margin-bottom: 5px;
}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.top {
	margin-bottom: 5px;
	height: 125px;
	overflow: hide;
}
.leftpanel {
	float: left;
	background: #FFFFEE;
	border: 1px solid #FFFFAA;
}
.rightpanel {
	float: right;
	background: #FFFFEE;
	border: 1px solid #FFFFAA;
}
.maincontent {
	border: 1px solid #EAEAEA;
	padding: 20px;
	margin-bottom: 10px;
}
.frontpage {
	padding: 5px;
}
.front {
	padding: 5px;
	background: #fbfbfb;
}
/**************************************/
/*               FOOTER               */
/**************************************/
.footer {
	color: #5B5E62;
	text-align: center;
	line-height: 20px;
	padding: 10px 0 5px 0;
}
.footer a {
	color: #070C11;
	padding: 0;
}
