/*
CSS for Weeks
*/

	
	
* {
	margin: 0;
	padding: 0;
}
	
	
body {
	background-color: black;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 160%;	
	color: black;
}
	

#seabird-image {
	position:absolute;
	bottom:0px;
	left:70px;
}

#positioning   {
	font-size:18px;
	color:#ABD1A4;
	line-height:140%;
	margin:30px 340px 80px 340px;
}

#positioning p {
	padding:5px 80px 12px 80px;
}

#positioning h1 {
	text-align:left;
	font-size:38px;
	padding-bottom:12px;
}
#positioning h2 {
	font-size:22px;
	padding-top:15px;
	padding-bottom:8px;
}

#class-description  p {
	font-size: 13px;
	line-height: 160%;
	padding: 20px 80px 10px 80px;
	margin: 0 30px;
	text-align: center;
	border: none;
}

#class-description {
	padding-top: 20px;
	padding-bottom:50px;
	background:#F99440;
}

#tagline {
	color:white;
	font-size:23px;
	margin: 30px auto 50px auto;
	font-family: castellar, sans-serif;
	font-weight:bold;
	line-height:150%;
}

.pullquote {
	float:right;
	background:white;
	font-style:italic;
	line-height:150%;
	width: 25%;
	font-size:16px;
	color:purple;
	margin-left: 40px;
}



#wrapper {
	width:960px;
	margin: 0 auto;
	background-color:white;
}

#header {
	width:840px;
	height:107px;
	background-color:white;
	background-image:url('images-all-weeks/pastel-header-background.jpg');
	padding:25px 60px;
	font-size:38px;
	line-height:110%;
	color:black;
}


.page-title {
	font-size:44px;
	padding:22px;
	color:black;
}



/* link hover states, wks list */
a:link {
	color: black;
	font-weight: normal;
}
a:visited {
	color: black;
}
a:hover {
	font-weight: bold;
}
a:active {
	color: black;
}
/* end link hover states, wks list */




h1 {
	font-size:26px;
	padding: 5px 0 ;
	color:#EB3A08;
	width:100%;
	
}

h2 {
	font-size:22px;
	padding: 0 0 0 0;
	color: #CE9802;
	width:100%;
}


#title {
	padding: 20px 0 0 0;
	background-color:white;;
}

#robins-sites {
	
	background-color: #CE9802;
	padding: 10px 30px;
	margin-bottom: 15px;
	
}

#mystuff {
	margin:30px auto 30px auto;	
	text-align: left;
	width: 960px;
	position: relative;
	top:-15px;
}

#mystuff ul {
	text-align: left;
	width: 575px;
	margin: 0 auto;	
}

#mystuff li {
	font-size: 1em;
	list-style-type: none;
	width: 575px;
	color: black;
	background-color: #CE9802;
}


/*list divs*/

#weeks {
	padding:15px 0 0 0;
}

#weeks ul {
	padding: 0;
}

#weeks li {
	background-color:white;;
}

#misc ul {
	padding:0;
}

#misc li {
	background-color:white;;
}

/* end list divs */


#image-credits  p {
	background-color:#F9D4D5;
	font-size: .8em;
	line-height: 1.1em;
	padding: .12em 0 .2em 0;
	margin: 0 5em;
	text-align: center;
	border: none;
}

#image-credits {
	background-color:#F9D4D5;
	padding:10px 0;
}


#misc {
	margin-top: 1.4em;
}

#top {
	height: 100px;
	background-color:black;
	text-align:center;
	padding-top:30px;
}

.title {
	color:#4a899b;
}



#tall-palm {
	position:fixed;
	left:1340px;
	bottom:0;
	
}



#home-image {
	float:left;
	width:131px;
	height:126px;
	position: relative;
	top:154px;
	left:-80px;
}

#class-sites-image {
	float:left;
	width:128px;
	height:123px;
	position: relative;
	top:-40px;
	left:810px;
}

/*
colors: 
white --purplish #F9D4D5
#59abc3 - green in header
*/