/*	 	========================
			FILE INFORMATION
		========================
PROJECT:		ITHACA SHEEPSKIN
DESCRIPTION:	Style Sheet: SCREEN
	
AUTHOR/ph:		Camille Lee
DATE CREATED:	10/4/2004	
*/

/* 	------
	LAYOUT
	------ */	
body#sub {
	background: white url("images/bck-sub.jpg") repeat-x top;		}

/* 	--------
	 GENERAL
	-------- */
	
p.testimonial	{
	font-size: .9em; 	}

p.testimonial#P	{
	color: #2F9506;	}
	
/* 	-----
	LINKS
	----- */	

a.TitleLink	{
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em; }

/* 	-------------------
	 BRIDGE PAGE LISTS
	------------------- */

.DropGraphic	{
	float: left; 
	padding: 10px 20px 10px 0; 	}
	
.LeftGraphic	{
	float: left; 
	padding: 15px 15px 0 0;
	width: 135px;	}
	
/* 	--------
	 LAYOUT
	-------- */
	
.sub_left	{
	clear: both;
	float: left; 
	width: 500px;
	margin: 0 60px 0 0;	}
	
.sub_right	{
	float: right; 
	color: black;
	width: 180px;	}

.sub_right	img {
	padding-bottom: 5px;	}

.sub_right .quote	{
	font-weight: bold;
	padding: 55px 0 0 0;	}
	
.sub_right .author	{
	font-size: .85em;
	text-align: right;
	color: #444;	}
	
.sub_right .caption	{
	padding: 0 15px 20px 15px;
	font-size: .85em;
	line-height: 1.5em;	
	text-align: right;
	color: white;	}

.sub_right .captionBlack	{
	padding: 0 15px 20px 15px;
	font-size: .85em;
	line-height: 1.5em;	
	text-align: left;
	color: black;	}	

.sub_right .captionL	{
	padding: 0 15px 40px 15px;
	text-align: left;
	color: black;	}	
	
.sub_right#yellow	{
	background: #ff9900 url("images/cap-yellow-bottom.gif") no-repeat bottom;	}

.sub_right#green	{
	background: #2F9506 url("images/cap-green-bottom.gif") no-repeat bottom;	}

.sub_right#blue	{
	background: #1F61FF url("images/cap-blue-bottom.gif") no-repeat bottom;	}

.sub_right#orange	{
	background: #FF6600 url("images/cap-orange-bottom.gif") no-repeat bottom;	}

.sub_right#orangeLight	{
	background: #FFBA8C url("images/cap-orange-bottom.gif") no-repeat bottom;	}

.sub_right#violet	{
	background: #BD40F2 url("images/cap-violet-bottom.gif") no-repeat bottom;	}

.sub_right#violetLight	{
	background: #E8BCFA url("images/cap-violet-bottom.gif") no-repeat bottom;	}
	
.sub_right#purple	{
	background: #691FBD url("images/cap-purple-bottom.gif") no-repeat bottom;	}
	
.sub_right#purpleLight	{
	background: #D9C7EE url("images/cap-purple-bottom.gif") no-repeat bottom;	}

.sub_right#red	{
	background: #d02104 url("images/cap-red-bottom.gif") no-repeat bottom;	}

/*	-------
	HEADERS
	------- */

h1.title 	{
	font-size: 3.3em; }

h1.title#ContactUs	{ 	/* yellow*/
	color: #ff9900; }
	
h1.title#Programs	{	/* green*/
	color: #2F9506; }
	
h1.title#GetInvolved	{/* blue*/
	color: #1F61FF; }
	
h1.title#AboutUs	{/* orange*/
	color: #FF6600; }

h1.title#GreatIdeas	{/* violet*/
	color: #BD40F2; }

h1.title#News	{/* purple*/
	color: #691FBD; }

h1.title#Newsletters	{ 	/* red*/
	color: #d02104; }

h1.book	{ 	/* red*/
	color: #d02104;
	font-size: 2.3em;}
	
h2	{
	margin: 10px 0 10px 0;
	color: black; }

h2.title2	{
	font-size: 1.8em;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; }

h2.title2#violetTitle	{
	margin: 30px 0 0 0;
	color: #BD40F2; }

h2.title2#purpleTitle	{
	color: #691FBD; }

