/*  
Theme Name: O3 Framework
Theme URI: http://www.WeAreO3.com/
Version: 2.0
Description: Designed by <a href="http://www.WeAreO3.com">O3</a>.
Author: O3
Author URI: http://www.WeAreO3.com
*/

/*-------------------------------------------------------------------------------------------*/
/* FRAMEWORK */
/*-------------------------------------------------------------------------------------------*/
#wrapper {
	max-width: 1030px;
	margin: 0 auto;
}
.container {
	max-width: 1000px;
}
article {
	overflow: hidden;
}

/*-------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY AND ELEMENTS */
/*-------------------------------------------------------------------------------------------*/
/* Default Typography */
body {
	font-family: Georgia;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	position: relative;
}
body.belltower {
	background: url(images/background-belltower.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body.belltower_red {
	background: url(images/background-belltower-red.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body.football {
	background: url(images/background-football.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body.basketball {
	background: url(images/background-basketball.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a:link, a:visited {
	color: #cc0000;
}
a:hover {
	text-decoration: none;
}

/* Headers and Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald';
}
.entry-header h1,
.entry-header h2 {
	color: #000;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 20px;
}
.entry-header h1 a,
.entry-header h2 a {
	color: #000;
	text-decoration: none;
}
.featured .entry-header h1,
.featured .entry-header h2 {
	font-size: 48px;
	line-height: 58px;
}
body.single .entry-header h1,
body.bbpress .entry-header h1,
body.page .entry-header h1 {
	font-size: 55px;
	line-height: 63px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {

}
.entry-content h1 {

}
.entry-content h2 {

}
.entry-content h3 {

}
.entry-content h4 {

}
.entry-content h5 {

}
.entry-content h6 {

}

.entry-content table {
	width: 100%;
	margin-bottom: 1.2em;
}
.entry-content table thead {
	background: #cc0000;
}
.entry-content table thead th {
	background: #cc0000;
	color: #fff;
	font-family: 'Oswald';
	text-transform: uppercase;
	padding: 5px 0;
	text-align: center;
}
.entry-content table td {
	font-size: 16px;
	line-height: 32px;
}
.entry-content table td.center {
	text-align: center;
}

/* Paragraphs and Lists */
.entry-content p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 1.2em;
}
body.single .entry-content p {
	font-size: 16px;
	line-height: 32px;
}
.featured .entry-content p {
	font-size: 16px;
	line-height: 28px;
}
.entry-content ul {
	margin: 0 0 1.2em 30px;
	list-style-type: disc;
}
.entry-content ol {
	margin: 0 0 1.2em 30px;
	list-style-type: decimal;
}
.entry-content ul ul,
.entry-content ol ol {
	margin-bottom: 0px;
}
.entry-meta {
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
}
.entry-meta span {
	display: inline-block;
	vertical-align: middle;
}
.entry-meta .date,
.entry-meta .author,
.entry-meta .categories {
	margin-right: 15px;
}
.entry-meta .icon {
	margin-right: 8px;
}
.entry-meta .icon:before {
	font-size: 14px;
}
.entry-meta a {
	background: #cc0000;
	color: #fff;
	font-family: 'Oswald';
	padding: 3px 5px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 11px;
}

/*
.entry-meta span {
	padding-right: 20px;
}
.entry-meta .date a {
	color: #000;
	font-size: 11px;
}

.entry-meta .author a,
.entry-meta .categories-links a {
	background: #cc0000;
	color: #fff;
	font-family: 'Oswald';
	padding: 3px 5px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 11px;
	
}
.entry-meta .icon-folder-open,
.entry-meta .icon-user,
.entry-meta .icon-calendar {
	padding-right: 5px;
}
.entry-meta .icon-folder-open:before,
.entry-meta .icon-user:before,
.entry-meta .icon-calendar:before {
	font-size: 16px;
}
*/

/* Images and Captions */
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.wp-caption {
	max-width: 100% !important;
}

/* Alignments */
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.aligncenter {
	display: block;
	margin: 0 auto 1.2em auto;
}


/*-------------------------------------------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------------------------------------------*/
#navigation.navbar-default {
	background-color: #cc0000;
	border: 0px;
	border-radius: 0px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0px;
}
#navigation a {
	color: #fff;
	font-family: 'Oswald';
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
}
#navigation.navbar-default .navbar-nav>.active>a, 
#navigation.navbar-default .navbar-nav>.active>a:hover, 
#naivgation.navbar-default .navbar-nav>.active>a:focus {
	background: none;
}
#navigation .nav>li>a {
	padding-right: 30px;
	padding-left: 30px;
}


/*-------------------------------------------------------------------------------------------*/
/* GLOBAL */
/*-------------------------------------------------------------------------------------------*/
#main-sidebar-container .row {
	background: #fff;
}
section.main {
	padding: 50px 20px 50px 40px;
}
.one-col section.main {
	padding: 50px 40px;
}
aside.sidebar {
	padding: 50px 40px 50px 20px;
}

.blog article,
.search article,
.archive article {
	border-bottom: 3px solid #c6c6c6;
	padding-bottom: 30px;
	margin-bottom: 39px;
}
.ad-container {
	border-bottom: 3px solid #c6c6c6;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.ad-300-250 {
	max-width: 100%;
}
.forum-ad-unit {
	margin-bottom: 30px;
}
.footer-ad {
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

iframe {
	max-width: 100%;
}

.entry-footer {
	padding-top: 30px;
}
.entry-footer .categories-links {
	margin-bottom: 15px;
}
.entry-footer .categories-links,
.entry-footer .tags {
	display: block;
}
.entry-footer .categories-links span,
.entry-footer .tags span {
	display: inline-block;
	vertical-align: middle;
}
.entry-footer .categories-links .icon,
.entry-footer .tags .icon {
	margin-right: 8px;
}
..entry-footer .categories-links .icon:before,
.entry-footer .tags .icon:before {
	font-size: 14px;
}
.entry-footer .categories-links a,
.entry-footer .tags a {
	background: #cc0000;
	color: #fff;
	font-family: 'Oswald';
	padding: 3px 5px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 11px;
}

#main-sidebar-container .author-info .row {
	background: #f5f5f5;
}
.author-info {
	margin-bottom: 30px;
}
.author-info .col-sm-3,
.author-info .col-sm-9 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.author-info .author-title {
	margin-top: 0px;
}
.author-info .author-avatar {
	text-align: center;
}
.author-info .author-avatar img {
	border-radius: 50%;
}
.author-info p.author-bio {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
}

.wp-smiley {
	display: inline;
}

#comments {
	border-top: 3px solid #c6c6c6;
	padding-top: 50px;
	margin-top: 47px;
}
#comments .container {
	padding: 0px;
}
#comments h3#comments-title {
	margin-top: 0px;
	margin-bottom: 30px;
}
#comments .commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#comments .comment {
	margin-bottom: 50px;
}
#comments .comment-head {
	text-align: center;
}
#comments .comment-head .avatar img {
	border-radius: 50%;
	margin-bottom: 10px;
}
#comments .comment-meta .name,
#comments .comment-meta .name a {
	color: #cc0000;
	font-weight: bold;
}
#comments .comment-meta {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	background: #f5f5f5;
	padding: 5px 10px;
}
#comments .comment-entry p,
.bbp-reply-content {
	font-size: 16px;
	line-height: 24px;
}
#comments iframe {
	max-width: 100%;
}
#comments .navigation {
	text-align: center;
	font-family: 'Oswald';
}
#comments .navigation a {
	padding: 3px 5px;
}
#respond .logged-in-as {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	background: #f5f5f5;
	padding: 5px 10px;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	width: 100%;
	padding: 10px;
	outline: none;
	border-radius: 10px;
}
#respond #submit {
	border: none;
	background: #cc0000;
	color: #fff;
	font-family: 'Oswald';
	font-size: 20px;
	line-height: 20px;
	border-radius: 10px;
	padding: 10px 20px;
}

