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


/**************************************/
/*              GLOBALS               */
/**************************************/

/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon { background:none !important; padding:0 !important; margin:0 !important; }

body {
	background-image:url('../images/background.png');
	background-repeat:repeat-y;
	background-position:center;
	background-color:#E4EDFA;	
}


/* Make sure the icons are not cut */
/* a[href^="http:"], a[href^="mailto:"], a[href^="http:"]:visited, 

a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], 

a[href$=".rdf"], a[href^="aim:"] {

  padding:2px 22px 2px 0;

  margin:-2px 0;

  background-repeat: no-repeat;

  background-position: right center;

}






a[href$=".pdf"] {

  padding: 2px 0px 2px 22px;

  margin:-2px 0;

  background-repeat: no-repeat;

  background-position: left center;

}
*/
 	






/* External links */

/*a[href^="http:"]          { background-image: url(../img/icons/external.png); padding-right: 14px; } */

*/
/*(a[href^="mailto:"]        { background-image: url(../img/icons/email.png); } */
/* a[href^="http:"]:visited  { background-image: url(../img/icons/visited.png); } */

/* Files */
a[href$=".pdf"]   { background-image: url(../img/icons/pdf.png); }  
a[href$=".doc"]   { background-image: url(../img/icons/doc.png); }  
a[href$=".xls"]   { background-image: url(../img/icons/xls.png); }  
 
/* Misc */
a[href$=".rss"], 
a[href$=".rdf"]   { background-image: url(../img/icons/feed.png); }
a[href^="aim:"]   { background-image: url(../img/icons/im.png); }
a[href^="http://yourwebsite.com"] { background:none; padding:0; margin:0; }



/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/


.sidenav {
	padding: 5px;
	border-style: solid;
	border-width: thin;
	margin: 0px 7px 0px 7px;
	background-color: #DDDDFF;
}

.sidenavitem {
	padding-bottom: 6px;
}



/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.missionstatement {
	font-size: x-small;
	margin: 20px 7px 0px 7px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/**************************************/
/*               FOOTER               */
/**************************************/

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 30px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
}

.siteby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
