/* CSS Document */
/* MISC */
img{
  border:0;
}

body{
  font-family:Verdana; 
  font-size:14px;
  color:#000;
  background:url(/images/layout/bg.jpg);
	margin:0px;
}

h2{
	color: #806351;
	font-weight:bold;
}

div.separator 
{
	background:url(/images/layout/separator.jpg) no-repeat;
	width:415px;
	height:10px;
}

div.separator hr 
{
  display: none;
}

.post_images img{border:solid 3px #ffffff !important;}

/* CONTAINERS */
#wrapper{
	width:956px;
	margin: 0 auto;
}

#header{
	background:url(/images/layout/header_bg.jpg) repeat-x;
	margin: 0 auto;
	width:100%;
	height:99px;
}

#footer{
	clear:both;
	width:100%;
	height:90px;
	text-align:center;
	color: #323621;
	background: url(/images/layout/grass.jpg) bottom repeat-x;		
}

#content_column{
	float:left;
	width:600px;
}

#sponsors_column{
	width:300px;
	text-align:center;
	float:right;
	padding-top:60px;
	background: url(/images/layout/sponsors_header.jpg) no-repeat top right;	
}

/* MENU */
#menu ul {float: left; height:60px; width:100%; margin:0 auto 20px auto; padding: 0; list-style-type: none;}
#menu li {float: left; display: inline;}
#menu a {float: left; display: inline; text-decoration: none;}
#menu span{display:none;}

#menu a.home {width: 180px; height: 60px; background: url(/images/layout/menu.jpg) 0px 0px no-repeat;}
#menu a.home:hover {width: 180px; height: 60px; background: url(/images/layout/menu.jpg) 0px -60px no-repeat;}
#menu li.current a.home {width: 180px; height: 60px; background: url(/images/layout/menu.jpg) 0px -60px no-repeat;}

#menu a.contact {width: 179px; height: 60px; background: url(/images/layout/menu.jpg) -180px 0px no-repeat;}
#menu a.contact:hover {width: 179px; height: 60px; background: url(/images/layout/menu.jpg) -180px -60px no-repeat;}
#menu li.current a.contact {width: 179px; height: 60px; background: url(/images/layout/menu.jpg) -180px -60px no-repeat;}

/* MESSAGES */
/* MESSAGES */
.notice{
    padding:5px;	
    color:#003300;
    text-align:center;
    background-color:#c8e7bc;
    border:solid 1px #66b34b;
    margin:0 0 10px 0;
    width:80%;    
}

.error
{
    padding:5px;	
    color:#CC0000;
    text-align:center;    
    background-color:#f19d9d;
    border:solid 1px #aa0f0f;
    margin:0 0 10px 0;
    width:80%;  
}

.warning
{
    padding:5px;	
    color:#003300;
    text-align:center;    
    background-color:#f8fac9;
    border:solid 1px #fce445;    
    margin:0 0 10px 0;
    width:80%;     
}

/* FORMS */

input, textarea {
		background:#FFFFFF url(/images/layout/input.jpg) no-repeat scroll left top;
		border-color:#b6b6b6;
		border-style:solid;
		border-width:1px;
		color:#777777;
		font-family:Verdana;
		font-size:14px;
		margin-top:2px;
		padding-left:10px;
		padding-top:3px;
		padding-bottom:3px;
}

.text_hint{
	font-size:11px;
	color:#7a7866;
}

/* PAGINATION */
.pagination {
	margin:10px;
}
.pagination a, .pagination span {
	padding: .2em .5em;
	display: block;
	float: left;
	margin-right: 1px;
}
.pagination span.disabled {
	color: #999;
	border: 1px solid #DDD;
}
.pagination span.current {
	font-weight: bold;
	background: #2E6AB1;
	color: white;
	border: 1px solid #2E6AB1;
}
.pagination a {
	text-decoration: none;
	color: #105CB6;
	border: 1px solid #9AAFE5;
}
.pagination a:hover, .pagination a:focus {
	color: #003;
	border-color: #003;
}
.pagination .page_info {
	background: #2E6AB1;
	color: white;
	padding: .4em .6em;
	width: 22em;
	margin-bottom: .3em;
	text-align: center;
}
.pagination .page_info b {
	color: #003;
	background: #6aa6ed;
	padding: .1em .25em;
}
.pagination:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .pagination {
	height: 1%;
}
*:first-child+html .pagination {
	overflow: hidden;
}
