/*
Theme Name: The UIFL
Theme URI: http://wordpress.org/
Description: Theme crafted for the UIFL by Traction, a Cincinnati based design firm.
Author: the WordPress team
Version: 1.0
Tags: uifl, traction, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	overflow-x: hidden;
	background-repeat:repeat;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	margin-left: 20px;
	/*list-style: none;*/
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -222px 0 0;
	width: 100%;
	z-index:2;
}

#content-header {
	background: transparent url('../../../wp-content/themes/uifl/images/modularHeader_696x10_blu.png') no-repeat;
	width: 696px;
	height: 10px;
	margin: 0 0;
	padding: 0 0;
}

#content-footer {
	background: transparent url('../../../wp-content/themes/uifl/images/modularHeader_696x10_reversed_blu.png') no-repeat;
	width: 696px;
	height: 10px;
	margin: 0 0 20px 0;
	padding: 0 0;
}

#content {
	/* background: #bcbdc0; - Gray */
	background: #055497;
	margin: 0 232px 0 0;
	padding: 10px 20px;
	/*border:2px solid #ffffff;*/
	border-style: solid;
	border-color: #ffffff;
	border-top: none;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom: none;
}


#content-main {
	/* background: #bcbdc0; - Gray */
	background: #055497;
	margin: 0;
	padding: 10px 20px;
	/*border:2px solid #ffffff;*/
	border-style: solid;
	border-color: #ffffff;
	border-top: none;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom: none;
	width: 130%;
}


/*--- Official Partners Needs Special Treatment ---*/

#contentW-header {
	background: transparent url('../../../wp-content/themes/uifl/images/modularHeader_696x10_wht.png') no-repeat;
	width: 696px;
	height: 10px;
	margin: 0 0;
	padding: 0 0;
}

#contentW-footer {
	background: transparent url('../../../wp-content/themes/uifl/images/modularHeader_696x10_reversed_wht.png') no-repeat;
	width: 696px;
	height: 10px;
	margin: 0 0 20px 0;
	padding: 0 0;
}

#contentW {
	background: #fff;
	margin: 0 232px 0 0;
	padding: 10px 20px;
}

/*-----*/


#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 210px;
	height: 264px;
	margin: 0 0;
	padding: 0 0;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 984px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 928px;
}

#wrapper {
	margin: 0 auto;
	padding: 0 20px;
	/*position: absolute;*/
	z-index: 3;
}

#homebackground {
	height: 580px;
	position: absolute;
	top: 0;
	left: 0;
	width: 1080px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
/*body {
	background: #000 url('../../../wp-content/themes/uifl/images/backGround.png') repeat fixed;
}*/
body,
input,
textarea {
	color: #bcbdc0;
	font-size: 12px;
	/*line-height: 18px;*/
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 15px;
}

.ceeLoGreen ul {
	list-style-position: outside;
	list-style-image: url('../../../wp-content/themes/uifl/images/bulletPoint.png');
	margin: 0 0 18px 1.5em;
}

.saraBareilles ul {
	list-style-position: outside;
	list-style-image: url('../../../wp-content/themes/uifl/images/bulletPointRed.gif');
	margin: 0 0 18px 1.5em;
}

.ceeLoGreen li {
	list-style-position: outside;
	list-style-image: url('../../../wp-content/themes/uifl/images/bulletPoint.png');
}

.saraBareilles li {
	list-style-position: outside;
	list-style-image: url('../../../wp-content/themes/uifl/images/bulletPointRed.gif');
}

/*ul {
	list-style-position: outside;
	list-style-image: url('../../../wp-content/themes/uifl/images/bulletPoint.png');
	margin: 0 0 18px 1.5em;
}*/

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 0 1em;
	color: #fff;
	/*border-left: 2px solid #fff;*/
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #bcbdc0;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

a:link {
	color: #fff;
	text-decoration:none;
}
a:visited {
	color: #fff;
	text-decoration:none;
}
a:active,
a:hover {
	color: #e7221b;
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

span.meta-sep { display:none; }

span.author { display:none; }

#main {
	clear: both;
	overflow: visible;
	padding: 0 0 0 0;
}

/*
#content {
	margin-bottom: 36px;
}
*/

#content, #content-main,
#content input,
#content textarea {
	color: #bcbdc0666;
	/* color:#333; */
	font-size: 14px;
	line-height: 22px;
}
#content, #content-main p,
#content, #content-main ul,
#content, #content-main ol,
#content, #content-main dd,
#content, #content-main pre,
#content, #content-main hr {
	margin-bottom: 15px;
}
#content, #content-main ul ul,
#content, #content-main ol ol,
#content, #content-main ul ol,
#content, #content-main ol ul {
	margin-bottom: 0;
}
#content,#content-main pre,
#content,#content-main kbd,
#content,#content-main tt,
#content,#content-main var {
	font-size: 15px;
	line-height: 21px;
}
#content,#content-main code {
	font-size: 13px;
}
#content,#content-main dt,
#content,#content-main th {
	color: #000;
}
#content,#content-main h1,
#content,#content-main h2,
#content,#content-main h3,
#content,#content-main h4,
#content,#content-main h5,
#content,#content-main h6 {
	color: #ffffff;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content,#content-main table {
	border: 1px solid #e7e7e7;
	margin: 0 232px 24px 0;;
	text-align: left;
}
#content,#content-main tr th,
#content,#content-main thead th {
	color: #bcbdc0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content,#content-main tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #BCBDC0;
}

