/*
	Theme Name: Genesis
	Theme URI: http://www.studiopress.com/themes/genesis
	Description: Genesis is an advanced Framework for WordPress. Please <strong>do not modify</strong> this stylesheet, as it will be overridden in Genesis updates.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.7.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/**
 * WARNING: This file is part of the core Genesis Framework. DO NOT edit
 * this file under any circumstances. Please do all modifications
 * in the form of a child theme.
 */

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Formsky
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
color: #333333;
font-family: 'Droid Sans',sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 22px;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;

padding-left: 0pt;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}
h2 {
	color: #000;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;	
}
blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: none;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #d16a10;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #ccc;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #ffffff;
	margin: 0 auto;
	width: 100%;
	background-repeat:repeat-x;
		background-image:url(images/bg2.jpg);

}


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

#header {
	margin: 0 auto;
	min-height: 105px;
	background-image:url(images/nfl-draft-header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	overflow: hidden;
	width: 100%;
	background-color:#333333;
	position:fixed;
	z-index:10;
}


#header2 {
    background: url("images/sky.jpg") scroll 0 bottom transparent;
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
    margin: 0 auto;
	padding-top: 100px;
	min-height: 280px;
    overflow: hidden;
    width: 100%;
}
#header3 {
	margin: 0 auto;
	min-height: 20px;
	overflow: hidden;
	width: 100%;
	background-color: #0F0;
}


#title-area {
	float: left;
	overflow: hidden;
	padding: 0px 0 0;
	width: 400px;
	margin-top:-20px;
}
#header .logolink {
    float: left;
    height: 110px;
    line-height: 30px;
    width: 250px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width







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

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 250px;
}
#header .wrap {
width:1000px;
margin:0 auto;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}

li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}

#header_links {
	margin:0px auto;
	width:1000px;
	}
#header_links ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	}
#header_links ul li {
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	border-right: 1px solid #464646;
	font-size:11px;
	}
#header_links ul li.last_hn {
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	border-right: none;
	}
#header_links ul li a {
	list-style:none;
	margin:0px;
	padding:3px 10px;
	float:left;
	background:#000000;
	color:#FFFFFF;
	text-decoration:none;
	}
#header_links ul li a:hover {
	list-style:none;
	margin:0px;
	padding:3px 10px;
	float:left;
	background:#111;
	color:#FFFFFF;
	}

/* Primary Navigation
------------------------------------------------------------ */

#nav {

	clear: both;
	color:#fff;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;

}
#nav .wrap {
position:fixed;
background-image: url(images/nav-bg.jpg);
background-repeat:repeat-x;
margin-top:-10px;
width:100%;
z-index: 20;
}

#nav ul {
	width: 1000px;
	color:#fff;
}

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

#nav li.searchform {
	float: right;
	list-style-type: none;
	padding-left:50px;
}


#nav li a {
	color:#fff;
	display: block;
color: #ffffff;

text-shadow: #666666;
text-transform:uppercase;
font-size: 13px;
	padding: 7px 15px 5px;
	position: relative;
	text-decoration: none;
	font-weight:bold;
	border-right: 1px solid #636161;

}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #CCC;
	color: #fff;
	margin-bottom:0px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333333;
	border: 0px;
	border-top-width: 0;
	color: #fff;
	font-size: 18px;
	padding: 0px 10px;
	position: relative;
	text-transform: none;
	width: 175px;
}

#nav li li a:hover {
	background-color: #424242;
	border:0px;
}
#nav li li a:active {
	background-color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 240px;
	z-index: 9999;

}

#nav li ul a {
	width: 240px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 0px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {

	border-bottom: 1px solid #666;
	
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 1000px;
}

#subnav ul {
	float: left;
	width: 100%;
}

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

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
	background-color:#0F0;

}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: -90px auto 0px auto;
	overflow: hidden;
	padding-left:15px;
	padding-top:15px;
	padding-right:10px;
	width: 965px;
	background-color:#FFF;
		height:100%;
		border: 1px solid #999; 
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1000px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


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

#content {
	float: left;
	width: 470px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 640px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 1000px;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px;
}

h1 {
	font-size: 22px;
	line-height: 25px;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
	line-height: 15px;
	padding-bottom: 10px;
		border-bottom: 1px dotted #CCC;
		font-weight:bold;
		color:#000;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;

}

