/*
Theme Name:  Fanning Institute 1
Theme URI:  http://www.fanning.uga.edu/
Description:  
Version:  0.5 alpha
Author:  Chris Seymour
Author URI:  
*/

html,body {
	margin: 0;
	padding: 0;
	}
body{
	color: #333;
	font-size: 1.085em;
	font-family: Optima,Arial,Sans,sans-serif;
	text-align: center;
	background: #808080;
	}
img {
	border: none;
	}
hr {
	border-top: 1px solid #333;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
	clear: both;
	}
a:link,
a:visited,
a:active {
	color: #00C;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a[href$=".pdf"]:after {
	content: " PDF ";
	white-space: pre;
	font-size: .6em;
	font-weight: bold;
	color: white;
	background-color: #CC2127;
	margin-left: 3px;
	vertical-align: middle;
	}
a[href$=".doc"]:after {
	content: " DOC ";
	white-space: pre;
	font-size: .6em;
	font-weight: bold;
	color: white;
	background-color: blue;
	margin-left: 3px;
	vertical-align: middle;
	}
a[href$=".xls"]:after {
	content: " XLS ";
	white-space: pre;
	font-size: .6em;
	font-weight: bold;
	color: white;
	background-color: green;
	margin-left: 3px;
	vertical-align: middle;
	}
a[href$=".zip"]:after {
	content: " ZIP ";
	white-space: pre;
	font-size: .6em;
	font-weight: bold;
	color: white;
	background-color: orange;
	margin-left: 3px;
	vertical-align: middle;
	}
input#s {
	width: 125px;
	border: 1px solid #FFF;
	color: #00C;
	}
input#searchsubmit {
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF;
	}


/* major div styles */
div#header {
	background: #808080 url(/wp-content/themes/fanning/images/FI-building.gif) top right no-repeat;
	padding: 0px;
	height: 131px;
	_height: 116px; /* IE Hack */
	}
	div#header h1 {
		height: 104px;
		margin: 0px;
		}
		div#header h1 img {
			float: left;
			margin-top: 19px;
			margin-left: 20px;
			}
	div#header .description {
		line-height: 25px;
		text-align: right;
		vertical-align: middle;
		font-size: .65em;
		font-style: italic;
		background: #FFF;
		padding-left: 0px;
		padding-right: 3px;
		padding-bottom: 2px;
		_padding-top: 4px; /* IE Hack */
		_margin-top: -26px; /* IE Hack */
		_margin-left: 300px; /* IE Hack */
		}
	div#header ul {
		font-size: .85em;
		_font-size: .88em; /* IE Hack */
		float: right;
		margin-top: -115px;
		margin-right: 265px;
		_margin-right: 130px; /* IE Hack */
		_margin-bottom: 1px; /* IE Hack */
		}
		div#header ul li {
			list-style-type: none;
			margin-left: -40px;
			_margin-left: 0px; /* IE Hack */
			}
		div#header ul a,
		div#header ul a:hover,
		div#header ul a:visited,
		div#header ul a:active {
			color: #FFF;
			text-decoration: none;
			}
	div#header hr {
		display: none;
		}
div#TopStory {
	border-top: 20px solid #C8C8D5;
	border-bottom: 20px solid #C8C8D5;
	background: #333;
	padding: 20px;
	color: #FFF;
	height: 1%; /* IE Hack */
	}
	div#TopStory img {
		float: left;
		margin-right: 20px;
		}
	div#TopStory hr {
		height: 0px;
		clear: both;
		}
     div#TopStory a:hover {
		color: #FFF;
       font-weight: bold;
       text-decoration: underline;
		}
   div#TopStory a,
	div#TopStory a:visited,
	div#TopStory a:active {
		color: #FFF;
		text-decoration: none;
       font-weight: bold;
		}
   
div#breadcrumb {
	padding-left: 5px;
	background: #C8C8D5;
	line-height: 20px;
	font-size: 14px;
	vertical-align: middle;
	overflow: hidden;
	}
div#container {
	text-align: left;
	background: #FFF;
	}