/*.hentry {
	margin: 0 0 48px 0;
}*/

.hentry {
	margin: 0 0;
}

.home .sticky {
	background: #BCBDC0;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0;
	/* margin: 0 0 20px 0; */
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #BCBDC0;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #bcbdc0;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #fff;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #fff;
}
.entry-meta {
	color: #bcbdc0;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #bcbdc0;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #bcbdc0;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #BCBDC0;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #bcbdc0;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-style: solid;
	border-color: #fff;
	border-bottom-width: 1px;
}
.entry-meta a,
.entry-utility a {
	color: #bcbdc0;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 5px;
	padding-bottom: 10px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #bcbdc0;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #bcbdc0;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #bcbdc0;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #bcbdc0;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	border-style: solid;
	border-color: #fff;
	border-bottom-width: 1px;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 10px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 15px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #bcbdc0;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #bcbdc0;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #bcbdc0;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #bcbdc0;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #bcbdc0;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 30px;
	height: 118px;
	width: 924px;
	background: transparent;
	color: #002B5C;
}

#foot-sponsors {
	height: 90px;
	width: 924px;
	float: left;
	background: transparent url(../../../wp-content/themes/uifl/images/footer_sponsors.png) center left no-repeat;
}

#footer-logo {
	height: 28px;
	width: 924px;
	float: left;
	background: transparent url(../../../wp-content/themes/uifl/images/footer_logo.png) top left no-repeat;
	margin:10px 0 0 0;
}

#footer-logo span {
	display: block;
	height: 28px;
	background: transparent url(../../../wp-content/themes/uifl/images/footer_logo.png) top right no-repeat;
}

#footer-text {
	text-align: left;
	float: left;
}

.footer-textLeft {
	padding-left: 200px;
	padding-top: 8px;
}

#footer-textRight {
	padding-top: 8px;
	text-align: right;
	float: right;
}

#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(../../../wp-content/themes/uifl/images/wordpress.png) center left no-repeat;
	color: #bcbdc0;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* NEW GAME PLAN - CSS Added by Traction Team, Development
-------------------------------------------------------------- */

/* = New Header
-------------------------------------------------------------- */

/*
LAYOUT: New Header
DESCRIPTION: The main header for each page.
*/

#header_blue_bar {
	width:100%;
	background-repeat:repeat-x;
	background-color:#004a8c;
}

#header_inside_top {
	position:relative;
	width: 928px;
	height: 164px;
	padding: 0 0;
	z-index:2;
	margin:0 auto;
}

#header_float_1 {
	float:left;
	background-image:url(../../../wp-content/themes/uifl/images/uifl-logo-main.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:164px;
	width:213px;
	margin:0 0 0 0px;
	padding:0 0 0 38px;
}
#header_float_2 {
	float:left;
	background-image:url(../../../wp-content/themes/uifl/images/uifl-text-main.png);
	background-repeat:no-repeat;
	height:51px;
	width:341px;
	margin:64px 0 0 15px;
}
#header_float_3 {
	float:right;
	height:135px;
	width:212px;
	margin:15px 0 0 0;
}

#header_nav_bar {
	width:100%;
	background-color:#ffffff;
	background-image:url(../../../wp-content/themes/uifl/images/nav-reapeat-x.png);
	background-repeat:repeat-x;
	background-position:top;
}

#header_inside_middle {
	position:relative;
	width: 928px;
	height: 30px;
	padding: 0 0;
	z-index:2;
	margin:0 auto;
}

#header_inside_middle_logo {
	width: 227px;
	height: 30px;
	float: left;
	position: relative;
	padding: 0 0;
}

#header_lower_bar {
	width:100%;
	background-image:url(../../../wp-content/themes/uifl/images/border-white.png);
	background-repeat:repeat-x;
	background-position:top;
}

#header_inside_bottom {
	position: relative;
	width: 928px;
	height: 65px;
	padding: 0 0;
	z-index:1;
	margin:0 auto;
}

#header_inside_team {
	float:right;
	margin:0 0 0 0px;
}



#header_inside_bottom_uifl {
	background-position:right top;
	width: 135px;
	height: 53px;
	float: left;
	padding: 0 0;
	margin:0 0 0 0px;
	padding:0 0 0 77px;
}
/*-------------------------------------------------------------*/

