/*
Theme Name: FranklinIs...
Theme URI: http://www.jlbworks.com
Description: Theme created for FranklinIs by JLB
Version: 1.0
Author: John Crain
Author URI: 
Tags: 
*/

@import "reset.css";


/* General Styles */
/* ------------------------------------- */

body {
	margin: 0;
	font: normal normal 14px/20px arial, helvetica, sans-serif;
	color: #504f4f;
	background: #a0c9d0;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0 25px;
	width: 1000px;
	background: #fff;
	overflow: hidden;
	-moz-box-shadow: 0 0 7px #7a9da3;
	-webkit-box-shadow: 0 0 7px #7a9da3;
	box-shadow: 0 0 7px #7a9da3;
}


/* Text Styles */
/* ------------------------------------- */

h1 {}

h2 {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}

h3 {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
}

h4 {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

p {
	margin: 0 0 1em;
}

ul {
	margin: 0 0 1em 1.5em;
	list-style-type: disc;
}

ol {
	margin: 0 0 1em 1.5em;
	list-style-type: decimal;
}

li {}

a {
	color: #8e1e28;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {}


/* Header Styles */
/* ------------------------------------- */

#header {
	position: relative;
	padding: 0 0 15px;
	height: 140px;
}

#header h1 {
	position: absolute;
	bottom: 37px;
	left: 33px;
	margin: 0;
	padding: 0;
	width: 350px;
	height: 97px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url('images/logo.png') no-repeat;
}

#header h1 a {
	display: block;
	width: 350px;
	height: 97px;
}

#header #tagline {
	position: absolute;
	bottom: 20px;
	left: 33px;
	font-size: 12px;
	line-height: 12px;
	color: #ccc;
}

#header #menu-header-nav {
	position: absolute;
	margin: 0;
	top: 15px;
	right: 300px;
	list-style-type: none;
}

#header #menu-header-nav li {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}

#header #menu-header-nav li a {
	font-size: 12px;
	line-height: 12px;
	color: #999;
	text-decoration: none;
}

#header #menu-header-nav li a:hover {
	color: #8e1e28;
	text-decoration: underline;
}

#header .ad {
	position: absolute;
	bottom: 20px;
	right: 0;
	line-height: 0;
}


/* Navigation Styles */
/* ------------------------------------- */

#headernav {
	position: relative;
	margin: 0;
	padding: 0;
	height: 60px;
	list-style-type: none;
	background: url('images/bg-nav.png') no-repeat;
	border-bottom: 1px dotted #ababab;
}
#headernav>li {
	float: left;
	text-align: center;
}

#headernav>li>a {
	display: block;
	padding: 9px 0 0;
	width: 111px;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#headernav>li#menu-item-4402>a {
	width: 112px;
}

#headernav>li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0 0 0 36px;
	width: 964px;
	list-style-type: none;
}

#headernav>li li {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}

#headernav>li li a {
	display: block;
	padding: 9px 0 0;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#headernav>li.cat-item-3 ul {background: #0c702d;}
#headernav>li.cat-item-4 ul {background: #b2a676;}
#headernav>li.cat-item-5 ul {background: #820642;}
#headernav>li.cat-item-6 ul {background: #32828f;}
#headernav>li.cat-item-7 ul {background: #3d1f00;}
#headernav>li.cat-item-8 ul {background: #7f597f;}
#headernav>li.cat-item-9 ul {background: #f37e15;}
#headernav>li.cat-item-10 ul {background: #161c55;}


/* Sidebar Styles */
/* ------------------------------------- */

#sidebar {
	float: left;
	margin: 15px 0 0;
	padding: 15px 15px 0 0;
	width: 142px;
	border-top: 1px dotted #ababab;
	text-align: right;
}

.home #sidebar {
	margin: 0;
}

#sidebar #secondary-nav {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

#sidebar #secondary-nav li {
	margin: 3px 0 0;
	text-align: center;
}

#sidebar #secondary-nav a {
	display: block;
	padding: 8px 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #32828f;
}

#sidebar .ad {
	margin: 5px 0 0;
}


/* Content Styles */
/* ------------------------------------- */

#content {
	float: right;
	margin: 15px 0 0;
	padding: 15px;
	width: 810px;
	border: 1px dotted #ababab;
}


/* Home Styles */
/* ------------------------------------- */

#content.home {
	margin: 0;
	padding: 0;
	width: 840px;
	border-top: 0;
}

