/*  
THEME NAME: The Bird & The Sea

/* GENERAL STUFF */

body {
	background:url(images/newback.jpg) left top repeat-x #597b96;
}
div#container {
	color: #111;
	margin: 20px auto 0 auto;
	padding: 1em;
	width: 975px;
}
div#header {
	margin-bottom: 40px;
	text-align: center;
}

/* CONTENT STUFF */

#header h1 a {
	text-indent:-9999px;
	background:url(images/thebirdandthesealogo2.png) no-repeat;
	height: 71px;
	width: 973px;
	margin: 13px 0 0 -22px;
	color:#000;
	float:left;
	z-index:98;
}

div.news-entry h2 {
	font-size: 0.8em;
	letter-spacing: 4px;
	font-weight: normal;
	color: #99d0ff;
}
div.news-entry h2 a, div.news-entry h2 a:active, div.news-entry h2 a:link, div.news-entry h2 a:visited {
	text-transform: uppercase;
	color: #88a1bc;
}
div.news-entry h2 a:hover {
	color: #fff;
}
div.news-entry a, div.news-entry a:active, div.news-entry a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background: transparent;
	color: #e1e9f2;
	text-decoration: none;
}
div.news-entry a:visited {
	background: transparent;
	color: #bfddf7;
	text-decoration: none;
	}
div.news-entry ul{
	width: 300px;
	list-style-type: none;
	padding: 0;
	margin-top: 5px;
	margin-left: 0;
	font-size: 1em;
	width: 300;
}
div.news-entry li  {
	border-top-color: #718dab;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 0;
	padding-bottom: 10px;
	padding-right: 0;
	padding-top: 10px;
	line-height: 18px;	
}
div.news-entry a:hover {
	background: transparent;
	color: #99d0ff;
	text-decoration: none;
}

/* FOOTER STUFF */

div#footer {
	clear: both;
	color: #fff;
	font-size:0.7em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 1em 0;
	padding: 0.5em 0 0 0;
	text-align: center;
}
div#footer p {
	display: inline;
	font-size: 0.8em;
	margin: 0 0.5em;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}

/* GLOBAL ALIGNMENT AND MISC ELEMENTS */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearer {
	clear: both;
	height: 5px;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