/* UIFL Home Page Stylin'
---------------------------------------------------------------*/
#uifl_left {
	width: 530px;
	margin:0 11px 17px 0;
	float:left;
}

#uifl_headlines {
	width:530px;
	height:395px;
	margin:0 0 11px 0;
}

#uifl_left_lower {
	width:530px;
}

#uifl_buttons {
	width:188px;
	height:296px;
}

#uifl_poll {
	width:188px;
	height:296px;
	margin:0 11px 0 0;
	float:left;
}

#uifl_adspace1 {
	width:132px;
	height:296px;
	float:right;
	background: transparent;
}

#uifl_right {
	width: 387px;
	margin:0 0 17px 0;
	float:left;
}

#uifl_news {
	width:387px;
	height:172px;
	margin:0 0 11px 0;
}

#uifl_right_lower {
	width:387px;
	height:212px;
	margin:0 0 11px 0;
}

#uifl_adspace2 {
	width:188px;
	height:212px;
	float:left;
	background-image:url(../../../wp-content/themes/uifl/images/188x212.png);
	background-repeat:no-repeat;
	margin:0 11px 0 0;
}

.adspace2-link {
	display:block;
	height:212px;
	width:188px;
	}

#uifl_upcoming {
	width:188px;
	height:212px;
}

#uifl_video {
	width:387px;
	height:296px;
}

#headline_headlines {
	width:530px;
	height:33px;
	background-image:url(../../../wp-content/themes/uifl/images/header_headlines.png);
}

#body_headlines {
	background:#055497;
	height:360px;
	width:526px;
	border-left:2px solid white;
	border-right:2px solid white;
	border-bottom:2px solid white;
}

#headline_upcoming {
	width:188px;
	height:55px;
	background-image:url(../../../wp-content/themes/uifl/images/header_schedule.png);
}

#body_upcoming {
	background:#333;
	height:124px;
	width:184px;
	border-left:2px solid white;
	border-right:2px solid white;
}

#foot_upcoming {
	width:188px;
	height:33px;
}

#foot_upcoming a:hover {
	background-position: 0px -33px;
}

#foot_upcoming li {
	list-style: none;
}

#foot_upcoming .schedule {
	width:188px;
	height:33px;
	list-style: none;
	margin:0;
	padding:0;
}

#foot_upcoming .block {
display: block;
height: 33px;
width:188px;
top: 0px;
left: 0px;
back-ground-repeat: no-repeat;
overflow: hidden;
}

#foot_upcoming .seeFull {background: url(../../../wp-content/themes/uifl/images/Btn_188x212.png);}

#headline_poll {
	width:188px;
	height:33px;
	background-image:url(../../../wp-content/themes/uifl/images/header_poll.png);
}

#body_poll {
	background:#055497;
	height:261px;
	width:184px;
	overflow: hidden;
	border-left:2px solid white;
	border-right:2px solid white;
	border-bottom:2px solid white;
}


#headline_video {
	width:387px;
	height:33px;
	background-image:url(../../../wp-content/themes/uifl/images/header_video.png);
}

#body_video {
	background:#333;
	height:261px;
	width:383px;
	border-left:2px solid white;
	border-right:2px solid white;
	border-bottom:2px solid white;
}

#headline_news {
	width:387px;
	height:33px;
	background-image:url(../../../wp-content/themes/uifl/images/header_news.png);
}

#body_news {
	background:#333;
	height:137px;
	width:383px;
	border-left:2px solid white;
	border-right:2px solid white;
	border-bottom:2px solid white;
}

#uifl_buttons .buttons {
	width:188px;
	height:296px;
	list-style: none;
	margin:0;
	padding:0;
}

#uifl_buttons a:hover {
background-position: 0px -52px;
}

#uifl_buttons .block {
display: block;
height: 52px;
width:188px;
top: 0px;
left: 0px;
back-ground-repeat: no-repeat;
overflow: hidden;
}

#uifl_buttons li {
	list-style: none;
}

#uifl_buttons .tickets {background: url(../../../wp-content/themes/uifl/images/blueBtn_tickets.png);}
#uifl_buttons .newsletter {background: url(../../../wp-content/themes/uifl/images/blueBtn_newsLetter.png);}
#uifl_buttons .store {background: url(../../../wp-content/themes/uifl/images/blueBtn_onlineStore.png);}
#uifl_buttons .toolbar {background: url(../../../wp-content/themes/uifl/images/blueBtn_toolbar.png);}
#uifl_buttons .tryouts {background: url(../../../wp-content/themes/uifl/images/blueBtn_tryouts.png);}

#uifl_buttons .bumper {
	margin:0 0 9px 0;
}

#uifl_buttons a:hover {
	background-position:0px -52px;
}

.floatL {
	float:left;
	}
	
.floatR {
	float:right;
	}

.uifl_rightSpace {
	margin:0 11px 0 0;
	}
	
