/*
Theme Name: Press Pros 2010, based on Lexicon
Theme URI: http://www.modthemes.com	
Author: Nathan Rice
Author URI: http://www.nathanrice.net/
Version: 1.0
Description: Lexicon is a super-flexible blog theme from ModThemes.com

Copyright (c) ModThemes.com
*/

@import url(reset.css);

html {
	background: #E6E6E6 url(images/html-bg.jpg) bottom center repeat-x;
}
/* This is where you set many of the universal defaults */
body { 
	background: url(images/new_background.jpg) top center no-repeat; 
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0; padding: 0;
}



body.category-profiles { 
	background: url(images/unity_background.jpg) top center no-repeat; 
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0; padding: 0;
}


body.category-hal-mccoy { 
	background: url(images/arbogast_background.png) top center no-repeat; 
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0; padding: 0;
}

body.category-osu { 
	background: url(images/osu_background.jpg) top center no-repeat; 
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0; padding: 0;
}

body.category-bengals { 
	background: url(images/bengals_background.jpg) top center no-repeat; 
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0; padding: 0;
}

body.category-ud { 
	background: url(images/ud_background.jpg) top center no-repeat; 
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0; padding: 0;
}




/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #7A0001;
	text-decoration: none;
}
a:hover {
	color: #7A0001;
	text-decoration: underline;
}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul { margin: 5px 35px; padding: 0; }
ol { list-style-type: decimal; }
ul { list-style-type: square; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
p { margin: 0; padding: 10px 0; }
img { border: 0; background: none; }
blockquote {
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 10px; padding: 0 20px;
}
code { /* inline code */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}
pre { /* code blocks */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	margin: 10px 0; padding: 10px;
	background: #ddd;
	overflow: auto;
}
.alert {
	margin: 5px 0 0 0; padding: 10px;
	/* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a {
	color: #cc0000;
	text-decoration: none;
}
.alert a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*********************************************
		Heading Styles
*********************************************/
/* Use this for universal styles for all header elements */
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 200%;
	line-height: 1.1;
	color: #000;
	margin: 0; padding: 0;
}

/* Post Titles */
h1, h3 {
	font-weight: normal;
}
h3 a {
}
h3 a:hover {
}

/* Sub-Headings in Posts */
h2 {
	color: #555;
	font-weight: bold;
	font-size: 150%;
	padding: 10px 0;
}

/* Comment/Respond Titles */
h4 {
	font-weight: normal;
	font-size: 140%;
	color: #333;
	margin: 0 0 15px 0; padding: 5px;
	border-bottom: 1px solid #999;
}

/* Widget Titles */
h5 {
	color: #333;
	font-size: 140%;
	font-weight: normal;
	margin: 0; padding: 6px 10px;
	background: url(images/widget-title-bg.gif) bottom left repeat-x;
}

/* Archive/Search Title */
h6 {
	font-weight: normal;
	font-size: 140%;
	color: #333;
	margin: 0 0 15px 0; padding: 5px;
	border-bottom: 1px solid #999;
}

/* Widget SubTitle */
h7 {
	font-weight: normal;
	font-size: 100%;
	color: #660000;
	margin: 0; padding: 6px 10px;
	border-bottom: 1px solid #999;
}
/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   text-align: left;
}
.alignright {
   float: right;
   text-align: right;
}
img.alignleft {
	margin: 5px 10px 10px 0px;
}
img.alignright {
	margin: 5px 0px 10px 10px;
}
/*
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}
*/

/*********************************************
		Header Styles
*********************************************/
#header {
	position: relative;
	color: #FFF;
	width: 960px; height: 111px;
	margin: 0 auto; padding: 0;
	font-size: 30px;
	line-height: 1.1;
}
#header #title {
	margin: 0; padding: 0;
	line-height: 1;	
}

#header #title #logo
{
	background-image: url(images/header-small.gif);
}

#header #title a {
	/* background: url(images/header.jpg) no-repeat; */
	display: block; float: left;
	width: 740px; height: 111px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

