@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'MuseoSans500';
	src: url('fonts/museosans-webfont.eot');
	src: local('☺'), url('fonts/museosans-webfont.woff') format('woff'), url('fonts/museosans-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

div { behavior: url(png/iepngfix.htc) }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #6a6a6a;
	margin: 0;
}

#page {
	width: 952px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 945px;
	height: 105px;
	padding-left: 5px;
	padding-top: 35px;
}
	
	#logo {
		background-image: url(images/seatow_logo.png);
		background-repeat: no-repeat;
		width: 328px;
		height: 60px;
	}
	
	#centralconnecticut {
		padding-left: 110px;
		width: auto;
		height: auto;
		font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-style: italic;
		letter-spacing: 1px;
		color: #6a6a6a;
	}

#navigation {
	width: 952px;
	height: 30px;
	padding-top: 12px;
	background-image: url(images/navigation_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
	
	#navigation ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
		
	}

	#navigation ul li {
		display:block;
		float:left;
		list-style:none;
		margin: 0;
		padding: 0 14px;
		position:relative;
		right:50%;	
		font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
		font-size: .84em;
		color: #FFF;
	}
	
		#navigation ul li a{
			color: #FFF;
			text-decoration: none;
		}
		
		#navigation ul li a:hover {
			text-decoration: underline
		}
	
		.seatow {	
			font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;;
			color: #ffe716;
		}

#content {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 912px;
	height:auto;
	background: #FFF;
	padding: 15px 20px 20px 20px;
	-moz-box-shadow: 0 0 1em #666;
	-webkit-box-shadow: 0 0 1em #666;
	box-shadow: 0 0 1em #666;
}

	#content p {
		font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		line-height: 1.63em;
	}	

	#leftcontainer {
		float: left;
		width: 604px;
		height: auto;
		padding-right: 44px;
	}
	
	#leftcontainer p {
		font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		line-height: 1.63em;
	}			
		
		#leftcontainer ul.towns {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#leftcontainer ul.towns li {
			font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
			font-size: .84em;
			color: #5c5c5c;
			font-weight: bold;
			margin: 0;
			padding-right: 15px;
			display: inline;
		}
	
	#rightcontainer {
		float: left;
		width: 264px;
		height: auto;
	}
	
		#rightcontainer p {
			font-family: Arial, Helvetica, sans-serif;
			font-size: .84em;
			color: #000;
		}

#footer {
	background: #000;
	width: 100%;
	height: 126px;
	margin-bottom: 20px;
	overflow: hidden;
}

	#footercontent {
		width: 912px;
		height: 106px;
		padding: 0 20px;
		margin: 0px auto;
	}
	
		#footleftcontainer {
			width: 604px;
			float: left;
			margin-top: 10px;
		}
		
			#footleftcontainer ul.towns {
				margin: 0;
				padding: 0;
				list-style: none;
			}
		
			#footleftcontainer ul.towns li {
				font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
				font-size: .84em;
				color: #FFF;
				font-weight: bold;
				margin: 0;
				padding-right: 15px;
				display: inline;
			}
			
		#footrightcontainer {
			width: 175px;
			height: 32px;
			float: left;
			margin-left: 89px;
			margin-top: 23px;
		}
		
		#footnav {
			width: 100%;
			height: auto;
		}
		
			#footnav ul {
				clear:left;
				float:left;
				list-style:none;
				margin: 15px 0 0 0;
				padding:0;
				position:relative;
				left:50%;
				text-align:center;
		
			}

			#footnav ul li {
				display:block;
				float:left;
				list-style:none;
				margin: 0;
				padding: 0 8px;
				position:relative;
				right:50%;	
				font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
				font-size: .72em;
				color: #FFF;
			}
		
			#footnav ul li a{
				color: #FFF;
				text-decoration: none;
			}
		
			#footnav ul li a:hover{
				color: #FFF;
				text-decoration: underline;
			}
			
		#whoistheoldguy	{
			width: auto;
			text-align: center;
			color:#FFF; 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: .63em;
			margin-top: 10px;
		}
		
			#whoistheoldguy	a:link {
				color:#FFF;
				text-decoration: none;
			}
		
			#whoistheoldguy	a:hover{
				text-decoraction: underline;
			}
			
	

/* Phone Number Right Column */
#phonenumber {
	text-align: right;
}

.call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .84em;
	color: #000;
	font-weight: bold;
}

.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .84em;
	color: #000;
	font-weight: bold;
	border: 1px solid #cdcd1e;
	margin-left: 5px;
	padding: 5px;
	background-color: #faf877;
	-moz-box-shadow: 0 0 .6em #999;
	-webkit-box-shadow: 0 0 .6em #999;
	box-shadow: 0 0 .6em #999;
}

