/*
Theme Name: SDS Theme 3

Author: Revelation Media
Version: 3.0

*/
/*
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);*/
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed';
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,800';
@import 'https://fonts.googleapis.com/css?family=Roboto';

/*@import url('/css/base.css');
@import url('/css/tablet.css');
@import url('/css/desktop.css');*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
 	line-height: 22px;
	font-weight: 400;
//	font: 15px/1.75em 'Open Sans', Helvetica, Arial, sans-serif; color: #404040; //font-weight: 400;
//	font-size: 1.4rem;
//	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	clear: both;
}
body.page-id-60296 h3, body.single-player h3 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 20px;
text-transform: uppercase;
margin-bottom: 8px;
margin-top: 5px;
}

h1.entry-title {
//	font-size: 3rem;
	font-size: 28px;
	line-height: 105%;
//	font-weight: bold;
}

.body-quote {
 text-transform: uppercase;
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 24px;
 line-height: 36px;
 color: #000;
 border-top: 3px solid #d8ba22;
 border-bottom: 3px solid #d8ba22;
 padding: 10px 0 10px;
 margin: 10px 0 20px;
 font-style: italic;
 letter-spacing: 2px;
}
/* ============================== END OF ARTICLE SPONSOR IMAGE WIDGET ========================================= */

.end-of-article-sponsor {
 text-transform: uppercase;
 font-family: 'Open Sans', sans-serif;
 font-size: 12px;
 line-height: 150%;
 color: #999999;
 border-top: 3px solid #d8ba22;
 border-bottom: 3px solid #d8ba22;
 padding: 10px 0 10px 20px;
 margin: 30px 0 20px;
 font-style: bold;
 letter-spacing: 1px;
}

.end-of-article-sponsor img {
 padding-left: 30px;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
cite {
	text-align: right;
	width: 100%;
	padding-bottom: 20px;
}
blockquote {
	margin: 30px 20px 2px;
	padding-left: 2em;
	border-left: 2px solid #d8ba22;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #d8ba22;
}
a:visited {
	color: #d8ba22;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.entry-meta .avatar {
	height: 38px; width: 38px;
       border-radius: 19px;
	border: 1px solid #393834;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

/* mobile first design - start with smallest screens */


.site {
 width: 100%;
}

.site-header {
 width: 100%;
 border-bottom: 1px solid gray;
 background-color: #fff;
//    margin-bottom: 30px;
}

.stripe-ad {
 width: 100%;
 text-align: center;
 display: none;
}
.stripe-ad img {
// width: 100%;
 height: auto;
}
.desktop-ad, .tablet-ad {
	display :none;
}

#content {
 width: 100%;
 //margin-top: 55px;
 margin-top:0;
 position: relative; 
 background-color: #fff;
}

#container {
 width: 100%;
 position: relative;
}

.content-area, #sidebar {
 min-width: 320px;
 //padding: 0 10px;
}

.site-footer {
 width: 100%;
// border-top: 1px solid gray;
 background-color: #fff;
}


.article-preview {
 width: 100%;
}

.article-preview-image {
 width: 100%;
 display: block;
}

.article-preview-image img {
 outline: 0; max-width: 100%; height: auto;
}
.article-preview-details {
 width: 100%;
 display: block;
}

.article-preview-details p { visibility: hidden; }

.article-feature-image img, .entry-body-container img {
 outline: 0; max-width: 100%; height: auto;
}



.article-feature-overlay {
// display: none;
}

.article-feature-image {
 position: relative;
 z-index: 150;
}

.article-feature-overlay {
 display: inline;
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 250;
}


.half, .full {
 width: 100%;
}

/* the article meta info section */

.entry-meta {
 width: 100%;
 text-align: left;
 padding-top: 15px;
}
.post-author, .post-dt {
 display:block;
}


.entry-author-dropdown {
 width: 100%;
 height: auto;
 background-color: #fff;
// z-index: 85;
// position: absolute;
// top: 0;
padding-bottom: 50px;
}

.fb-follow {
 margin-left: 53px;
 float:left;
}

.author-info .author-arrow {
 padding-left: 7px;
 cursor: pointer;
}

.entry-author-dropdown p {
 margin-left: 52px;
 margin-right: 35px;
 
 font-size: 14px;
}

a.author-dropdown-facebook, a.author-dropdown-profile, a.author-dropdown-twitter, a.author-dropdown-google {
	background: url(http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/author-bio-icons.png) no-repeat; 
	width: 93px;
	height: 32px;
	float: left;
	margin-left: 15px;
}
a.author-dropdown-profile 	{ background-position: 0 0; margin-left: 52px;}
a.author-dropdown-facebook 	{ background-position: -102px 0; }
a.author-dropdown-twitter 	{ background-position: -205px 0; }
a.author-dropdown-twitter 	{ background-position: -207px 0; }

.author-more-links a:nth-child(2n+1) {
 margin-left: 52px;
 clear: left;
  margin-bottom: 15px;

}
.author-more-links a:nth-child(2n) {
 margin-left: 32px;
 margin-bottom: 15px;
}

.article-feature-image-container {
 position: absolute;
 top: 0;
 z-index: 80;
}

.entry-meta .author-info, .entry-meta .post-publish-date-time {
 line-height: 40px;
 margin-bottom: 0;
 vertical-align:middle;
 font-weight:400;
 font-size: 14px;
}
.entry-meta .post-publish-date-time {
font-size:12px;

}
 
.author-info .avatar, .author-info .author-name {
 vertical-align:middle;
}
.author-info .author-name {
 text-transform: uppercase;
 font-size:12px;
}
.author-name-time {
	color:#999;
}





.admin-wide-select {
 width: 500px;
 max-width: 500px;

}
.sticky { position:fixed !important; }


/** WIDGETS STYLE **/

.sidebar-social-icons, .sidebar-buttons {
 width: 100%;
 height: 75px;
 padding-top: 5px;
 padding-bottom: 20px;
}

.sidebar-social-icons a {
	width: 50px;
	height: 50px;
	margin: 0 12.5px 0 0;
	float: left;
	background: url(http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/social-icons.png) no-repeat; 
}
.sidebar-social-icons a.facebook 	{ background-position: 0 0; }
.sidebar-social-icons a.facebook:hover 	{ background-position: 0px -100px; }
.sidebar-social-icons a.twitter 		{ background-position: -62.5px 0px; }
.sidebar-social-icons a.twitter:hover 		{ background-position: -62.5px -100px; }
.sidebar-social-icons a.gplus 		{ background-position: -125px 0px; }
.sidebar-social-icons a.gplus:hover 	{ background-position: -125px -100px; }
.sidebar-social-icons a.pinterest 		{ background-position: -187.5px 0px; }
.sidebar-social-icons a.pinterest:hover 	{ background-position: -187.5px -100px; }
.sidebar-social-icons a.instagram 		{ background-position: -250px 0px; margin: 0; }
.sidebar-social-icons a.instagram:hover 	{ background-position: -250px -100px; margin: 0; }

.sidebar-buttons a {
	width: 145px;
	height: 44px;
	margin-left: 10px;
	float: left;
	background: url(http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/sidebar-buttons.png) no-repeat; 
}
.sidebar-buttons a.merch-button 	{ background-position: 0 0; margin-left: 0;}
.sidebar-buttons a.merch-button:hover 	{ background-position: 0px -57px; }
.sidebar-buttons a.decals-button 		{ background-position: -155px 0px; }
.sidebar-buttons a.decals-button:hover 		{ background-position: -155px -57px; }

/* ============================== SCHEDULE WIDGET ========================================= */
.sidebar-schedule-widget {
 border: 2px solid #d2cec8;
 width: 300px;
 margin: 50px 0;
 text-align: center;
}

.sidebar-schedule-widget .title {
 font-family: 'Roboto Slab', sans-serif;
 font-size: 18px;
 border: 2px solid #d2cec8;
 width: 220px;
 margin: -25px 40px 0 40px;
 float: left;
 padding: 9px 0;
// z-index: 1000;
// postition: absolute;
 background-color: #fff;
}

