/*
Theme Name: Franklin 2012
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: Red Edge
Author URI: http://rededge.com
Description: A completely new and fresh design for FranklinCenterHQ.org by Red Edge.
Version: 1.0
*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #999; color: #fff; text-shadow: none; }
::selection { background: #999; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { 
	color: #27456a; 
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	-ms-transition:     all 0.2s ease;
	-o-transition:      all 0.2s ease;
}
a:visited {}
a:hover {text-decoration: underline;}
a:focus {}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Andrew Theroux
   ========================================================================== */

/********************************* Header */

html {
	background: url(img/dark-blue-bg.png) 0 0 repeat;
	font-family: Arial, sans-serif;
}

#container {
	background: #fff;
	margin: 0 auto;
	padding: 0 40px;
	width: 944px;
}
header {
	padding: 15px 0;
}
#logo {
	margin-top: 14px;
	float: left;
}
#logo a {
	background: url(img/logo.png) 0 0 no-repeat;
	display: block;
	height: 56px;
	text-indent: -9999px;
	width: 334px;
}

#in-your-state {
	background: url(img/in-your-state-header.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 89px;
	margin: 0 0 0 175px;
	outline: 0;
	text-indent: -9999px;
	width: 139px;
}

#header-widgets {
	float: right;
	margin: 0 0 10px 0;
}
#header-widgets form {
	margin: 0 0 7px;
	text-align: right;
}
#header-widgets .textinput, .widget_search #s {
	border: 1px solid #ccc;
	color: #999;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	padding: 0 6px;
}
.widget_search #searchsubmit, .widget_search .screen-reader-text {
	display: none;
}
#searchfield, .widget_search #s {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 100%), url(img/mag-glass-icon.png) no-repeat 200px 7px; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.08)), color-stop(15%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))), url(img/mag-glass-icon.png) no-repeat 200px 7px; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 100%), url(img/mag-glass-icon.png) no-repeat 141px 7pxt; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 100%), url(img/mag-glass-icon.png) no-repeat 200px 7px; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 100%), url(img/mag-glass-icon.png) no-repeat 200px 7px; /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 100%), url(img/mag-glass-icon.png) no-repeat 200px 7px; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	width: 205px;
}
#newslettersubmit {
	background: #195aab;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 38px;
}
#newsletteremail {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.08)), color-stop(15%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	width: 163px;
}
#header-widgets .facebook-like {
	display: block;
	float: right;
	width: 100px;
}
#header-widgets .rss-icon {
	background: url(img/rss.png) 0 0 no-repeat;
	display: block;
float: right;
	height: 24px;
	text-indent: -9999px;
	width: 24px;
}
#primary-nav {
	position: relative;
	background: rgb(28,72,126); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(28,72,126,1) 0%, rgba(25,49,81,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,72,126,1)), color-stop(100%,rgba(25,49,81,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(28,72,126,1) 0%,rgba(25,49,81,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(28,72,126,1) 0%,rgba(25,49,81,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(28,72,126,1) 0%,rgba(25,49,81,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(28,72,126,1) 0%,rgba(25,49,81,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c487e', endColorstr='#193151',GradientType=0 ); /* IE6-9 */
	border-radius: 5px 0 0 5px;
	clear: both;
	height: 42px;
	margin: 10px 0 0 0;
	//z-index: 3000;
}
#primary-nav ul.sub-menu {
	position: absolute;
	top: 45px;
	left: 0px;
	//width: 400px;
	//height: 400px;
	background: rgb(28,72,126); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(28,72,126,1) 0%, rgba(25,49,81,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,72,126,1)), color-stop(100%,rgba(25,49,81,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(28,72,126,1) 0%,rgba(25,49,81,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(28,72,126,1) 0%,rgba(25,49,81,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(28,72,126,1) 0%,rgba(25,49,81,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(28,72,126,1) 0%,rgba(25,49,81,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c487e', endColorstr='#193151',GradientType=0 ); /* IE6-9 */
	border-radius: 0 5px 5px 5px;
	margin-left: 5px;
	clear: both;
	padding: 15px;
	z-index: 1000;
	//border: 1px solid #195AAB;
	display: none;
	box-shadow:0 2px 3x #000;
    -moz-box-shadow:0 2px 3px #000;
    -webkit-box-shadow:0 2px 3px #000;
}
#primary-nav ul.sub-menu li a {
	text-align: left;
}
#primary-nav li {
	position: relative;
	float: left;
}
#primary-nav a {
	background: url(img/nav-separator.png) center right no-repeat;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	padding: 0 22px;
	text-align: center;
	text-transform: uppercase;
}
#primary-nav .current-menu-item {
	color: #bbb;
	text-decoration: underline;
}
#primary-nav #contact a {
	background: none;
}
#primary-nav li:last-child  {
	float: right;
}
#primary-nav li.lastchild  {
	float: right;
}
#primary-nav li:last-child a {
	background: url(img/contribute-button-bg.jpg) 0 0 no-repeat;
	padding: 0;
	width: 142px;	
}
#primary-nav li.lastchild a {
	background: url(img/contribute-button-bg.jpg) 0 0 no-repeat;
	padding: 0;
	width: 142px;	
}
#primary-nav .sub-menu a {
	background: none;
	height: auto;
	line-height: 20px;
	padding: 0;
	white-space: nowrap;
}
#primary-nav .sub-menu li{
	float: none;
}
#primary-nav .sub-menu li:last-child {
	float: none;
}
#primary-nav .sub-menu li.lastchild {
	float: none;
}
#primary-nav .sub-menu li:last-child a {
	background: none;
	width: 100%;
}
#primary-nav .sub-menu li.lastchild a {
	background: none;
	width: 100%;
}
/********************************* Homepage contents */