.o3-pagination {
	text-align: center;
	font-family: 'Oswald';
	display: block;
}
.o3-pagination .page-numbers {
	padding: 3px 5px;
}



body.single .content-container {
	position: relative;
}
/*
body.single .sharethis {
	width: 70px;
	position: absolute;
}
body.single .sharethis.affix {
	top: 0px;
	left: auto;
	position: fixed;
}
body.single .sharethis.affix-bottom {
	position: absolute;
}

body.single .entry-content {
	padding-left: 100px;
}
body.single .stButton {
	margin-bottom: 15px;
}
body.single .stBubble {
	height: 33px;
}
body.single .stButton .stFb, 
body.single .stButton .stTwbutton, 
body.single .stButton .stMainServices {
	height: 22px;
}
body.single .sharethis.sticky {
	top: 2px;
	position: fixed;
	left: auto;
}
body.admin-bar.single .sharethis.sticky {
	top: 30px;
}
body.single .sharethis.sticky-bottom {
	position: absolute;
	bottom: 0;
}
*/
body.single .sharethis {
	position: relative;
	width: auto;
	text-align: center;
	margin-bottom: 30px;
}
body.single .stBubble {
	height: 33px;
	margin-bottom: 5px;
}
body.single .stButton .stBubble_count {
	height: 58px;
}

