/*======================================================

	Jason Weaver 12/1/2009

### You *do not* have permission to copy this code ###  
### You *may* use these style sheets to learn how to code ### 	

=======================================================*/


/*======================================================

	imported styles
 
=======================================================*/

@import 'reset.css';


/*======================================================

	body

=======================================================*/

#accessibility-links li {
	float: left;
	padding: 4px;
	font-size: 1.2em;
}

#accessibility-links ul {
	display: none;
	overflow: hidden;
}

#accessibility-links ul {
	padding-left: 50px;
}

#accessibility-links a {
	padding: 10px 25px 10px 0;
	color: #999;
	border: none;
}

#accessibility-links a:hover {
	color: #fff;
}

body  {
	font: 62.5% georgia, time new roman, serif;
	background: #dde8ef;		
	color: #333;
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.5em;
	line-height: 1.65em;
	padding: 25px 50px 50px 0;
	letter-spacing: 1px;		
}

p a, h2 a, h3 a, li a  {
	color: #ca3333;
	border-bottom: 2px solid #ca3333;
	text-decoration: none;
}

h1 a {
	color: #000;
	border-bottom: 2px solid #000;
	text-decoration: none;
}

a:hover  {
	color: #fff;
	background-color: #ca3333;
	border-bottom: 2px solid #ca3333;	
	text-decoration: none;
}

p a:focus, h2 a:focus, h3 a:focus, li a:focus  {
	color: #222;
	
}

/*=======================================================

	header												

========================================================*/

header {	
	display: block;
	position: relative;
	z-index: 2;
	width: 73em;
	margin: 0 auto;
}

header h1 span {	
	display: none;
	overflow: hidden;
}

header h1 img {	
	margin-top: -17px;
	margin-left: 80px;
}

/*=======================================================

	content											

========================================================*/

#content {
	position: relative;
	z-index: 1;	
	width: 73em;
	margin: 0 auto;	
	margin-top: 10px;
}

.latest, .blurb {
	position: relative;			
}

.latest {	
	clear: both;
	margin-top: 30px;
}

.blurb {
	border-bottom: 10px solid #111;
	overflow: hidden;
	margin-top: -100px;
}

#home-page .blurb p {
	font-size: 1.6em;
	padding: 15px 0;
}

#home-page .blurb img {
	position: relative;
	z-index: 3;
	background: #41546a url(../images/background.gif) fixed top;
	float: right;
}
	
.left {
	float: left;
}

#home-page .blurb h1 {
	font-size: 2.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	margin-top: 100px;
}

.badge-items a {	
	float: left;
	padding: 5px;
	padding-bottom: 7px;
	margin: 8px;
	border: 1px solid #ccc;
	-webkit-transition: border .2s linear;		
	-moz-transition: border .2s linear;		
}

.badge-items a:hover {
	background: #edf4f8;
	border: 1px solid #000;
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;	
	box-shadow: 0 0 3px #888;	
}

.badge-items a span {	
	display: none;		
}

#imagegallery  {
	margin: 20px 0;
}

#imagegallery li {
	display: inline;
	margin: 0 5px;
	font-size: 1.3em;
}

#imagegallery li a {
	padding: 3px 7px;
	border: 1px solid #777;
	background: #ddd;
	text-decoration: none;
}

#imagegallery li a:hover {
	border: 1px solid #aaa;
}