.sidebar-schedule-widget .weekrow {
 display: block;
 padding: 47px 0 22px;
}
.sidebar-schedule-widget .weekrow img {
 padding: 0 25px;
}

.sidebar-schedule-widget .week {
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 18px;
 text-transform: uppercase;
}

.sidebar-schedule-widget .opponent-logo {
 display:block; 
}

.sidebar-schedule-widget .opponent {
 display: block;
 padding-top: 21px;
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 18px;

}

.sidebar-schedule-widget .stadium {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 display:block; 
}
.sidebar-schedule-widget .datetime {
 display:block;
 padding: 15px 0 20px;
}
.sidebar-schedule-widget .date, .sidebar-schedule-widget .time {
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 16px;
 text-transform: uppercase;
}
.sidebar-schedule-widget a, .sidebar-schedule-widget a:visited {
 text-decoration: none;
 color: #404040;
}


/* ============================== POPULAR POSTS WIDGET ========================================= */

.popular-posts-widget {
 border-top: 3px solid #d2cec8;
 width: 300px;
 margin: 20px 0;
 padding: 18px 0;
 text-align: center;
}
.popular-posts-widget .titles {
 font-family: 'Roboto Slab', sans-serif;
 font-size: 17px;
 color: #a29893;
 display: block;
 padding-bottom: 20px;
}

.popular-posts-widget .titles .first, .popular-posts-widget .titles .second, .popular-posts-widget .titles .third {
 width: 100px;
 display: inline-block;
}

.popular-posts-widget .titles a, .popular-posts-widget .titles a:visited {
 text-decoration: none;
 color: #a29893;
}

.popular-posts-widget .titles .first {
 text-align: left;
}

.popular-posts-widget .titles .second {
 text-align: center;
 margin: 0 auto;
}

.popular-posts-widget .titles .third {
 text-align: right;
}

.popular-posts-widget .titles .active {
 color: #423834;
 border-bottom: 2px dotted #423834;
 padding-bottom: 10px;
}

.popular-posts-widget .recent-post {
 background: #eae5e1;
 width: 300px;
 height: 100px;
 margin: 12px 0;
 display: block;
}

.popular-posts-widget .recent-post-image {
 margin-left: 0
 width: 100px;
 display: inline-block;
}
.popular-posts-widget .recent-post-title {
 width: 200px;
 margin: 0;
 vertical-align: top;
 display: inline-block;
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 14px;
 padding: 15px 16px 5px 16px;
 text-align: left;
 height: 100px; 
 line-height: 20px;
}

.popular-posts-widget .recent-post-title a, .popular-posts-widget .recent-post-title a:visited {
	color: #000;
	text-decoration: none;
}
.popular-posts-widget .recent-post-title a:hover {
	text-decoration: underline;
}


/* ============================== BRAEKING NEWS WIDGET ========================================= */

.breaking-news-widget {
// border-top: 3px solid #d2cec8;
 //width: 300px;
 //margin: 20px 0;
 //padding: 18px 0;
width: 100%;
//padding: 0 10px;
}
/*
.breaking-news-widget .title {
 width: 100%;
 text-align: center;
 font-family: 'Roboto Condensed', sans-serif;
 //text-transform: uppercase;
 font-size: 26px;
 padding-bottom: 16px;
}

.breaking-news-widget .article-image {
 width: 300px;
 position: relative;
 z-index: 251;

}

.breaking-news-widget .article-image img {
 max-width: 100%;
 height: 157px;
}
.breaking-news-widget .breaking-news-overlay {
 display:inline;
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 350;
 margin: 0 auto;
}


.breaking-news-widget .article-title {
 display:inline;
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 351;
 margin: 15px;
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 18px;
 color: #fff;
 text-transform: uppercase;
 font-weight: 600;
 text-align: left;
}*/
/*

.breaking-news-widget .article-title {
  width: 100%;
//  margin-top: -75px;
  height: auto;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0,0,0,0.5);
  z-index: 400;
  position: absolute;
  bottom: 7px;
}

.breaking-news-widget .article-title .title-text {
  margin: 10px 10px;
  line-height: 20px;
}


.breaking-news-widget .article-title .title-text a, .breaking-news-widget .article-title .title-text a:visited {
  color: #fff;
  text-decoration: none;
}
*/
.more-info-widget-container {
 margin-bottom: 25px;
}
.more-info-widget {
 background-color: #eae5e1;
 width: 300px;
 display: table;
 margin: 0;
 padding: 0;
 height: 50px;
 line-height: 50px;
 vertical-align: center;
 text-align: center;
}

.more-info-widget .sds-name {
 width: 256px;
 display: table-cell;
 margin: 0;
 cursor: pointer;
}
.more-info-widget .arrow {
 border-left: 1px solid #fff;
 width:53px;
 display: table-cell;
 margin: 0;
 cursor: pointer;
}
.more-info-widget .info-link {
 width: 300px;
 height: 50px;
 border-top: 1px solid #fff;
}
.more-info-widget .info-link a, .more-info-widget .info-link a:visited {
 color: #000;
 text-decoration: none;
}
.more-info-widget .info-link a:hover {
 color: #000;
 text-decoration: underline;
}


/*======================== ARTICLE BOTTOM WIDGETS ============================================= */

.article-bottom {
 margin-top: 5px;

 padding-bottom: 25px;
 border-bottom: 1px solid #d2cec8;
}

.article-bottom h3, .home-widget-title h3 {
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 20px;
 text-transform: uppercase;
 margin-bottom: 25px;
 margin-top: 5px;
}


.article-bottom .title {
 float:left;
}
.article-bottom .toplink {
 float:right;
}

.links ul {
 margin: 0;
 margin-left: 20px;
 text-align: left;
}

.links ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-image: url('http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/disc.png');
}

.links ul li a, .links ul li a:visited {
	color: #000;
	text-decoration: none;
}

.links ul li a:hover {
	text-decoration: underline;
}

a.uparrow {
 background-image:url('http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/uparrow.png');
 float:right;
 width: 36px;
 height: 36px;
 padding-right: 3px;
}

#references-up-arrow, #references-down-arrow {
 cursor: pointer;
}

.links {
 width: 100%;
 padding-bottom: 20px;
}

.photocredit {
 width: 100%;
 padding: 20px 20px;
 font-family: 'Open Sans', sans-serif;
 font-size: 13px;
 font-style: italic;
  border-top: 2px solid #d8ba22;
 
}

.photocredit p {
 margin-bottom: 0;
}

/* ---- around the web ---- */

.article-from-web {
 margin-top: 20px;
}

.web-links {
// width: 315px;
// float:left;
 width:300px; 
 margin: 10px auto;
 height: 110px;
 background: #eae5e1;
// margin-bottom: 20px;
}
/*
.web-links:nth-child(2n+1) {
 margin-left: 20px;
}*/


.web-links .link-image {
 margin-left: 0
 width: 110px;
 display: inline-block;
}
.web-links .link-title {
 width: 190px;
 margin: 0;
// vertical-align: top;
 display: inline-block;
 font-family: 'Roboto', sans-serif;
 font-size: 14px;
// padding: 15px 16px 5px 16px;
 padding: 0 15px;
 text-align: left;
 height: 110px; 
 line-height: 20px;
}

.web-links .link-title a, .links .link-title a:visited {
 color: #000;
 text-decoration: none;
}

.web-links .link-title .title {
 height: 83px;
 vertical-align: top;
 width: 175px;
 display: inline-block;
 float: left;
 padding-top: 10px;
}
.web-links .link-title .site {
 height: 27px;
 vertical-align: middle;
 width: 175px;
 display: inline-block;
 float: left;
}
.web-links .link-title .site a, .web-links .link-title .site a:visited, .web-links .link-title .site a:hover {
 color: #d8ba22;
 text-decoration: none;
}

