/* =Reset < base.css
========================= */
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
hr,
.normalize {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

cite,
address {
	display:inline;
	font-style:normal;
}

ul.normalize,
ol.normalize {
	list-style:none;
}
.normalize li {
	list-style:none;
	margin-bottom:0;
}

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

body {
	color:#222;
	font:75%/1.5 Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}
html > body {
	font-size:12px;
}

/* Links */
a,
a:visited {
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration:underline;
}
:focus,
a.ir:focus {
	outline: 0;
}

label {
	cursor:pointer;
}

/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
	display:block;
	margin-bottom:9px;
}
h1,
.h1 {
	font-size: 24px;
	line-height:1.2;
}
h2,
.h2 {
	font-size: 18px;
}
h3,
.h3 {
	font-size: 14px;
}
.h4 {
	font-size:12px;
}

p,
pre,
dl,
ul,
ol {
	margin-bottom:18px;
}
blockquote {
	margin:0 18px 18px;
}
ol,
ul {
	margin-left:24px;
}
ul {
	list-style-image:url(../img/bullet.gif);
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
	margin-top:9px;
}

li,
dd,
.tight {
	margin-bottom:9px;
}
.tight li {
	margin-bottom:0;
}
.caps {
	text-transform:uppercase;
}
acronym,
small,
.small{
	font-size:10.5px;
}

hr {
	background:#ddd;
	color:#ddd;
	height:1px;
	margin-bottom:18px;
}

.inside {
	padding:10px;
}

.nav {
	overflow:hidden;
}
.nav,
.nav ul {
	list-style:none;
	margin:0;
}
.nav li {
	float:left;
	margin:0;
}
.nav li ul,
.nav li li {
	width: 200px;
}
.nav li li ul {
	margin:-24px 0 0 200px;
}
.nav li li a {
	line-height:24px;
}
.nav li.secondary {
	float:right;
}
.nav a {
	display:block;
}
/* dropdown action */
.nav li ul,
.nav li:hover li ul,
.nav li li:hover li ul,
.nav li.hover li ul,
.nav li li.hover li ul {
	left: -32697px;
	position: absolute;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.hover ul,
.nav li li.hover ul,
.nav li li li.hover ul {
	left: auto;
}

.ellipsis {
	display:block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:100%;
}

.safety { /* Keep user-gen content from breaking things */
	overflow:hidden;
	width:100%;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix,
.safety {
	display: inline-block;
}
* html .clearfix,
* html .safety {
	height: 1%;
}
.clearfix,
.safety {
	display: block;
}

/* http://sonspring.com/journal/clearing-floats */
.clear{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.accessibility,
.screen-reader-text {
	left:-32000px;
	position:absolute;
}
.accessibility:focus,
.screen-reader-text:focus {
	background:#fff;
	left:auto;
	padding:.5em;
}
.lofi,
.hidden {
	display:none;
}

.textaligncenter {
	text-align:center;
}
.textalignright {
	text-align:right;
}

/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* =Structure < structure.css
========================= */

/* network header */
body.feb-global {
	padding-top:183px;
}

#top {
	top:0;
	z-index:1000;
}

#body {
	margin:0 auto;
	padding-bottom:1px;
	width:960px;
}

#header {
	margin-bottom:14px;
}

#site-name {
	background:url(../img/banner/default.png);
	color:#fff;
	display:block;
	height:105px;
	line-height:105px;
	text-align:center;
}
#site-name:hover {
	text-decoration:none;
}
#site-name strong {
	font-size:30px;
	display:block;
	margin:0 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:920px;
}

#main {
	background:url(../img/main-caps.png) no-repeat 0 0;
	padding-top:30px;
	position:relative;
}
#main-2 {
	background:url(../img/main-caps.png) no-repeat -960px bottom;
	padding-bottom:118px;
}
#main-3 {
	background:#fff url(../img/sidebar-secondary-y.gif) repeat-y right;
	color:#222;
}

