/*
Theme Name: Metacomet - 2010
Theme URI: http://metacomet.com/
Description: Metacomet custom template
Author: Todd Barrs & Chris Strom
Version: 1.0
*/

@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

html, body {
	margin:0;
    height: 100%;
	background: url(images/bg.gif) top left repeat-x #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	margin:0 auto;
	padding:0;
	width:940px;
	min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

	.clear-float {
		display: block;
		height: 0px;
		width: 1px;
		font-size: 1px;
		margin: 0;
		padding: 0;
		clear: both;
		}
	
	.clear-float-footer {
		display: block;
		height: 0px;
		width: 1px;
		font-size: 1px;
		margin: 0;
		padding: 0 0 60px 0;
		clear: both;
		}
	
	#footer {
		position:absolute;
		bottom:0;
		height:48px;
		width:100%;
		text-align: center;
	}
	
		#footer ul {
			list-style:none;
			margin-bottom:5px;
		}
		
			#footer ul li {
				display:inline;
				margin:0;
				padding:0;
			}
			
				#footer ul li a {
					padding: 0 10px;
					color:#039; /*#356c9a;*/
					border-right: 1px solid #356c9a;
					text-decoration:none;
					font-size:10px;
				}
				
					#footer ul li a.right {
						border-right:none;
					}
					
					#footer ul li a:hover, #footer ul li a.active {
						text-decoration:underline;
					}
		
		#footer p {
			color:#356c9a;
			font-size:10px;
		}
		
			#footer p a{
				color:#356c9a;
				text-decoration:none;
				font-size:10px;
			}
			
				#footer p a:hover {
					text-decoration:underline;
				}


