/* ------------ text formatting -----------------*/
h1
{
	font-family: Arial;
	font-size: 30px;
	color: #38414c;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
}

.blue
{
	color: #345e8a;
}

.red
{
	color: #9d4337;
}

.subhead
{
	font-family: Arial;
	font-size: 15px;
	color: #38414c;
	line-height: 18px;
}

.small
{
	font-family: Arial;
	font-size: 10px;
	color: #38414c;
	color: #345e8a;
}

/* ------------ strucutral formatting -----------------*/

.container
{
	padding: 0px 25px 0px 30px;
	font-family: Arial;
	font-size: 14px;
	color: #38414c;

}

.contentbox
{
	background: #edefe4;
	border: solid 1px #dddfe0;
	margin-right: 5px;
	text-align: left;
	float: left;
}

.contenttext
{
	padding: 10px 20px 10px 20px;
}

.blue-sidebar
{
	background: #d4dce1;
}

.scroller
{
	overflow: auto;
}

.sightingbox
{
	width: 270px;
	height: 200px;
	border: 1px solid #000000;
	overflow: auto;
	font-family: Arial;
	font-size: 12px;
	color: #38414c;
	line-height: 18px;
	float: left; 
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: left;
}

.sightingtext
{
	padding: 10px;
}

.bird-back-block
{
	width: 250px;
	height: 430px;
	margin: 10px 10px 10px 30px;
	background: #0083c1;
	font-family: Arial;
	font-size: 16px;
	color: #b6e1f5;
	line-height: 26px;
	float: left;
}

.bird-back-text
{
	padding: 10px;
}

.bird-back-photo
{
	width: 495px;
	height: 430px;
	float: left;
	
}

/* ------------ submenu formatting -----------------*/
.post
{
	display: box;
	background: url('bird-images/post.gif') no-repeat;
	width: 238px;
	height: 29px;
	margin-left: 6px;
	font-size: 13px;
}


.view
{
	display: box;
	background: url('bird-images/view-posts.gif') no-repeat;
	width: 238px;
	height: 29px;
	margin-left: 6px;
	font-size: 13px;
}

.facebook
{
	display: box;
	background: url('bird-images/facebook.gif') no-repeat;
	width: 238px;
	height: 29px;
	margin-left: 6px;
	font-size: 13px;
}

.twitter
{
	display: box;
	background: url('bird-images/twitter.gif') no-repeat;
	width: 238px;
	height: 29px;
	margin-left: 6px;
	font-size: 13px;
}

.mug-shots
{
	display: box;
	background: url('bird-images/mug-shots.gif') no-repeat;
	width: 238px;
	height: 29px;
	margin-left: 6px;
	font-size: 13px;
}

.newsletter
{
	display: box;
	background: url('bird-images/newsletter.gif') no-repeat;
	width: 238px;
	height: 29px;
	margin-left: 6px;
	font-size: 13px;
}

.cam
{
	display: box;
	background: url('bird-images/webcam.gif') no-repeat;
	width: 238px;
	height: 29px;
	margin-left: 6px;
	font-size: 13px;
}

/* ------------ link formatting -----------------*/

a.red:link, a.red:visited, a.red:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	color: #9d4337;
	text-decoration: none;
}

a.red:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	text-decoration: underline;
	color: #345e8a; 
}


a.blue:link, a.blue:visited, a.blue:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	color: #345e8a;
	text-decoration: none;
}

a.blue:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	text-decoration: underline;
	color: #9d4337; 
}

a.white:link, a.white:visited, a.white:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	text-decoration: underline;
	color: ##0083c1; 
}


a.smenu:link, a.smenu:visited, a.smenu:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	color: #345e8a;
	text-decoration: none;
}

a.smenu:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	text-decoration: underline;
	color: #9d4337; 
}