/* @override http://www.fsutorch.com/wp-content/themes/torch/style.css */

/*
Theme Name: The Ferris State Torch WP Them
Theme URI: http://www.fsutorch.com
Description: The theme for http://www.fsutorch.com
Version: 0.1
Author: Brandon Martinez
Author URI: http://www.brandonmartinez.com
*/

/* @group CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Basic HTML */

body {
	background: #fff;
	font: 1em/1.2em "Adobe Garamond Pro", Garamond, Times, "Times New Roman", serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6, h7 {
	
}

h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0 0 5px 0;
}

h1 a, h1 a:visited, h1 a:hover {
	color: #000;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font: 1.2em "Helvetica Neue 47 Light Condensed", "HelveticaNeueLtStd-LtCn", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

p {
	text-align: justify;
	padding-bottom: 15px;
	line-height: 1.4em;
}

ul, ol {
	margin-left: 50px;
	margin-bottom: 20px;
	list-style-type: disc;
}

ol li {
	list-style: decimal;
	margin-bottom: 10px;
}

/* @end */

/* @group Layout */

#container {
	width: 960px;
	margin: 10px auto;
	position: relative;
}

/* @group Ads - Top Banner */

#adsTopBanner {
	margin-bottom: 20px;
}

/* @end */

/* @group Header */

#header {
	height: 147px;
	padding: 5px 0px;
	border-top: #861300 solid 5px;
	border-bottom: #861300 solid 5px;
	margin-bottom: 10px;
	position: relative;
}

#header #logo {
	height: 147px;
	width: 500px;
	display: block;
	margin: 0 auto;
}

#header #topart {
	position: absolute;
	top: 3px;
	left: 0;
}

#header #topart a img {
	border: none;
	width: 250px;
	height: 150px;
}

#header #topheadline, #header #topheadlineleft {
	width: 200px;
	position: absolute;
	display: table-row;
	top: 10px;
	right: 0;
	height: 137px;
}

#header #topheadlineleft {
	left: 0;
	right: auto;
}

#header #topheadline .title, #header #topheadlineleft .title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 147px;
	color: #000;
	font: 1.3em/1.4em "Helvetica Neue LT Std 77 Bold Condensed", "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header #topheadline .title a, #header #topheadline .title a:visited, #header #topheadline .title a:hover, #header #topheadlineleft .title a, #header #topheadlineleft .title a:visited, #header #topheadlineleft .title a:hover {
	color: #000;
	text-decoration: none;
}

#header #topheadline .title a:hover, #header #topheadlineleft .title a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Top Navigation */

#topnav {
	clear: both;
	width: 960px;
	height: 25px;
	border-bottom: #861300 solid 5px;
	margin-bottom: 25px;
}

#topnav span {
	display: block;
	float: left;
}

#topnav div {
	margin: 0 0 0 4%;
}

#topnav div span {
	display: block;
	width: 19.5%;
	float: left;
}
#topnav div span a {
	float: right;
	display: block;
}

#topnav span a, #topnav span a:visited, #topnav span a:hover {
	text-decoration: none;
	color: #861300;
	font-weight: bold;
	font-size: 18px;
}

#topnav span a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Content */

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

/* @group Latest Tweet */

#latestTweet {
	background: #fcff76;
	padding: 10px;
	margin: 0 0 10px 0;
	font-size: 1.5em;
	line-height: 1.25em;
}

#latestTweet .aktt_tweet_time {
	display: none;
}

/* @end */

/* @end */

/* @group Sidebar */

#sidebar {
	width: 180px;
	margin-left: 15px;
	float: left;
	border: solid 1px #bbb;
}

#sidebar ul, #sidebar ol {
	margin: 0;
	list-style: none;
}

/* @group widgetContainer */

#sidebar .widgetContainer {
	border-bottom: 1px solid #bbb;
	padding: 10px;
}

#sidebar .widgetContainer .widgetTitle {
	font-size: 1.0em;
	margin-bottom: 10px;
	border-bottom: 1px solid #bbb;
}

#sidebar .widgetContainer a, #sidebar .widgetContainer a:visited, #sidebar .widgetContainer a:hover {
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
}

#sidebar .widgetContainer a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Search Form */

.widget_search {
	height: 30px;
	padding: 0 !important;
	margin: 0;
	border: #fff !important;
}