#header #searchform {
	float: right;
	width: 200px; height: 111px;
	margin: 0; padding: 0;
}
#header #searchform input {
	background: #2a2a2a;
	color: #ACACAC;
	margin: 50px 0 0 0; padding: 5px;
	border: none;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 15px;
}

/*********************************************
Horizontal Navigation Styles (with dropdowns)
*********************************************/
#menu {
	width: 960px; clear: both;
	margin: 0 auto; padding: 0;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 8px;
	overflow: auto;
}
#menu ul {
	float: right;
	list-style: none;
	margin: 0; padding: 0;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
}
#menu li a {
	color: #FF9900;
	display: block;
	font-weight: normal;
    margin: 0; padding: 6px 20px;
	text-decoration: none;
}

#menu li.feed a {
	margin: 0; padding: 0;
	width: 80px; height: 46px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/rss.jpg) 50% 50% no-repeat;
}

#menu li.current_page_item {
	color: #FFF;
	background: url(images/menu-active-bg.gif) bottom center no-repeat;
}
#menu li a:hover {
	color: #FFF;
}
 
/* second level stuff */
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0; padding: 0;
}
#menu li li {
	padding: 0;
}
#menu li li a {
	width: 180px;
	float: none;
	margin: 0; padding: 0 5px;
	background: #545454;
	border-bottom: 1px solid #070707;
}
#menu li li a:hover {
		background: #070707;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0; padding: 0;
}
#menu li ul ul {
	margin: -35px 0 0 190px;
}
#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover,
#menu li.sfhover { 
	position: static;
}


/*********************************************
		Container / Wrap Styles
*********************************************/
#container {
	background: url(images/container-bg.png) repeat-y;
	width: 910px;
	margin: 0 auto; padding: 10px 30px;
	text-align: left;
	overflow: auto;
}

/*********************************************
		Promo AD
*********************************************/
#promo {
	width: 910px;
	margin: 10px 0; padding: 0;
	border-bottom: 5px solid #FFF;
	background: #FFF;
}








/*********************************************
		Feature Styles
*********************************************/
#feature {
	width: 910px; height: 600px;
	margin: 10px 0; padding: 0;
	border-bottom: 10px solid #790000;
	background: #3B3B3B;
}
#feature a {
	color: #FFF;
}
#feature a:hover {
	color: #FFF;
}
#feature img {
	width: 600px; height: 600px;
	float: left;
}
#feature .title {
	background: #790000;
	width: 290px; float: left;
	margin: 0; padding: 10px;
}
#feature .title h3 {
	color: #FFF;
}
#feature-content, p.byline {
	color: white;
	display: block;
	width: 290px; float: left;
	margin: 0; padding: 5px 10px;
}
#feature .byline {
	background: url(images/feature-byline-grad.gif) top left no-repeat;
	color: #959595;
	font-size: 11px;
}

/*********************************************
		Content Styles
*********************************************/
#content {
	float: left;
	width: 600px;
	min-height: 450px;
}

	#content.no-sidebar
	{
		width: 910px;
	}
/*********************************************
		Post Styles
*********************************************/
#content .post,
#content .page {
	clear: both;
	margin: 0 0 10px 0; padding: 10px 0 20px 0;
	border-bottom: 1px solid #d5d5d5;
	overflow: auto;
}
.page #content .page {
	border: none;
}
.home #content .sticky {
	display: none;
}

div.date {
	width: 45px; height: 55px;
	background: #7A0001 url(images/date-bg.jpg) bottom center repeat-x;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #FFF;
	float: left;
	margin: 2px 10px 10px 0; padding: 0;
	line-height: 1;
}
.month {
	text-align: center;
	font-size: 18px;
	margin: 0; padding: 5px 0;
}
.day {
	text-align: center;
	font-size: 20px;
	margin: 0; padding: 0;
}
#content .byline {
	background: #EBEBEB;
	color: #6C6C6C;
	margin: 4px 0 0 0; padding: 0 0 0 5px;
	/*width: 437px; */
	width: 540px;
	height: 25px; line-height: 25px;
	float: left;
}
#content .byline a {
	color: #6C6C6C;
}
#content .byline a:hover {
	color: #333;
}