#content.home .post {
	padding: 20px 25px;
	float: left;
	width: 230px;
	border-top: 1px dotted #ababab;
}

#content.home .post-head {
	margin: 0 0 5px;
}

#content.home .thumbnail {
	margin: 15px 0;
	height: 80px;
	background: #f8f8f8;
	border: 1px solid #eee;
}

#content.home h2.post-title {
	margin: 0;
}

#content.home .post h2.post-title a {
	display: block;
	padding: 12px 0 0;
	height: 25px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#content.home .post-head strong a {
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}

#content.home .entry {
	font-size: 12px;
	line-height: 16px;
}

#content.home .category-living h2.post-title {background: url('images/bg-home-title-living.png') no-repeat top center;}
#content.home .category-news h2.post-title {background: url('images/bg-home-title-news.png') no-repeat top center;}
#content.home .category-entertainment h2.post-title {background: url('images/bg-home-title-entertainment.png') no-repeat top center;}
#content.home .category-fashion h2.post-title {background: url('images/bg-home-title-fashion.png') no-repeat top center;}
#content.home .category-real-estate h2.post-title {background: url('images/bg-home-title-real-estate.png') no-repeat top center;}
#content.home .category-parents h2.post-title {background: url('images/bg-home-title-parents.png') no-repeat top center;}
#content.home .category-visit h2.post-title {background: url('images/bg-home-title-visit.png') no-repeat top center;}
#content.home .category-resources h2.post-title {background: url('images/bg-home-title-resources.png') no-repeat top center;}
#content.home .category-calendar h2.post-title {background: url('images/bg-home-title-calendar.png') no-repeat top center;}

#feature {
	position: relative;
	float: left;
	margin: 0;
	padding: 15px 20px 15px 0;
	width: 617px;
	height: 292px;
	border-right: 1px dotted #ababab;
}

#feature div {
	margin: 0 0 0 364px;
	width: 255px;
	height: 73px;
	font-size: 0;
	line-height: 0;
}

#feature img {
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 0;
}

#feature a.feature-slide-info {
	float: right;
	display: block;
	position: relative;
	padding: 12px 10px 0 30px;
	height: 61px;
	width: 186px;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #fff;
	background: url('images/bg-feature.png') no-repeat top left;
	z-index: 1;
}

#feature .active a.feature-slide-info {
	background-position: bottom left;
}

#feature strong {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
}

#business-weather {
	position: relative;
	float: right;
	width: 345px;
	margin: 15px 0 0 0;
}

#business-weather #weather-widget {
	margin-bottom: 14px;
	padding: 8px 0 0;
	height: 28px;
	width: 345px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background: url('images/weather-bg.png') no-repeat;
}

#business-weather #weather-widget table {
	margin: -23px 0 0 155px;
	width: 100%;
}

#business-weather #weather-widget table td {
	vertical-align: middle;
}

#business-weather #business-button{
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	width: 210px;
	height: 240px;
	background: #a0c9d0;
}

#business-weather .ad {
	margin: 0;
	float: left;
}


/* Living & Resources Styles */
/* ------------------------------------- */

#content.living,
#content.resources {
	padding: 0;
	width: 840px;
	border-top: 0;
}

#content.living a {
	color: #0c702d;
}

#content.resources a {
	color: #161c55;
}

#content.living p,
#content.resources p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}

#content.living .post,
#content.resources .post {
	padding: 20px 25px;
	float: left;
	width: 230px;
	border-top: 1px dotted #ababab;
}

#content.living .thumbnail,
#content.resources .thumbnail {
	margin: 0 0 15px;
	height: 140px;
}

#content.living h3,
#content.resources h3 {
	margin: 0 0 20px;
	background: url('images/bg-living-title.png') no-repeat;
}

#content.resources h3 {
	background: url('images/bg-resources-title.png') no-repeat;
}

#content.living .post h3 a,
#content.resources .post h3 a {
	display: block;
	padding: 9px 0 0;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}


/* Fashion & Entertainment Styles */
/* ------------------------------------- */

#content.fashion,
#content.entertainment {
	padding: 0;
	width: 840px;
}

#content.fashion a {
	color: #32828f;
}

#content.entertainment a {
	color: #820642;
}

#content.fashion h3,
#content.entertainment h3 {
	text-transform: uppercase;
}

#content.fashion p,
#content.entertainment p {
	margin: 0;
}

#content.fashion #section-01,
#content.entertainment #section-01 {
	position: relative;
	float: left;
	padding: 15px;
	width: 405px;
	height: 440px;
}