/* Phone Number Footer */
.footcall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .84em;
	color: #FFF;
	font-weight: bold;
}

.footphone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .84em;
	color: #000;
	font-weight: bold;
	border: 1px solid #faf877;
	margin-left: 5px;
	padding: 5px;
	background-color: #b6b557;
} 


/* Categories */
#catheader {
	width: 240px;
	height: 18px;
	background: #585858;
	padding: 5px 5px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffe716;
	font-size: .84em;
	text-transform: uppercase;
	font-weight: bold;
}

	#catheader a:link, #catheader a:active, #catheader a:visited, #catheader a:hover {
		color: #ffe716;
		text-decoration: none;
	}

#catbottom {
	width: 240px;
	height: auto;
	background: #e6e4e4;
	padding: 5px 5px 5px 10px;
}

	#catbottom ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .78em; 
		color: #010101;
	}
	
	#catbottom ul li{
		padding: 5px; 
	}
	
		#catbottom ul li a:link, #catbottom ul li a:visited, #catbottom ul li a:active{
			font-family: Arial, Helvetica, sans-serif; 
			color: #010101;
			text-decoration: underline;
		}
		
		#catbottom ul li a:hover {
			font-family: Arial, Helvetica, sans-serif; 
			color: #010101;
			text-decoration: none;
		}
		
			#catbottom ul li.dates{
				list-style: none;
				margin-top: -5px;
				padding: 0 0 5px 15px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: .78em; 
				color: #010101;
			}

/* H Tags */
h1 {
	padding: 0;
	margin: 0;
	font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
	font-size: 1.88em;
}

h3 {
	padding: 0;
	margin: 0;
	font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
	font-size: 1.56em;
	color: #000;
	text-transform: uppercase;
	float: left;
}

	h3 a:link, h3 a:active, h3 a:visited{
		text-decoration: none;
		color: #000;
	}
	
	h3 a:hover {
		text-decoration: underline;
	}

/* Movable Type */
#entrysummarycontainer { /* For Entry Summary */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.88em;
	margin: 10px 0 25px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #101010;
}

#entriescontainer { /* For Entry Detail */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.88em;
	margin: 10px 0 25px 0;
	padding-bottom: 15px;
}

#headingentry {
	width: 604px;
	height: auto;
}

	#entrytitle { 
		max-width: 300px;
		height: auto;
		float: left;
	}

	#datetime {
		width: 254px;
		height: auto;
		float: left;
	}

#archivecont {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

	#archivecont a:link, #archivecont a:active, #archivecont a:visited{
		text-decoration: underline;
		color: #000;
	}
	
	#archivecont a:hover{
		text-decoration: none;
	}
	
#archivecont ul{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 0 20px;
	padding: 0px;
	list-style: none;
}

	#archivecont ul li{
		margin: 0 0 10px 0;
	}
	
		#archivecont ul li a:link, #archivecont ul li a:active, #archivecont ul li a:visited{
			text-decoration: underline;
			color: #000;
		}
		
		#archivecont ul li a:hover {
			text-decoration: none;
		}
		
.datetime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000;
	padding: 5px;
	background-color: #f8f89a;
	float: left;
	margin: 5px 0 0 100px;
}

#breadcrumbs {
	width: 100%;
	height: auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .63em;
}

	#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited{
		color: #000;
		text-decoration: underline;
	}
	
	#breadcrumbs a:hover {
		text-decoration: none;
	}

.archiveheader {
	font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #000;
	text-transform: uppercase;
	float: left;
	margin: 20px 0 10px 0;
}

#seareport {
	background-image:url(images/seareport_logo.jpg);
	width: 216px;
	height: 30px;
	background-repeat: no-repeat;
}

#gotoreport {
	float: left;
	position: absolute;
	width: 216px;
	height: 30px;
}

#gotoreport a {
	text-decoration:none;
}

/* IE6 css fixer v0.8: Wed, 28 Apr 2010 19:03:14 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#navigation ul,
#navigation ul li,
#leftcontainer,
#rightcontainer,
#footleftcontainer,
#footrightcontainer,
#footnav ul,
#footnav ul li,
h3,
.datetime,
.archiveheader,
#gotoreport {display:inline;}

/* add zoom:1 to overflow:hidden */
#navigation,
#footer {zoom:1;}

/* fix negative margins */
#catbottom ul li.dates {position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
#navigation ul,
#navigation ul li,
#footnav ul,
#footnav ul li {zoom:1;}
