/*	
	Greek IV University of Kentucky
	Author: Nick Hall
	Version: January 10, 2009
----------------------------------------------------------------------------- */

/* 
-----------------------------------------------------------------------------
 =Home Page Styles
----------------------------------------------------------------------------- */
#home h1.lead-in { 
	background: url(/images/home/ico-quotes-lg.gif) no-repeat 0 4px;
	margin: 0 0 2.6em -136px;
	min-height: 86px;
	padding-left: 136px;
	}

/* 
-----------------------------------------------------------------------------
 =Home Page Events
----------------------------------------------------------------------------- */
#home #events {
	background: url(/images/home/ico-calendar-lg.gif) no-repeat 0 0;
	margin: 0 -20px 5em -135px;
	min-height: 96px;
	padding-left: 115px;
	}
#home dl.vevent { 
	/*background: #E6E6E6 url(/images/home/event-arrow.gif) no-repeat 453px 19px;*/
	background: #E6E6E6;
	border-right: 10px solid #CFCFCF;
	color: #333;
	line-height: 1em;
	margin: 0 0 .4em 0;
	min-height: 36px;
	padding: 6px 40px 8px 20px;
	}
#home dl.vevent.featured {
	background-color: #FF3C00;
	/*background-image: url(/images/home/event-arrow-featured.gif);
	background: #FF3C00 url(/images/home/event-arrow-featured.gif) right 50% no-repeat;*/
	border-color: #E53600;
	color: #FFF;
	}
	#home dl.vevent dt {
		background: url(/images/home/event-corner.gif) no-repeat 0 0;
		color: #4C4C4C;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.2em;
		margin: -6px 0 0 -20px;
		padding: 9px 0 0 20px;
		}
	#home dl.vevent.featured dt {
		background-image: url(/images/home/event-corner-featured.gif);
		color: #FFF;
		}
		#home dl.vevent dt a {
		color: #FFF;
		text-decoration: none;
		}
		#home dl.vevent dt a:hover {
		color: #ffd6ca;
		}
	#home dl.vevent dd {
		background-color: transparent;
		background-image: none;
		border-width: 0;
		font-size: .8em;
		line-height: 1.4em;
		padding: 0;
		}
		#home dl.vevent dd span.block {
			background-image: none;
			border: 0;
			display: inline;
			margin: 0;
			padding: 0;
			}
				
/* 
-----------------------------------------------------------------------------
 =Home RSS Link
----------------------------------------------------------------------------- */
#home .xml {
	position: absolute;
	top: -32px;
	right: -140px;
	width: 138px;
	}
	#home .xml p {
		background: #262626;
		color: #666;
		float: left;
		font-size: .9em;
		font-weight: bold;
		height: 20px;
		line-height: .9em;
		margin: 0;
		padding: 10px 10px 0 10px;
		}
		#home .xml a#rss {
			background: #FFF url(/images/common/btn-xml-bg.gif) repeat-x 0 0;
			border-color: #262626;
			border-width: 2px 2px 1px 0;
			border-style: solid; 
			clear: left;
			display: block;
			height: 54px;
			text-indent: -3000px;
			}
		#home .xml a#rss:hover { background-position: 0 -54px; }
			#home .xml #rss span {
				background: transparent url(/images/common/btn-xml.gif) no-repeat 50% 50%;
				display: block;
				float: none;
				height: 54px;
				margin: 0;
				padding: 0;
				width: 138px;
				}
		
/* 
-----------------------------------------------------------------------------
 =Home Page News
----------------------------------------------------------------------------- */
#home #news {
	background: url(/images/home/ico-news-lg.gif) no-repeat 0 0;
	margin: 0 -20px 0 -136px;
	min-height: 150px;
	padding: 0 0 0 115px;
	position: relative;
	}
	#home #news .article { margin-bottom: 1.4em; }
		#home #news .title {
			background: #999 url(/images/home/news-title.gif) no-repeat right bottom;
			color: #FFF;
			min-height: 49px;
			padding: 0 0 10px 20px;
			}
		#home #news .featured .title { background: #0084FF url(/images/home/news-title-featured.gif) no-repeat right bottom; }
			#home #news .title h2 {
				background: url(/images/home/news-corner.gif) no-repeat 0 0;
				color: #FFF;
				font-size: 1.2em;
				line-height: 1.5em;
				margin: 0 0 0 -20px;
				padding: 6px 0 0 20px;
				}
			#home #news .featured .title h2 { background-image: url(/images/home/news-corner-featured.gif); }
			#home #news .title .meta {
				font-size: .8em;
				line-height: 1em;
				margin: 0 0 .4em 0;
				padding: 0;
				}
		#home #news .article-content {
			background: #E6E6E6;
			border-right: 10px solid #CFCFCF;
			padding: 15px 22px 1px 20px;
			}
			#home #news .article-content p {
				line-height: 1.7em;
				margin: 0 0 1.2em 0;
				padding: 0;
				}
/* 
-----------------------------------------------------------------------------
 =Home HTML Elements in the News list
----------------------------------------------------------------------------- */
#home #news .article-content blockquote { margin-left: 0; }
#home #news .article-content img.figure.left { margin-left: 0; }
#home #news .article-content table.styled { margin: 0 0 1.9em 0; }
	#home #news .article-content table.styled th { border-bottom: 1px solid #E6E6E6; }
	#home #news .article-content table.styled th.last-child { background-image: none; }
	#home #news .article-content table.styled td {
		background-color: #FFF;
		border-bottom: 1px solid #E6E6E6;
		}
	#home #news .article-content table.styled td.last-child { background-image: none; }