.web-links .link-title .site img {
 padding-right: 8px;
 padding-left: 5px;
}

/* ============ article blocks =================== */

.related-articles {
 margin-top: 20px;
}

.article-block {

 width:100%;
 margin-bottom:20px;
}



.article-block .article-image {
 position:relative;
 z-index: 251;
 margin: 0 auto;
 width:300px;
}

.article-block-overlay {
 display:inline;
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 350;
 margin: 0 auto;
}
.article-block .article-image img, .article-block-overlay img {
 width: 300px;
 height: 300px;
}

.article-block .article-title {
 display:inline;
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 351;
 margin: 15px;
 font-family: 'Roboto', sans-serif;
 font-size: 14px;
 color: #fff;
 font-weight: 600;
 line-height: 16px;
 text-align: left;
}

.article-feature-image .article-title {
display: inline;
position: absolute;
bottom: 0;
left: 0;
z-index: 351;
margin: 15px;
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #fff;
font-weight: 600;
line-height: 16px;
}

.article-title a, .article-title a:visited, .article-title a:hover {
 text-decoration: none;
}

#sidebar .top-stories .article-title a, #sidebar .top-stories .article-title a:visited, #sidebar .top-stories .article-title a:hover {
	color:#000;
}

.article-scroll .title {
 margin-top: 20px;
}

.article-scroll .article-block {
 margin-bottom: 20px;
 float: left; 
 width: 47.5%;
}

.article-scroll-group .article-image, .article-scroll-group .article-block-overlay {
 width: 100%;
}

.article-scroll-group .article-block .article-image img, .article-scroll-group .article-block-overlay img {
 max-width: 100%;
 height: auto;
} 

.article-scroll-group .article-block:nth-child(2n) {
 clear:left;
}
.article-scroll-group .article-block:nth-child(2n+1) {
 float:right;
}
.article-scroll-group .article-feature-image {
 margin-bottom: 20px;
}

/* ======================= COMMENTS ================================== */

#comments .title h3 {
 margin-bottom: 10px;
}

ul.comment-list {
 margin: 0;
}

ul.comment-list, ul.comment-list ul {
 list-style-type: none;
}

.comment-body {
 width: 100%;
 clear: both;
 display: table;
 margin-top: 26px;
 padding-bottom: 30px;
 border-bottom: 1px dotted #dadada;
}

.comment-avatar {
 width: 55px;
 display: table-cell;
}

.comment-avatar img.avatar {
	height: 35px; width: 35px;
       border-radius: 17.5px;
	border: 1px solid #c8c8c8;
	margin-bottom: 15px;
}


.comment-main {
 width: auto;
 display: table-cell;
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 font-weight: 400;
 vertical-align: top;

}

.comment-author, .comment-author a, .comment-author a:visited, .comment-author a:hover  {
 font-weight: 400;
 color: #000;
 text-decoration: none;
// display: table-cell;
}

.comment-author a:hover {
 text-decoration: underline;
}

li > ul.children {
 margin-left: 55px;
}

.comment-title {
 width: 100%;
 margin-bottom: 1.5em;
 margin-top: 6px;
}

.comment-meta {
 padding-left: 15px;
 color: #999999;
 font-style: italic;
}

.comment-meta a, .comment-meta a:visited {
 color: #999999;
 text-decoration: none;
}
.comment-meta a:hover {
 color: #999999;
 text-decoration: underline;

}

.reply a, .reply a:visited, .reply a:hover {
 color: #d8ba22;
 border-bottom: 1px dotted #d8ba22;
 padding-bottom: 2px;
 text-decoration: none;
}

.logged-in-as {
 font-size: 13px;
}
.form-allowed-tags {
 font-size: 13px;
 font-style: italic;
  color: #999999;
}

#respond a, #respond a:visited {
 color: #d8ba22;
 text-decoration: none;
}
#respond a:hover {
 color: #d8ba22;
 text-decoration: underline;
}

#respond h3 {
 margin-bottom: 15px;
 margin-top: 15px;
}

.comments-notice a, .comments-notice a:visited {
 color: #d8ba22;
}


.sds-loading {
 width: 100%;
 text-align:center;
 margin: 20px 0;
 padding-bottom: 100px;
}

.mobile-article-ad-widget, .scroll-ad-unit {
 margin: 10px auto 20px;
}




#sidebar {
display:none;
}


  #nav-sds-icon {
    display: none;
  }
  #nav-hamb {
     display: inline;
  }

  #mid-navigation .arrow, #right-navigation .arrow {
    display:none;
   }


/* =========================== REGISTER AND LOGIN FORMS ============================== */

.login-form, .register-form, .lost-pw {
 width: 100%;
 //background-color: #eae5e1;
 padding: 20px;
 margin: 20px 0;
 //text-align: center;
}
.user-login-alert {
 width: 100%;
 background-color: #eae5e1;
 padding: 20px;
 margin: 20px 0;
 text-align: center;
}

.login-form input, .register-form input, .lost-pw input {
 	width: 240px;
}
.login-form input[type=submit], .register-form input[type=submit], .lost-pw input[type=submit]
{
	border: 0;
	background: #d8ba22;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 12px;
	//line-height: 1;
	padding: 1em;
	text-transform: uppercase;
	font: 700 13px 'Open Sans', Arial, Helvetica, sans-serif;
}

.user-login-alert {
 border: 2px solid #d8ba22;
}

 .login-text {
 	font-size: 12px;
 	margin-top: 10px;
 }
 .reset-pw-link a, .reset-pw-link a:visited {
 	font-size: 14px;
	color: #999999;
	font-style: italic;
	text-decoration: none;
}
.reset-pw-link a:hover {
	text-decoration: underline;
}
/* ============================= ARTICLE SOCIAL BUTTONS =============================== */

#story-share-buttons {
//display:none;
 // max-width: 650px;
  margin-top: 0px;
  //margin-bottom: 20px;
  //padding-top: 18px;
  //overflow: hidden;
  font: 700 13px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #FFF;
  //min-width: 280px;
 // clear: both;
  //border-bottom: 3px dotted #afafaf;
 // padding-bottom: 24px;
}

#story-share-buttons #share-facebook {
  background: #3e64ad;
}
#story-share-buttons .share-icon {
  width: 26px;
  text-align: center;
  float: left;
  margin-top: 10px;
  height: 25px;
}
#story-share-buttons #share-facebook .share-icon {
  background: url(http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/socialsprite.png) no-repeat 14px 2px;
}

#story-share-buttons .share-count {
	display:none;
  width: 46px;
  float: right;
  text-align: center;
  margin-top: 11px;
}

#story-share-buttons .share-text {
  //border-right: 1px solid rgba(255, 255, 255, .8);
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 11px;
  height: 40px;
  text-align: right;
  margin: 0 46px 0 38px;
 // display: block;
 display:none;
  white-space: nowrap;
}

#story-share-buttons #share-twitter {
  background: #00c7fe;
 // margin: 0 1.5%;
}
#story-share-buttons .share-container {
  height: 40px;
 // float: left;
 // width: 50%;
 width:40px;
  cursor: pointer;
 // display: block;
display:inline-block;
//  width: 100%;
  margin: 0 10px 0 0;
}

#story-share-buttons #share-twitter .share-icon {
  background: url(http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/socialsprite.png) no-repeat -17px 2px;
  margin-left: 8px;
}
#story-share-buttons .twitter-small-text {
  display: none;
}

.share-text a, .share-text a:visited {
 color: #fff;
 text-decoration: none;
}

/* =================================== PROFILE PAGE ============================ */

.profile-container {
 display: table;
 min-height: 1000px;
}
.profile-left-col {
	display:none;
}
.profile-right-col {
	width:100%;
}


.profile-top {
  border-bottom: 3px dotted #afafaf;
  padding-bottom: 20px; 
  margin-bottom: 20px;
  text-align:center;
}