#nav-main-container {
	height:5px;
	position:relative;
	width:960px;
}
#nav-main {
	height:24px;
	position:absolute;
	width:745px;
	left:10px;
	overflow:visible;
	z-index:3;
}
.sidebar-right-left #nav-main {
	left:auto;
	right:10px;
}
#nav-main li {
	background:url(../img/main-navigation-tab-sprite.png) no-repeat 100% -72px;
	margin-right:3px;
	padding-right:8px;
}
#nav-main li.current_page_item {
	background-position: 100% -24px;
}
#nav-main a,
#nav-main a:visited {
	background:url(../img/main-navigation-tab-sprite.png) no-repeat 0 -48px;
	font-family:"FranklinGotCdMdITC", "ITC Franklin Gothic", "ITC Franklin", "Franklin Gothic", "Franklin Gothic Medium", "Franklin Gothic Book", Tahoma, Verdana, Arial, sans-serif;
	line-height:24px;
	padding:0 6px 0 14px;
	text-transform:uppercase;
}
#nav-main .current_page_item a,
#nav-main .current_page_item a:visited {
	background-position:0 0;
	color:#454545;
}
#nav-main .current_page_item a:hover {
	text-decoration:none;
}
#nav-main li li {
	background:transparent;
	padding:0;
}
#nav-main li li a,
#nav-main li li a:visited {
	background:transparent;
	color:#0d224f;
	font-weight:normal;
	padding:0 16px;
}
#nav-main li li a:hover {
	background:#f5f5f5;
	text-decoration:none;
}
#nav-main ul {
	background-color:#ededed;
	border:1px solid #a5a5a5;
	border-color: #a5a5a5 #959595 #959595 #a5a5a5;
	padding:10px 0;
}
#nav-main ul ul {
	margin-top:-25px;
}

#primary {
	float:left;
	width:768px;
}
#content {
	float:right;
	margin-right:10px;
	overflow:hidden;
	width:438px;
}
#sidebar-primary {
	float:left;
	overflow:hidden;
	width:320px;
}

#sidebar-secondary {
	background:#d5d5d5 url(../img/sidebar-secondary-y.gif) repeat-y;
	float:left;
	width:192px;
}
#sidebar-secondary-inside {
	margin-top:-18px;
	overflow:hidden;
	padding-top:0;
	width:172px;
}
body #feb-network-footer {
	background-position:0 -35px;
}

/* =Content < content.css
========================= */

.post .entry-title {
	font-size:2em;
	font-weight:normal;
}

.full {
	margin-bottom:36px;
}

.post-filed {
	font-size:11px;
	margin-bottom:9px;
	padding-top:9px;
}
.post-filed .filed {
	margin-bottom:0;
}

.post-meta {
	border:1px solid #d5d5d5;
}
.post-meta-2 {
	background:#d5d5d5;
	border:1px solid #fff;
	padding: 5px 10px;
}

.post-meta .to-comments {
	float:right;
}

.pagination-post {
	word-spacing:.5em;
	text-align:right;
}
.pagination-post a {
	font-weight:bold;
}
.pagination-post-2,
.pagination-post-3 {
	display:-moz-inline-stack;
	display:inline-block;
}
.pagination-post-2 {
	background: url(../img/glossy-button.png) no-repeat right -27px;
	line-height:27px;
	padding-right:12px;
}
.pagination-post-3 {
	background:url(../img/glossy-button.png) no-repeat left top;
	padding:0 3px 0 15px;
}

/* =Misc < content.css
========================= */

.feb-global-archive-hgroup {
	border-bottom:1px solid #d5d5d5;
	margin-bottom:36px;
}

#page-title {
	border-bottom:1px solid #d5d5d5;
	margin-bottom:18px;
}

.pagination {
	height:27px;
}
.pagination-2 {
	background: url(../img/glossy-button.png) no-repeat right -27px;
	float:right;
	line-height:27px;
	margin-bottom:18px;
	padding-right:12px;
}
.pagination-3 {
	background: url(../img/glossy-button.png) no-repeat left top;
	padding:0 3px 0 15px;
}
.pagination a,
.pagination a:visited {
	font-weight:bold;
	margin:0 10px;
}

.widget {
	overflow:hidden;
	width:100%;
}

.widget-title {
	background:url(../img/glossy-button.png) no-repeat right -27px;
	font-size:14px;
	line-height:27px;
	padding-right:12px;
}
.widget-title-2 {
	background:url(../img/glossy-button.png) no-repeat 0 0;
	display:block;
	padding:0 3px 0 12px;
}
#sidebar-primary .widget {
	margin-bottom:18px;
}
#sidebar-secondary .widget-title,
#sidebar-secondary .widget-title-2 {
	background-image:url(../img/glossy-button.grey.png);
}
#sidebar-secondary .widget {
	background:url(../img/groove.png) repeat-x bottom;
	margin-bottom:12px;
	padding-bottom:12px;
}

#action-fireems-sidebar .feb-global-feed-p {
	text-align:center;
}

body {
	background:#f26300 url(../img/banner/background.jpg) no-repeat center top;
}
body.feb-global {
	background-position:center 104px;
}

a,
a:visited {
	color:#9d0404;
}

.pagination-2,
.pagination-post-2 {
	background-color:#000;
	color:#aaa;
}
.pagination a,
.pagination a:visited,
.pagination-post-2 a,
.pagination-post-2 a:visited {
	color:#fff;
}

#sidebar-primary .widget-title {
	background-color:#9d0404;
	color:#fff;
}
#sidebar-secondary .widget-title {
	background-color:#000;
	color:#fff;
}

.feb-nav-dropdown li span {
	text-shadow:none !important;
}

