/*
   this css file is a complete mess, full of hacks and terrible experimental things.
   please do not use it to learn anything.
   it is not worthwhile.
   someday i will refactor it, and fix everything.
   but for now, just ignore it, and walk away.
*/

/* General Elements */


body {
	background-color: #fff;
	margin-top: 0px;
}


a {
    color: #000;    
}

img {
    margin: 0;
}

/* Header Stuff */
#site-header {
	width: 1000px;
	height: 43px;
	background: url('http://media.dailyuw.com/site-images/headbg.png') no-repeat;
/*
	border-left: 2px solid #764ead;
	border-right: 2px solid #764ead;
	border-bottom: 2px solid #764ead;

*/}

.top-nav {
	}
	
.top-logo-link {
	background: url('http://media.dailyuw.com/site-images/maybedailylogo.png') no-repeat;
	width: 149px;
	height: 34px;
	
	margin-left: 15px;
}
	
.top-logo-link a {
	display: block;
	width: 149px;
	height: 39px;
	margin-top: -10px;
}

#daily-logo span {
	display: none;
	}

    
.site-foot-background {
    width: 100%;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #39275b;
}

.content-background {
    background-color: #fff;
    padding-bottom: 10px;
}

.header-background {
	background-color: #fff;
}
.top-nav {
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

.top-nav a {
	color: #fff;
	text-decoration: none;
}

#user-info {
    font-size: 10px !important;
    padding-top: 8px;
    margin-top: -20px !important;
    float: right;
}

.sub-menu a {
    color: #fff;
    display: block;
    padding: 5px 10px 5px 10px !important;
}

.sub-menu li {
    float: none !important;
	list-style-type: none;
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 0px !important;
}
.sub-menu a:hover {
    background-color: transparent !important;
    color: #fff !important;
    text-decoration: underline;
}


#id_honeypot {
display: none;
}
#
u {
    margin-top: 0px;
    margin-bottom: 0px;
}
#top-menu > li {
	list-style-type: none;
	padding-left: 10px;
	padding-top: 10px;
    padding-right: 15px;
	margin-bottom: -10px;
	position: relative;
	float: left;
}

#top-menu a {
    padding: 4px 6px;
}
.top-menu a:hover, .top-menu:hover a {
    color: #fff;
    background-color: #49376b;
}
.sub-menu-daily {
    color: #fff;
    background-color: #49376b;
}
.sub-menu {
	padding-top: 9px;
}
.sub-menu li {
    width: 101px !important;
}
.sub-menu a:hover {
    background-color: #764ead !important;
}
.menu-arrow {
	font-size: 6px;
}
li ul {
  display: none;
  position: absolute;
  z-index: 5; 
  top: 1em;
  margin-left: 0px;
  }
  
li > ul {
	top: auto;
	left: auto;
	}

li > ul a {
    color: #fff;
}

li:hover ul, li.hover ul { display: block;}

.sub-menu li a ul {
    padding: 0px !important;
    border: 0px !important;
    margin: 0px !important;
    width: 500px;
    background-color: transparent !important;
    color: #fff !important;
}

#logo-menu {
	text-align: left;
	margin-left: 15px;
    margin-bottom: 5px;
}

#logo-menu li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

#logo-menu a:hover {
    color: #ddd;
}


#selected-section-button {
}

#section-date {
	text-align: right;
	font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "Calibri", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	color: #fff !important;
	background-color: transparent !important;
	background-position: bottom;
}

#section-menu {
    margin-left: 0px;
}

#logo-menu {
    margin-left: 0px;
}

#section-menu li {
	text-align: center;
	font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "Calibri", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	display: inline;
	list-style-type: none;
	padding-right: 25px;
}
#section-menu a {
    text-decoration: none;
    color: #fff;
}

#section-menu a:hover {
    color: #ddd;
}


#selected-tab a {
    color: #f9ff77 !important;
}

.footer {
    margin: 10px 0px 0px 0px;
    text-align: center;
    background-color: #39275b;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

/* Generic Page Stuff */

.page-content {
	background-color: white;
    margin: -1px;
}

.article-text p {
    font-size: 1.2em;
    text-indent: 0px;
    margin-top: 0px !important;
}

.sidebar-background {
	background-color: #ddd;
}

#content-container {
	padding-top: 5px;
	background-color: #fff;
}