#content .commentlink {
	float: right;
	width: 103px; height: 33px;
	margin: 4px 0 0 0; padding: 0;
	font-size: 11px;
	text-align: center;
	background: url(images/comment-bubble.gif) no-repeat;
}
#content .commentlink a {
	display: block;
	width: 103px; height: 25px; line-height: 25px;
	margin: 0; padding: 0;
	color: #fff;
	text-decoration: none;
}
#content .commentlink a:hover {
}

.postcontent {
	clear: both;
}
.postcontent div
{
	margin-top: 10px;
}
.postcontent h1,
.postcontent h2,
.postcontent h3,
.postcontent h4,
.postcontent h5,
.postcontent h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0; padding: 10px 0;
	color: #333;
	border: none;
	background: none;
}
.postcontent h1 {
	font-size: 200%;
}
.postcontent h2 {
	font-size: 190%;
}
.postcontent h3 {
	font-size: 180%;
}
.postcontent h4 {
	font-size: 150%;
}
.postcontent h5 {
	font-size: 140%;
}
.postcontent h6 {
	font-size: 120%;
}

.more-link {
	display: block; float: right;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
	background: #020202 url(images/dk-grey-grad.gif) repeat-x;
	margin: 15px 0 0 0; padding: 2px 10px;
	border: 1px solid #020202;
	color: #FFF;
}
.more-link:hover {
	color: #FFF;
}

/*********************************************
		Prev/Next Navigation Styles
*********************************************/
.postnav {
	margin: 0; padding: 15px 0;
	overflow: auto;
}

/*********************************************
		Sidebar Styles
*********************************************/
#sidebar {
	float: right;
	width: 290px;
	line-height: 1.5;
	margin: 0; padding: 10px 0;
}

#sidebar .widget {
	background: #EBEBEB url(images/widget-bg.gif) repeat-y;
	margin: 0; padding: 0 15px;
	overflow: auto;
}
#sidebar .widgettop {
	margin: 0; padding: 0;
	width: 290px; height: 6px;
	background: url(images/widgettop-bg.gif) no-repeat;
	overflow: hidden;
}
#sidebar .widgetbottom {
	margin: 0 0 10px 0; padding: 0;
	width: 290px; height: 7px;
	background: url(images/widgetbottom-bg.gif) no-repeat;
	overflow: hidden;
}


#sidebar .radio {
	margin: 0 0 10px 0; padding: 0;
	width: 290px; height: 200px;
	overflow: hidden;
}

#sidebar ul ,
#sidebar ol{
	margin: 10px 25px; padding: 0;
}
#sidebar ul ul,
#sidebar ol ol {
	margin: 0 25px;
}

/*
#sidebar object,
#sidebar embed {
	width: 260px;
	margin: 10px 0;
}
*/

/* Social Profiles Widget */
#sidebar .socialprofiles a {
	display: block; float: left;
	padding: 5px;
}

/* Twitter Widget */
#sidebar .mytweets h5 {
	padding-left: 25px;
	background: url(images/twitter.jpg) bottom left no-repeat;
}
#sidebar .mytweets ul {
	list-style-type: none;
	margin: 10px 0;
}
#sidebar .mytweets ul li {
	margin: 0; padding: 10px 5px;
}
#sidebar .mytweets ul#twitter_update_list li {
	border-bottom: 1px solid #d2d2d2;
}

/*********************************************
		Comments Styles
*********************************************/
#comments {
	clear: both;
	margin: 0; padding: 10px 0;
	line-height: 1.8;
}
#comments ol.commentlist {
	list-style-type: none;
	margin: 0; padding: 0;
}
#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	margin: 10px 0; padding: 8px;
	border: 2px solid #ebebeb;
	background: url(images/1x50px-grey.gif) repeat-x;
}