.profile-avatar {
 padding: 30px 0;
}

.profile-avatar img {
// margin-left: 20px;
 border-radius: 75px;
}

.profile-right-col .profile-desc {
 padding-top: 20px;
}

.profile-links a.plink {
 display: block;
 padding-left: 15px;
 height: 40px;
// background-image:url('http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/profilebg.png');
 vertical-align: middle;
 line-height: 40px;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
 color: #000;
 text-decoration: none;
 
}

.profile-links a.active, .profile-links a.plink:hover {
 background-image:url('http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/yellowarrow.png');
}

.profile-sub-screen h3 {
font-family: 'Roboto Slab', sans-serif;
font-size: 17px;
text-transform: uppercase;
}

.profile-comment, .faq-entry {
 border-bottom: 1px dotted #dadada;
 padding: 20px 0;
 font-size: 13px;
}

.pcomment-heading, .faq-entry-heading {
 font-weight: bold;
}

.pcomment-heading a, pcomment-heading a:visited {
 color: #d8ba22;
 text-decoration: none;
}
.pcomment-heading a:hover {
 text-decoration: underline;
}
.pcomment-body, .faq-entry-text {
 margin: 5px;
 color: #999999;
// font-style: italic;
}

#adduser label {
 display: block;
 width: 150px;
 float: left;
}
#adduser input {
 width: 250px;
}
#adduser .form-textarea label {
 width: 100%;
 float; none;
}

.edit-profile-section {
 background-color: #eae5e1;
 padding: 15px;
 margin-bottom: 15px;
}

.edit-profile-section-header  {
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
color: #000;
text-align: center;
margin-bottom: 15px;
}

/* =============== TEAM PAGE STREAM ============================== */

.team-stream .article {
 width: 100%;
 border-bottom: 1px dotted #dadada; 
 margin: 15px 0;
 padding: 15px 0;
}

.team-stream .article .article-image {
 width: 100%;
}

.team-stream .article .article-image img {
 outline: 0; max-width: 100%; height: auto;
// max-height: 166px;
}

.team-stream .article .article-content {
 font-family: 'Open Sans', sans-serif;
 font-size: 13px;
 color: #000;
}

.team-stream .article .article-content .title a {
// font-family: 'Roboto Condensed', sans-serif;
 font-size: 15px;
 font-weight: bold;
 text-decoration: none;
 color: #000;
}

.team-stream .article .article-content .exc  {
 margin: 10px 0;
}
.team-stream .article .article-content .view-link a, .team-stream .article .article-content .view-link a:visited {
 color: #d8ba22;
 font-size: 15px;
 text-decoration: none;
}

.filter-item {
 margin: 3px 0;
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 line-height: 14px;
 vertical-align: middle;
 display: block;
 text-align: center;
}
.filter-label {
 text-align: center;
 display: block;
}

.filter-item input[type="checkbox"] {
 margin-right: 5px;
 margin-top: 3px;
}

.team-filters {
// border-bottom: 2px dotted #afafaf;
 padding-bottom: 20px; 
 margin-button: 15px;
}

/* ============================= top of team page =============================== */
.team-main-panel {
 width: 100%;
}
.team-main-photo img {
 outline: 0; max-width: 100%; height: auto;
}
.team-main-subpanel h1 {
 font-family: 'Roboto Slab', sans-serif;
 font-size: 32px;
 padding: 10px 0;
}
.team-main-subpanel p {
 font-size: 13px;
 font-family: 'Open Sans', sans-serif;
}

.team-main-panel .auburn-football {
// background-color: #f58026;
// color: #183562;
}

.home-page-sds img{
  outline: 0; max-width: 100%; height: auto;
}

.coming-soon-space {
 min-height: 900px;
 clear:both;
}

.comment-team-logo {
 background: url(http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/icons-35x35.png) transparent no-repeat;
 width: 35px;
 height: 35px;
}

.sec-comment { 
 background-position: -0px -245px;
}
.alabama-comment {
 background-position: -35px -210px;
}
.auburn-comment {
 background-position: -0px -140px;
}
.arkansas-comment {
 background-position: -0px -175px;
}
.lsu-comment {
 background-position: -0px -105px;
}
.mississippi-state-comment {
 background-position: -0px -70px;
}
.ole-miss-comment {
 background-position: -0px -35px;
}
.tamu-comment {
 background-position: -0px -0px;
}
.florida-comment {
 background-position: -0px -210px;
}
.georgia-comment {
 background-position: -35px -175px;
}
.kentucky-comment {
 background-position: -35px -140px;
}
.mizzou-comment {
 background-position: -35px -105px;
}
.south-carolina-comment {
 background-position: -35px -70px;
}
.tennessee-comment {
 background-position: -35px -35px;
}
.vanderbilt-comment {
 background-position: -35px -0px;
}

/* ================================ GAME PAGE STYLING =========================== */

.game-data {
 display: block;
 border-bottom: 3px dotted #afafaf;
 margin-bottom: 20px;
 padding-bottom: 20px;
 text-align: center;
}

.game-data .game-team-info {
	//width: 100%;
	width: 300px;
	display: block;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;

}

.game-data .game-info {
	width: 100%;
	display: block;
	vertical-align: top;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	clear: left;
	text-align: center;
}
.game-info .game-stadium, .game-info .game-tv {
	color: #999999;
	margin-top: 8px;
}
.game-info .game-stadium {
	font-style: italic;
}
.team1, .team2 {
	 float: left;
 	text-align: center;

}

.game-team-info .teamlogo {
	background: url(http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/teamscore.png) transparent no-repeat;
 	width: 80px;
 	height: 80px;
}


.game-team-info .alabama-football {
	background-position: -80px -480px;
}

.game-team-info .auburn-football {
	background-position: -0px -320px;
}

.game-team-info .tamu-football {
	background-position: -0px -0px;
}

.game-team-info .vanderbilt-football {
	background-position: -80px -0px;
}

.game-team-info .ole-miss-football {
	background-position: -0px -80px;
}

.game-team-info .tennessee-football {
	background-position: -80px -80px;
}

.game-team-info .mississippi-state-football {
	background-position: -0px -160px;
}

.game-team-info .south-carolina-football {
	background-position: -80px -160px;
}

.game-team-info .lsu-football {
	background-position: -0px -240px;
}

.game-team-info .mizzou-football {
	background-position: -80px -240px;
}

.game-team-info .kentucky-football {
	background-position: -80px -320px;
}

.game-team-info .arkansas-football {
	background-position: -0px -400px;
}

.game-team-info .georgia-football {
	background-position: -80px -400px;
}

.game-team-info .florida-football {
	background-position: -0px -480px;
}

.game-team-info .football {
	background-position: -80px -560px;
}

.game-team-info .teamname {
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}
.game-team-info .score {
	//width: 215px;
	min-width: 140px;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 35px;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
}
.score .score-dash {
	margin: 0 3px;
}

.game-body-container {
 border-bottom: 3px dotted #afafaf;
 margin-bottom: 20px;
 padding-bottom: 20px;
}
.game-articles h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 5px;
}

/* ================================= Schedule Pages =============================== */

.schedule-row {
  width: 100%;
  border-bottom: 3px dotted #afafaf;
  line-height: 40px;
  vertical-align: middle;
}
.schedule-row .game-date {
	//float: left;
	width: 100%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	clear: left;
}
.schedule-row .game-opponent {
	//float: left;
	margin: 0 auto;
	width: auto;
	display: block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
}
.schedule-row .game-opponent-name { 
	//float:left; 
	//margin-left: 8px;
	display: block;
}
.schedule-row .game-opponent-name a, .schedule-row .game-opponent-name a:visited {
	text-decoration: none;
	color: #d8ba22;
}
.schedule-row .game-opponent-name a:hover {
	text-decoration: underline;
	color: #d8ba22;
}