#content.fashion #section-01 span,
#content.entertainment #section-01 span {
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding: 10px;
	width: 385px;
	text-align: center;
	background: url('images/bg-overlay.png') repeat;
}

#content.fashion #section-01 .thumbnail,
#content.entertainment #section-01 .thumbnail {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 405px;
	height: 440px;
	z-index: 0;
}

#content.fashion #section-01 .post h3 a,
#content.entertainment #section-01 .post h3 a {
	color: #fff;
}

#content.fashion #section-01 .post p,
#content.entertainment #section-01 .post p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

#content.fashion #section-02,
#content.entertainment #section-02 {
	float: right;
	padding: 15px 15px 0 0;
	width: 390px;
}

#content.fashion #section-02 .post,
#content.entertainment #section-02 .post {
	margin: 0 0 13px;
	overflow: hidden;
}

#content.fashion #section-02 .thumbnail,
#content.entertainment #section-02 .thumbnail {
	float: left;
	margin: 0 15px 0 0;
	width: 153px;
	height: 121px;
}

#content.fashion #section-02 p,
#content.entertainment #section-02 p {
	margin: 0;
	font-size: 12px;
	line-height: 17px;
}

#content.fashion #section-02 h2,
#content.entertainment #section-02 h2 {
	margin: 0 0 15px;
	padding: 13px 0 0;
	height: 24px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: url('images/bg-fashion-title.png') no-repeat;
}

#content.entertainment #section-02 h2 {
	background: url('images/bg-entertainment-title.png') no-repeat;
}

#content.fashion #section-03,
#content.entertainment #section-03 {
	position: relative;
	float: left;
	padding: 15px;
	width: 390px;
	border-top: 1px dotted #ababab;
}

#content.fashion #section-03 .thumbnail,
#content.entertainment #section-03 .thumbnail {
	padding: 0 0 15px;
	width: 390px;
	height: 118px;
}

#content.fashion #section-04,
#content.entertainment #section-04 {
	position: relative;
	float: left;
	padding: 15px;
	width: 390px;
	border-top: 1px dotted #ababab;
}

#content.fashion #section-04 .thumbnail,
#content.entertainment #section-04 .thumbnail {
	padding: 0 0 15px;
	width: 390px;
	height: 118px;
}


/* Real Estate & News Styles */
/* ------------------------------------- */

#content.real-estate,
#content.news {
	padding: 0;
	width: 840px;
}

#content.real-estate a {
	color: #3d1f00;
}

#content.news a {
	color: #b2a676;
}

#content.real-estate h3,
#content.news h3 {
	text-transform: uppercase;
}

#content.real-estate p,
#content.news p {
	margin: 0;
}

#content.real-estate .column-two,
#content.news .column-two {
	background-position: 70px 0;
}

#content.real-estate #section-01,
#content.news #section-01 {
	position: relative;
	height: 317px;
}

#content.real-estate #section-01 h2,
#content.news #section-01 h2 {
	margin: 0 0 15px;
	padding: 13px 0 0;
	height: 24px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: url('images/bg-real-estate-title.png') no-repeat;
}

#content.news #section-01 h2 {
	background: url('images/bg-news-title.png') no-repeat;
}

#content.real-estate #section-01 .post,
#content.news #section-01 .post {
	padding: 15px 15px 15px 509px;
}

#content.real-estate #section-01 .thumbnail,
#content.news #section-01 .thumbnail {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 480px;
	height: 287px;
	z-index: 0;
}

#content.real-estate #section-01 h3 a,
#content.news #section-01 h3 a {
	font-size: 20px;
	line-height: 26px;
}

#content.real-estate #section-01 p,
#content.news #section-01 p {
	margin: 0;
}

#content.real-estate #section-02,
#content.news #section-02 {
	float: left;
	width: 490px;
}

#content.real-estate #section-02 .post,
#content.news #section-02 .post {
	padding: 15px;
	overflow: hidden;
	border-top: 1px dotted #ababab;
}

#content.real-estate #section-02 .thumbnail,
#content.news #section-02 .thumbnail {
	float: left;
	margin: 0 15px 0 0;
	width: 184px;
	height: 160px;
}

#content.real-estate #section-02 p,
#content.news #section-02 p {
	font-size: 12px;
	line-height: 17px;
}

#content.real-estate #section-03,
#content.news #section-03 {
	position: relative;
	float: right;
	width: 349px;
	background: #fafafa;
}