.uifl_bottomSpace {
	margin:0 0 11px 0;
	}

/*-------------------------------------------------------------



/* = Homeland - Column ONE
-------------------------------------------------------------- */

/*
LAYOUT: Column ONE of Three, Landing Page
DESCRIPTION: Headlines, News, Giveaways & Video
*/

#columnOne{
	background: transparent;
	width: 480px;
	height: 825px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 20px;
}

#a480x360{
	background: #000;
	width: 480px;
	height: 360px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

#a480x150{
	background: #000;
	width: 480px;
	height: 150px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
	
#ad150x295{
	background: #000 url('../../../wp-content/themes/uifl/images/callOut_150x295.png') no-repeat;
	width: 150px;
	height: 295px;
	float: left;
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
}

#a320x295{
	background: #000;
	width: 320px;
	height: 295px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

/* = Homeland - Column TWO
-------------------------------------------------------------- */

/*
LAYOUT: Column TWO of Three, Landing Page
DESCRIPTION: Tickets, Store, Feed & Future Games
*/

#columnTwo{
	background: transparent;
	width: 212px;
	height: 825px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 20px;
}

#a212x150{
	background: #000;
	width: 212px;
	height: 150px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

#a212x200{
	background: #000;
	width: 212px;
	height: 200px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

#a212x295{
	background: #000;
	width: 212px;
	height: 295px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

/* = Homeland - Column THREE
-------------------------------------------------------------- */

/*
LAYOUT: Column TWO of Three, Landing Page
DESCRIPTION: Tickets, Store, Feed & Future Games
*/

#rightColumn{
	background: transparent;
	width: 188px;
	/*max-height: 825px;*/
	float: left;
	position: relative;
	padding: 0 0;
	margin-bottom: 20px;
}

#ad212x150{
	background: #000 url('../../../wp-content/themes/uifl/images/callOut_150x212.png') no-repeat;
	width: 212px;
	height: 150px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

#store212x200{
	/*background: #000 url('../../../wp-content/themes/uifl/images/store_212x200.png') no-repeat;*/
	background: #000;
	width: 212px;
	height: 200px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

/* = Homeland - Headers
-------------------------------------------------------------- */

/*
LAYOUT: Homeland Headers, Landing Page
DESCRIPTION: Various headers for the Homeland.
*/

/* = Majors
--------------*/

.headsUp{
	margin-left: 10px;
	height: 31px;
}

#b480x31{
	background: #000 url('../../../wp-content/themes/uifl/images/modularHeader_480x31.png') no-repeat;
	width: 480px;
	height: 31px;
	float: left;
	position: relative;
}

#c480x31{
	background: transparent;
	width: 480px;
	height: 31px;
	float: left;
	position: relative;
}

#c1x238x31{
	background: transparent;
	/*background: #000 url('../../../wp-content/themes/uifl/images/modularHeader_240x31_gold.png') no-repeat;*/
	width: 240px;
	height: 31px;
	float: left;
	position: relative;
}

#c2x238x31{
	background: transparent;
	/*background: #000 url('../../../wp-content/themes/uifl/images/modularHeader_240x31_red.png') no-repeat;*/
	width: 240px;
	height: 31px;
	float: left;
	position: relative;
}

/* = Cougar News Buttons
------------------------*/

#newsAtEleven {
padding: 0;
margin: 0 0;
list-style: none;
line-height: 1;
}

#newsAtEleven a:hover {
background-position: 0 -31px;
}

#newsAtEleven .block {
display: block;
height: 31px;
top: 0px;
left: 0px;
back-ground-repeat: no-repeat;
overflow: hidden;
}

#newsAtEleven li {
	float: left;
	list-style: none;
}

#newsAtEleven .cougars {background: url(../../../wp-content/themes/uifl/images/modularHeader_240x62_gold.png); width: 240px;}
#newsAtEleven .uifl {background: url(../../../wp-content/themes/uifl/images/modularHeader_240x62_red.png); width: 240px;}

/*----------------------*/

#b320x31{
	background: #000 url('../../../wp-content/themes/uifl/images/modularHeader_320x31.png') no-repeat;
	width: 320px;
	height: 31px;
	float: left;
	position: relative;
}

#b212x31{
	background: #000 url('../../../wp-content/themes/uifl/images/modularHeader_212x31.png') no-repeat;
	width: 212px;
	height: 31px;
	float: left;
	position: relative;
}

/* = Majors
--------------*/

#b242x31{
	background: #000 url('../../../wp-content/themes/uifl/images/modularHeader_242x31.png') no-repeat;
	width: 242px;
	height: 31px;
	float: left;
	position: relative;
}

#b238x31{
	background: #000 url('../../../wp-content/themes/uifl/images/modularHeader_238x31.png') no-repeat;
	width: 238px;
	height: 31px;
	float: left;
	position: relative;
}

