/*   
Theme Name:Student Life Newspaper - NEW
Theme URI:http://www.studlife.com/theme
Description:The default theme for Student Life Newspaper, the independent student newspaper of Washington University in St. Louis
Author:Student Life Web Team 2010-2011 (David Seigle, Sam Guzik, Scott Bressler, Dennis Sweeney)
Author URI:http://www.studlife.com
Version:1.0
.
This theme was designed for use in newsroom settings and looks to make WordPress a viable CMS for the unique needs of a newspaper. It is in active development by Student Life's web staff. This theme is © Copyright Student Life Newspaper and free to be used  
and modified under the GPL license provided that this text remains intact.
.

*/
body{
	margin: 0px; 
	font-family: "Tinos";
	font-size: 14px;
	line-height: 18px;
	color: #575953;
	letter-spacing: 0.3px;
}
h1, h2, h3, h4{margin: 0 0 8px; color: #000;}
h1{font-size: 2em; line-height: 1.1em}
h2{font-size: 1.3em; line-height: 1.2em}
/* H3 is used for subheadlines within an article */
h3{
	margin: 5px 0; 
	font-family: "Helvetica";
	font-size: 15px;
	line-height: 17px;
	color: #555 !important;
	letter-spacing: 0.4px;
}
h4{font-size: 1.0em; line-height: 1.2em}

a, a:visited{
    color: #56585B;
}
a:hover{
    color: #AF1F24;
    text-decoration: none;
}

strong{color: #555;}

img{ border: 0px none #fff; }
div img{ vertical-align: bottom; }
p{ margin: 11px 0; }

/* NOTE: not using list-style-image for reasons describred at http://www.w3schools.com/Css/css_list.asp */
ul.triangle {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.triangle li {
	background-image: url("http://host4.studlife.com/wp-content/themes/student-life-new/img/ul-list-item.gif");
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding-left: 14px;
	min-height: 22px;
	margin-bottom: 2px;
}

.while{
	color: #fff;
}
.white a{
	color: #ccc;
}
.alignleft{
	float: left;
	margin-right: 10px;
    margin-bottom: 5px;
}
.alignright{
	float: right;
	margin-left: 10px;
    margin-bottom: 5px;
}
.aligncenter{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.wp-caption-text{
    margin-bottom: 10px;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 16px;
}
.reply a, .reply a:visited , .light_links a, .light_links a:visited{
	text-decoration: none;
	color: #7a7a7a;
}
.reply a:hover, .light_links a:hover{
	text-decoration: underline;
    color: #AF1F24;
}
.dark_links a, .dark_links a:visited{
    text-decoration: none;
    color: #38393B;
}
.dark_links a:hover{
    text-decoration: underline;
    color: #737578;
}
.button{
    border: 1px solid #aaa;
    background: #BCBEC0;
    padding: 2px;
    color: #fff;
}
.button:hover{
    background: #97999C;
}
#ad_zone{
    background: #FFF;
    margin-right: 0px;
    width: 637px;
    border-bottom: 1px solid #AAA;
}
/* Home Page
--------------------------------------------------------------------------------*/
.article_list .home_story:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
}

.home_story{
	padding-bottom: 10px;
	border-bottom: 1px dotted #CACACA;
	margin-bottom: 10px;
}
.home_story p { 
    margin-bottom: 0px; 
    margin-top: 5px;
}
.category_current{
	background: #BCBEC0;
	color: #FFFFFF;
	font-size: 0.75em; 
	display: inline;
	padding: 6px 6px 3px;
	text-transform: uppercase;
}
.category{
    display: inline;
}
.category a{
    background: #BCBEC0;
    font-size: 11px;
    padding: 6px 6px 5px;
    text-transform: uppercase;
    color: #FFF !important; 
    text-decoration: none !important;
}
.category a:hover{ 
    /*color: #58595B !important; */
    background: #97999C;
    text-decoration: none !important;
}
h1,h2{
	font-family: Arial;
	font-size: 20px;
	line-height: 20px;
    color: #56585B;
    margin-top: 8px;
}
h2 a{
    color: #444;
    text-decoration: none;
}
a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}
nav {
    height: 31px;
}
h2 a:hover{
    color: #939598 !important;
}
.home_story h2.larger{
	font-size: 26px;
	line-height: 33px;
}
h2 .gray{ color: #939598; }
.sidebar_item{
	padding-bottom: 10px;
	border-bottom: 1px dotted #CACACA;
	margin-bottom: 10px;
}
#home_sidebar .sidebar_item:last-child{
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;}
#boxes{
	background: #fff;
}
#boxes div:first-child{
    margin-left: 0px;
}
#boxes h2{
	font-size: 1.2em;
}
#boxes .excerpt {
    margin: 11px 0;
}
.multimedia_swap_item{
    display: none;
    margin-bottom: 5px;
    cursor: pointer;
}
#multimedia_swap{
    margin: 0;
    padding: 0;
    position: relative;
}
#swap_item_0{
    display: list-item;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.swap_image{
    float: left;
    margin-right: 5px;
}
.swap_image:last-child{
    margin-right: 0px !important;
}
.swap_image div{
    width: 72px;
    height: 58px;
    position: absolute;
}
.swap_caption_background{
    background: #ccc;
    opacity: 0.8;
    filter: alpha(opacity = 80 ); /* For IE */
}
.swap_caption h2{
    font-size: 15px;
    margin: 0px;
}
.swap_caption_background, .swap_caption{
    width: 293px;
    height: 21px;
    top: 214px;
    position: absolute;
    padding: 5px;
    color: #222;
    overflow: hidden;
}
#multimedia_swap li{
    width: 303px;
}
#breaking{
    clear: both;
    background: #fff;
    border-bottom: 1px solid  #AAA;
    padding: 10px 0;
}
#staff_ed{
    padding: 12px 8px 8px;
    background: #DEDFDC;
}
.breaking_news{
    background: #DEDFDC;
    border: 2px solid #9A1020;
    padding: 10px;
    margin-right: 10px;
}
.breaking_news .category_current {
    background: #9A1020;
}
.breaking_news p{
    margin-bottom: 0px;
    margin-top: 5px;
}
.border-top{
	border-top: 1px solid #aaa;
}