.schedule-row .game-opponent-logo {
	background: url(http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/40x40px.png) transparent no-repeat;
 	width: 40px;
 	height: 40px;
 	//float: left;
	display: block;
	margin: 0 auto;

 	//margin-top: 15px;
}
.week-schedule {
 line-height: 40px;
 vertical-align:middle;
}
.score-week-schedule .game-opponent-name, .score-week-schedule .game-opponent-logo, .score-week-schedule .game-team-score,
.week-schedule .game-opponent-name, .week-schedule .game-opponent-logo, .week-schedule .game-team-score {
	display: inline-block;
 line-height: 40px;
 vertical-align:middle;
}
.score-week-schedule .game-pick {
  text-transform: uppercase;
  font-size: 10px;
}

.week-schedule .game-opponent-name {
	margin-left: 10px;
}
.score-week-schedule .game-opponent-name {
	margin-right: 15px;
}

.deadline .game-percent {
  font-size: 24px;
}
.schedule-row .alabama-football {
	background-position: -40px -240px;
}

.schedule-row .auburn-football {
	background-position: -0px -160px;
}

.schedule-row .tamu-football {
	background-position: -0px -0px;
}

.schedule-row .vanderbilt-football {
	background-position: -40px -0px;
}

.schedule-row .ole-miss-football {
	background-position: -0px -40px;
}

.schedule-row .tennessee-football {
	background-position: -40px -40px;
}

.schedule-row .mississippi-state-football {
	background-position: -0px -80px;
}

.schedule-row .south-carolina-football {
	background-position: -40px -80px;
}

.schedule-row .lsu-football {
	background-position: -0px -120px;
}

.schedule-row .mizzou-football {
	background-position: -40px -120px;
}

.schedule-row .kentucky-football {
	background-position: -40px -160px;
}

.schedule-row .arkansas-football {
	background-position: -0px -200px;
}

.schedule-row .georgia-football {
	background-position: -40px -200px;
}

.schedule-row .florida-football {
	background-position: -0px -240px;
}

.schedule-row .football {
	background-position: -40px -280px;
}
.schedule-row .game-result, .schedule-row .game-tickets {
	//float: left;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	clear: left;
}
.schedule-row .bolded {
	font-weight: bold;
}

.schedule-type h1.entry-title, .staff-type h1.entry-title {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 3px dotted #afafaf;
}


.game-pick {
	width: 100%;
	text-align: center;
}

/* ============================== COACH PAGES ========================== */
.coach-featured-image, .player-featured-image {
	display: block;
	//vertical-align: top;
	text-align: center;
	margin: 0 auto;
}
.coach-featured-image img, .player-featured-image img {
	border: 2px solid #403b37;
	border-radius: 101px;
}/*
.home-featured-coaches-widget, .home-featured-players-widget {
	width:100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}
.home-featured-coaches-widget .fcoach-featured-image, .home-featured-players-widget .fplayer-featured-image {
	//display: block;
	//vertical-align: top;
	text-align: left;
	margin: 0 auto;
	float:left;
	padding-right:20px;
}
.home-featured-coaches-widget .coach-name, .home-featured-players-widget .player-name {
	float:left;
	margin-top:15px;
}
.home-featured-coaches-widget .featured-coach, .home-featured-players-widget .featured-player {
	padding: 10px 0;
	clear:left;
}
.home-featured-coaches-widget .home-widget-title h3, .home-featured-players-widget .home-widget-title h3 {
	margin-bottom:5px;
	margin-top:10px;
}
.home-featured-coaches-widget .fcoach-featured-image img, .home-featured-players-widget .fplayer-featured-image img {
	border: 2px solid #403b37;
	border-radius: 50px;
}*/
.coach-content, .player-content {
	display: block;
	width: 100%;
	padding-bottom: 20px;
}

.coach-body-container, .player-body-container {
	width: 100%;
	display: block;
	text-align: center;
	//vertical-align: top;
	//	height: 202px;
	//vertical-align: middle;

}
h3.coach-position, h3.staff-coach {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 0 5px;
}
h3.staff-coach {
	font-size: 18px;
	padding-bottom: 2px;
}
h3.staff-coach a, h3.staff-coach a:visited {
	color: #000;
	text-decoration: none;
}
h3.staff-coach a:hover {
	text-decoration: underline;
}
.coach-excerpt, .player-excerpt {
	color: #999999;
	font-style: italic;
	padding: 5px 0;
	font-size: 14px;
}

.player-recruit-rank {
	padding-left: 20px;
}

.staff-position {
	color: #999999;
	font-style: italic;
	font-size: 14px;
	padding-bottom: 8px;	
}
.staff-excerpt { font-size: 14px; }

.coach-table td, .coach-table th, .stats-table td, .stats-table th {
	padding: 8px 0;
	margin: 8px 0;
}


.coach-table td.right, .coach-table th.right, .stats-table td, .stats-table th {
	text-align: right;
}

.coach-table td, .stats-table td {
	color: #999999;
	font-size: 13px;
	border-top: 1px dotted #d8ba22;

}

.coach-table tr > th, .stats-table tr > th {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 14px;

}

.alternate-table tr:nth-child(even) {
	background-color: #f2f2f2;
}

.stats-page h1.entry-title {
	margin-bottom: 15px;
}
.stats-table {
	margin-top: 25px;
}
.stats-table th.sorted {
	text-decoration: underline;
}

.stats-table th a:hover, .stats-table td a:hover {
	text-decoration: underline;
}
.stats-table td a, .stats-table td a:visited {
	color: #999999;
	text-decoration: none;
}
.stats-table th a, .stats-table th a:visited {
	text-decoration: none;
	color: #000;
}
.stats-table td.left, .stats-table th.left {
	text-align: left;
}
.stats-table td.optional, .stats-table th.optional {
	display:none;
}
.stats-table td.sorted {
	color: #000;
}
.stats-links-title {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 5px;
}
.stats-links {
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #999999;
	//border-bottom: 1px solid #999999;
	margin-bottom: 15px;
}
.stats-links p {
	margin-bottom: 2px;
}
.stats-links a, .stats-links a:visited {
	color: #d8ba22;
	font-size: 13px;
	text-decoration: none;
}
.stats-links a:hover {
	text-decoration: underline;
}
.stats-breadcrumbs {
 margin: 5px 0 15px;
 font-family: 'Roboto Condensed', sans-serif;
 text-transform: uppercase;
 font-size: 14px;
 color: #d8ba22;
}
.stats-breadcrumbs .stats-bc {
	padding: 0 5px;
}

.stats-breadcrumbs .stats-bc, .stats-breadcrumbs .stats-bc a, .stats-breadcrumbs .stats-bc a:visited {
 color: #999999;
 text-decoration: none;
}
.stats-breadcrumbs .stats-bc a:hover {
	text-decoration: underline;
}
.stats-breadcrumbs .first-bc {
	padding: 0 5px 0 0;
}
.stats-page-dig-deep {
 width: 100%;
 margin: 0 auto 25px;
 text-align: center;
}
.stats-page-dig-deep a, .stats-page-dig-deep a:visited {
	border: 0;
	background-color: #d8ba22;
	line-height: 75px;
	vertical-align: middle;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	//line-height: 1;
	padding: 1em;
	text-transform: uppercase;
	font: 700 13px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 25px;
	text-decoration: none;
}


.staff-coach-content {
	padding: 20px 0;
	border-top: 1px solid #cdcbcb;
}

.other-staff-coaches {
	border-bottom: 1px solid #cdcbcb;
	border-top: 1px solid #cdcbcb;
}

.other-coach {
	width: 100%;
	padding: 25px 0;
}

.other-coach .coach-featured-image, .other-coach .coach-body-container {
	display: block;
	width: 100%;
	text-align: center;
}
.other-coach .coach-body-container {
	height: auto;
}

.top-player img {
	width: 50px;
	height: 50px;
	border: 2px solid #403b37;
	border-radius: 25px;
}