/* = Homeland - Content Areas
-------------------------------------------------------------- */

/*
LAYOUT: Content Areas, Landing Page
DESCRIPTION: Homeland areas need content too.
*/

.borderPatrol{
	border-style: solid;
	border-color: #fff;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	overflow: hidden;
}

.borderPatrol2{
	border-style: solid;
	border-color: #fff;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	overflow: hidden;
}

.borderPatrol_Page{
	background: transparent url('../../../wp-content/themes/uifl/images/modularHeader_692x10_Reverse.png') no-repeat bottom;
	/*
	border-style: solid;
	border-color: #ffffff;
	border-top: none;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom: none;
	*/
	overflow: visible;
}

#c526x360{
	background: #055497;
	width: 526px;
	height: 360px;
	float: left;
	position: relative;
	display: block;
}

#c480x119{
	background: #055497;
	width: 478px;
	height: 118px;
	float: left;
	position: relative;
	overflow: hidden;
}

#c320x264{
	background: #000;
	/*width: 318px;
	height: 263px;*/
	height:261px;
	width:383px;
	float: left;
	position: relative;
	overflow: hidden;
}

#c212x119{
	background: #000;
	width: 210px;
	height: 118px;
	float: left;
	position: relative;
	overflow: hidden;
}

#c212x169{
	background: #000;
	width: 210px;
	height: 168px;
	float: left;
	position: relative;
}

#c212x264{
	background: #000;
	width: 210px;
	height: 263px;
	float: left;
	position: relative;
}

/* = Back to the News
---------------------*/

#content h3 { 
	margin: 0 0;
	padding: 0 0;
}

.nav-previous h3 { 
	margin: 0 0;
	padding: 0 0;
}

.nav-next h3 { 
	margin: 0 0;
	padding: 0 0;
}

/*-------------------*/

/* =Menu
-------------------------------------------------------------- */

/* Not Sure We Need All This
----------------------------*/
#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
/*--------------------------*/

#image-dropdown {
	
}

#dropper {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#dropper ol, #dropper ul {
	margin: 0 0;
	/*list-style: none;*/
}

#dropper li ul li a { color: #fff; }
#dropper li ul li a:link {text-decoration: none;}
#dropper li ul li a:visited {text-decoration: none; }
#dropper li ul li a:hover {text-decoration: none; color: #fff; }
#dropper li ul li a:active {text-decoration: none; }

#dropper a:hover {
	background-position:0px -30px;
}

#dropper .block {
	display:block;
	/*width:68px;*/
	height:30px;
	top:0px;
	left:0px;
	background-repeat:no-repeat;
	overflow:hidden;
}

#dropper .home {background:url(../../../wp-content/themes/uifl/images/menu/nav-home.png); width:65px;}
#dropper .teams {background:url(../../../wp-content/themes/uifl/images/menu/nav-teams.png); width:71px;}
#dropper .news {background:url(../../../wp-content/themes/uifl/images/menu/nav-news.png); width:64px;}
#dropper .schedule {background:url(../../../wp-content/themes/uifl/images/menu/nav-schedule.png); width:93px;}
#dropper .stats {background:url(../../../wp-content/themes/uifl/images/menu/nav-stats.png); width:66px;}
#dropper .shop {background:url(../../../wp-content/themes/uifl/images/menu/nav-shop.png); width:60px;}
#dropper .tickets {background:url(../../../wp-content/themes/uifl/images/menu/nav-tickets.png); width:83px;}
#dropper .fanzone {background:url(../../../wp-content/themes/uifl/images/menu/nav-fanzone.png); width:88px;}
#dropper .leagueinfo {background:url(../../../wp-content/themes/uifl/images/menu/nav-leagueinfo.png); width:111px;}

#dropper li {
	float: left;
}

#dropper li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}

#dropper li ul li {
	height: auto;
	width: 140px;
	padding: 5px 5px 5px 10px;
	border-style: solid;
	border-color: #fff;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-color: #055497;
	/* #002A5C */
	overflow: hidden;
}

#dropper li ul li:hover {
	height: auto;
	width: 140px;
	padding: 5px 5px 5px 10px;
	border-style: solid;
	border-color: #fff;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background: #E31B23 url(../../../wp-content/themes/uifl/images/menu/makeGrade.png) repeat-x;
	color: #fff;
	overflow: hidden;
}

#dropper li ul ul {
	margin: -1em 0 0 10em;
	background-color:#055497;
}

#dropper li:hover ul ul, #dropper li.sfhover ul ul {
	left: -999em;
	background-color:#055497;
}

#dropper li:hover ul, #dropper li li:hover ul, #dropper li.sfhover ul, #dropper li li.sfhover ul {
	left: auto;
}

/* RSS Feeds Take A Trip to the Salon
--------------------------------------*/

