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

/* 
-----------------------------------------------------------------------------
 =MAIN  STYLES
----------------------------------------------------------------------------- */
body {
	color: #000;
	font: 9pt/16pt helvetica,arial,sans-serif;
	margin: 0;
	padding: 0;
	}
#nav-main,
#nav-const,
.xml,
#inner-container hr.divider,
#header p {
	display: none;
	}
	
	
/* 
-----------------------------------------------------------------------------
 =HEADER
----------------------------------------------------------------------------- */
#header { margin-bottom: 40px; }


/* 
-----------------------------------------------------------------------------
 =FOOTER
----------------------------------------------------------------------------- */
p#footer { color: #333; font-size: 8pt; }


/* 
-----------------------------------------------------------------------------
 =HTML Styles
----------------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 { font-size: 18pt; line-height: 24pt; }
h2 { font-size: 14pt; line-height: 20pt; }
h3 { font-size: 12pt; line-height: 18pt; }
h4 { font-size: 10pt; line-height: 16pt; }

a:link, a:visited { color: #555; text-decoration: underline; }

.lead-in, p.lead-in, h1.lead-in {
	font-size: 18pt;
	font-weight: normal;
	line-height: 24pt;
	}


/* 
-----------------------------------------------------------------------------
 =Lists
----------------------------------------------------------------------------- */
/* default styles print fine */


/* 
-----------------------------------------------------------------------------
 =Definition List
----------------------------------------------------------------------------- */
dl dt { font-weight: bold; }
dl dd { margin-left: 0; }


	
/* 
-----------------------------------------------------------------------------
 =Blockquote
----------------------------------------------------------------------------- */
blockquote { margin-left: 0;  }
blockquote p { font-size: 12pt; line-height: 16pt; }
blockquote cite{ display: block; text-align: right;	}


/* 
-----------------------------------------------------------------------------
 =Tables
----------------------------------------------------------------------------- */
table th, table td { padding: 0 10px 10px 0; text-align: left; vertical-align: top;  }


/* 
-----------------------------------------------------------------------------
 =Images
----------------------------------------------------------------------------- */
a img { border: 0; }
img.figure { border: 1px solid #CFCFCF; padding: 4px; }
img.figure.left { float: left; margin: 0 20px 10px 0; }
img.figure.right { float: right; margin: 0 0 10px 20px; }
img.figure.wide { clear: both; margin-bottom: 20px; }


/* 
-----------------------------------------------------------------------------
 =Home Page Styles
----------------------------------------------------------------------------- */
#home #inner-container hr.divider, #home #header p { display: block; }
hr.divider { clear: both; display: block; width: 100%; }
#home dl.vevent dt { font-size: 14pt; line-height: 20pt; }
#home #news .title h2 { margin-bottom: 0; }
#home #news .title .meta { font-size: 8pt; line-height: 9pt; margin-top: 0; }