#content.real-estate #section-03 .post,
#content.news #section-03 .post {
	padding: 15px;
	border-top: 1px dotted #ababab;
}

#content.real-estate #section-03 .thumbnail,
#content.news #section-03 .thumbnail {
	float: left;
	margin: 0 15px 0 0;
	width: 99px;
	height: 99px;
}

#content.real-estate #section-03 p,
#content.news #section-03 p {
	font-size: 12px;
	line-height: 17px;
}


/* Parents & Visit Styles */
/* ------------------------------------- */

#content.parents,
#content.visit {
	padding: 0;
	width: 840px;
}

#content.parents a {
	color: #7f597f;
}

#content.visit a {
	color: #f37e15;
}

#content.parents h3,
#content.visit h3 {
	text-transform: uppercase;
}

#content.parents p,
#content.visit p {
	margin: 0;
}

#content.parents .column-two,
#content.visit .column-two {
	background-position: 70px 0;
}

#content.parents #section-01,
#content.visit #section-01 {
	position: relative;
	height: 317px;
}

#content.parents #section-01 h2,
#content.visit #section-01 h2 {
	margin: 0 0 15px;
	padding: 13px 0 0;
	height: 24px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: url('images/bg-parents-title.png') no-repeat;
}

#content.visit #section-01 h2 {
	background: url('images/bg-visit-title.png') no-repeat;
}

#content.parents #section-01 .post,
#content.visit #section-01 .post {
	padding: 15px 509px 15px 15px;
}

#content.parents #section-01 .thumbnail,
#content.visit #section-01 .thumbnail {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 480px;
	height: 287px;
	z-index: 0;
}

#content.parents #section-01 h3 a,
#content.visit #section-01 h3 a {
	font-size: 20px;
	line-height: 26px;
}

#content.parents #section-01 p,
#content.visit #section-01 p {
	margin: 0;
}

#content.parents #section-02,
#content.visit #section-02 {
	float: left;
	width: 490px;
}

#content.parents #section-02 .post,
#content.visit #section-02 .post {
	padding: 15px;
	overflow: hidden;
	border-top: 1px dotted #ababab;
}

#content.parents #section-02 .thumbnail,
#content.visit #section-02 .thumbnail {
	float: left;
	margin: 0 15px 0 0;
	width: 184px;
	height: 160px;
}

#content.parents #section-02 p,
#content.visit #section-02 p {
	font-size: 12px;
	line-height: 17px;
}

#content.parents #section-03,
#content.visit #section-03 {
	position: relative;
	float: right;
	width: 349px;
	background: #fafafa;
}

#content.parents #section-03 .post,
#content.visit #section-03 .post {
	padding: 15px;
	border-top: 1px dotted #ababab;
}

#content.parents #section-03 .thumbnail,
#content.visit #section-03 .thumbnail {
	float: left;
	margin: 0 15px 0 0;
	width: 99px;
	height: 99px;
}

#content.parents #section-03 p,
#content.visit #section-03 p {
	font-size: 12px;
	line-height: 17px;
}


/* General Category Styles */
/* ------------------------------------- */

#content.category {
	padding: 0;
	width: 840px;
}

#content.category h2.post-title {
	padding: 15px;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 1px dotted #ababab;
}

#content.category .post {
	padding: 15px 15px 15px 130px;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px dotted #ababab;
	overflow: hidden;
}

#content.category .post .thumbnail {
	float: left;
	margin: 0 0 0 -115px;
	height: 100px;
	width: 100px;
	background: #f8f8f8;
	border: 1px solid #eee;
}

#content.category .post-head {
	margin: 0 0 15px;
	overflow: hidden;
}

#content.category h3.post-title {
	float: left;
	font-size: 20px;
	line-height: 24px;
}

#content.category .post-date {
	float: right;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
}


/* Single Styles */
/* ------------------------------------- */

.single .post-title {
	margin: 0 0 20px;
}

.single .post-title h2 {
	margin: 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
}

.single .post-title em {
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #777;
}

.single .post-date {
	margin: 0 0 5px;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
}

.single .entry {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
}

.single #respond {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #eee;
}

.single #respond h3 {
	margin: 15px 0;
	padding: 0;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	text-indent: 0;
	color: #888;
}


/* Search Styles */
/* ------------------------------------- */

#search {
	position: absolute;
	right: 0;
	top: 15px;
}

#search input[type=text] {
	padding: 2px 5px;
	color: #555;
	width: 200px;
	border: 1px solid #ccc;
}