.sharethis span {
	-webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
      box-sizing: content-box;
}

/*-------------------------------------------------------------------------------------------*/
/* ARCHIVE PAGES */
/*-------------------------------------------------------------------------------------------*/
.blog .entry-thumbnail,
.archive .entry-thumbnail,
.search .entry-thumbnail {
	
}
.featured .entry-thumbnail {
	
}
body.single .entry-thumbnail {
	margin-bottom: 30px;
}

article .entry-content {
	padding-left: 0px;
	padding-right: 0px;
}
article .col-sm-4 {
	padding-left: 0px;
}
article .col-sm-8 {
	padding-right: 0px;
}
article .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.archive-title {
	font-weight: bold;
	font-size: 55px;
	line-height: 63px;
	margin-top: 0px;
	border-bottom: 3px solid #c7c7c7;
	margin-bottom: 35px;
	padding-bottom: 30px;
}

/*-------------------------------------------------------------------------------------------*/
/* SIDEBAR */
/*-------------------------------------------------------------------------------------------*/
.sidebar {
	position: relative;
}



.widget {
	margin-bottom: 30px;
}
.widget h3 {
	background: #cc0000;
	color: #fff;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget.widget_ad {
	margin-right: -27px;
}

.widget.widget_schedule table {
	width: 100%;
}
.widget.widget_schedule td {
	padding: 3px 5px;
}
.widget.widget_schedule td.date {
	width: 25%;
}
.widget.widget_schedule td.opponent {
	width: 75%;
}
.widget.widget_schedule td.tv {
	width: 25%;
}

/*-------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------*/
#footer {
	background: url(images/wolfeyes.jpg) no-repeat center top #000;
	padding: 30px 0;
}
#footer .logo {
	margin-bottom: 20px;
}
#footer p {
	color: #fff;
	font-family: 'Oswald';
}
#footer p.copyright {
	margin-bottom: 40px;
}
#footer .follow-label {
	font-family: 'Oswald';
	color: #9e9e9e;
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin-right: 10px;
	vertical-align: middle;
}
#footer span.twitter,
#footer span.facebook,
#footer span.rss {
	background: #fff;
	font-size: 18px;
	line-height: 25px;
	color: #000;
	margin-right: 5px;
	border-radius: 4px;
	text-align: center;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
}
#footer span.twitter a,
#footer span.facebook a,
#footer span.rss a {
	color: #000;
}
#footer .credit {
	text-align: center;
	font-family: 'Oswald';
	text-transform: uppercase;
	margin-top: 50px;
}
#footer .credit a {
	color: #fff;
}
#footer .credit img {
	max-width: 65px;
	display: inline;
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------------------*/
/* ELEMENTS */
/*-------------------------------------------------------------------------------------------*/
.breadcrumb {

}

.ad-container {
	text-align: center;
}
.ad-container img {
	display: inline;
}

.overhang-left,
#navigation.navbar-default.overhang-left {
	margin-left: -30px;
}
.overhang-right,
#navigation.navbar-default.overhang-right {
	margin-right: -30px;
}
.widget.overhang-right {
	margin-right: -56px;
}
.widget.overhang-right .interior {
	padding-right: 56px;
}

#navigation.navbar-default .navbar-toggle,
#navigation.navbar-default .navbar-toggle:hover, 
#navigation.navbar-default .navbar-toggle:focus {
	background: none;
	border: 0px !important;
	border-color: transparent;
	outline: none;
}

.loading {
	background: #fff;
	text-align: center;
	padding-bottom: 30px;
	display: none;
}
.loading img {
	display: inline;
}
.single .loading,
.page .loading {
	display: none !important;
}

table {
	max-width: 100%;
	overflow-x: scroll;
}

a.new-topic-button {
	display: inline-block;
	background: #cc0000;
	border-radius: 8px;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-family: 'Oswald';
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 5px 15px;
}


