/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
/*
	font-family:Georgia, "Times New Roman", Times, serif;
*/
	font-family:Arial, "Trebuchet MS", Sans-Serif;
	font-size:13px;
	color:#444;
	margin:0;
	padding:0;
	background:#000 url(images/bk_body.jpg) 0 0 repeat-x;
	line-height:1.4;
}

ul {
	list-style:none;
}

a {
	color:#4f2683;
	font-weight: bold;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline:none;
}

p {
	margin: 1em 0 0 0;
}

h2, h3 {
	padding:10px 0 5px;
	line-height:100%;
	
}

h2 {
	font-size:20px;
	color:#999999;
	font-weight:normal;
}

h1 {
	font-size:30px;
	line-height:100%;
	font-weight:normal;
	
}

h1 a {
	text-decoration:none;
	color:#333;
}

h1 a:hover {
	text-decoration:underline;
}



 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#wrapper {
	margin:0 auto;
	width:960px;
}


#header {
	height:145px;
	position:relative;
	z-index:99; 
}

#content {
	padding:22px 27px;
	background:#fff;
	position: relative;
}

#colLeft{
	width:600px;
	float:left;	
}
#colFull{ /* Note: All the other #colLeft styles may need to be updated to include ,#colFull */
	width:100%;
	float:left;	
}

#colRight {
	width:270px;
	float:left;	
	padding-left:35px;
}

#footer {

	background:url(images/bk_footer.jpg) 100% 0 no-repeat;
	padding:20px 0 10px 0;
	width:960px;
	height:80px;
	margin:1px auto;
	color:#999;
	position:relative;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:22px;
	left:0;
	
}

#logo h1 {
	padding:0;
	background:none;
	border:none;
}

#logo h1 a, #logo h1 a:hover{
	background:url(images/logo.png) 0 0 no-repeat;
	width:462px;
	height:91px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	border:none;
}

/* top menu */

#topMenu {
	position:absolute;
	left:0;
	top:88px;
	border-top:1px solid #4E4E4E;
	padding-top:20px;
	width:100%;
}

.sf-menu li {
	position: relative;
	float: left;
	line-height: 37px;
	padding: 0 1px 0 0;
	text-align: center;
}
.sf-menu li a {
	display: block;
	float: left;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-bottom:none;
	padding:0 15px;
	height:35px;
	line-height:35px;
	position:relative;
	color:#ccc;
	border:1px solid #000;
	border-bottom:none;
}
#topMenu ul.sf-menu li a:hover {
	background:#4f2683;
	border:1px solid #8e54d6;
	color:#fff;
	border-bottom:none;
}
#topMenu ul.sf-menu li ul.children {
	border:1px solid #8e54d6;
	background:#4f2683;
	border-top:none;
}
#topMenu ul.sf-menu li ul.children li {
	position:relative;
	line-height:100%;
	height:30px;
}
#topMenu ul.sf-menu li ul.children li a {
	color: #FFF;
	text-decoration: none;
	display:block;
	padding-top:10px;
	line-height:100%;
	border:none;
}
#topMenu ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
	border:none;
	line-height:100%;
	display:block;
	padding-top:10px;
	
}
#topMenu ul.sf-menu li ul.children li ul.children {
	border: none;

}
#topMenu ul.sf-menu li ul.children li ul.children li {
	background:#4f2683;
}
#topMenu ul.sf-menu li ul.children li ul.children a {
	text-decoration: none;
	position:relative;
	border:none;
}
#topMenu ul.sf-menu li ul.children
{
	margin:6px 0 0 0;
}
#topMenu ul.sf-menu li ul.children ul.children
{
	margin:0 0 0 38px;
	border-top:1px solid #8e54d6;
}

#topMenu ul li ul li a, #topMenu ul li:hover ul li a,  #topMenu ul li:hover ul li a, #topMenu ul li:hover ul li a:hover {
	background:none;
	border:none;
	color:#fff;
	line-height:100%;
	text-transform:none;
	padding-top:7px;
	height:22px;
}