.top-team-players {
	border-top: 3px dotted #afafaf;
	margin-top: 20px;
	padding-top: 20px;
}

.top-team-players .team-name {
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 18px;
 text-transform: uppercase;
 margin-top: 5px;
 margin-bottom: 15px;
}
.top-team-players .team-roster-link a, .top-team-players .team-roster-link a:visited {
	font-size: 14px;
	color: #999999;
	font-style: italic;
	text-decoration: none;
	padding-left: 8px;
}
.top-team-players .team-roster-link a:hover {
	text-decoration: underline;
}


.top-player {
	display: table;
	width: 100%;
	color: #999999;
	font-size: 15px;
}
.top-player-image {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 70px;
}
.top-player-name {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 200px;
}
.top-player-score {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
}
.top-player-position {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 130px;
}
.top-player-number {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 50px;
}
.top-player-hometown {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 150px;
}
.top-player-position, .top-player-hometown {
	display:none;
}

/*  ==================== HOME PAGE WIDGETS ========================= */


.home-team-picker-widget {
 //border: 2px solid #d2cec8;
 width: 100%;
 //margin-top: 50px;
 text-align: center;
 //padding-bottom:20px;
}
/*
.home-team-picker-widget .title {
 font-family: 'Roboto Slab', sans-serif;
 font-size: 18px;
 border: 2px solid #d2cec8;
 width: 250px;
 margin: -25px 25px 0 25px;
 float: left;
 padding: 9px 0;
// z-index: 1000;
// postition: absolute;
 background-color: #fff;
}*/
/*
.home-team-picker-widget a {
	background: url(http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/secteams.png) transparent no-repeat;
	//background: url(http://sds.staging.wpengine.com/wp-content/themes/sds-3/images/secteams.png) transparent no-repeat;
// 	width: 80px;
 //	height: 80px;
 	height: 36px;
 	float:left; 
 	margin: 5px 10px;
}

.home-team-picker-widget a.sec-football {
	background-position: -0px -0px;
	width:36px;
}.home-team-picker-widget a.alabama-football {
	background-position: -46px -0px;
	width:36px;
}
.home-team-picker-widget a.arkansas-football {
	background-position: -82px -0px;
	width:47px;
}
.home-team-picker-widget a.auburn-football {
	background-position: -130px -0px;
	width:37px;
}

.home-team-picker-widget a.lsu-football {
	background-position: -170px -0px;
	width:40px;
}
.home-team-picker-widget a.mississippi-state-football {
	background-position: -211px -0px;
	width:53px;
	margin: 5px 8px;
}

.home-team-picker-widget a.ole-miss-football {
	background-position: -264px -0px;
	width:42px;
	margin: 5px 7px;
}

.home-team-picker-widget a.tamu-football {
	background-position: -308px -0px;
	width:34px;
	margin: 5px 7px;
}

.home-team-picker-widget a.florida-football {
	background-position: -352px -0px;
	width:46px;
	margin: 5px 7px;
}
.home-team-picker-widget a.georgia-football {
	background-position: -399px -0px;
	width:44px;
	margin: 5px 7px;
}
.home-team-picker-widget a.kentucky-football {
	background-position: -444px -0px;
	width:48px;
}
.home-team-picker-widget a.mizzou-football {
	background-position: -494px -0px;
	width:48px;
}
.home-team-picker-widget a.south-carolina-football {
	background-position: -544px -0px;
	width:31px;
}
.home-team-picker-widget a.tennessee-football {
	background-position: -576px -0px;
	width:39px;
}
.home-team-picker-widget a.vanderbilt-football {
	background-position: -616px -0px;
	width:34px;
}

.home-featured-coaches-widget .other-coach {
	padding-top: 5px;
}

.home-featured-games-widget, .home-featured-coaches-widget {
	padding-top: 20px;
}*/


.other-player {
	width: 150px;
	float: left;
	text-align: center;
	height: 175px;
	font-size: 13.5px;
}
.other-player .player-featured-image {
	padding: 0 25px;
}
.other-player .player-name a, .other-player .player-name a:visited {
	color: #000;
	text-decoration: none;
}
.other-player .player-name a:hover {
	text-decoration: underline;
}
.other-player .player-team {
	color: #999999;
	font-style: italic;
}
.roster-body-container h1.entry-title {
	padding-bottom: 20px;
}

/* about page */

.staff-group {
	border-top: 3px dotted #afafaf;
	border-bottom: 3px dotted #afafaf;
	margin: 20px 0;
	padding: 20px 0;
}
.staff-block {
	width: 100%;
	padding: 15px 0;
}
.staff-photo {
	float: left;
	width: 150px;
}
.staff-photo img {
	height: 120px; width: 120px;
    border-radius: 60px;
	border: 1px solid #c8c8c8;
}
.staff-info {
	float: left;
	height: 120px;
	width: 498px;
	//vertical-align: middle;
	margin-top: 5px;
}
.staff-info .staff-name {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	padding-right: 5px;
}
.staff-info .staff-name a, .staff-info .staff-name a:visited {
	color: #000;
	text-decoration: none;
}
.staff-info .staff-name a:hover {
	text-decoration: underline;
	color: #000;
}
.staff-contact {
	color: #999999;
	font-style: italic;
	font-size: 13px;
}
.staff-contact a, .staff-contact a:visited {
	text-decoration: none;	
}
.staff-contact a:hover {
	text-decoration: underline;
	color: #d8ba22;
}
.staff-phone {
	padding-right: 10px;
}
.staff-info .staff-desc {
	font-size: 13px;
	padding: 2px 0;
}
.cover-photo-form_wrapper {
	padding: 20px;
	background-color: #dbd9d9;
	text-align: center;
}
.cover-photo-form_wrapper .gfield_required {
	display: none;
}

.notice {
	width: 100%;
	border: 2px solid #d8ba22;
	background-color: #eae5e1;
	text-align: center;
	padding: 20px;
	margin: 15px 0;
}
.pickem-submit {
	width: 100%;
	text-align: center;
	margin: 15px auto;
}
.pickem-submit input{
	padding: 10px 15px;
	background-color: #d8ba22;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
}
.one-half-first {
	width: 100%;
}
.one-half {
	width: 100%;
}
.one-half-hard {
	width: 50%;
	float: left;
}
.top-pickem-players {
	margin: 30px 0 20px;
	border-bottom: 3px dotted #afafaf;
	padding-bottom: 24px;

}
.top-pickem-players h3 {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 5px;
}

#background-skin {
	position: fixed;
	z-index: 1;
	width: 2560px;
	height: 1600px;
	left: 50%;
	margin-left: -1280px;
	text-align: center;
	top: 0px;

}
#background-skin img {
	max-width: 100%;
	height: auto;
}
#ut_sp1, #ut_sp2 {
	z-index:9999;
}

article .entry-header, article .article-body-content, article .article-feature-video, 
article footer.entry-meta, #comments, .main-stats-content, .schedule-type, .roster-body-container, .staff-type,
.game-body-container, .team-stream, .team-filters, .team-main-panel,
.home-page-sds, .home-featured-games-widget, .home-featured-coaches-widget, .home-featured-players-widget, .videos-title, .archive-page-head {
 padding: 0 10px;
}
.home-team-picker-widget {
 margin: 50px 10px 0;
 width: 95%;
}

/* rankings styling */

.rankings-navigation {
	width: 100%;
	padding: 15px 0;
	background: #eae5e1;
	text-align:center;
}
.rankings-navigation .ranking-name, .rankings-navigation .ranking-week, .rankings-navigation .ranking-nav-submit {
	width: 100%;
	margin: 5px auto;
}/*
.rankings-navigation .ranking-name {
	padding-left: 10px;
	width: 40%;
}
.rankings-navigation .ranking-week {
	width: 40%;
}
.rankings-navigation .ranking-nav-submit {
	width: 20%;
}*/

