/*
-------------------------------------------
File: 'Palimino_Classic' template.css Style Sheet
Created: 9 June, 2005
Last Modified: 9 June, 2005
Author: Josh Lockhart, Blueball Design
www.blueballdesign.com
Email: josh@blueballdesign.com
Copyright 2005 Josh Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/






/* BODY AND GENERAL ELEMENT CSS STYLES */






body{
  margin: 0px;
  padding: 0px;
  font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  background-color: #FFFFFF;
}

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

a:hover, a:active{
  text-decoration: none;
}






/* SITE WRAPPER */






#wrapper{
	position: relative;
	width: 651px;
	margin: 28px auto;
	text-align: left;
}






/* SITE HEADER */






#logo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 651px;
	height: 167px;
	z-index: 1;
}

#logo img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 651px;
	height: 167px;
}

#header{
	position: relative;
	margin: 0px;
	height: 167px;
	z-index: 2000;
}

#header h1{
	margin: 0px;
	padding: 65px 20px 0px 45px;
	font-size: 25px;
	color: #FFFFFF;
	z-index: 4;
}

#header h2{
	margin: 0px;
	padding: 0px 20px 0px 45px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	z-index: 5;
}

#leftcorner{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background-color: transparent;
	z-index: 2;
}

html>body #leftcorner{
	background-image: url('images/leftcorner.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#rightcorner{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	background-color: transparent;
	z-index: 3;
}

html>body #rightcorner{
	background-image: url('images/rightcorner.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}







/* SIDEBAR */






#sidebar{
	float: right;
	width: 201px;
	background-color: #FFFFFF;
	margin-top: 15px;
	padding-bottom: 100px;
}

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

#sidebar li a{
	color: #000000;
}

#sidebar li.header{
	padding: 4px 10px;
	background: #666666 url('images/sidebar-background.gif') top repeat-x;
	color: #FFFFFF;
}

#sidebar li.notes, #sidebar li.links{
	padding: 10px;
	background-color: #F4F4F4;
	line-height: 1.2em;
}

#sidebar a.validate{
	display: block;
	margin: 5px 0px;
}

#sidebar a.validate img{
	border: 0px;
}






/* CONTENT */






#contentarea{
	float: left;
	width: 429px;
	margin-top: 15px;
	padding: 0px 20px 15px 0px;
}






/* FOOTER */






#footer{
	margin: 0px;
	padding: 15px 25px 25px 25px;
	clear: both;
	border-top: 1px solid #000000;
	text-align: center;
}

#footer a{
	color: #679B23;
}

#footer ul{
margin: 0px;
padding: 0px;
list-style: none;
width: 100%;
text-align: center;
}

#footer li{
  display: inline;
}