.widget_search .widgetTitle {
	display: none;
}

.widget_search #searchform #s {
	float: left;
	background: url(images/searchform_input.png) no-repeat left center;
	border: none;
	border-bottom: 1px solid #eee;
	padding: 4px 3px 4px 50px;
	color: #666;
	width: 107px;
	height: 20px;
}

.widget_search #searchform #searchsubmit {
	float: left;
	background: url(images/searchform_button.png) no-repeat;
	width: 20px;
	height: 29px;
	border: none;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	text-indent: -99999999px;
	display: block;
}

/* @end */

/* @group Twitter Styles */

#twitter-tools {
	overflow: hidden;
}

#twitter-tools .aktt_tweets ul li {
	font-size: 0.95em;
	border-bottom: 1px #333 dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
}

#twitter-tools .aktt_tweets ul li a, #twitter-tools .aktt_tweets ul li a:visited, #twitter-tools .aktt_tweets ul li a:hover {
	text-transform: none;
	font-size: 1em;
	text-decoration: underline;
}

/* @end */

/* @group Post Stats */

span.post-stats {
	display: none;
}

/* @end */

/* @group Ads */

#ad-sidebar-button, #ad-sidebar-button * {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

/* @end */

/* @group Badges */

#facebook-badge, #twitter-badge {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;	
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	width: 960px;
	margin: 15px auto;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: block;
	float: left;
	margin-right: 15px;
	line-height: 1.6em;
	font-size: 0.8em;
}

#footer ul li a, #footer ul li a:visited, #footer ul li a:hover {
	color: #999;
	text-align: center;
}

/* @end */

/* @group Front Page */

/* @group Feature */

.feature .post .thumbnail {
	margin-bottom: 15px;
}

/* @end */

/* @group Categories */

.categories {
	float: left;
	width: 295px;
}

.categories div.wp-caption, .featured div.wp-caption
{
	display: none;
}

#cat25 object, #cat25 embed {
	width: 295px !important;
	height: 225px !important;
}

.categories .category h1 {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px 0;
	text-align: center;
}

.categories .category h1, .categories .category h1 a, .categories .category h1 a:visited {
	font-size: 1.1em;
	text-transform: uppercase;
}

.categories .category .post h1, .categories .category .post h1 a, .categories .category .post h1 a:visited {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #861300;
	border: none;
	margin-bottom: 0;
	text-transform: none;
	text-align: left;
}

.categories .category .post h2 {
	font-size: 1em;
	margin-bottom: 0;
}

.categories .category .post p {
	margin-bottom: 10px;
}

.categories .category .post .entry img, .categories .category .post .entry .wp-caption {
	display: none;
}

.categories .wp-caption-text {
	display: none;
}

.categories .category .thumbnail {
	margin-bottom: 20px;
}

/* @end */

/* @group Featured */

.featured {
	width: 450px !important;
	float: left;
	margin-right: 15px;
}

/* @end */

/* @end */

/* @end */

/* @group Post Styles */

.post {
	margin-bottom: 50px;
}

.post object, .post embed {
	width: 100%;
}

/* @group Stripped Entry */

.entry-stripped {
	
}

.entry-stripped div {
	display: none;
}

/* @end */

/* @group Meta */

.meta {
	margin-top: 3px;
	margin-bottom: 15px;
	display: block;
}

.meta span {
	display: block;
	color: #333;
	text-transform: uppercase;
	font-size: 10px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .01em;
}

.meta .author {

}

.meta .categories {
	display: block;
}

.meta .date {
	margin-right: 0;
	overflow: hidden;
}

.meta .comments {
	position: absolute;
	right: 0;
	top: -24px;
}

.meta span a, .meta span a:visited, .meta span a:hover {
	color: #aaa;
	text-decoration: none;
}

.meta span a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Bottom Bar */

