/*  
Theme Name: IFV Site
Description: This is the theme used for the website of Illini Film and Video
Version: 2.1
Author: Joey Burgess
Author URL: http://www.illinifilmandvideo.com

*/

h1, h2, h3, h4, h5, h6, address, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body{
	margin: 0 0 30px 0;
	padding: 30px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background: #ccc;
	height: 100%;
}

h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 700px;
	text-align: left;
	background-color: #fff;
}

#header{
	float: left;
	width: 700px;
	margin: 0;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
}

#menu{
	float:left;
	width:700px;
	background: #fff;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
	padding: 10px 0 10px 0;
	text-align:center;
	line-height: 20px;
}

#menu a{
	text-decoration: none;
	color: #777;
	size:16px;
}

#menu a:hover{
	color: #093;
}

#container{
	float: left;
	width: 680px;
	background:#fff;
	margin: 0;
	padding: 10px;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}

.person{
	padding-left: 30px;
}

.post{
	padding: 5px 0 30px 0;
}

.post h2{
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 200px;
	background: #eeeeee;
	margin: 0 0 0 10px
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
}

table#wp-calendar{
	width: 100%;
}

.archive{
	text-align: right;
}

.archive ul{
	list-style-type:none;
}

#footer{
	clear: both;
	float: left;
	width: 695px;
	padding: 5px 0 5px 5px;
	background: #fff;
	border: 1px solid #777;
	line-height: 16px;
}

#footer p{
	line-height: 18px;
}

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

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

p{
	padding: 10px 0 0 0;
}

.indent {
	padding: 0 0 0 20px;
}