#search input[type=submit] {
	padding: 1px;
	color: #888;
	text-transform: uppercase;
	border: 1px solid #ccc;
}

#search input[type=submit]:hover {
	color: #676767;
	border: 1px solid #aaa;
}

#content.search {
	padding: 0;
	width: 840px;
}

#content.search h2.post-title {
	padding: 15px;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 1px dotted #ababab;
}

#content.search .post {
	padding: 15px 15px 15px 130px;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px dotted #ababab;
	overflow: hidden;
}

#content.search .post .thumbnail {
	float: left;
	margin: 0 0 0 -115px;
	height: 100px;
	width: 100px;
	background: #f8f8f8;
	border: 1px solid #eee;
}

#content.search .post-head {
	margin: 0 0 15px;
	overflow: hidden;
}

#content.search h3.post-title {
	float: left;
	font-size: 20px;
	line-height: 24px;
}

#content.search .post-date {
	float: right;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
}


/* Page Styles */
/* ------------------------------------- */

.page .post-title {
	margin: 0 0 20px;
}

.page .post-title h2 {
	margin: 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
}

.page .post-title em {
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #777;
}

.page .post-date {
	margin: 0 0 5px;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
}

.page .entry {
	margin: 0 0 10px;
	padding: 0;
}

.page #respond {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #eee;
}

.page #respond h3 {
	margin: 15px 0;
	padding: 0;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	text-indent: 0;
	color: #888;
}


/* Business Directory Styles */
/* ------------------------------------- */

#business-search {
	margin: 0 0 20px;
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #e7e7e7;
}

#business-search br {
	display: none;
}

#business-search strong {
	display: block;
	margin: 0 0 10px;
	padding: 0 0 2px;
	border-bottom: 1px solid #ccc;
}

#business-search input[type=text] {
	display: block;
	margin: 0 0 7px;
	width: 210px;
	padding: 2px 5px;
	border: 1px solid #ccc;
}

#business-search select {
	display: block;
	margin: 0 0 7px;
	width: 220px;
}

.business-results {
	margin: 0 0 15px;
	width: 100%;
	border: 1px solid #e7e7e7;
}

.business-results tr {
	border-bottom: 1px solid #e7e7e7;
}

.business-results tr th {
	padding: 10px;
	font-size: 20px;
	text-transform: uppercase;
	background: #e7e7e7;
}

.business-results tr td {
	padding: 5px;
	font-size: 12px;
}

.business-results tr td.entry-name {
	font-weight: bold;
}

.business-results tr td.entry-number {
	text-align: right;
}

.stripe {
	background: #f9f9f9;
}

.business-edit-table {
	margin: 0 0 10px;
	width: 100%;
}

.business-edit-table th {
	padding: 5px;
	text-align: right;
	background: #eee;
}

.business-edit-table td {
	padding: 5px;
	text-align: left;
}


/* Sizzle Awards Styles */
/* ------------------------------------- */

.poll fieldset {
	margin: 0 0 1em;
	padding: 1em;
	background: #fafafa;
	border: 1px solid #ddd;
}

.poll fieldset legend { 
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #161c55;
}

.poll fieldset td {
	padding: .25em 0 .25em;
}

.poll fieldset ul {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

.required {
	font-weight: bold;
	color: darkred;
}


/* Footer Styles */
/* ------------------------------------- */

#footer {
	padding: 20px 0;
}

#footer p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	color: #9a9a9a;
	text-align: center;
}


/* Extra Styles */
/* ------------------------------------- */

#postnav {
	padding: 15px;
}

#postnav a {
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #777;
}

#postnav a:hover {
	color: #8e1e28;
	text-decoration: underline;
}

.more-link a {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.thumbnail {
	background: #f8f8f8;
}

.column-two {
	overflow: hidden;
	background: url('images/bg-column-two.png') repeat-y top center;
}

.column-three {
	overflow: hidden;
	background: url('images/bg-column-three.png') repeat-y top center;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.widget-title {
	display: none;
}

.clearfix {
	clear: both;
}

.error-message {
	margin: 1em 0;
	padding: 1em;
	font-weight: bold;
	color: darkred;
	background: #eee;
	border: 1px solid #aaa;
}

.kjo-link p {
	display: none;
}


/* JLB Attrubution Styles */
/* ------------------------------------- */

#attribution {
	margin: 5px auto;
	width: 900px;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

#attribution a {
	color: #fff;
}