#theHeader { 
	padding-top: 0px; 
	padding-bottom: 10px; 

	background: #66cccc; 
	background: -moz-linear-gradient(#339999, #55bbbb); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#339999, #55bbbb); /* Standard syntax */
	color: #ffffff; 
}
h1, h2 { 
	font-family: 'Open Sans', sans-serif;
	margin-top: 0; 
}
#hello h1 { 
	font-size: 4em;
}
#hello h2 { 
	font-size: 1.7em;
}
h4 { 
	font-size: 1.3em; 
	margin-top: 0;
}
#theMiddle { 
	padding-top: 30px; 
	background: #ffffff; 
}

.webwork_entry { 
	padding-bottom: 40px; 
}
.webwork_image, 
.sub_webwork_image  { 
	border: 1px solid #cccccc; 
	text-align: center;
}
.webwork_image img { 
	max-width:100%; 
	height: auto;
}

blockquote { border: none;}

.endorsement {
	color: #c66; 
	font-size:0.8em;
	padding-left:15px;
}
#my_description {
	border-bottom: 1px solid #ababab;
	padding-bottom:15px;
	margin-bottom:30px;
}
.webwork_description { 
	font-size: 16px;
	border-bottom: 1px solid #ababab;
	padding-bottom:20px;
}
#webwork_description_last { 
	border-bottom: none;
}
	.webwork_entry {margin-top:20px;}
	.webwork_description ul { list-style-type: none;}
	li a:hover { color: #3333ff;}
	.sub_webwork_description { font-size:0.8em;}
	.sub_webwork_description a { font-size: 1.25em;}
	.sub_webwork_entry { margin-top: 20px;}
	

#theFooter { 
	color: #ffffff;  
	margin-top: 30px; 
	background: #999999; 
	position: fixed; 
	bottom: 0px; 
	width: 100%; 
	padding-bottom: 10px; 
	padding-top: 10px; 
}
.contactlink { 
	color: #d3d3d3; 
	font-weight: 700; 
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 7px;
}
#theFooter a:hover,
#theFooter a:focus { 
	color:#ffffff !important; 
	text-decoration: none !important;
}