.widget-area h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #333;
			color:#FFF;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: 5px 0;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


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

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 0 5px 0 0px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 0px 0;
	width: 1000px;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: left;
	font-size: 13px;
	line-height: 20px;
	width: 315px;
	margin-left: 15px;
}

.sidebar p {
	font-size: 13px;
	line-height: 13px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area .textwidget {
	padding: 5px 10px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 5px 0 0 6px;

}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;

}

.widget-area ul {

	word-wrap: break-word;
padding-left: 0px;
	margin-right:5px;
	margin-bottom: 2px;
	background-color:#fff;
}
.widget-area  li {
background: url("images/post-arrow.png") no-repeat scroll 0 5px transparent;
	padding-left:15px;

	word-wrap: break-word;
	background-position:
	list-style-type:none;
	padding-left:15px;
	margin-right:5px;
	color: #ccc;
	margin-bottom: 2px;
}
.widget-area  a {
color: #000000;
text-decoration:underline;
}



/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom:20px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 30px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 0px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 10px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 130px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #ece9e9;
	border-bottom: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	width: 100%;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}
#footer-widgets ul {
	margin: 0 0 10px;
	background-color:none;
	background: left center no-repeat;padding-left: 0px;word-wrap: break-word;list-style-type: none;padding-left: 0px;margin-right: 5px;color: black;margin-bottom: 2px;
	width: 300px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 500px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}



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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 100px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 5px 0 0px;
	padding: 5px 5px 5px 10px;

}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 0px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 0px 5px 0px 0;
	font-size: 11px;
}

.comment-list cite,
.ping-list cite {
	font-style: bold;
	font-size: 12px;
	color: #000;
}

.commentmetadata {
	font-size: 12px;
	color: #000;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
}

.alt,
.depth-1,
.even {
	border: 1px solid #fff;
}
.comment-author {
border-top: 1px solid #ccc;	
padding-top: 10px;
}
ul.children {
	background-color:#f1f1f1;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;

}

#sidebar #text-4 {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/nfl-draft-rankings.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-right:0px;
	padding-right:130px;
	padding-top:0px;
	width:310x;
	height: 200px;
	margin-bottom: 20px;
	}

#sidebar #text-4 h4 {
	font-size: 12px;
	font-weight: bold;
		background-image:url(images/posts-top-header.png);
		background-repeat:repeat-x;
		height: 22px;
		color:#FFF;
		text-transform:uppercase;
	padding: 3px 0px 0px 10px;
	text-transform: uppercase;
	width: 304px;
	background-color: #ccc;
	border: 1px;
}
#sidebar #text-3 {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/nfl-rookie-report.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-right:0px;
	padding-right:130px;
	padding-top:0px;
	width:180px;
	height: 103px;
	margin-bottom: 0px;
	}

#sidebar #text-3 h4 {
	font-size: 16px;
	font-weight: bold;
	color:#000;
	padding: 5px 0px 0px 10px;
	text-transform: uppercase;
	background: none !important;
	border: 0px !important;
}
#sidebar #text-3 {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/nfl-rookie-report.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: normal;
	height: 82px;
	margin-right:0px;
	padding-right:130px;
	padding-top:40px;
	padding-bottom: 20px;
	width:180px;
	margin-bottom: 10px;
	}

#sidebar #recent-posts-3 h4 {
	font-size: 12px;
	font-weight: bold;
		background-image:url(images/posts-top-header.png);
		background-repeat:repeat-x;
		height: 22px;
		color:#FFF;
		text-transform:uppercase;
	padding: 3px 0px 0px 10px;
	text-transform: uppercase;
	background-color: #ccc;
	border: 1px;
} 
#sidebar #recent-posts-3 {

	font-family: Arial, Helvetica, sans-serif;
	background-position: top right;
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: normal;
	background-color:#fff;
	margin: 0;
	margin-right:0px;
	padding-top:0px;
	margin-bottom: 20px;
	}
.greyRule {
  border-top: 1px dotted #ccc;
  color: #fff;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 1px;
  width:100%;

}
.greyRule hr {
display: none;
}
/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #1c1a1b;
    border-radius: 3px;
    clear: both;
    margin: 0 auto 10px;
    overflow: hidden;
    width: 100%;
	color:#5bacd3;
}
#footer a,
#footer a:visited {
	color: #000;
	
}
 