#cougarNews {
	/*background-color: #0F0;*/
	background-color: #000;
	width: 440px;
	height: 119px;
	margin: 0 0;
	padding: 0 20px;
	overflow: hidden;
	z-index: 13;
}

#cougarNews li {
	/*background-color: #FF0;*/
	background-color: #000;
	margin: 9px 0;
	padding: 0 0;
	display: list-item;
	white-space: nowrap;
}

#cougarNews a:link, #cougarNews a:visited {
	color: #FFF;
}

#cougarNews a:hover, #cougarNews a:focus {
	color: #fff;
}

#cougarNews a:active {
	color: #FFF;
}

#uiflNews {
	background: #055497;
	width: 383px;
	height: 137px;
	margin: 0 0;
	padding: 0 0;
	overflow: hidden;
	z-index: 11;
}

#uiflNews li {
	background: #055497 url(../../../wp-content/themes/uifl/images/bluMoon.gif) repeat-x;
	margin: 0 0;
	padding: 8px 0 0 14px;
	height: 26px; /* 34px */
	
	border-style: solid;
	border-color: #fff;
	border-bottom-width: 1px;
	
	display: list-item;
	white-space: nowrap;
}

#uiflNews a:link, #uiflNews a:visited {
	color: #FFF;
}

#uiflNews a:hover, #uiflNews a:focus {
	color: #e7221b;
}

#uiflNews a:active {
	color: #FFF;
}

#twitterNews {
	/*background-color: #F0F;*/
	background-color: #000;
	width: 192px;
	margin: 0 10px;
	overflow: hidden;
	z-index: 11;
}

#twitterNews li {
	/*background-color: #F00;*/
	background-color: #000;
	margin: 9px 0 5px 0;
	padding: 0 0;
	display: list-item;
	white-space: normal;
	line-height: 135%;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
}

#twitterNews a:link, #twitterNews a:visited {
	color: #FFF;
}

#twitterNews a:hover, #twitterNews a:focus {
	color: #fff;
}

#twitterNews a:active {
	color: #FFF;
}

.toTheLeft {
	float: left;
	margin-left: 5px;
}

.tempJob {
	border: none;
	margin: 0 0;
	padding: 0 0;
}

/*------------------------------------*/

/* Staying Connected, Socially
-----------------------------------*/

#socialScene {
float:right;
padding: 0;
margin: 0;
list-style: none;
/*line-height: 1;*/
}

#socialScene .bumper {
	margin-right:10px;
}

#socialScene a:hover {
background-position: 0px -34px;
}

#socialScene .block {
display: block;
height: 34px;
top: 0px;
left: 0px;
back-ground-repeat: no-repeat;
overflow: hidden;
}

#socialScene li {
	float: left;
	list-style: none;
}

#socialScene .twitter {background: url(../../../wp-content/themes/uifl/images/social_twitter.png); width: 34px;}
#socialScene .face {background: url(../../../wp-content/themes/uifl/images/social_facebook.png); width: 34px;}
#socialScene .vimeo {background: url(../../../wp-content/themes/uifl/images/social_vimeo.png); width: 34px;}

/*------------------------------------*/

/* Search Styling
--------------------------------------*/

#search {
	margin:73px 0 0 0;
	float:right;
	width:246px;
	height:28px;
	background-image:url(../../../wp-content/themes/uifl/images/searchField.png);
	background-repeat:no-repeat;
}

#search input[type="text"]:focus { outline: none; }

#search input[type="text"] {
	background:transparent;
	border:none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	/*margin-top:5px;
	margin-left:5px;*/
	width:200px;
	vertical-align:top;
}

/*------------------------------------*/

/* Footer Linkage
-------------------------------------*/

#fs_traction {
	display:block;
	height:90px;
	width:121px;
	float: left;
}
	
#fs_2 {
	display:block;
	height:90px;
	width:174px;
	float: left;
}

#fs_3 {
	display:block;
	height:90px;
	width:220px;
	float: left;
}

#fs_4 {
	display:block;
	height:90px;
	width:182px;
	float: left;
}

#fs_5 {
	display:block;
	height:90px;
	width:136px;
	float: left;
}

#fs_6 {
	display:block;
	height:90px;
	width:91px;
	float: left;
}

.fs_traction {
	display:block;
	height:90px;
	width:121px;
	float: left;
}
	
.fs_2 {
	display:block;
	height:90px;
	width:174px;
	float: left;
}

.fs_3 {
	display:block;
	height:90px;
	width:220px;
	float: left;
}

.fs_4 {
	display:block;
	height:90px;
	width:182px;
	float: left;
}

.fs_5 {
	display:block;
	height:90px;
	width:136px;
	float: left;
}

.fs_6 {
	display:block;
	height:90px;
	width:91px;
	float: left;
}

/*------------------------------------*/

/* Logo Menu! Now with Logos!
-------------------------------------*/

#logoMenu {
float:left;
padding: 0;
margin: 5px 0 0 0;
list-style: none;
/*line-height: 1;*/
}