.ad-block {
    text-align: center;
}

.page-header-text {
	font-family: helvetica, arial, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
}

.page-header-text {
    text-decoration: none;
}

.page-header a:hover {
    color: #ddd;
}

.box-header {
	background-color: #39275b;
	margin-top: 20px;
}

.page-header {
	background-color: #39275b;
}

h1 {
	font-family: "Helvetica Neue", "Calibri", "Helvetica", "Arial", sans-serif;	
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
}

/* Front Page Stuff */

#job-box {
    height: 280px;
    overflow: hidden;
}

#job-box table {
    margin-left: 5px;
    margin-top: -20px;
}

#job-box td {
    background-color: #fff !important;
    color: #fff !important;
    font-family: sans-serif !important;
    border-bottom: 0px !important;
}

#job-box tr {
    text-align: left !important;
    background-color: #fff !important;
}

#job-box table {
    border: none !important;
}

#job-box font {
    color: #000 !important;
    font-family: sans-serif !important;
}

#job-box hr {
    color: #fff !important;
}

.topad {
text-align:center;
padding-bottom: 5px;
}

.news-image-caption {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Calibri", "Arial", sans-serif;	
	font-size: larger;
	padding-top: 10px;
	height: 300px;
	overflow: hidden;
}

.news-image-caption a {
	font-family: "Helvetica Neue", "Calibri", "Helvetica", "Arial", sans-serif;	
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #393a3d;
}

.news-image-caption p {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Calibri", "Helvetica", "Arial", sans-serif !important;	
	font-size: small !important;
	font-weight: normal !important;
}


.news-image {
	overflow: hidden;
	background-repeat: no-repeat;
	padding-bottom: 10px;
    background-position: top;
}

.features-image {
	overflow: hidden;
	background-repeat: no-repeat;
    background-position: top;
}

.sports-image {
}


.features-image h2 {
	background-image: url('http://media.dailyuw.com/site-images/news-head-back.png');
	font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "Calibri", "Helvetica", "Arial", sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 0px 10px;
	color: #393a3d;
}

.features-image h2:hover {
    color: #000;
}

.features-image p {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Calibri", "Helvetica", "Arial", sans-serif !important;	
	font-size: small !important;
	font-weight: normal !important;
}

.features-image a {
	text-decoration: none;
}

#coverstory p {
	background-image: url('http://media.dailyuw.com/site-images/cover-story-back.png');
	font-family: helvetica, arial, sans-serif;
	font-size: 1.2em !important;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	color: #fff;
}

.news-image p {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Calibri", "Helvetica", "Arial", sans-serif !important;	
	font-size: small !important;
	font-weight: normal !important;
}

.news-image a {
	text-decoration: none;
}
.news-image h2:hover {
    color: #000;
}


.sports-image h2 {
	background-image: url('http://media.dailyuw.com/site-images/news-head-back.png');
	font-family: "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold", "Calibri", "Helvetica", "Arial", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	color: #393a3d;
	margin-top: 250px;
}

.coverstory-links {
    display: block;
    height: 360px;
    overflow: hidden;
}

.coverstory-title {
    margin: 0px;
    padding: 0px;
    line-height: 10px;
    font-size: 10px;
    width: 100%;
    height: 10px;
    font-weight: bold;
    display: block;
    text-align: center;
    background-color: #ddd;
}

.subarticle-link a {
    border-top: 1px solid #ddd;
	display: block;
	padding-top: 5px;
	overflow: hidden;
	font-family: helvetica, arial, sans-serif;	
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #393a3d;
}

.subarticle-link a:hover {
    color: #000;
}

.subarticle-author {
    font-weight: normal !important;
    font-style: italic;
    font-size: 0.8em;
}

.vertical-header-author {
    font-weight: normal !important;
    font-style: italic;
    font-size: 0.8em;
}

.vertical-header-link a {
	display:block;
	height: 105px;
	padding-top: 5px;
	overflow: hidden;
	font-family: helvetica, arial, sans-serif;	
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #393a3d;
}

.vertical-header-link a:hover {
    color: #000;
}