#footer-widgets .wrap {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    padding: 15px 19px 0;
}
 
#footer-widgets .widget {
    background: none;
    border: none;
    margin: 0 0 15px;
    padding: 0;
}
 
#footer-widgets .textwidget {
    padding: 0;
}
 
#footer-widgets h4 {
	color: #CCC;
	font-weight:bold;
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	font-size: 15px;
	font-weight: normal;
	width: 300px;
}
 
#footer-widgets .widget_tag_cloud div div {
    padding: 0;
}
 
#footer-widgets p {
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 10px;
}
 
#footer-widgets ul {
    margin: 0;
}
 
#footer-widgets ul li {
    margin: 0 0 0 20px;
}
 
#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
    background: none;
}
 
.footer-widgets-1 {
    float: left;
    margin: 0 10px 0 0;
    width: 295px;
}
 
.footer-widgets-2 {
    float: left;
    width: 285px;
}
 
.footer-widgets-3 {
    float: right;
    width: 295px;
}
#footer-widgets a, #footer-widgets a:visited

{
text-decoration:none;
color: #1f9cd8;

}

#footer-widgets ul li 

{
background-image: url(images/footer-li.jpg);
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left center;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #444444;
font-family: 'Oswald',arial,serif;
list-style-type: none;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 8px;
padding-right: 0pt;
padding-bottom: 8px;
padding-left: 17px;


}
#megaMenu ul.megaMenu li.searchform {
	margin-left:20px;
	
	}
#dwrap  {
width: 100px;
height: 100px;
border: 1px solid #FF00FF;
background-color:#0F0;
float: left;
}
#tablediv {
	width:600px;
}
#tablediv div.row1 div {
	border: 1px solid #ccc;
	float: left;
	text-align:center;
	padding:7px;
	height:100px;
	width:104px;
}
#tablediv div.row2 div {
	border: 1px solid #ccc;
	text-align:center;
	padding:5px;
	width:588px;
}
div.row {
	float:left;
}
div.bluebg {
	background:blue;
}
div.onebar-title {

color: #384d5e;
font-size: 18px;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 12px;
padding-left: 0pt;

}

div.onebar-text {
font-size: 12px;

line-height: 17px;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 12px;

padding-left: 0pt;
}

.gdmultitable {

padding-top: 3px;

padding-right: 3px;

padding-bottom: 3px;

padding-left: 0px;

margin-top: 3px;

margin-right: 3px;

margin-bottom: 3px;

margin-left: 0px;

border-top-width: 0px;

border-right-width-value: 1px;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 1px;

border-left-width-value: 1px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: none;

border-right-style-value: solid;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: none;

border-left-style-value: none;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: #ffffff;

border-right-color-value: #999999;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: #999999;

border-left-color-value: #999999;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

}
.gdmultitable {
border:0px !important;
padding-left: 0px !important;
margin-left: 0px !important;
}
.gdmultitable td

{

vertical-align: middle;
font-size:12px;
font-weight:bold;
padding-top: 6px !important;
padding-right: 4px;
padding-bottom: 0px !important;
padding-left: 0px !important;
color: #333333;

}
.ratingbutton

{



padding-right: 15px !important;
padding-bottom: 1px !important;
padding-top: 1px !important;
padding-left: 15px !important;

}
.voted 

{

color: #333333 !important;

}

.inactive

{

color: #333333 !important;

}
.starsbar.gdsr-size-20, .starsbar.gdsr-size-20 .gdheight, .starsbar.gdsr-size-20 a (line 49)

{

height: 20px;
padding-left: 200px;

}
.ratingbutton.gdinactive

{

border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #9c5f5f;
border-right-color-value: #9c5f5f;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #9c5f5f;
border-left-color-value: #9c5f5f;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
background-color: #333 !important;

}
.ratingbutton.gdinactive a

{

color: #fff !important;

cursor: default;

}
hr.line {border: none 0; 
border-top: 1px dotted #999;/*the border*/
width: 635px;
height: 1px;
margin-bottom: 30px;
margin-top: 30px;
}
.homepage-slider {
	display: none;
}
img {
	object-fit: cover;
}