@charset "utf-8";
/* CSS Document */
/* this stylesheet should only be used at a site or folder level */
/* DO NOT DELETE THIS FILE; it is an integrative component and ... */
/* a required file for the masterpage to work correctly. */
/* If you have any questions, please contact the Northern Kentucky University's Office of Information Technology */
/* --------------  DO NOT REMOVE THE ABOVE LINES --------------- */

/* ### THEATRE NEWS MODULE  ### */ 
/* Styles for home page news module */
#dashed_border_list {margin: 0px; padding-left: 0px; text-indent: 0px; list-style-type: none}
#dashed_border_list li {border-bottom-style: dashed; border-bottom-color: #bbb; border-bottom-width: 1px; margin-left: 0px; padding-left: 0px; padding: 5px}
#dashed_border_list li a:link{text-decoration:none;color:#000;}
#dashed_border_list li a:visited{text-decoration:none;color:#000;}
#dashed_border_list li a:hover{text-decoration:underline;color:#993300;}        
#rightcol {float: right; margin-left: 10px; padding-right: 10px; }
#newsarea {margin-top: 0px; border-left-style: dashed; border-left-color: #bbb; border-left-width: 1px }
*>#newsarea {min-height: 250px; height: auto}
#featured_items {width: 190px; float: left; padding: 0px}
.featured_center{margin-left:14px;}

/*Styles used in display_news.php */
.newsPosting{
border: 1px solid #ccc;
margin-bottom:5px;
background-color:#FDFDFD;
}
.newsPosting h2{
padding-top:5px;
margin-bottom:0.5em !important;
}
.mainStoryHeadline{
}
.newsBody{
}
.updatedOn{
font-size:0.8em;
text-align:right;
color: #FFFFFF;
}

.inside{
padding: 0px 8px 0px 8px;
overflow:auto;
}

.post_cal {
border: 1px solid #A6A6A6;
text-align: center;
width: 50px;
float: left;
margin: 5px 10px 5px 0px;
}

.dayname {
background-color: #AA3511;
border-bottom: 1px solid #A6A6A6;
color: #FFFFFF;
font-size: smaller;
font-weight: bolder;
width: 100%;
}

.daynum {
border-bottom: 1px solid #A6A6A6;
font-size: xx-large;
font-weight: bold;
width: 100%;
}

.month, .post_cal .year {
font-size: smaller;
width: 100%;
}

/*### COLOR BARS ###*/
#top_bar_title {
	color: #ffffff;
}
#top_bar_title a{
	color: #ffffff;
}
ul#collegeNavLinks a{
	color: #ffffff;
}
#collegeNavLinks li{
	border-right: 1px dashed #fff;
}


table.tdnews1 {
font-size: 1em;
}

table.tdnews1 h1,h2 {
font-size: 1.2em;
font-weight: bold;
color: #333333;
}

table.tdnews1 a {
text-decoration: none;
color: #333333;
font-weight: bold;
}

table.tdnews1 a:visited {
text-decoration: none;
color: #333333;
font-weight: bold;
}

table.tdnews1 a:hover {
text-decoration: underline;
color: #333333;
font-weight: bold;
}

/* ----- topmiddleborder ----------------------- */
.topmiddleborder {
    background: url("images/tm_artscience2.png") top center repeat-x;
}

/* ----- toprightborder ----------------------- */
.toprightborder {
    background: url("images/tr_artscience2.png") top right no-repeat;
}

/* ----- topleftborder ----------------------- */
.topleftborder {
    background: url("images/tl_artscience2.png") top left no-repeat;
}

/* ----- bottommiddleborder ----------------------- */
.bottommiddleborder {
    background: url("images/bm_artscience2.png") bottom center repeat-x;
	}
	
/* ----- bottomrightborder ----------------------- */
.bottomrightborder {
    background: url("images/br_artscience2.png") bottom right no-repeat;
}

/* ----- bottomleftborder ----------------------- */
.bottomleftborder {
    background: url("images/bl_artscience2.png") bottom left no-repeat;
	}