#tweet_controls a {
	width: 6px;
	height: 6px;
	border: 1px solid #ccc;
	display: inline-block;
	margin-right: 3px;
}
#twitter_update_list li{
 	width: 300px;
 	padding-left: 3px;
 	margin-right: 20px;
}
#latest-pdf{
    text-align: center;
    margin: 10px 0;
}
#pdf-archive{
    text-align: right;
}
.ui-tabs-hide{
    display: none;
}
#story-tabs{
    margin: 0px;
    padding: 0px;
}
#story-tabs li{
    width: 49%;
    float: left;
    height: 25px;
    line-height: 26px;
    list-style: none;
    text-align: center;
    background: #E3E5E8;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}
#story-tabs li a{
    width: 100%;
    display: block;
}
.ui-state-active{
    background: #fff !important;
    border-bottom: 1px solid #fff !important;
}

/* Consider integrating into .triangles */
#popular_articles a{
    text-decoration: none;
}
#popular_articles{
    margin-top: 5px; 
}
/* HEADER 
--------------------------------------------------------------------------------*/
/* Mast Head
-----------------------------------*/
#masthead{
	margin: 10px auto;
    float: none;
    display: block;
    line-height: 1em;
	padding-top: 5px;
	padding-bottom: 0px;
}
#main-mast{
	display: inline; 
	float: left;
}
#right-mast{
	height: 114px; /* FOR IE */
    display: inline;
	float: right;
	text-align: right;
}
.search-form {
    margin-top: 75px;
}
/* Navigation bar
___________________________________*/
.nav {
    background: #9A1020;
    margin: 0 auto;
    height: 30px;
    border-bottom: 1px solid #AAA;
}
.nav-locked{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999999;
}
ul.navbar{
	font-family: Arial;
	padding: 0px;
	text-align: center;
	font-size: 15px;
    margin: 0 auto;
    width: 951px;
}
/* NOTE: Hover 8 or 9, keep hover on click, and make padding proportional to size of word */
.navbar li a{
    height: 30px;
}
.navbar li{
	float: left;
    display: inline-block;
    padding: 8px 50px 0 0;
}
.navbar a{
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:hover{
    color: #999;
}
.navbar a.selected{
    font-weight: bold;
}
#swap_controls .selected{
	background-image: url("http://host4.studlife.com/wp-content/themes/student-life-new/img/selected_nav.gif") !important; 
    background-repeat: no-repeat !important; 
    background-attachment: scroll !important;
    background-position: top center !important;
}