#main-content {
	float: right;
	width: 620px;
}

#secondary-content {
	float: left;
	width: 300px;
}
#main-content .thick-border, #secondary-content .thick-border {
	border: 8px solid #f0f0f0;
}
#secondary-content .promo {
	display: block;
	margin: 0 0 10px 0;
	position: relative;
	width: 280px;	
}
#secondary-content .promo .text {
	background: url(img/dark-blue-bg.png) 0 0 repeat;
	background: url(img/blue-border-1px.jpg) 0 3px repeat-x, url(img/dark-blue-bg.png) 0 0 repeat;
	bottom: 0;
 	color: #fff;
	left: 0;
	padding: 13px 10px 10px;
	position: absolute;
	width: 260px;
}
#about-promo {
	background: url(img/franklin-face.jpg) 0 0 no-repeat;
	font-size: 14px;
	height: 300px;
	text-decoration: none;
}
#about-promo .learn-more {
	background: url(img/learn-more-button.jpg) 0 0 no-repeat;
	display: inline-block;
	height: 22px;
	margin: 0 0 0 11px;
	text-indent: -9999px;
	width: 75px;	
}
#in-your-state-promo {
	background: url(img/america-map.jpg) 0 0 no-repeat;
	font-size: 16px;
	height: 280px;
}
#in-your-state-promo:hover {
	color: #fff;
	text-decoration: underline;
}
#social {
	list-style-type: none;
	margin: 18px 0 18px 2px;
	padding: 0;
	position: relative;
	height: 41px;
}
#social li {
	float: left;
	width: 39px;
	margin-left: 3px;
}
#social li a {
	display: block;
	height: 41px;
	text-indent: -9999px;
	width: 39px;
}
#social #facebook a {
	background: url(img/social-sprite.png) 0 0 no-repeat;
}
#social #twitter a {
	background: url(img/social-sprite.png) -44px 0 no-repeat;
}
#social #googleplus a {
	background: url(img/social-sprite.png) -87px 0 no-repeat;
}
#social #youtube a {
	background: url(img/social-sprite.png) -132px 0 no-repeat;
}
#social #flickr a {
	background: url(img/social-sprite.png) -176px 0 no-repeat;
}
#social #email a {
	background: url(img/social-sprite.png) -218px 0 no-repeat;
}
#social #email a span {
	display: none;
}
#social #rss a {
	background: url(img/social-sprite.png) -263px 0 no-repeat;
}
iframe.fb_ltr {
	max-width: 262px !important;
}
#header-widgets iframe.fb_ltr {
	max-width: 100px !important;
}
#featured-rotator {
	height: 378px;
	margin: 0 0 30px;
	position: relative;
}
#featured-rotator ul {
	background: url(img/dark-blue-bg.png) 0 0 repeat;
	height: 378px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#featured-rotator li {
	height: 378px;
}
#featured-rotator img {
	display: block;
	width: 605px;
}
#featured-rotator .text {
	background: url(img/dark-blue-bg.png) 0 0 repeat;
	background: url(img/blue-border-1px.jpg) 0 3px repeat-x, url(img/vertical-border-blue.jpg) 504px 4px no-repeat, url(img/dark-blue-bg.png) 0 0 repeat;
	bottom: 0;
 	color: #fff;
	left: 0;
	padding: 0 0 0 10px;
	position: absolute;
	width: 595px;
	height: 85px;
}
#featured-rotator h2, #featured-rotator p {
	float: left;
	padding: 0;
	width: 480px;
}
#featured-rotator h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 13px 0 0 0;
}
#featured-rotator p {
	font-size: 12px;
	line-height: 15px;
	margin: 9px 0;
}
#featured-rotator h2 a, #featured-rotator p a {
	color: #fff;
}
#featured-rotator .bx-pager {
	bottom: 10px;
	position: absolute;
	right: 22px;
	z-index: 100;
}
#featured-rotator .bx-pager a {
	background: url(img/rotator-controls.png) 2px top no-repeat;
	display: inline-block;
	height: 19px;
	text-indent: -9999px;
	width: 19px;
	-webkit-transition: all 0s ease;
	-moz-transition:    all 0s ease;
	-ms-transition:     all 0s ease;
	-o-transition:      all 0s ease;
}
#featured-rotator .bx-pager .pager-active {
	background: url(img/rotator-controls.png) right top no-repeat;
}
#top-news {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top-news li {
	border-bottom: 2px dotted #817e7e;
	display: block;
	float: left;
	margin: 0 0 16px;
}
#top-news li:last-child{
	margin: 0;
}
#top-news li.lastchild {
	margin: 0;
}
#top-news .date {
	color: #aba7a7;
	float: left;
	line-height: 30px;
	text-align: center;
	width: 72px;
}
#top-news .day {
	display: block;
	font-size: 32px;
}
#top-news .month {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
}
#top-news .article {
	border-left: 2px dotted #817e7e;
	float: left;
	margin: 0 0 16px;
	padding: 0 20px 0 20px;
	width: 506px;
}
#top-news h2 {
	font-size: 16px;
	margin: 0;
}
#top-news a {
	color: #195aab;
}
#top-news p {
	font-size: 12pt;
	color: #444;
	font-family: Times, "Times New Roman", serif;
	line-height: 1.4;
	margin: 0;
}
#in-the-news {
	float: left;
	margin: 25px 0 0 0;
	width: 348px;
}
#in-the-news h3 {
	color: #27456a;
	font-size: 18px;
	margin: 0 0 16px 0;
	text-transform: uppercase;
}
#in-the-news ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#in-the-news li {
	float: left;
	margin: 0 16px 7px 0;
	width: 158px;
}
#in-the-news div {
	background-color: #0c284c;
	color: #fff;
	font-size: 13px;
	height: 144px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	-ms-transition:     all 0.2s ease;
	-o-transition:      all 0.2s ease;
}
#in-the-news img {
	max-height: 144px;
	overflow: hidden;
	width: 158px;
}
#in-the-news .headline {
	color: #fff;
	display: block;
	height: 118px;
	line-height: 16px;
	padding: 13px;
}
#in-the-news .image .headline {
	bottom: 0;	
	height: auto;
}
#in-the-news .date {
	color: #4e4e4e;
	display: block;
	font-size: 11px;
	line-height: 13px;
}
#latest-tweets {
	float: left;
	margin: 25px 0 0 0;
	width: 272px;
}
#latest-tweets h3 {
	color: #27456a;
	font-size: 18px;
	margin: 0 0 16px 0;
	text-transform: uppercase;
}
/********************************* Buzzworthy */
#buzzworthy {
	border-bottom: 3px solid #b3262f;
	margin: 12px 0 0 0;
}
#buzzworthy h3 {
	border-bottom: 3px solid #b3262f;
	color: #fff;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#buzzworthy h3 span {
	background: url(img/red-texture-bg.jpg) 0 0 repeat-x;
	display: inline-block;
	height: 30px;
	padding: 0 15px;
}
#buzzworthy ul {
	background: #f9f9f9;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#buzzworthy li:first-child {
	border-top: none;

}
#buzzworthy li {
	border-top: 1px solid #b3262f;
	padding: 20px 15px 15px;
}
#buzzworthy li p {
	margin: 0;
}
#buzzworthy a {
}
#buzzworthy a:hover {
	color: #b3262f;
	text-decoration: underline;
}
#buzzworthy li span {
	color: #666;
	font-size: 11px;
}
.buzzworthy_title {
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}
.buzzworthy_title a {
	color: #B3262F;
}
.buzzworthy_headline {
	font-size: 15px;
	line-height: 1.5;
	margin: 6px 0;
}
.buzzworthy_headline a {
	color: #000;
}
.buzzworthy_date {
	color: #888;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}

/********************************* Subpage contents */
.subpage  #main-content {
	float: left;
	width: 620px;
}
.subpage #latest-tweets {
	margin: 0;
}
.subpage #main-content.wide {
	width: 944px !important;
}
.subpage  #secondary-content {
	float: right;
	width: 284px;
}
.subpage  #secondary-content > li {
	list-style: none;
}
.subpage  #main-content h2 {
	color: #27456a;
	font-size: 20pt;
	text-transform: none;
}
.subpage #main-content a {
	color: #4377b7;
}
.subpage  #secondary-content h3, .subpage  #secondary-content h2.widgettitle {
	color: #27456a;
	font-size: 16px;
	margin: 20px 0 16px 0;
	text-transform: uppercase;
}
#social-functions {
	margin: 0;
	border: 1px solid #DCDCDC;
	border-radius: 0 0 5px 5px;
	background-color: #DCDCDC;
}
#social-functions div:first-child {
	
}
#social-functions .social-wrapper {
	padding: 15px 6px;
}
#social-functions #facebook-like {
	margin-top: -19px;
}
#social-functions #google-plus-one {
}
#social-functions #twitter-and-youtube {
	border: 1px solid #DCDCDC;
	border-radius: 0 0 4px 4px;
	background-color: white;
}
#social-functions #twitter-and-youtube iframe {
	width: 200px !important;
	
}
#social-functions #youtube {
	background: url(img/youtube-social.jpg) 0 0 no-repeat;
	display: block;
	float: right;
	height: 31px;
	text-indent: -9999px;
	width: 31px;
}
#categories ul, .widget_categories ul {
	list-style-type: none;
	margin: 0;
	/*
	margin-left: 10px;
	*/
	padding: 0;
}
.widget_categories {
	list-style-type: none;
}
#categories a, .widget_categories a  {
	font-size: 14px;	
}
.subpage table {
	border-top: 1px solid #e7e9ea;
	border-bottom: 4px double #e7e9ea;

}
.subpage tbody td {
	font-size: 14px;
	padding: 18px 12px;
}
.subpage tbody tr:nth-child(odd) {
   background-color: #eff4f9;
}
.subpage tbody td {
	font-size: 14px;
}
.subpage tbody td:nth-child(odd) {
	color: #236ed4;
	font-weight: bold;
	padding: 18px 12px;
	width: 246px;
}
.subpage tbody td:nth-child(even) {
	border-left: 1px solid #e7e9ea;
	font-size: 14px;
	padding: 18px 24px;
}
.subpage .post {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.subpage .post:last-child {
	border-bottom: none;
}
.really_simple_share {
 width: 290px;
 //margin-left: 370px;
}
.widget_categoryposts {
	//margin-bottom: 30px;
}
.widget_categoryposts ul {
	padding: 0;
	/*
	margin-left: 10px;
	*/
	margin-bottom: 0;
	list-style: none;
}
.widget_categoryposts li {
	clear: both;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ddd;
	/*
	margin-bottom: 13px;
	*/
	margin-top: 13px;
	display: block;
}
.widget_categoryposts li:last-child {
	border-bottom: none;
}
.widget_categoryposts li > a.post-title {
	font-size: 14px;
}
.widget_categoryposts li > p.post-date {
	font-size: 12px;
	margin: 0;
	margin-top: 5px;
	color: #666666;
}
.widget_categoryposts li > a:not(.post-title) {
	float: right;
}
.widget_categoryposts li > a > img {
	border: 2px solid gainsboro;
	margin-left: 10px;
	display: block;
	float: right;
}
/********************************* Twitter widget */
.subpage .twtr-widget {
	border: 2px solid gainsboro !important;
	border-radius: 0 0 5px 5px !important;
}
.twtr-hd {
	height: 0!important;
	padding: 0!important;
}
.twtr-ft {
	height: 0!important;
}
/********************************* Footer */
#page-footer {
	clear: both;
	padding: 10px 0 35px;
}
#footer-links {
	background: #f0f0f0;
	float: left;
	margin: 20px 0 0 0;
	padding: 24px 26px;
	width: 892px;

}
#footer-links ul.menu > li , #footer-links .menu > ul > li {
	float: left;
	width: 182px;
}
#footer-links ul.menu > li.lastchild , #footer-links .menu > ul > li.lastchild {
	float: right;
	width: 100px;
}
#footer-links ul.menu > li:last-child , #footer-links .menu > ul > li:last-child {
	float: right;
	width: 100px;
}