.twitter {
	position:absolute;
	top:42px;
	right:130px;
	background:url(images/twitter_top.gif) 0 0 no-repeat;
	z-index:99;
}

.twitter a {
	display:block;
	width:139px;
	height:55px;
	text-indent:-9999px;
}

.rss {
	position:absolute;
	height:28px;
	padding-right:34px;
	line-height:28px;
	top:55px;
	right:0;
	background:url(images/rss.gif) 100% 50% no-repeat;
}

.rss a {
	color:#ccc;
	text-decoration:none;
}


/* CONTENT ELEMENTS
----------------------------------------------*/

.catTitle {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding:9px 0 ;
	margin-bottom:10px;
	color:#666;
	font-size:14px;
}

.blogItem {
	margin-bottom:15px;
	padding-bottom:15px;
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	position: relative;
}

.blogItem span.posted {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding:5px 0 10px;
	font-size:11px;
	color:#999;
	display:block;
}

.blogItem .metadata {
	margin-bottom:10px;
}
/*
.blogItem .metadata .date {
	float:left;
	background:#949ca1;
	padding:3px 7px;
	color:#fff;
	font-size:11px;
}
*/
.post_position { }
.date {
	height:80px;
	left:-103px;
	position: absolute;
	text-align:center;
	top:-7px;
	width:75px;
}
.date .bg { background: url(images/date.png) no-repeat 0 0; width: 70px; height: 62px; padding: 18px 0 0 5px; }
.date span { display: block; font-size: 16px; font-weight: bold; color: #ffffff; line-height: 1; text-transform: uppercase; }
.date span.day { font-size: 26px; }
.meta { padding-top: 13px; background: url(images/meta-top.gif) no-repeat 0 0; }
.meta { font-size: 10px; font-family: Verdana, Tahoma, Arial, Sans-Serif; color: #444; }
.meta p { padding: 5px 0; line-height: 15px; margin: 0;}
.meta .bg { background: #fafafa url(images/meta-bg.gif) repeat-x 0 bottom; border-left: solid 1px #dedede; border-right: solid 1px #dedede; padding: 0 10px; height: 100%}
.meta .bot { height: 4px; font-size: 0; line-height: 0; text-indent: -4000px; background: url(images/meta-bot.gif) no-repeat 0 0; }
.meta .comments-num { float: right; display: inline; font-size: 11px; color: #682815; font-weight: bold; }
.meta .comments-num { padding: 5px 0 5px 30px; margin-left: 10px; background: url(images/meta-comments-num.gif) no-repeat 0 3px; }


.blogItem .metadata .no_comments {
	float:left;
	background:#4f2683 url(images/bk_comments_no.jpg) 8px 50% no-repeat;
	padding:3px 7px 3px 32px;
	color:#fff;
	font-size:11px;
	margin-left:2px;
}

.blogItem .metadata .no_comments a {
	color:#fff;
}

.blogItem a.more-link {
	display:block;
	clear:both;
	background:url(images/bk_readmore.jpg) 0 0 no-repeat;
	width:104px;
	height:24px;
	text-indent:-9999px;
	margin-top:10px;
}

.blogItem a.readmore:hover {
	background:url(images/bk_readmore.jpg) 0 -24px no-repeat;
}

#colLeft a img {
	border:none;
}

#colLeft ul {
	list-style:square;
	list-style-position:outside;
	padding: 0 20px;
	margin: 0;
}
#colLeft ol {
	list-style-position:outside;
	padding: 0 20px;
	margin: 0;
}
#colLeft td {padding: 3px 5px;}

/* colRight */

#colRight h2 {
	clear:both;
	margin:15px 0 5px;
	background:#000;
	padding:5px 7px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	clear:both;
}
#colRight h2 a {
	color:#fff;
	text-decoration:none;
}
#colRight h2.sponsors {
	background:#EE4A04;
}

#colRight ul {
	position:relative;
}

#colRight ul li {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding:5px 10px;
	display:block;
}