#logoMenu .bumper {
	margin-right:10px;
}

#logoMenu a:hover {
background-position: 0px -60px;s
}

#logoMenu .block {
display: block;
height: 60px;
top: 0px;
left: 0px;
back-ground-repeat: no-repeat;
overflow: hidden;
}

#logoMenu li {
	float: left;
	list-style: none;
}

#logoMenu .cougars {background: url(../../../wp-content/themes/uifl/images/logo-cougars.png); width: 43px;}
#logoMenu .aviators {background: url(../../../wp-content/themes/uifl/images/logo-aviators.png); width: 43px;}
#logoMenu .cincy {background: url(../../../wp-content/themes/uifl/images/logo-cincy.png); width: 43px;}
#logoMenu .dragons {background: url(../../../wp-content/themes/uifl/images/logo-dragons.png); width: 43px;}
#logoMenu .drillers {background: url(../../../wp-content/themes/uifl/images/logo-drillers.png); width: 43px;}
#logoMenu .erie {background: url(../../../wp-content/themes/uifl/images/logo-erie.png); width: 43px;}
#logoMenu .tarpons {background: url(../../../wp-content/themes/uifl/images/logo-tarpon.png); width: 43px;}
#logoMenu .hammer {background: url(../../../wp-content/themes/uifl/images/logo-hammer.png); width: 43px;}
#logoMenu .generals {background: url(../../../wp-content/themes/uifl/images/logo-generals.png); width: 43px;}
#logoMenu .lake {background: url(../../../wp-content/themes/uifl/images/logo-lake.png); width: 43px;}
#logoMenu .racers {background: url(../../../wp-content/themes/uifl/images/logo-racers.png); width: 43px;}
#logoMenu .monsters {background: url(../../../wp-content/themes/uifl/images/logo-monsters.png); width: 43px; margin-left:-5px;}
#logoMenu .rampage {background: url(../../../wp-content/themes/uifl/images/logo-rome.png); width: 43px;}
#logoMenu .sting {background: url(../../../wp-content/themes/uifl/images/logo-sting.png); width: 43px; margin-right:-5px;}
#logoMenu .tenn {background: url(../../../wp-content/themes/uifl/images/logo-tenn.png); width: 43px;}
#logoMenu .hound {background: url(../../../wp-content/themes/uifl/images/logo-hound.png); width: 43px; margin-left:5px;}

/*-----------------------------------*/

/* Staying Connected, Socially
-----------------------------------*/

.xoxo {
	width:212px;
	height:264px;
	padding: 0 0;
	width: 0 0;
	top: -1em;
}

/*---------------------------------*/

/* Polldaddy Corrections
-----------------------------------*/

 /* Styles found within Polldaddy Wizzy Wig editor. Fun times. */ 

/*---------------------------------*/


/* Traction Did It, Bottom Button
-----------------------------------*/

#traction {
	width: 90px;
	height: 28px;
	background: transparent;
	margin: 0 0 0 5px;
	padding: 0 0;
	position: relative;
	overflow: hidden;
	float:right;
}

#traction ul {
	margin-left: 0;
}

.teamtraction {
	width: 90px;
	height: 200px;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.teamtraction li { display: inline;}

.teamtraction li a:link, .teamtraction li a:visited {
	position: absolute;
	top: 0;
	height: 28px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}

.teamtraction .honeycomb a:link, .teamtraction .honeycomb a:visited {
	left: 0;
	width: 90px;
	background: transparent url(../../../wp-content/themes/uifl/images/menu/nav_traction.png) no-repeat;
}

.teamtraction .honeycomb a:hover, .teamtraction .honeycomb a:focus {
		background: transparent url(../../../wp-content/themes/uifl/images/menu/nav_traction.png) no-repeat 0 -28px;
}

.teamtraction .honeycomb a:active {
		background: transparent url(../../../wp-content/themes/uifl/images/menu/nav_traction.png) no-repeat 0 -28px;
}

/* UIFL Bar
---------------------------------*/

#goldFoil {
	width: 100%;
	height: 31px;
	background: #000 url("../../../wp-content/themes/uifl/images/bar/backing.png");
	voice-family: "\"\"";
	voice-family: inherit;
	margin: 0 auto 0 auto;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-bottom-width: 0px;
	position: relative;
	z-index: 9999;
}

#candyBar {
	width: 884px;
	height: 31px;
	background: transparent;
	voice-family: "\"\"";
	voice-family: inherit;
	margin: 0 auto 0 auto;
	position: relative;
}

.chocolate {
	font-family: 'Cantarell', serif;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 29px;
	margin-bottom: 0px;
	float: left;
}

#transFat {
	background: transparent url("../../../wp-content/themes/uifl/images/bar/logo.png");
	width: 30px;
	height: 30px;
	margin: 0 0;
	padding: 0 0;
	float: right;
}