#comments li.comment .avatar {
	float: left;
	margin: 0 8px 0 0; padding: 0;
}
#comments li.comment .vcard {
	line-height: 1.2;
}
#comments li.comment .comment-meta {
	margin: 0; padding: 0;
}

#comments ol ul {
	list-style-type: none;
	margin: 10px 0 0 35px;
}
 
#respond {
	clear: both;
	margin: 0; padding: 10px 0;
}
#respond form {
	display: block;
	padding: 0;
}
#respond .commentinput {
	padding: 5px 0;
}
#respond input {
	width: 40%;
	padding: 6px;
	border: 1px solid #ccc;
}
#respond input:focus {
}
#respond .req {
	color: #dd0000;
}
#respond textarea {
	margin: 10px 0 10px 0; padding: 2%;
	border: 1px solid #ccc;
	width: 95%; height: 200px;
}
#respond textarea:focus {
}
#respond .allowedtags {
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0; padding: 2%;
	border: 1px solid #ddd;
}
#respond #submit {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
	background: #020202 url(images/dk-grey-grad.gif) repeat-x;
	margin: 0; padding: 2px 10px;
	border: 1px solid #020202;
	color: #FFF;
	cursor: pointer;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	width: 920px; height: 85px;
	margin: 0 auto; padding: 15px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
}
#footer p {
	margin: 0; padding: 0;
	text-align: right;
}









/* Added styles */
#the-writers
{
	width: 100%;
	min-height: 120px;
	overflow: auto;
}

div.writer
{
	width: 134px;	/* might need to be tweaked */
	float: left;
	padding: 0 23px;
	border-right: 1px solid black;	/* shouldn't be on last one */
}

	div.writer p.author-name
	{
		color: #434343;
		text-transform: uppercase;
	}

	div.writer img.author-image
	{
		float: left;
		margin-right: 5px;
	}

	div.writer p.post-title
	{
		font-weight: bold;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	div.writer div.post-excerpt
	{
		margin: 0;
	}
	
	div.writer p.more
	{
		margin: 0;
		padding: 0;
	}

#ads-home-featured
{
	margin: 15px 0 30px 0;
}

#ads-secondary-top
{
	margin-bottom: 10px;
	text-align: center;
}

#ads-secondary-middle
{
	margin-bottom: 10px;
}

#ads-interior-featured
{
	position: absolute;
	top: 20px;
	left: 450px;
}

#ads-fyi
{
	border: 2px solid #E0E0E0;
	margin: 0;
}

	#ads-fyi-title
	{
		background-color: #E0E0E0;
		padding: 10px 8px 10px 8px;
		font-size: 1.6em;
	}

	h3.fyi-title
	{
		color: #660000;
		padding: 0;
		margin: 10px 8px 0 8px;
		font-size: 1.4em;
	}
	
	p.fyi-content
	{
		color: #666666;
		border-bottom: 2px solid #E0E0E0;
		padding: 0 0 15px 0;
		margin: 0 8px 10px 8px;
	}
	
#author-info
{
	float: right;
	width: 180px;
	margin: 15px 0 10px 20px;
	padding: 8px 10px;
	background-color: #E6E6E6;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

	#author-info img
	{
		float: right;
	}
	
	#author-info a
	{
		text-decoration: underline;
	}
	
	#author-info h6
	{
		font-weight: bold;
		margin: 0;
		
		padding: 0;
		line-height: 1em;
	}
	
		#author-info h6 a
		{
			color: #990000;
			text-decoration: none;
		}
	
.wp-caption, .wp-caption-interior
{
	background-color: transparent;
	border-top: 1px solid black;
	border-right: none;
	border-bottom: 1px solid black;
	border-left: none;
	text-align: center;
	text-align: center;
	color: #333333;
	font-style: italic;
	padding: 1px 0 0 0;
}

	.wp-caption img
	{
		padding: 0;
		margin: 0;
	}
	
	.wp-caption p
	{
		padding: 0;
		margin: 0;
	}
	
	.wp-caption-interior
	{
		border-top: none;
	} 