#colRight ul li a{

	padding:8px 0;
	background:url(images/bullet_blue.jpg) 3px 10px no-repeat;
	padding-left:25px;
	color:#666;
	text-decoration:none;
}
#colRight ul.tweets li a{
	background: none 0 0;
	padding-left:0px;
	color: #411768;
}
#colRight ul li a:hover{
	background: url(images/bullet_green.jpg) 3px 10px no-repeat;
	color: #4f2683;
}
#colRight ul.tweets li a:hover{
	background: none 0 0;
	padding-left:0px;
	color: #411768;
	text-decoration: underline;
}

#colRight #ads {
	clear:both;
	padding:8px 0 10px;
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
} 

#colRight #ads a {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#colRight #ads img {
	border:none;
}

#ads_msg {
	padding:8px 8px 2px;
	background:#f4f4f4;
	border:1px dotted #ccc;
	float:left;
	line-height:100%;
	width:243px;
	height:22px;
}

#ads_msg a {
	color:#666;
}

.social {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:10px;
}

.social strong {
	color:#00C1F2;
}

/*COMMENTS
---------------------------------------------*/
#colLeft ul.commentlist {
	margin-bottom:10px;
	list-style-type:none;
}

#colLeft ul.commentlist li {
	background:none;
	border-bottom:1px solid #efefef;
	padding:5px 0;
	padding-left:40px;
}

#colLeft ul.commentlist li .avatar {
	float:left;
	width:32px;
	margin-left:-40px;
}

* html #colLeft ul.commentlist li .avatar {
	margin-bottom:-20px;
}

#colLeft ul.commentlist li.odd {
	background:#f9f9f9;
}

#colLeft ul.commentlist li .commentmetadata {
	font-size:11px;
	color:#999;
}


/* HOME SLIDER
-----------------------------------------------*/

#slider {
	background:#000;
	margin-bottom:20px;
}

.panel .text {
	color:#d6d6d6;
	height:60px;
	padding:5px 10px 15px;
}

.panel .text p {
	margin:3px 0 0;
}
.panel .text a {
	color: #ffffff;
}

.panel .text h1, .panel .text h1 a {
	color:#FFF;
	font-size:22px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:0;
	margin-bottom:0;
}



/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	float:left;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	/*  IE8 Slider bug fix: On style.css, for .stepcarousel, just replace the current “width:100%” with “width:600px”. */
        width: 600px; /*Width of Carousel Viewer itself*/
	height: 310px; /*Height should enough to fit largest content's height*/;
}

.stepcarousel span.featured {
	color:#666;
	font-size:11px;
	display:block;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
	width:270px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	position:relative;
}

/* FORMS
---------------------------------------------------*/

/* search form */

#searchform {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:10px;
}

#searchform #s {
	width:130px;
	border:1px solid #ccc;
	font-size:11px;
	padding:5px 2px;
	margin-left:5px;
}

#searchform #searchsubmit {
	background:#949ca1;
	border:1px solid #666666;
	color:#fff;
	padding:3px 0;
	text-align:center;
	width:54px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* post comment */

#commentform label {
	display:block;
	padding:5px 0 2px;
}

#commentform input, #commentform textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


#commentform textarea {
	width:500px;
}

#commentform input#submit{
	border:none;
	width:124px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:5px;
	background:url(images/bk_postcomment.jpg) 0 0 no-repeat;
	font-size:11px;
}

/* contact */

#contact label {
	display:block;
	padding:8px 0 2px;
}

#contact input, #contact textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

#contact textarea {
	width:500px;
}

#contact input.submit {
	border:none;
	width:124px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:15px;
	background:url(images/bk_sendmsg.jpg) 0 0 no-repeat;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}