#almondButter {
	font-family: 'Cantarell', serif;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 29px;
	float: right;
	
}

/*-- Caramel, Creamy --*/

#caramel {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#caramel ol, #caramel ul {
	margin: 0 0;
	/*list-style: none;*/
}

#caramel li ul li a { color: #bcbdc0; }
#caramel li ul li a:link {text-decoration: none;}
#caramel li ul li a:visited {text-decoration: none; }
#caramel li ul li a:hover {text-decoration: none; color: #fff; }
#caramel li ul li a:active {text-decoration: none; }

#caramel a:hover {
	background-position:0px -31px;
}

#caramel .block {
	display:block;
	/* width: 119px; */
	height:31px;
	top:0px;
	left:0px;
	background-repeat:no-repeat;
	overflow:hidden;
}

#caramel .uifl {background:url(../../../wp-content/themes/uifl/images/bar/uifl.png); width:99px;}
#caramel .teams {background:url(../../../wp-content/themes/uifl/images/bar/teams.png); width:62px;}
#caramel .partners {background:url(../../../wp-content/themes/uifl/images/bar/partners.png); width:74px;}
#caramel .links {background:url(../../../wp-content/themes/uifl/images/bar/links.png); width:52px;}

#caramel li {
	float: left;
}

#caramel li ul {
	position: absolute;
	width: 119px;
	left: -999em;
	background-color: #000;
	font-family: 'Cantarell', serif;
	border-style: solid;
	border-color: #555;
	border-top-color: #FFF;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	color:#bcbdc0;
}

#caramel li ul li {
	height: auto;
	width: 119px;
	line-height: 14px;
	padding: 5px 5px 5px 10px;
	border-style: solid;
	border-color: #555;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #000;
	overflow: hidden;
}

#caramel li ul li:hover {
	height: auto;
	width: 119px;
	line-height: 14px;
	padding: 5px 5px 5px 10px;
	border-style: soild;
	border-color: #555;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background: #000;
	color: #fff;
	overflow: hidden;
}

#caramel li ul ul {
	margin: -1em 0 0 10em;
	background-color:#000;
}

#caramel li:hover ul ul, #caramel li.sfhover ul ul {
	left: -999em;
	background-color:#000;
}

#caramel li:hover ul, #caramel li li:hover ul, #caramel li.sfhover ul, #caramel li li.sfhover ul {
	left: auto;
}

.takeARight {
	left:auto;
	right: 0px;
}

/* Feature Articles Under Headlines, Gone!
-------------------------------------------*/

.dfcg-carouselBtn {
	visibility: hidden;
}

.carouselContainer {
	visibility: hidden;
}

.jdGallery a.carouselBtn {
	visibility: hidden;
}

/* Main Menu Overlaps Headlines Onced Again!
---------------------------------------------*/

#dfcg-fullsize {
	z-index:1 !important;
}

#myGallery {
	z-index:1 !important;	
}

/* Contact Form Power Up!
--------------------------*/

#contact-background {
	/*border-style:solid;
	border-width:1px;
	border-color:#f78e1e;*/
	background-color:#055497;
	background-image:url(../../../wp-content/themes/uifl/images/uifllogo.gif);
	background-repeat:no-repeat;
	background-position:top right;
	/*width:400px;*/
	margin:20px 0 20px 0;
	padding:40px 0px 0px 40px;
}

.uiflmessage {
	margin:0 360px 0 0;
	font-size:12px;
	line-height:12px;
	color:#BCBDC0;
}

#contact-background .uiflwhite {
	color:#ffffff;
	}
	
.wpcf7-mail-sent-ok {
	color:#ffffff;
	}
	
#greyfix {
	color:#231F20;
	}
	
.wpcf7-submit {
	color:#231F20 !important;
	}
	
.wpcf7-form {
	color:#231F20 !important;
	}
	
.wpcf7 {
	color:#231F20 !important;
	}
	
.wpcf7-validates-as-required {
	color:#231F20 !important;
	}
	
.uiflwhite {
	font-size:12px;
	color:#BCBDC0;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:12px;
	}
	
.uifltextbox {
	width:350px;
	margin-bottom:15px;
}

.uiflhow {
	font-size:12px;
	color:#BCBDC0;
	line-height:12px;
	margin-left:50px;
	margin-bottom:5px;
}
	
#contact-expansion {
	width:550px;
}

#contact-expansion p {
	margin-bottom:0px;
	vertical-align:top;
}

#contact-expansion input {
	color:#231F20;
	margin: 0 0 15px 0;
}

#contact-expansion2 {
	width:650px;
}

.uiflrequired {
	padding-bottom:10px;
	}
	
input.ie6 {
	border:0;
	width:200px;
	vertical-align: top;
	margin-top:5px;
	margin-left:5px;
	}
	
.clear {clear:both; height:0px; overflow:hidden; width:100%;}