.vertical-header-author {
    font-weight: normal !important;
    font-style: italic;
    font-size: 0.8em;
}



.popular-link a {
    border-top: 1px solid #ddd;
	padding-top: 5px;
	overflow: hidden;
	font-family: helvetica, arial, sans-serif;	
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #393a3d;
}

.popular-link a:hover {
    color: #000;
}

.popular-author {
    font-weight: normal !important;
    font-style: italic;
    font-size: 0.8em;
}


.blog-link a {
    border-top: 1px solid #ddd;
	display:block;
	padding-top: 5px;
	overflow: hidden;
	font-family: helvetica, arial, sans-serif;	
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #393a3d;
}

.blog-link a:hover {
    color: #000;
}

.blog-author {
    font-weight: normal !important;
    font-style: italic;
    font-size: 0.8em;
}

.arts-link a {
    border-top: 1px solid #ddd;
	display:block;
	padding-top: 5px;
	overflow: hidden;
	font-family: helvetica, arial, sans-serif;	
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #393a3d;
}

.arts-link a:hover {
    color: #000;
}

.arts-author {
    font-weight: normal !important;
    font-style: italic;
    font-size: 0.8em;
}




.coverstory-head {
    font-size: 1.5em;
    font-weight: bold;
}

.coverstory-link a {
    padding-left: 5px;
    margin-right: 5px;
    text-align: right;
	display:block;
	overflow: hidden;
	font-family: helvetica, arial, sans-serif;	
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	color: #393a3d;
}

.coverstory-link a:hover {
    color: #000;
}

.coverstory-selected {
    background-color: #38265a !important;
    color: #fff !important;
}

.coverstory-selected a {
    color: #fff !important;
    padding-bottom: 20px;
}

.news-link a {
	display:block;
	height: 100px;
	overflow: hidden;
	font-family: "Helvetica Neue", "Calibri", "Helvetica", "Arial", sans-serif;	
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #393a3d;
	border-right: 1px solid #ddd;
}

.news-link a:hover {
    color: #000;
}

.archives-link a {
    border: none !important;
}

.features-link a {
	display:block;
	overflow: hidden;
	font-family: "Helvetica Neue", "Calibri", "Helvetica", "Arial", sans-serif;	
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px 0px 10px;
	color: #393a3d;
}

.features-link p {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Calibri", "Helvetica", "Arial", sans-serif !important;	
	font-size: small !important;
	font-weight: normal !important;
}

.sports-link a {
	display:block;
	overflow: hidden;
	font-family: "Helvetica Neue", "HelveticaNeue", "Calibri", "Helvetica", "Arial", sans-serif;	
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px 0px 10px;
	color: #393a3d;
}

.sports-link p {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Calibri", "Helvetica", "Arial", sans-serif !important;	
	font-size: small !important;
	font-weight: normal !important;
}

.sports-link a:hover {
    color: #000;
}


.video-link a {
	display:block;
	overflow: hidden;
	font-family: "Helvetica Neue", "HelveticaNeue", "Calibri", "Helvetica", "Arial", sans-serif;	
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0px 10px 0px 10px;
	color: #393a3d;
}

.video-link a:hover {
    color: #000;
}



/* Articles */

.article-tools {
    list-style: none;
}
.article-tools li {
    padding: 5px;
}
.article-tools a {
    text-decoration: none;
    color: #000;
}

#mugshot h3 {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}


/* Comments */

#comments-explain {
    background-color: #e5e5e5;
    padding: 10px;
}
.comment {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.comment-author {
    overflow: hidden;
}

.comment_even {
    background-color: #eee;
}

.classad_even {
    background-color: #eee;
}

#id_comment {
	width: 340px;
	height: 100px;
}

#id_url {
	display: none;
}

.collection-head {
    text-align: center;
}


.collection-comment textarea {
	width: 230px !important;
}

.front-top-border {
    border-top: 1px solid #ddd;

}

#date-menu > li {
	list-style-type: none;
	padding-left: 10px;
	padding-top: 10px;
    padding-right: 15px;
	margin-bottom: -10px;
	position: relative;
	float: left;
}

#date-menu a {
    padding: 4px 6px;
}