/*
-------------------------------------------
File: 'Pro_Slate' template.css Style Sheet
Created: 29 May, 2005
Last Modified: 21 November, 2005
Author: Josh Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@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: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

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

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






/* HEADER CSS STYLES */






#header{
	position: relative;
  margin: 0px;
  height: 65px;
  background-color: #000000;
}

#header h1{
  margin: 0px;
  padding: 13px 15px 0px 15px;
  color: #FFFFFF;
  font-size: 20px;
  font-family: Arial;
}

#header h2{
  margin: 0px;
  padding: 0px 15px 0px 15px;
  color: #AAAAAA;
  font-size: 11px;
  font-weight: normal;
}

#logo {
  position:  absolute;
  top: 0px;
  right: 30px;
  padding: 0px;
  margin: 0px;
}






/* CONTENT WRAPPERS */






#outer{
  margin: 0px;
  padding-right: 230px;
  margin-bottom: 25px;
  background: #FFFFFF url('images/sidebar-background.jpg') right repeat-y;
  border-bottom: 1px solid #000000;
}

#inner{
  width: 100%;
  float: right;
}

#inner-padding{
	padding: 20px;
	overflow: hidden;
}






/* SIDEBAR CSS STYLES */






#sidebar{
	float: right;
	width: 230px;
	margin-right: -115px; /* HALVE FOR IE6 FLOAT DOUBLE-MARGIN BUG */
	margin-bottom: 150px; /* Allow room for validation links */
}

html>body #sidebar{
	margin-right: -230px; /* RESET FOR NON-IE6 BROWSERS. SEE ABOVE. */
}

#sidebar a{
  color: #000000;
}

#sidebar .sideHeader {
  padding: 3px 10px 0px 15px;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

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

#sidebar li{
  padding: 15px 15px 15px 15px;
  height: 100px;
}

html>body #sidebar li{
  height: auto;
  min-height: 100px;
}


#sidebar li.links a{
  display: block;
  color: #000000;
}

#validation{
	padding: 10px 0px 0px 18px;
}

#validation a{
	display: inline;
}

#validation a img{
  border: 0px;
}






/* FOOTER CSS STYLES */






#footer{
  margin: 0px;
  padding: 10px 10px 10px 20px;
  font-size: 10px;
  clear: both;
}

#footer a{
	color: #000000;
}

#footer ul, #footer li{
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
}





