/*
Theme Name: SoAL Film Fest
Theme URI: http://www.southalabamafilmfestival.org
Description: This is the home-spun theme for the 2010 South Alabama Film Festival Website
Author: Charles Kuntz
Author URI: none
Version: 2.0
-
There are no comments here.
-
*/

/* Base Styles */
body{
	margin: 0px;
	padding: 0px;
	color: #7f7d78;
	background-color: #242021;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
}

.container{
	width: 1028px;
	margin: 0 auto;
	position: relative;
}

a{
	color: #7f7d78;
}

/* Header Styles */
#header{
	background-image: url(images/2010/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #242021;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 1028px;
	height: 230px;
}

#menu{
	list-style: none;
	margin: 0;
	padding: 0px;
	top: 210px;
	position: relative;
	background-color: #242021;
}

#menu li{
	display: inline;
	margin: 8px;
}

#menu li a{
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

#menu li a.active , #menu li a:hover{
	color: #ffffff;
	text-decoration: underline;
}

/* Sidebar Styles */
#sidebar_left{
	float: left;
}

#links a img{
	width: 190px;
}

#widgets{
	float: left;
}

#sidebar{
	width:190px;
	margin: 0;
	padding: 0;
	overflow:hidden;
	float: right;
	color:#ffffff;
}

#search {
	list-style-type:none;
	padding: 5px 0 0 0;
}

#sidebar form {
	margin: 0;
	padding:0;
	list-style-type:none;
}

#sidebar input#s {
	text-align:left;
	margin-left:0px;
	width: 80%;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size:12px;
}

#sidebar a {
	font-weight:normal; 
	color:#ffffff;
	text-decoration: none;
}

#sidebar a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#sidebar h3 {
	font-weight:bold; 
	font-size:15px; 
	margin:17px 0 6px 5px;
}

#sidebar ul {
	color: #ffffff;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-bottom:0px;
	padding-left:0px;
}

#sidebar ul li {
	font-family: Arial, sans-serif;
	padding:0 10px 1px 10px;
	margin:3px 0 0 0;
	list-style-type: none;
	font-size:12px;
}

/* Content Styles */
#post{
	margin-top: 0px;
	margin-left: 200px;
	width: 600px;
}

#posts_navigation{
        margin-top: 0px;
        margin-left: 200px;
	text-align: center;
	width: 600px;
}

.date{
	color: #000000;
	text-align: left;
	font-size: 0.7em;
	float: right;
}

.storywrap {
	padding: 10px 20px;
	font-size:13px;
	text-align:justify;
	overflow: hidden;
	background-color: #ffffff;
        width: 600px;
        margin: 0px;
}

.storytitle {
	color: #000000;
	font-size:19px;
	padding-bottom:2px;
	border-bottom:1px solid #808080;
	text-align:left;
	margin-top:3px;
}

.storytitle h3 {text-align:left;}

.storytitle a {
	text-decoration: none;
	color:#000000;
	font-size:19px;
	font-weight:bold;
}

.storytitle a:hover {text-decoration:none;}

.storycontent p a {text-decoration:underline;}

.meta {
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	color: #808080;
	clear:both;
	padding-top:2px;
	margin:30px 0 0 0;
}

.meta li, ul.post-meta li {display: inline;}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta a, .meta a:visited {
	color: #808080;
	font-weight: bold;
}

.meta a:hover {border-bottom:1px solid #808080;}

/* Footer Styles */
#footer {
	color: #000000;
	background-color: #242021;
	background-image: url(images/2010/footer.jpg);
	font-size: 10px;
	font-family: Arial, sans-serif;
	text-align: center;
	width: 1001px;
	min-height: 106px;
}

#footer p{
	margin: 0 auto;
	margin-top: 5px;
	padding: 0px;
	line-height: 14px;
}

#footer a:link, #footer a:visited{
	text-decoration: none;
}