#footer-links ul.menu > li > a,
#footer-links .menu > ul > li > a {
	display: block;
	color: #195aab;
	font-size: 14px;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	font-weight: bold;
}
#footer-links ul.menu li > a > span ,
#footer-links .menu > ul > li > a > span{
	display: block;
	height: 25px;
}
#footer-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-links li {
}
#footer-links li, #footer-links li a {
	color: #195aab;
	font-size: 12px;
	line-height: 21px;
}
#footer-links .social {
	padding: 0 0 8px 0px;
}
#footer-links #facebook {
	background: url(img/social-sprite-footer.png) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	float: left;
}
#footer-links #twitter {
	background: url(img/social-sprite-footer.png) 0 -32px no-repeat;
	width: 25px;
	height: 25px;
	float: left;
}
#footer-links #googleplus {
	background: url(img/social-sprite-footer.png) 0 -63px no-repeat;
	width: 25px;
	height: 25px;
	float: left;
}
#footer-links #youtube {
	background: url(img/social-sprite-footer.png) 0 -94px no-repeat;
	width: 25px;
	height: 25px;
	float: left;
}
#footer-links #app-store-link a {
	background: url(img/iphone-app.png) 0 0 no-repeat;
	display: block;
	height: 54px;
	padding: 0;
	text-indent: -9999px;
	width: 148px;
}

