@charset "UTF-8";
@import url("reset.css");
/* CSS Document */

/*--------------COLORS--------------------
LIGHT ORANGE: #eb9b36
DARK ORANGE: #e76625
TEAL: #066a6e
DARK GREY: #626262
LIGHT GREY: #e8e8e8
------------------------------------------*/

body {
	color: #626262;
	font: 16px/1.5em Helvetica, Arial, sans-serif;
	margin: 0; }
	
#slider-wrapper {
	height: 336px;
	width: 940px; }

h1 {
	color: #066a6e;
	font-size: 24px;
	font-weight: bold; 
	margin-bottom: 8px;
	text-transform: uppercase; }
	
p {padding-bottom: 24px; }
	
blockquote {
	color: #e76625;
	font-style: italic; 
	padding: 0 380px 32px 32px;}
	
.floatleft {float: left;}
.floatright {float: right;}
.italic {font-style: italic; }

/*--------------LINKS--------------------*/
a {
	color: #eb9b36;
	text-decoration: none; }

	a:hover {color: #e76625; }

#header a {
	color: #066a6e;
	font-weight: bold; 
	letter-spacing: .5px;
	text-transform: uppercase; }
	
	#header a:hover {color: #eb9b36; }	
	
.italiclink {font-style: italic; }	
/*----------------------------------------*/	

/*------------------HEADER----------------*/	
#logo {margin-top: 16px; }

#navlist {
	clear: right; 
	margin: 24px 0 8px 0; }
	
	#navlist li {
		display: inline; 
		padding-left: 24px; } 
		
.headerimg {margin-bottom: 32px; }		
/*----------------------------------------*/
	
#container {
	margin: 0 auto;
	padding: 0 40px;
	width: 940px; }
	
#sidebar {
	float: left;
	text-align: center;
	width: 280px; }
	
	#sidebar img {padding-bottom: 24px; }
	
#contentright {
	float: right;
	margin-top: 8px;
	width: 580px; }
	
	#donatenow {padding-bottom: 24px; }
	
#contentfull {clear: both; }
	
	.tinaimg {
		float: right;
		margin: 40px 0 0 35px; }
	
/*-----------THUMBNAIL GALLERY------------*/
#thumbgallery {padding-top: 24px; }/* ADD PADDING ABOVE TO SEPARATE FROM DONATE BOX*/
#gallery li {float: left; }
#gallery img {padding-bottom: 8px; }
.first {padding-right: 10px; }
.mid {padding: 0 10px; }
.last {padding-left: 10px; }

#seemore {
	float: right;
	height: 40px;
	margin-top: -16px;
	width: 100px; 
	padding-bottom: 24px;}
/*----------------------------------------*/

/*----------------FOOTER------------------*/
#footer {
	clear: both;
	font: 14px/1.5em Helvetica, Arial, sans-serif; }
	
hr {margin-bottom: 16px; }
	
#socialmediaicons {float: right; }
	#socialmediaicons img {padding: 0 5px; }
/*----------------------------------------*/