.pickem-navigation select, .rankings-navigation select {
	//padding: 15px;
	border: 1px solid #d8ba22;
	border-radius: 0;
	height: 35px;
}
.pickem-navigation input[type="submit"], .rankings-navigation input[type="submit"] {
	padding: 10px;
	//border: 1px solid #d8ba22;
	background-color: #d8ba22;
	color: #fff;
	border: 1px solid #ccc;
	border-color: #d8ba22;
	border-radius: 0;
	
	box-shadow: none;
	cursor: pointer;
	text-shadow: none;
}

.pickem-navigation {
	width: 100%;
	padding: 15px 0;
	background: #eae5e1;
	text-align:center;
}
.pickem-navigation .pickem-week {
	width: 100%;
	margin: 5px auto;

}
.pickem-navigation .pickem-nav-submit {
	width: 100%;
	margin: 5px auto;

}
.pickem-navigation .pickem-standings {
	width: 100%;
	margin: 10px auto 5px;
	vertical-align: middle;

}
.pickem-navigation .pickem-standings a {
	background-color: #d8ba22;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px;
}

/* FEATURED GAMES SIDEBAR WIDGET */

.game-block {
	display: table;
	padding: 25px 0 0px;
}
.game-block .game-team, .game-block .game-vs {
	display: table-cell;
}
.game-block .game-team {
	width: 125px;
	text-align: center;
}
.game-info {
	width: 300px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-size: 12px;

}

.sidebar-schedule-widget .schedule-url {
	width: 300px;
	padding: 10px 0;
	text-align: center;
}
.sidebar-schedule-widget .schedule-url a {
	font-family: 'Roboto Condensed', sans-serif;
	color: #d8ba22;
	text-transform: uppercase;
	font-size: 15px;
}

.game-block .game-team .teamlogo {
	background: url(http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/logosprite.png) transparent no-repeat;
 	width: 40px;
 	height: 40px;
 	margin: 0 auto;
}
.game-block .game-team .teamname {
	font-family: 'Roboto Condensed', sans-serif;
	color: #d8ba22;
	text-transform: uppercase;
	font-size: 15px;
}

.game-block .game-team .alabama-football {
	background-position: -0px -5px;
}

.game-block .game-team .auburn-football {
	background-position: -0px -105px;
}

.game-block .game-team .tamu-football {
	background-position: -0px -606px;
}

.game-block .game-team .vanderbilt-football {
	background-position: -0px -655px;
}

.game-block .game-team .ole-miss-football {
	background-position: -0px -455px;
}

.game-block .game-team .tennessee-football {
	background-position: -0px -556px;
}

.game-block .game-team .mississippi-state-football {
	background-position: -0px -405px;
}

.game-block .game-team .south-carolina-football {
	background-position: -0px -505px;
}

.game-block .game-team .lsu-football {
	background-position: -0px -306px;
}

.game-block .game-team .mizzou-football {
	background-position: -0px -355px;
}

.game-block .game-team .kentucky-football {
	background-position: -0px -255px;
}

.game-block .game-team .arkansas-football {
	background-position: -0px -56px;
}

.game-block .game-team .georgia-football {
	background-position: -0px -205px;
}

.game-block .game-team .florida-football {
	background-position: -0px -155px;
}

.game-block .game-team .football {
	background-position: -0px -704px;
}
.game-block .game-vs {
	background: url(http://www.saturdaydownsouth.com/wp-content/themes/sds-3/images/logosprite.png) transparent no-repeat;
 	background-position: -0px -756px;
 	width: 40px;
 	height: 40px;
}

/*
.home-featured-article { 
	margin-top:20px;
	padding: 0 10px;

}

.home-main-featured-article {
	margin-top:5px;
	padding: 0 10px;
}

.home-main-featured-article a:hover, .home-featured-article a:hover {
	text-decoration: underline;
}

.home-main-featured-article .home-featured-article-image {
	position:relative;
	width: 100%;
	max-width: 650px;
}
.home-main-featured-article .article-title {
	background-color:#eae5e1;
	color:#000;
	max-width: 650px;
	width: 100%;
	padding:10px 8px;
	margin-top: -5px;
}
.home-main-featured-article .home-featured-article-image img {
	max-width: 100%;
	height: auto;
}

.home-main-featured-article .article-title a {
	font-family: 'Roboto Slab', sans-serif;
	color:#000;
	font-size:30px;
	line-height:32px;
}
.home-main-featured-article .article-title .article-title-text {
	margin-bottom: 10px;
}
.article-title .article-excerpt, .article-title .article-excerpt a {
	font-size: 14px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
}
.article-title .article-excerpt a {
	color: #d8ba22;
}

.home-featured-article {
	float:none;
	width: 100%;
}

.home-featured-article img {
	max-width:100%;
	height:auto;
}
.home-featured-article .article-title {
	background-color:#fff;
	color:#000;
	width:auto;
	padding: 0;
	margin-top: 0;
	font-size: 14px;
}
.home-featured-article .article-title a {
 	color:#000;
 	font-size: 14px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
}
.home-featured-article .read-more {
	margin-top: 5px;
}
.home-featured-article .read-more a, .home-featured-article .read-more a:visited {
	color: #d8ba22;
	text-transform: uppercase;
	text-decoration: none;
}
.home-featured-article .read-more a:hover {
	text-decoration: underline;
}
.home-main-featured-article .excerpt-links {
	display:block;
	padding-top: 5px;
}*/

.breaking-news-widget ul {
	margin: 0 0 0 1.5em;
}
.breaking-news-widget a, .breaking-news-widget a:visited {
	font-size: 14px;
	color:#000;
	text-decoration: none;
}
.breaking-news-widget a:hover {
	text-decoration: underline;
}
/*
#home-featured-videos, #home-featured-topics {
 margin-top:15px;
 padding-top:20px;
 border-top:1px solid #999999;
}
#home-featured-topics {
	 margin-bottom:15px;
	 padding-bottom:20px;
 	 border-bottom:1px solid #999999;
}
#home-featured-topics {
	display:none;
}
.home-featured-coaches-widget, .home-featured-players-widget {
	display:none;
}
.home-featured-videos-title {
width: 100%;
font-family: 'Roboto Condensed', sans-serif;
font-size: 18px;
text-transform: uppercase;
margin-top: 5px;
margin-bottom: 15px;
}
.home-featured-videos-link a, .home-featured-videos-link a:visited {
font-size: 14px;
color: #999999;
font-style: italic;
text-decoration: none;
padding-left: 8px;
}
.home-featured-videos-link a:hover {
	text-decoration:underline;
}*/
.coaching-search-coaches {
	margin:0 auto;
	padding:0;
	width:100%;
}
.fcs-header img {
	width:320px;
	//height: auto;
	//max-width:970px;
}
.coaching-search-photo img {
  width:320px;
}
.coaching-search-coaches .coach-head {
	margin:0;
	padding:0;
	width:64px;
	float:left;
}
.coaching-search-coaches .coach-head a img{
	filter: gray;
	-webkit-filter: grayscale(1);
	width:64px;
}
.coaching-search-coaches .coach-head a img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}
.coaching-search-photo {
width:100%;
clear:left;
}
.coaching-search-area {
width:100%;
// margin:60px 0;
}
.coaching-search-info {
	width:100%;
	//float:left;
	text-align:left;
	margin-top:15px;
	padding:0 10px;
}

.team-page-bars {
	margin-bottom: 20px;
}
.team-page-bar {
	clear:left;
	width:95%;
	background-color: #eae5e1;
	display: table;
	margin: 0 auto 1px;
	padding: 0;
	height: 50px;
	line-height: 50px;
	text-align:center;
}
.team-page-bars .team-page-bar-text {
	width: auto;
	display: table-cell;
	margin: 0;
	cursor: pointer;
//	text-align: left;
	//padding-left:20px;
}
.team-page-bars .team-page-bar-arrow {
	border-left: 1px solid #fff;
	width: 53px;
	display: table-cell;
	margin: 0;
	cursor: pointer;
	//text-align: center;
}
.team-page-bars .team-information {
	margin: 0 auto 20px;
	width:95%;
	padding: 15px;
	border-left: 1px solid #eae5e1;
	border-right: 1px solid #eae5e1;
	border-bottom: 1px solid #eae5e1;

}
.committee-row {
	width:100%;
	margin: 10px 0;
}
.committee-row .committee-image {
	width:100%;
}
.committee-row .committee-info {
	width:100%;
}
.page-template-team-php .entry-content {
	margin: .5em 0 0;
}