.copyright {
	color: #195aab;
	font-size: 11px;
	font-weight: bold;
}
.copyright a {
	color: #195aab;
}
/* ==|== map container ======================================================
   ========================================================================== */
#blackout {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 9999;
	opacity: .88;
	filter: alpha(opacity = 88);
	zoom: 1;
}
#map-wrapper {
	position: absolute;
	width: 800px;
	top: 100px;
	left: 50%;
	margin-left: -400px;
	z-index: 10000;
}
#map-links {
display: none;
	position: relative;
	//-moz-column-count: 3;
    //-moz-column-gap: 20px;
    //-webkit-column-count: 3;
    //-webkit-column-gap: 20px;
    //column-count: 3;
    //column-gap: 20px;
	padding: 30px;
	margin-top: 20px;
}
#map-wrapper #map-headline {
	position: absolute;
	top: -20px;
	left: 400px;
	color: white;
	font-size: 32px;
	width: 300px;
	text-align: right;
}
#map-wrapper a {
    cursor: pointer;
}
#map-links-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: black;
	opacity: .3;
	z-index: 0;
	zoom: 1;
}
#map-links h3{
	font-size: 20px;
	color: #ddd;
	margin: 5px;
	margin-left: 0px;
	margin-bottom: 12px;
}
#map-links ul{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1;
}
#map-links > ul{
	float: left;
	max-width: 240px;
}
#map-links li{
	position: relative;
	clear: both;
	margin-left: 20px;
	z-index: 0;
	line-height: 14px;
	margin-bottom: 12px;
}
#map-links li:hover{
	z-index: 1;
}
#map-links .state{
}
#map-links a {
	color: #819FF7;
	font-size: 14px;
	text-decoration: none;
	line-height: 14px;
}
#map-links a:hover {
	color: white;
}
#map-links .tooltip {
	position: absolute;
	top: 20px;
	left: 0px;
	max-width: 400px;
	max-height: 200px;
	color: #aaa;
	font-size: 12px;
	display: none;
	padding: 5px;
	border: 1px solid gray;
	background-color: black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
}
#map-tooltip {
    position: absolute;
    top: 50px;
    left: 50px;
    max-width: 400px;
    max-height: 200px;
    font-size: 12px;
    display: none;
    padding: 5px;
    border: 1px solid gray;
    background-color: black;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    color: white;
    z-index: 100000;
}
#map-tooltip ul {
    list-style: none;
    padding: 0;
}
#map-tooltip a {
    color: #819FF7;
    font-size: 14px;
    text-decoration: none;
    line-height: 14px;
}