/*-------------------------------------------------------------------------------------------*/
/* ICONS */
/*-------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:url('includes/libraries/icomoon/fonts/icomoon.eot');
	src:url('includes/libraries/icomoon/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('includes/libraries/icomoon/fonts/icomoon.ttf') format('truetype'),
		url('includes/libraries/icomoon/fonts/icomoon.woff') format('woff'),
		url('includes/libraries/icomoon/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*="icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e600";
}
.icon-twitter:before {
	content: "\e601";
}
.icon-feed:before {
	content: "\e602";
}
.icon-plus:before {
	content: "\e603";
}
.icon-tags:before {
	content: "\e604";
}
.icon-folder-open:before {
	content: "\e605";
}
.icon-bubbles:before {
	content: "\e606";
}
.icon-user:before {
	content: "\e607";
}
.icon-calendar:before {
	content: "\e608";
}
.icon-list:before {
	content: "\e609";
}

/*-------------------------------------------------------------------------------------------*/
/* FORUMS */
/*-------------------------------------------------------------------------------------------*/
body.bbpress .entry-content {
	padding-left: 0px !important;
}
body.single-forum .entry-content p,
body.single-topic .entry-content p {
	font-size: 16px;
	line-height: 18px;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	background: #cc0000;
	color: #fff;
	font-family: 'Oswald';
	text-transform: uppercase;
}
#bbpress-forums li.bbp-header a,
#bbpress-forums li.bbp-footer a {
	color: #fff;
}
.bbp-the-content wp-editor-area {
	border: 1px solid #ddd;
}
#bbpress-forums p.bbp-topic-meta img.avatar, 
#bbpress-forums ul.bbp-reply-revision-log img.avatar, 
#bbpress-forums ul.bbp-topic-revision-log img.avatar, 
#bbpress-forums div.bbp-template-notice img.avatar, 
#bbpress-forums .widget_display_topics img.avatar, 
#bbpress-forums .widget_display_replies img.avatar {
	display: inline-block;
	width: auto;
	margin: 0;
	
}
#bbpress-forums .bbp-reply-content p {
	line-height: 24px;
}
#bbpress-forums legend {
	font-family: 'Oswald';
	border: none;
}
#bbpress-forums .bbp-topic-form {
	padding-top: 50px;
	clear: both;
}

#bbpress-forums div.bbp-template-notice.info {
	background-color: #d8d8d8;
	border: 1px solid #939393;
}
#bbpress-forums a.bbp-topic-permalink {
	font-weight: bold;
}
#bbpress-forums li.bbp-topic-voice-count {
	display: none;
}
#bbpress-forums li.bbp-topic-reply-count {
	width: 20%;
}

#bbpress-forums img.avatar {
	border-radius: 50%;
}

.single-post #bbpress-forums .bbp-header,
.single-post #bbpress-forums .bbp-breadcrumb,
.single-post #bbpress-forums .bbp-topic-tags,
.single-post #bbpress-forums .bbp-template-notice,
.single-post #bbpress-forums .bbp-footer {
	display: none !important;
}

/*-------------------------------------------------------------------------------------------*/
/* IE... I HATE YOU */
/*-------------------------------------------------------------------------------------------*/
.ie8 section, .ie8 article, .ie8 header, .ie8 footer, .ie8 nav, .ie8 aside,
.ie7 section, .ie7 article, .ie7 header, .ie7 footer, .ie7 nav, .ie7 aside {
	display: block;
}

.ie7 section.main,
.ie7 aside.sidebar {
	background: #fff;
}

/*-------------------------------------------------------------------------------------------*/
/* RESPONSIVE DECLARATIONS */
/*-------------------------------------------------------------------------------------------*/
.mobile-ad {
	text-align: center;
	margin-bottom: 30px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding: 20px 0;
}
.mobile-ad img {
	display: inline;
}
@media (max-width:1029px) {
	.overhang-left {
		margin-left: -15px !important;
	}
	.overhang-right {
		margin-right: -40px !important;
	}
	#navigation.overhang-right {
		margin-right: -15px !important;
	}
	.entry-thumbnail {
		margin-bottom: 30px;
	}
	.entry-thumbnail img {
		display: block;
		width: 100%;
	}
	section.main {
		padding: 50px 40px 50px 40px;
	}
}
@media (max-width:767px) {
	body {
		background: #000 !important;
	}
	#header img {
		padding-top: 20px;
	}
	.entry-thumbnail {
		margin-bottom: 30px;
	}
	.entry-thumbnail img {
		display: block;
		width: 100%;
	}
	section.main {
		padding: 50px 40px 50px 40px;
	}
	
	
	body.single .sharethis {
		position: relative;
		width: auto;
		text-align: center;
		margin-bottom: 30px;
	}
	body.single .entry-content {
		padding-left: 0px;
	}
	#comments .comment-head {
		margin: 0 20px 20px 0;
		width: 100px;
		float: left;
	}
	#comments .comment-head .avatar img {
		display: inline;
	}
	article .col-sm-8 {
		padding-left: 0px;
	}
	.entry-header h1,
	.entry-header h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.featured .entry-header h1,
	.featured .entry-header h2 {
		font-size: 36px;
		line-height: 44px;
	}
	body.single .entry-header h1,
	.archive_title {
		font-size: 44px;
		line-height: 52px;
	}
	
	body.single .sharethis,
	body.single .sharethis.sticky,
	body.single .sharethis.sticky-bottom {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
	}
}