/* inline photo */
.inlinePhoto, .phinline {	float: right;	display: inline;	padding: 5px 15px 2px 15px;	margin: 10px 0 5px 20px;	border-left: 1px solid #DDD;}
.inlinePhoto p.photoCredit, p.photocred2 {	font-size: xx-small;	line-height: 1em;	color: #999;	margin: 0;	padding: 0px 0 0 0;}
.inlinePhoto p.photoDesc, p.photosubtext {	line-height: 1.2em;	margin: 0;	padding: 2px 0 0 0;	font-size: x-small;	font-weight: bold;}
/* inline quote */
.inlinequote {	width: 165px;	float: left;	display: inline;	padding: 5px 10px;	margin: 10px 15px 10px 0;	border-right: 1px solid #DDD;}
.inlinequote img.quote {	float: left;	padding: 0 7px 0 0;}
.inlinequote img.quoteEnd {	display: inline;	padding: 0;	margin: -4px 0 0 0;	position: relative;	top: 5px;}
.inlinequote h3 {	margin: 0;	padding: 7px 0 4px 0;	line-height: 1.3em;	font-size: 140%;	font-family: Arial, Helvetica, sans-serif;}
.inlinequote p {	font-style: italic;	margin: 0 0 0 20px;	padding: 0;}
/* inline object (i.e. player card, table) */
.io {	width: 200px;	float: right;	display: inline;	font-size: .9em;	line-height: 1.3em;	border: 1px solid #e2e2e2;	background: #f4f4f4;	padding: 3px;	margin: 10px 15px 10px 15px;}
.io h4 {	margin: 0;	padding: 3px;	color: white;	font-size: 1em;}
.io-title {	background: black;}
.io-title a, .io-title a:visited {	color:white;	text-decoration: none;}
.io p {	margin-left: 2px;}
.io-img {	margin: 4px 0 7px 8px;	float: right;	border: 0;}
.io table {	width: 100%;	border-collapse: collapse;}
.io table td {	text-align: right;	border: 1px solid white;	padding: 2px;	background: #EEE;}
.io table.left td {	text-align:left;}
.io table tr.io-evenRow td {	background: #FFF;}
.io table tr.io-columnHeaders td {	background: #CCC;}
.io table caption {	font-weight: bold;	padding: 0 0 3px 0;}
.io ul {	list-style: none;	padding: 0;	margin: 0;}
.io ul li {	padding: 2px;}
.io ul li.io-evenRow {	background: white;}
/* inline mug */
.inline-mug {	text-align: center;	font-size: x-small;	float: right;	display: inline; padding: 5px 15px;	margin: 10px 0 10px 20px;	border-left: 1px solid #DDD;	width: 65px;}
.inline-mug p {	margin-bottom: 4px;}


.blog_quote, blockquote {margin:2px 35px; font-style:italic; background:#f9f9f9; padding:0 7px; border: 1px dotted #cccccc; quotes: "\201C" "\201D"; }
.blog_quote, li blockquote {margin:2px 20px; font-style:italic; background:#f9f9f9; padding:0 7px; border: 1px dotted #cccccc; quotes: "\201C" "\201D"; }
.blog_quote p, blockquote p {padding: 0 0 7px 0; margin: 0; }
.blog_quote:before, blockquote:before { content: open-quote; font-weight: bold; font-size: 18pt; line-height: 25px; }
.blog_quote:after, blockquote:after { content: close-quote; font-weight: bold;  font-size: 18pt; padding-left: 490px;  line-height: 13px; }
table .odd_row td, table .even_row td, table .archive tr {border-top: 1px dotted #666666;line-height: 20px;}
.top_row {	background: #3A1A44 url(../images/top_row_bg.gif);	color: #FFFFFF;	font-weight: bold;	line-height: 20px;}
.odd_row {	background: #d6d6d6 url();	border-top: 1px dotted #666666;	line-height: 20px;}
.even_row {	background: #cccccc url();	border-top: 1px dotted #666666;	line-height: 20px;}
.padding_left {	padding-left: 4px;}
.center_data {text-align: center;}

hr {margin: 12px 0; }


/* links page */
#links {
	width: 100%;
}
.links_right {
	padding: 5px;
	list-style-position: inside;
	list-style-type: none;
	width: 350px;
	text-align: left;
	height: 65px;
	border-top: 1px dashed #999999;
}
.links_left {
	padding: 5px;
	border-right: 1px dashed #999999;
	list-style-position: inside;
	list-style-type: none;
	width: 350px;
	text-align: left;
	height: 65px;
	border-top: 1px dashed #999999;
}
img.links {
	float: left;
}
.links_school_name {
	font-weight: bold;
}
