/*
-------------------------------------------
File: 'Pro_Slate' template.css Style Sheet
Created: 29 May, 2005
Last Modified: 29 May, 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: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

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

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






/* HEADER CSS STYLES */






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

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

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






/* 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 */
  color: #555555;
}

#sidebar a{
  color: #555555;
}

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

#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.header{
  border-top: 1px solid #777777;
  padding: 0px;
  height: auto;
  min-height: 0px;
}

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

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

#validation a{
	display: inline;
}

#validation a img{
  border: 0px;
}






/* FOOTER CSS STYLES */






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

#footer a{
	color: #000000;
}

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