/* RECRUITING WIDGET */

.recruiting-rank-block {
	width:240px;
	margin: 10px 30px;
	text-align:left;

}
.rank-num, .rank-team {
	display:inline-block;
	height:40px;
	vertical-align:middle;
}

.rank-team {
font-family: 'Roboto Condensed', sans-serif;
//color: #d8ba22;
color:#000;
text-transform: uppercase;
font-size: 15px;
padding-left:10px;
line-height: 40px;
}

.recruiting-widget .title {
width: 250px;
margin: -25px 25px 0 25px;
}

.header-featured-articles-container {
	width: 100%;
	padding: 0 10px 10px;
	//margin: 0 10px 10px;
	overflow-x: scroll;
	display:none;
}
.header-featured-articles-container::-webkit-scrollbar {
display: none;
}
.header-featured-articles {
	//width:970px;
	width: 980px;
}

.header-article {
	width:180px;
	margin: 10px 17.5px 10px 0;
	float:left;
	background: #eae5e1;
	padding:0;
}
.last-header-article {
	margin-right:10px;
	//margin-right:0;
	width: 180px;
}
.header-article img {
	max-width:100%;
	height: auto;
}
.header-article-image {
margin:0;
}
.header-article-title {
font-family: 'Roboto Condensed', sans-serif;
font-size: 14px;
padding: 5px 2px;
text-align: left;
height: 50px;
margin:0 8px;
line-height: 17px;
}
.header-article-title a, .header-article-title a:visited {
color:#000;
text-decoration:none;
}
.header-article-title a:hover {
	text-decoration:underline;
}
.bracket-primary {
	width:100%;
	padding: 0 18px 0 19px;
}

.bracket-item-text {
width:100%;
display:block;
}
.bracket-item-poll {
width:100%;
display:block;
}
.pds-question {
	display:none;
}
.pds-answer {
	border-top:0;
}
.pds-pd-link {
	display:none;
	
}
/*
.now-tweet {
	background-color:#f9f9f9;margin:15px 0;padding:10px;border:1px solid #d7d7d7;
}

.now-tweet img {
	max-width:100%;
	height:auto;
}
.now-tweet .ttext {
	font-size:16px;
	line-height:23px;
	margin:7px 0 14px;
}*/

.single-pickem #text-45, .single-pickem #text-38, .single-pickem #text-40 {
	display:none;
}

.feature-article-large-image {
	display:none;
}
.mobile-feature-article-large h1.entry-title {
	color:#000;
	text-align:center;
	margin: 10px 0 15px;
}
.mobile-feature-article-large img {
	max-width:100%;
	height:auto;
}
.feature-article-meta {
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	margin:30px 0;
}
.feature-article-meta .feature-author {
	color:#000;
	font-weight:bold;
	margin-bottom:15px;
}
.feature-article-meta .feature-date {
	text-transform:uppercase;
	color:#817c7c;
	font-size:13px;
}

.feature-primary article .entry-header {
	padding: 0 !important;
}
.entry-body-container h3 {
	font-size:22px !important;
	font-style:italic;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:30px;
	text-transform:uppercase !important;
}

.sec-football .entry-body-container h3 {
    color: #355BA6; }
.alabama-football .entry-body-container h3 {
    color: #990000; }
.arkansas-football .entry-body-container h3 {
    color: #9D2235; }
.auburn-football .entry-body-container h3 {
    color: #F26522; }
.florida-football .entry-body-container h3 {
    color: #0021A5; }
.georgia-football .entry-body-container h3 {
    color: #A0000B; }
.kentucky-football .entry-body-container h3 {
    color: #003399; }
.lsu-football .entry-body-container h3 {
    color: #461D7C; }
.mississippi-state-football h3 {
    color: #762123; }
.mizzou-football .entry-body-container h3 {
    color: #F1B82D; }
.ole-miss-football .entry-body-container h3 {
    color: #002C91; }
.south-carolina-football .entry-body-container h3 {
    color: #73000A; }
.tennessee-football .entry-body-container h3 {
    color: #f77f00; }
.tamu-football .entry-body-container h3 {
    color: #5C0025; }
.vanderbilt-football .entry-body-container h3 {
    color: #BB8D09; }

.author-name a, .author-name a:visited {
	color:#000;
	text-decoration:none;
}
.author-name a:hover {
	color:#355BA6;
}
.author-info img {
	display:none;
}

.more-posts-scroll {
	width:100%;
	clear:left;
}

/* pickem home widget */
.home-pickem-widget {
	width:100%;
	background:url('http://www.saturdaydownsouth.com/wp-content/uploads/2016/09/pick-back.jpg');
	padding-bottom:25px;
}
.pickem-header {
	padding:20px 20px 5px;
	width:100%;
}
.pickem-title {
	float:left;
	padding:20px;
	width:80%;
	font-family: 'Open Sans', sans-serif;
	font-size:38px;
	line-height:48px;
	font-weight:bold;
	color: #000;
    text-shadow: 1px 0 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff;

}
.pickem-logo {
	float:left;
	width:20%;
	text-align:right;
}
.pickem-logo img {
	max-width:130px;
}
.pickem-third-section {
	float:left;
	background-color:#fff;
	border:4px solid #000;
	border-radius:10px;
	width:250px;
	color:#000;
	height:150px;
	padding:10px 20px;
	margin: 40px;
	font-size:13px;
	display:block;
}
.pickem-third-section:hover, .pickem-third-section:visited {
	color:#000 !important;
	text-decoration:none;
}
.pickem-section-title {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.pickem-red {
	color:#ff0000;
}
.pickem-footer {
	background-color:#fff;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	height:90px;
	//margin-bottom:20px;
	font-size:14px;
}
.pickem-footer-half {
	float:left;
	padding:15px;
	width:50%;
}
.pickem-footer-half:nth-of-type(2) {
	text-align:right;
	padding:0 15px 15px;
}
.pickem-footer-half:nth-of-type(2) p {
	text-align:left;
	padding-top:15px;
}
.pickem-footer-half img {
	max-width:100px;
	float:left;
	margin-right:25px;
}
@media (max-width:1000px) {
.pickem-third-section {
	width:250px;
	height:150px;
	padding:10px 10px;
	margin: 40px 20px;
	font-size:13px;
}
}
@media (max-width:900px) {
.pickem-third-section {
	width:250px;
	height:150px;
	padding:10px 10px;
	margin: 40px 10px;
	font-size:12px;
}
}
@media (max-width:800px) {
.pickem-title {
	font-size:28px;
	line-height:36px;
}
.pickem-third-section {
	width:200px;
	height:180px;
}
.pickem-footer {
font-size:13px;
}
}
@media (max-width:500px) {
.pickem-third-section {
	width:90%;
	float:none;
	height:auto;
	margin:20px auto;
}
.pickem-footer-half {
	width:100%;
	float:none;
	text-align:center;
		text-align:left;

}
.pickem-title {
	font-size:24px;
	padding:0;
	line-height:30px;
}
.pickem-footer {
height:auto;
}
}
.les-topic-left {
	width:33%;
	float:left;
}
.les-topic-right {
	width:66%;
	float:left;
}
@media (max-width:780px) {
.les-topic-left {
	display:none;
}
.les-topic-right {
	width:100%;
	float:none;
	margin:15px 0;
}
.les-topic-right li {
	margin:8px 0 !important;
}
}