@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 --------------- */

/* ### COB 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: 20px; padding-right: 20px; }
#newsarea {margin-top: -20px; border-left-style: dashed; border-left-color: #bbb; border-left-width: 1px }
*>#newsarea {min-height: 150px; height: auto}
#featured_items {width: 190px; float: left; padding: 5px}
.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%;
}

/* Links on home page for departments */
#deptlinks {
	font-family: 'arial narrow', tahoma, 'news gothic', arial; 	
	letter-spacing: normal;
	font-size: 12px;
	margin: 0 0 20px 0;
}
#deptlinks a {
color: #000;
text-decoration:none;
}
#deptlinks a:hover {
text-decoration:underline;
}

/* ### COLOR BARS ### */
/* Color for top bar text */
#top_bar_title {
	color: #ffffff;
}
#top_bar_title a{
	color: #ffffff;
}
ul#collegeNavLinks a{
	color: #ffffff;
}
#collegeNavLinks li{
	border-right: 1px dashed #fff;
}

/* Color images for top and bottom bar */
/* ----- topmiddleborder ----------------------- */
.topmiddleborder {
    background: url("images_template/tm_business6.png") top center repeat-x;
}
/* ----- toprightborder ----------------------- */
.toprightborder {
    background: url("images_template/tr_business6.png") top right no-repeat;
}
/* ----- topleftborder ----------------------- */
.topleftborder {
    background: url("images_template/tl_business6.png") top left no-repeat;
}
/* ----- bottommiddleborder ----------------------- */
.bottommiddleborder {
    background: url("images_template/bm_business6.png") bottom center repeat-x;
}
/* ----- bottomrightborder ----------------------- */
.bottomrightborder {
    background: url("images_template/br_business6.png") bottom right no-repeat;
}
/* ----- bottomleftborder ----------------------- */
.bottomleftborder {
    background: url("images_template/bl_business6.png") bottom left no-repeat;
}

/* Color images for right blue bar */
#right_content_area {background: right repeat-y url("images_template/right_bar_slice_blue.png") !important}
#right_content_area_bottom {background: bottom no-repeat url("images_template/bottomrightbar_blue.png") !important}
