/* ------------------------------------------
Project: Template 11
Purpose: Color - Blue, Green, and Tan
Author: Katelynn O'Brien
Version: 02/14/07
--------------------------------------------- */

body
	{
	color: #666;
	background-color: #fff;
	}
	
	
/* LAYERS
--------------------------------------------- */

#header
	{
	background-color: #908360;
	border-bottom: 8px solid #fff;
	}
	
#left_right_container
	{
	border-top: 8px solid #fff;
	}
	
#footer
	{
	color: #fff;
	background-color: #908360;
	}

#photo_credit
	{
	color: #d3cdbf;
	}


/* HEADINGS
--------------------------------------------- */

h1
	{
	color: #fff;
	}
	
h1.green
	{
	background-color: #90bc56;
	}
	
h1.brown
	{
	background-color: #908360;
	}
	
h2
	{
	color: #908360;
	}
	
h3
	{
	color: #6b9e27;
	}


/* IMAGES
--------------------------------------------- */

img
	{
	border: 0;
	}

img.left
	{
	border: 1px solid #333;
	}

img.right
	{
	border: 1px solid #333;
	}

img.center
	{
	border: 1px solid #333;
	}

	
/* LISTS
--------------------------------------------- */

#header li
	{
	border-right: 1px solid #fff;
	}
	
body.home #banner ul
	{
	border-bottom: 8px solid #fff;
	}
	
#left ul
	{
	background-color: #6bb1c3;
	}
	
#left ul li.down
	{
	background-color: #5b97a6;
	border-bottom: 1px dotted #fff;
	}
	
#left ul ul
	{
	background-color: #5b97a6;
	}

#left ul ul li.down
	{
	border: 0;
	}

#footer ul
	{
	background-color: #fff;
	}
	
#footer li
	{
	border-right: 1px solid #787878;
	}
	
#footer li.last
	{
	border: 0; /* removes border from last list item */
	}

#eventslist ul li /* month */
        {
	color: #6b9e27;
        }

#eventslist ul li ul li
        {
        color: #666;
        }

	
/* LINKS
--------------------------------------------- */

a
	{
	color: #666;
	}
	
a:focus, a:hover, a:active
	{
	color: #6bb1c3;
	}
	
a:visited
	{
	color: #898989;
	}

#header ul a, #header ul a:visited
	{
	color: #fff;
	}
	
#banner ul a, #banner ul a:visited
	{
	color: #fff;
	background: #cdba86 url(../images/backgrounds/blue_green_tan/banner_arrow.gif) no-repeat right center;
	border-top: 1px solid #ebe3cf;
	}
	
#banner ul a:focus, #banner ul a:hover, #banner ul a:active
	{
	background: #decb97 url(../images/backgrounds/blue_green_tan/banner_arrow_over.gif) no-repeat right center;
	}

#banner ul a.down, #banner ul a.down:visited, #banner ul a.down:focus, #banner ul a.down:hover, #banner ul a.down:active
	{
	background: #ae9e73 url(../images/backgrounds/blue_green_tan/banner_arrow_down.gif) no-repeat right center;
	}
	
#left ul a, #left ul a:visited
	{
	color: #fff;
	background-color: #6bb1c3;
	border-bottom: 1px dotted #fff;
	}

#left ul a:focus, #left ul a:hover, #left ul a:active	
	{
	background-color: #7acade;
	}
	
#left ul a.down, #left ul a.down:visited, #left ul a.down:focus, #left ul a.down:hover, #left ul a.down:active
	{
	background-color: #5b97a6;
	border: 0;
	}
	
#left ul ul a, #left ul ul a:visited
	{
	color: #fff;
	background: #5b97a6 url(../images/backgrounds/blue_green_tan/sub_arrow.gif) no-repeat 28px 0.2em;
	border: 0;
	}
	
#left ul ul a:focus, #left ul ul a:hover, #left ul ul a:active,
#left ul ul a.down, #left ul ul a.down:visited, #left ul ul a.down:focus, #left ul ul a.down:hover, #left ul ul a.down:active
	{
	background: #5b97a6 url(../images/backgrounds/blue_green_tan/sub_arrowbox.gif) no-repeat 28px 0.2em;
	border: 0;
	}
	
#footer a, #footer a:visited
	{
	color: #787878;
	}
	
#photo_credit a, #photo_credit a:visited
        {
        color: #d3cdbf;
        }

#photo_credit a:focus, #photo_credit a:hover, #photo_credit a:active
        {
        color: #fff;
        }
	
	
/* TABLES
-------------------------------------------------- */

th
	{
	background-color: #ececec;
	}

th, td
	{
	border: 0px solid #ccc;
	}

table.noborder th, table.noborder td
        {
        border: 0;
        }


/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
------------------------------------------------------------ */
@media tty {
 i{content:"\";/*" "*/}} @import url('midpass.css'); /*";}
}/* */