div#content {
	padding: 20px;
	border-right: solid 240px #CC2127;
	margin-right: -240px;
	}
	div#content a:hover {
		background-color: #ecedab;
		}
	div#content h2.pagetitle,
	div#content h2#pagetitle {
		margin: -20px -20px 20px -20px;
		padding: 2px 20px;
		_padding: 3px 20px; /* IE Hack */
		font-size: 1.5em;
		font-style: italic;
		color: #FFF;
		}
	div#content h3 {
		font-size: 1.4em;
		margin-bottom: 5px;
		border-bottom: 1px solid #C8C8D5;
		}
	div#content p {
		line-height: 1.4;
		}
	div#content img {
		float: right;
		padding: 2px;
		margin: 10px;
		background: #FFF;
		border: 1px solid #C8C8D5;
		}
     div#content table {
       margin: 0;
       padding: 0;
       width: 610px;
       }
    div#content table h3 {
       border-bottom: 0;
       }
    div#content tbody.month {       
       }
    div#content tbody.date td {
       margin: 0;
       padding: .25em;
       vertical-align: top;
       }
    div#content tbody.date td.day {
       width: 12%;
       }
	div#content .index {
		display: block;
		margin-left: 45px;
		}
		div#content .index hr {
			height: 0px;
			border-top: 1px solid #FFF;
			}
		div#content .index h3 {
			margin-top: 0px;
			margin-bottom: -10px;
			}
			div#content h3 a {
				text-decoration: none;
				}
		div#content .index img {
			display: none;
			}
		div#content .index small {
			display: block;
			float: left;
			width: 40px;
			overflow: hidden;
			margin-left: -55px;
			_margin-left: -27px; /* IE Hack */
			padding: 0px !important;
			border: 1px outset #CC2127;
			text-align: center;
			}
			div#content .index small span#month {
				display: block;
				background: #CC2127;
				border-top: 3px solid #CC2127;
				border-bottom: 3px solid #CC2127;
				font-size: 0.9em;
				color: #FFF;
				}
			div#content .index small span#day {
				display: block;
				padding: 3px 0px 3px 0px;
				font-size: 1.6em;
				}
			div#content .index small span#year {
				display: block;
				background: #808080;
				border-top: 3px solid #808080;
				border-bottom: 3px solid #808080;
				font-size: .9em;
				color: #FFF;
				}
	div#content .navigation {
		float: left;
		display: inline;
		background: #C8C8D5;
		padding: 3px 20px;
		}
		div#content .navigation hr {
			display: none;
			}
		div#content #nav-top {
			margin: -20px -20px 20px -20px;
			}
		div#content #nav-bottom {
			margin: 20px -20px -20px -20px;
			}
		div#content .alignleft {
			float: left;
			}
		div#content .alignright {
			float: right;
			text-align: right;
			}
	div#content div.wp-polls p {
		text-align: left;
		}
div.pageRight {
	padding: 10px 20px;
	color: #FFF;
	min-height: 250px;
	_height: 250px; _overflow: visible; /* IE Hack */
	}
	div.pageRight h3 {
		font-size: 1.3em;
		margin-bottom: -10px;
		_margin-bottom: -20px; /* IE Hack */
		}
	div.pageRight h4 {
		font-size: 1em;
		margin-bottom: -10px;
		_margin-bottom: -20px; /* IE Hack */
		}
	div.pageRight ul li {
		list-style-type: none;
		margin-left: -15px;
		text-indent: -15px;
		}
	div.pageRight p {
		padding: 0px;
		margin: 10px 0px 0px 0px;
		}
	div.pageRight a,
	div.pageRight a:visited,
	div.pageRight a:active {
		color: #FFF;
		text-decoration: none;
		}
	div.pageRight a:hover {
		text-decoration: underline;
		}
div#searchbar {
	margin: -10px -20px 0px -20px;
	padding: 7px 20px 8px 20px;
	_padding: 6px 20px 7px 20px; /* IE Hack */
	}
div#sidebar {
	background: #333;
	}
div#extra {
	background: #CC2127;
	padding-top: 10px !important;
	}
	div#extra div {
		display: block;
		}
	div#extra h3 {
		margin-bottom: -19px;
		}
div#footer {
	padding-bottom: 10px;
	background: #333;
	color:  #FFF;
	}
	div#footer hr {
		display: none;
		}
	div#footer p {
		margin: 0;
		padding: 5px 10px;
		text-align: center;
		}
	div#footer #contactinfo {
		font-size: .6em;
		text-align: center !important;
		}
	div#footer img {
		float: right;
		margin-right: 80px;
		margin-top: -55px;
		}
	div#footer a,
	div#footer a:hover,
	div#footer a:visited,
	div#footer a:active {
		color: #CC2127;
		text-decoration: none;
		}


/* major div layouts */
div#container {
	width: 900px;
	margin: 20px auto;
	}
div#content {
	float: left;
	width: 620px;
	min-height: 400px;
	_height: 400px; _overflow: visible; /* IE Hack */
	}
div#sidebar {
	float: right;
	width: 200px;
	}
div#extra {
	float: right;
	clear: right;
	width: 200px;
	}
div#footer {
	clear: both;
	width: 100%;
	}


/* print styles */
@media print {
div#container {
	width: 100%;
	margin: 0px;
	}
div#content {
	float: none;
	width: 100%;
	padding: 0px;
	border-right: none;
	margin-right: 0px;
	min-height: 0px;
	_height: 0px; _overflow: visible; /* IE Hack */
	}
	div#content h2.pagetitle,
	div#content h2#pagetitle {
		margin: 0px;
		padding: 0px;
		color: #CC2127;
		}
div#footer {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
	}

.dontprint,
div#header,
div#breadcrumb,
div#footer p,
div#footer img,
div#sidebar,
div#extra,
div.navigation,
div#TopStory {
	display: none !important;
	}
}