#map-close {
	position: absolute;
	top: -40px;
	left: 780px;
	font-size: 48px;
	font-family: arial;
	color: #F5A9A9;
	font-weight: bold;
	cursor: pointer;
}
#map-close:hover {
	color: #F6CECE;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

#menu-item-3092 { 
	float: right;
	width: 100px;
}

#respond #comment {
	max-width: 640px;
}

.entry ul li {
	margin-bottom: 0.5em;
	font-family: Times, "Times New Roman", serif;
	font-size: 13pt;
}

.alignleft {
	float: left;
	margin-right: 3em;
}
.alignright {
	float: right;
	margin-left: 2em;
}
.wp-caption {
	background-color: #eee;
	padding-top: 5px;
}
.wp-caption img, .wp-caption p.wp-caption-text {
	margin: 0 5px 5px 5px;
}
.wp-caption-text {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 80%;
	font-weight: bold;
}
.entry p {
	font-family: Times, "Times New Roman", serif;
	font-size: 13pt;
}
.author {
	color: #777;
}
.time {
	color: #777;
}

.sr-widget-wrapper .sr-login.authorized .sr-login-message,
					.sr-widget-wrapper .sr-login.authorized .sr-login-loginButton {
						display: none;
					}
					.sr-widget-wrapper .sr-myActivity,
					.sr-widget-wrapper .sr-friendActivity {
						position: relative;
					}
					.sr-widget-wrapper .sr-myActivity-options a {
						display: block;
						margin-left: 78px;
					}
					.sr-widget-wrapper .sr-aggregateActivity {
						padding: 7px;
						padding-left: 3px;
					}
					.sr-widget-wrapper .sr-myActivity-activityList,
					.sr-widget-wrapper .sr-friendActivity-activityList {
						position: absolute;
						top: -23px;
						left: -1px;
						width: 259px;
						font-size: 12px;
						z-index: 2000;
						background-color: white;
						border: 1px solid gray;
						padding-bottom: 8px;
						box-shadow: -2px 2px 2px rgba(0,0,0,.25);
					}
					.sr-widget-wrapper .sr-friendActivity-activityList {
						top: -24px;
						left: -11px;
					}
					.sr-widget-wrapper .sr-myActivity-activityList img,
					.sr-widget-wrapper .sr-friendActivity-activityList img {
						border: 1px solid white;
						float: left;
					}
					.sr-widget-wrapper .sr-myActivity-activityList p,
					.sr-widget-wrapper .sr-myActivity-activityList div,
					.sr-widget-wrapper .sr-friendActivity-activityList p,
					.sr-widget-wrapper .sr-friendActivity-activityList div {
						position: relative;
						margin-left: 60px;
						padding-right: 8px;
					}
					.sr-widget-wrapper .sr-myActivity-activityList div,
					.sr-widget-wrapper .sr-friendActivity-activityList div {
						height: 30px;
					}
					.sr-widget-wrapper .sr-myActivity-activityList a,
					.sr-widget-wrapper .sr-friendActivity-activityList a {
						font-size: 10px;
					}
					.sr-widget-wrapper a {
						text-decoration: none;
					}
					.sr-widget-wrapper .sr-delete-activity {
						float: right;
					}
					.sr-widget-wrapper .action-date {
						position: absolute;
						bottom: 6px;
						right: 8px;
						display: block;
						clear: both;
						text-align: right;
						line-height: 4px;
						font-size: 10px;
						color: gray;
					}
					.sr-widget-wrapper .sr-friendActivity {
						margin-top: 20px;
					}
					.sr-widget-wrapper .sr-friendActivity-activityList {
						margin-top: 22px;
						font-size: 12px;
					}
					.sr-widget-wrapper a, .sr-widget-wrapper img {
						cursor: pointer;
					}
					.socialreader-widget .sr-myActivity-activityList > p, .socialreader-widget .sr-friendActivity-activityList > p {
						float: none !important;
					}
					.socialreader-widget .sr-myActivity-activityList, .socialreader-widget .sr-friendActivity-activityList {
						left: -1px !important;
						top: -23px !important;
						width: 276px !important;
					}
					.socialreader-widget .sr-myActivity-activityList > p, .socialreader-widget .sr-friendActivity-activityList > p {
						margin-top: 10px !important;
					}
					.fb_iframe_widget iframe {
						width: 270px !important;
					}
/* option #1, 2:
font-size: 14pt;

option #3:
color:#333;

option #4:
font-size: 12pt;
color: #333;
line-height: 1.5;
font-family: georgia;

option #5:
font-size: 12pt;
color: #333;
line-height: 1.5;
font-family: helvetica;

option #6, #7:
font-size: 11pt;
font-family helvetica

*/
.post h2 {
	
}

#wp-print {
	display: inline;
	position: relative;
	top: 5px;
}
/* option #1:
font-size: 20pt;
text-transform: normal;
font-weight: normal;
color: #444;

option #2:
font-size: 20pt;
color: #27456A;
text-transform: normal;

option #3:
font-weight: normal;

option #7:
text-transform: uppercase;