#market_link{
    float: left;
    margin: 0 10px;
    text-align: center;
}
#market_link a{
    background: url("http://host4.studlife.com/wp-content/themes/student-life-new/img/market2.gif") no-repeat scroll top center transparent;
    color: #fff;
    font-family: "Georgia";
    font-size: 17px;
    width: 149px;
    height: 60px;
    text-decoration: none;
    display: inline-block;
}
#market_link a:hover{
    background: url('http://host4.studlife.com/wp-content/themes/student-life-new/img/market2-hover.gif') no-repeat scroll top center transparent;
}
/* Search bar
___________________________________*/
#search_box{
	background: url("http://host4.studlife.com/wp-content/themes/student-life-new/img/mag_glass_search_16_16.jpg") no-repeat scroll 4px center #FFFFFF;
	border: 1px solid #aaa;
	padding: 2px;
	float: right;
	margin-right: 5px;
}
#search_bar{
	height: 18px;
	width: 150px;
	border: 0px;
	margin-left: 22px;
}
#search_button{
	height: 26px;
	float: right;
	color: #FFFFFF;
	background: #9a1020;
	border: 0px;
	padding: 3px 3px;
	margin: 0;
}
#search_button:hover{
	background: #464646;
}

/* Footer
--------------------------------------------------------------------------------*/
#site_bar{
	background: #9A1020;
	color: #FFFFFF;
	padding: 5px 10px;
}
#site_bar h2{
	color: #FFFFFF;
	display: inline;
	font-weight: normal;
	margin: 0px;
    font-size: 19px;
}
#site_bar span{
	float: right;
	margin-top: 4px;
}
#site_bar a{
	margin: 0 2px;
	color: #FFFFFF;
	text-decoration: none;
}
#site_bar a:hover{
	text-decoration: underline;
}
#footer_links b{
	color: #59595B;
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px dotted #97999C;
	margin-bottom: 6px;
}
#footer_links a{
	display: block;
	margin-bottom: 1px;
	margin-left: 5px;
}

#base{
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

/* Category Page
--------------------------------------------------------------------------------*/
/* Category Header
-------------------------------------*/
#cat-header{
	border-bottom: 1px solid #CCCCCC;
	margin-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
.cat-parent{
	font-size: 300%;
}
#sports-name{color: #B80000}
#news-name{color: #0F00FF}
#forum-name{color: #F0F000}
#scene-name{color: #A00A23}
#cadenza-name{color: #5050AA}
#cat-links{
	padding-left: 40px;
	width: 100%;
}
#cat-links ul.cat-col{
	margin: 0px;
	float: left;
	font-size: 12px;
	padding: 0px;
	width: 119px;
}
#cat-links li{
	list-style: none;
}
#cat-links a{
	text-decoration: none;
}
#cat-links a:hover{
	text-decoration: underline;
}
#cat-crumbs h1{
    display: inline;
}
#cat-crumbs a{
    color: #58595b;
    text-decoration: none;
}
#cat-crumbs a:hover{
    color: #939598;
}
.article-box{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #cacaca;
}
.article-box p {
    margin: 6px 0;
}
.article-box .alignleft{
    margin-right: 6px;
    margin-bottom: 6px;
}
.article-box a:hover{
    color: #222;
}
.article-box .excerpt{
	margin-top: 6px;
}
.articleMeta {
    background: #F0F0F0;
    color: #8D8D8D;
    border-radius: 3px;
    padding: 3px 5px;
    clear: both;
}
.articleMeta .metaLeft {
    float: left;
}
.articleMeta .metaRight {
    text-align: right;
}
.cat-navigation{
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #CACACA;
}
/* Single Page
--------------------------------------------------------------------------------*/
.rating {
	width: 110px;
	background: url("http://host4.studlife.com/img/starempty.gif") 0 0 repeat-x;
	margin: 0;
}
.rating div {
	height: 20px;
	background: url("http://host4.studlife.com/img/starfilled.gif") 0 0 repeat-x;
}

