/*  
Theme Name: Fence Portal Default
Theme URI: http://www.fenceportal.org/
Description: Based on the <a href="http://binarybonsai.com/kubrick/">Kubrick</a> theme.
Version: 1
Author: Ira Opossum Sher
Author URI: http://www.opossum.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
html,body{
	padding:0;
	margin:0;
	height: 100%;
	text-align:center;
	font: normal 12px times;
	line-height: 16px;
	background-color: #dedcdc;
	color: #333;
	min-width:866px;
}
a{
	color: #336699;
	text-decoration: none;
}
ul{
	list-style-type: square;
}
li{
	list-style-type: square;
}
#container{
	position: relative;
	min-height: 100%;
	margin:0 auto 0 auto;
	background: url('images/bg.gif') repeat-y;
	width:866px;
	text-align:center;
}
*html #container{
	height: 100%;
}
#footer{
	position: relative;
	margin:0 auto 0 auto;
	margin-top: -25px;
	clear: both;
	text-align: center;
	background: url('images/bg.gif');
	height: 25px;
	width: 866px;
	line-height: 24px;
	font:10px arial;
	letter-spacing:2px;
	color: #999;
}
#logos{
	padding-top:18px;
}
#right_nav{
	float:right;
	padding-top:20px;
	width: 170px;
	text-align: left;
}
#left_nav{
	float:left;
	padding-top:17px;
	width: 174px;
	text-align: right;
}
#right_nav p,#left_nav p{
	font: 13px Arial Black;
	line-height: 17px;
	margin: 0 0 13px 0;
}
#right_nav p a,#left_nav p a{
	text-decoration: none;
	color: #333;
}
#right_nav p a:hover,#left_nav p a:hover{
	color: #ff0000;
}
#content{
	text-align:justify;
	margin: 0 220px 0 220px;
	width: 426px;
	*width: 417px;
}
#content p{
	line-height: 18px;
	font: 13px times;
	margin: 0 0 18px 0;
}
#content #title{
	font: 18px Arial Black;
	line-height: 24px;
	margin: 9px 0 24px 0;
	color: #ff0000;
	line-height:30px;
}
#content h2{
	font: 13px Arial Black;
	line-height: 17px;
	margin: 17px 0 24px 0;
	color: #ff0000;
	text-align: left;
}
#content h3 a{
	font: 13px Arial Black;
	line-height: 17px;
	margin: 17px 0 24px 0;
	text-align: left;
}
.clear_all{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
input{
	background-color: #fff;
	border:0;
	font-size: 12px;
}
#submit{
	background-color: #fff;
	border:1px solid #999;
	font-size: 12px;
}
textarea{
	background-color: #fff;
	border:0;
	font-size: 12px;
}
#srch{
	width: 155px;
	color: #666;
}
ul.ec3_events{
	margin:0 0 0 20px;
	padding:0;
	list-style-type:none;
}
ul.ec3_events li{
	margin: 0 0 0 -20px;
	padding:0;
	list-style-type:none;
}