.bottombar {
	display: block;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

.bottombar span {
	display: block;
	float: left;
	padding: 3px 3px 3px 25px;
	background-repeat: no-repeat;
	background-position: center left;
	color: #333;
	height: 16px;
	margin: 0 20px 0 0;
}

.bottombar a, .bottombar a:visited, .bottombar a:hover {
	color: #333;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

.bottombar a:hover {
	color: #861300;
	text-decoration: underline;
}

.bottombar .continue {
	background-image:  url(images/interface/page_text_16.png);
}

.bottombar .comments {
	background-image:  url(images/interface/comment_16.png);
}

/* @end */

/* @group Continue Reading (more-link) */

a.more-link, a:visited.more-link, a:hover.more-link {
	color: #36393D;
	display: none;
	text-align: left;
	text-decoration: underline;
	margin-top: 20px;
	clear: both;
	font-weight: bold;
}

a:hover.more-link {
	color: #861300;
}

/* @end */

/* @group Thumbnail Image */

.section .post .thumbnail {
	float: left;
	display: block;
	width: 150px;
	margin-right: 30px;
}

.section .post .thumbnail img {
	width: 150px;
	height: auto;
}

.section .post .content {
	float: left;
	width: 580px;
}


/* @end */

/* @group Sociable */

.sociable {
	margin: 20px 15px;
	padding: 10px 0;
	border-top: 1px dashed #bbb;
	width: 350px;
	float: left;
	display: block;
}

.sociable .sociable_tagline {
	margin-bottom: 10px;
}

.sociable .sociable_tagline h2 {
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}

/* @end */

/* @group Related Posts */

.related-posts {
	float: left;
	width: 350px;
	margin: 16px 15px;
	padding: 10px 0;
	border-top: 1px dashed #bbb;
	display: block;
}

.related-posts h1 {
	font-size: 1em;
	font-family: Arial, sans-serif;
	margin-bottom: 8px;
}

.related-posts ul, .related-posts ol {
	margin-left: 18px;
}

.related-posts ul li, .related-posts ol li {
	list-style: disc;
}

.related-posts a, .related-posts a:visited, .related-posts a:hover {
	color: #333;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: .9em;
}

/* @end */

/* @end */

/* @group Aside */

.aside {
	float: right;
	width: 300px;
	border: 2px dotted #bbb;
	background: #fefefe;
	padding: 10px;
	margin: 0 0 10px 25px;
	clear: both;
}

.aside h1 {
	font-size: 1.2em;
	text-align: center;
	border-bottom: 2px dotted #bbb;
}

.aside h2 {
	font-weight: bold;
	text-align: center;
}

.aside ul {
	margin-left: 20px;
}

.aside ol {
	margin: 0;
}

.aside li {
	margin-bottom: 10px;
}

.aside ol li {
	text-align: center;
	list-style-position: inside;
}

/* @end */

/* @group WordPress Styles */

.wp-caption {

}

.wp-caption img {
	margin-bottom: 20px;
}

.wp-caption .wp-caption-text {
	padding: 5px 0;
	font-size: 0.9em;
	text-align: left;
}

/* @group Alignment */

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	text-align: center;
}

.aligncenter a {
	display: block;
	width: 100%;
}

.aligncenter a img {
	margin: 0 auto;
	display: block;
}



/* @group Post Navigation */

.navigation {
	display: block;
	width: 100%;
}

.navigation .alignleft {
	display: block;
	float: left;
	width: 50%;
}

.navigation .alignright {
	float: left;
	text-align: right;
	width: 50%;
}

/* @end */

/* @end */

/* @end */

/* @group Table Styles */

/* @group Staff */

table.staff {
	margin-bottom: 30px;
	width: 350px;
	border: none;
	float: left;
}

table.staff td, table.staff th {
	height: 25px;
}

table.staff thead th {
	font: 1.2em "Helvetica Neue 47 Light Condensed", "HelveticaNeueLtStd-LtCn", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}

table.staff tbody th {
	text-align: left;
	width: 150px;
}

table.staff tbody td {
	width: 200px;
}

/* @end */

/* @group Product Comparison */

.productcomparison {
	width: 100%;
	clear: both;
	margin: 20px auto;
}

.productcomparison thead th.title {
	background: #333;
	color: #fff;
	padding: 5px;
}

.productcomparison thead th {
	padding: 5px 0 0 0;
}

.productcomparison tbody th {
	text-align: left;
	padding: 2px 20px 2px 0;
	border-bottom: 1px dashed #eee;
}

.productcomparison tbody td {
	text-align: center;
	padding: 5px 4px;
	border-bottom: 1px dashed #eee;
}

/* @end */

/* @end */

/*@group Sports */

table.sports.roster {
	width:  100%;
}

table.sports.roster th {
	text-align: left;
}

table.sports.schedule {
	float: right;
	margin-left: 20px;
}

table.sports.schedule thead th {
	background: #333;
	padding: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
}

table.sports.schedule tbody th {
	padding-top: 10px;
	text-align: left;
}

table.sports.schedule tbody td {
	padding: 0px 5px;
}

table.sports.stats {
	
}

table.sports.stats thead th {
	background: #333;
	padding: 3px;
	color: #fff;
	font-weight: normal;
}

table.sports.stats .stat {
	color: #990000;
	padding-right: 10px;
	text-align: left;
}

table.sports.stats td {
	text-align: center;
}

/*@end*/

span.credit, span.description {
	display: block;
}


/* @group Forms */

form.fm {
	margin: 0;
	padding: 0 0 15px 0;
	width: 100%;
}

form.fm div {
	width: 100%;
	margin: 0 0 10px 0;
}

form.fm div label, form.fm div.fm-notice-label {
	float: left;
	display: block;
	width: 25%;
	margin: 0 2% 0 0;
	padding: 0;
}

form.fm div.fm-notice-message {
	float: left;
	width: 70%;
}

form.fm div.fm-text input, form.fm div.fm-textarea textarea {
	float: left;
	width: 70%;
	padding: 3px;
	margin: 0;
	background: #fff;
	border: 2px inset;
}

form.fm div.fm-text input:focus, form.fm div.fm-textarea textarea:focus {
	background: #eee;
}

form.fm div.fm-submit input {
	float: right;
}

/* @end */
/* @group Pull Quotes */

.pullquote1 {
	width: 250px;
	margin: 7px 0 10px 10px;
	float: right;
	padding: 10px;
	border-top: #d4363f solid 3px;
	border-bottom: #d4363f solid 3px;
}

.pullquote1 blockquote {
	line-height: 1.6em;
	text-align: justify;
	margin-bottom: 20px
}

.pullquote1 .author {
	display: block;
	text-align: right;
	margin: 0;
	font-size: 1em;
	color: #d4363f;
	font-weight: bold;
}

.pullquote1 .position {
	display: block;
	text-align: right;
	margin-top: 10px;
	font-size: .8em;
	margin: 0;
	font-style: italic;
}

/* @end */

/* @group Classifieds */

.classifieds {
	width: 100%;
}

.classifieds .column {
	width: 45%;
	margin-right: 5%;
	float: left;
}

.classifieds .column .classifiedcategory {
	display: block;
	background: #d4363f;
}

.classifieds .column .classifiedcategory h2 {
	color: #fff;
	display: block;
	text-align: center;
	padding: 5px 10px;
	margin: 0;
	vertical-align: middle;
}

.classifieds .column .classified {
	border: solid 1px #bbb;
	padding: 10px;
	margin-bottom: 20px;
}

/* @end */

/* @group Utility */

.clearboth, .clear {
	clear: both;
	height: 0px;
}

.clearboth *, .clear * {
	display: none;
}

.cleardiv {
	clear: both;
}

/* @end */



/* @group Comment Styles */

#comments {
	
}

#comments h1 {
	letter-spacing: -1px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

#newcomment h1 {
	font-size: 1.4em;
	font-weight: bold;
}

/* @group Comments */

#comments #commentlist li.comment {
	list-style-type: decimal;
	padding: 10px;
	border-bottom: 1px #eee solid;
	margin-bottom: 10px;
}

#comments #commentlist li.comment .comment-body {
	margin-left: 42px;
	position: relative;
}

#comments #commentlist li.comment .comment-body .comment-meta {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

#comments #commentlist li.comment .comment-body .comment-author {
	display: block;
	height: 32px;
	margin-bottom: 10px;
	margin-left: -42px;
}

#comments #commentlist li.comment .comment-body .comment-author .avatar, .FB_profile_pic {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

#comments #commentlist li.comment .comment-body .reply {
	display: block;
	height: 20px;
}

#comments #commentlist li.comment .comment-body .reply .comment-reply-link {
	float: right;
}

/* @end */

/* @group Comment Form */

#commentform {
	background: #eee;
	padding: 20px;
	margin: 10px 0px;
	width: 90%;
}

/* @end */

/* @end */



/* @group Gallery Styles */

.gallery {
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery br { clear: both }
 
/* available Columns */
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }

/* @end */