.post{
    clear: both;
    padding-top: 10px;
}
.post .headline{
	margin: 10px 0 0 0;
}
.date_author {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 5px 0px;
}
.date {
    float: right;
}
.date_autor, .date_author a{ color: #777; }
.position{ font-style: italic; }
.leftSideBar {
    margin-left: -76px;
    float: left;
    position: fixed;
}
.body-text{
    margin: 10px 0; 
    font-size: 16px;
    margin: 11px 0;
    letter-spacing: 0.45px;
    line-height: 21px;
}
.post .byline{
	margin-top: 0px;
}
.share_links {
    font-size: 13px;
}
.pull_out {
    padding: 10px 5px;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    margin-top: 3px;
}
.pull_out h2 {
    font-size: 15px;
    line-height: 16px;
    color: #939598;
}
.pull_out dd{
    margin-left: 15px;
}
.pull_out dt{
    font-weight: bold;
}
a.img_link {
    text-decoration: none;
}
.enlarge_link {
    float: left;
    text-decoration: none;
}
 
/* Comment Rating */ 
.ckrating_highly_rated > div.comment-body{ padding: 5px; background-color:#FFFFCC }
.ckrating_highly_rated > div.comment-body .comment-author{ font-weight: bold; }

/* Sidebar
-----------------------------------*/
#email_form label{
    display: block;
    margin-bottom: 4px;
}
#email_form input[type="checkbox"]{
    margin-left: 0px;
}
/* Comments 
-----------------------------------*/
.pop_up_comment{
    padding: 10px;
    background: #fff;
    border: 1px solid #000;
}
#comments ul, #commentPreview ul{
	margin: 0;
	margin-top: 0 !important;
	padding: 0;
	list-style: none;
}
.comment-body{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
#comments ul.children{
	margin-left: 35px;
}
img.avatar{
	float: left;
	margin-right: 5px;
	display: none;
}
.comment-author{display: inline; color: #aaa;}
.says{display: none;}
.comment-meta{float: right;}
.comment-meta a{color: #aaa !important; text-decoration: none !important;}
.comment-body .reply{text-align: right;}
/*#comments a{color: #666; text-decoration: underline;}
#comments a:hover{color: #000; text-decoration: none;}
*/
#comments #commentform{margin-left: 35px;} /* displays comment form at level comment will appear */


.ui-dialog-titlebar{display: none;}

/* Grid System
--------------------------------------------------------------------------------*/
.main
{
	margin-left: auto;
	margin-right: auto;
	width: 971px;
	background: #FFFFFF;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}			

.g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.no_top_bottom{
	padding-top: 0px;
	padding-bottom: 0px;
}
.shell{
	margin-left: 0px;
	margin-right: 0px;
}
.shell_left{
	margin-left: 10px;
}

.g1{width:60px;}
.g2{width:141px;}
.g3{width:222px;}
.g4{width:303px;}
.g5{width:384px;}
.g6{width:465px;}
.g7{width:546px;}
.g8{width:627px;}
.g9{width:708px;}
.g10{width:789px;}
.g11{width:870px;}
.g12{width:951px;}

.g8c{width: 647px;}

.container{
	display: inline;
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}

.g8_g4_c{
	background-image: url("http://host4.studlife.com/wp-content/themes/student-life-new/img/border-g8_g4.jpg");
	background-repeat: repeat-y;
	background-position: -10px 0px;
}
.g4_g4_g4_c{
	background-image: url("http://host4.studlife.com/wp-content/themes/student-life-new/img/border-g3.jpg");
	background-repeat: repeat-y;
	background-position: -10px 0px;
}

.alpha{ margin-left: 0px; }
.beta{ margin-right: 0px; }

#home_main{ width: 637px; float: left; display: inline; }
#home_sidebar{ width: 303px; float: left; display: inline; }

.m1{margin-left:91px;}
.m2{margin-left:172px;}
.m3{margin-left:253px;}
.m4{margin-left:334px;}
.m5{margin-left:415px;}
.m6{margin-left:496px;}
.m7{margin-left:577px;}
.m8{margin-left:658px;}
.m9{margin-left:739px;}
.m10{margin-left:820px;}
.m11{margin-left:901px;}
.m12{margin-left:971px;}

.inside{margin-left:0;}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

div#redesign {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 8px;
	background-color: #cc0000;
}
div#redesign a {
	text-decoration: none;
	color: white;
}
div#redesign a:hover {
	text-decoration: underline overline;
}
.ui-widget-overlay{
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70) /* For IE */
}
iframe { border: 0px none #fff; overflow: hidden; }

