/*Header*/
.container-head{width: 100%;height: 197px; background: url('images/topFill.jpg');float: left;}
.col h1{text-shadow: 0px 1px 2px #80c8dd;font-size: 45px; font-family: "News Gothic MT";float: left;margin-left: 40px;margin-top: 65px;margin-right:40px;}
#social-media{float: right;position: relative;top:-165px;right:30px;}
.tab-nav{position: relative;left: -300px;top:165px;}
/*Tabbed Nav*/
#nav li{display:block;float:left;margin-right: 5px;width:130px;height: 32px; background: url('images/tab.png'); background-repeat: no-repeat;padding-top: 7px;}
#nav li a{color: #666;text-shadow: 0px 1px 2px #fff;font-size: 18px; font-family: "News Gothic MT"; font-weight: bold; text-decoration: none}
#nav li.current_page_item {display:block;float:left;margin-right: 5px;width:130px;height: 32px; background: url('images/tab_active.png'); background-repeat: no-repeat}
/*END Tabed Nav*/
.polaroids{position: relative;left: -260px}

.container-main{width: 100%;background: #eee;float: left;}
.container-main .col{padding-top: 20px;}
.post h2{margin-bottom: 5px;background-color: #eee; padding:10px;font-size: 23px;text-shadow: 0 1px 2px #FFFFFF;}
.post ul li{display:block;}
/*Topsy ReTweet Overrides*/
div.topsy_widget_data, div.topsy_widget_shortcode {margin-left: 10px;float:left;}

/*Footer*/
.footer-sep{width:100%; height: 3px; background: url('images/btmSep.gif')}
.container-foot{width: 100%; background: #00607c;text-align: left;float: left;}
.container-foot .col{padding: 15px 0 15px 0}
.container-foot h4{color: #fff; margin-bottom: 20px}
.container-foot ul{list-style:disc inside;color: #fff;margin-left: 15px;}
.container-foot a { color: #fff;font-size: 14px}
.container-foot li a{ color: #fff;font-size: 14px;line-height: 1.5em;}
.footer-boxes{width: 200px;float: left;margin-left: 50px}
.cat {width:200px;float: left}
.links {width:200px;float: left}
.container-copyright{width: 100%;height: 45px;background: #eee;text-align: center;float: left;}
.container-copyright p{padding-top: 15px;color: #666;text-shadow: 0 1px 2px #FFFFFF;}
.col{width: 1000px; height: inherit; background: url('images/shadow_fill.png'); margin: 0 auto;}

/*Sidebar*/
#sidebar .widget{background-color: #fff;border:1px solid #D9D9D9;text-align: left;}
#sidebar .widgettitle {border-bottom: 1px solid #D9D9D9; padding: 5px 10px;color:#00607c;text-shadow: 0px 1px 1px #666;font-size: 24px;}
#sidebar .widgettitle a{color:#00607c;text-shadow: 0px 1px 1px #666;font-size: 24px;}
#sidebar .textwidget{padding: 5px 10px;}
	/*OptIn*/
	#optin{padding: 10px;margin-bottom: 15px}
	#optin h3{font-size: 14px;font-family: "News Gothic MT";font-weight: bold;margin-bottom: 5px;}
	#optin label{font-size: 10px;font-family: "News Gothic MT";}
	.optin-text{width:205px;height: 25px;font-size: 20px;margin:10px 0;text-transform: capitalize}
	.submitButton{display: block;background-image:url(images/submitBtn.jpg);width:109px;height:33px;cursor: pointer;color:transparent;}

/*Post*/
.entry p{margin-bottom:10px}
/* =Clearfix (all browsers)--------------------------------*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */  *html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;}