/*	- - - - - - - - - - - - - - 
		TIES Web site style sheet
		Author: Dan Brady
		Date: September 30, 2003
		Last updated: Sunday, August 22, 2004
		Copyright, I suppose.
		For use on the TIES web site at
		http://www.ties-bdsm.org
		- - - - - - - - - - - - - - */
/*	- - - - - - - - - - - - - -
		Set default colors and fonts here
		background color is TIES blue
		font is black, for club colors.
		Header (h1,h2,etc.) will generally be 
		navy, for some visual change.
		- - - - - - - - - - - - - - */	

body {
	background-color: #99CCFF;
	color: #000000;
	font-family: "Arial","Helvetica",sans-serif;
}
/* 	- - - - - - - - - - - - - - 
		Set the appearance for links before we get to
		the specific links in the navigation bar
		- - - - - - - - - - - - - - */
a:link {
	font-weight: bold;
	color: #D60000;
	text-decoration: none;
	text-align: center;
	background: #99CCFF;
}

a:visited {
	font-weight: bold;
	color: #616161;
	text-decoration: none;
	text-align: center;
	background: #99CCFF;
}

a:hover {
	text-decoration: none;
	text-align: center;
	background:#FFE7C6;
}

/*	- - - - - - - - - - - - - -
		Set box for left-side navigation
		bar
		- - - - - - - - - - - - - - */
div.navbar {
	margin: 1px;
	padding: 1px;
	font-size: 100%;
	position: absolute;		/* This works if 'fixed' not supported */
	left: 0px;
	top: 0px;
	float: left;
	width: 22%;
	min-height: 95%;
	border: 2px solid #000000;
	text-align: center;
	background-color: #9999FF;
  position: fixed;		/* Overrides 'absolute' above */
}
/* WinIE6 gets confused by 'fixed', so hide it.
   Selector trick courtesy of Johannes Koch, see
   http://pixels.pixelpark.com/~koch/hide_css_from_browsers/
*/
/*	- - - - - - - - - - - - - -
		Formatting for navigation bar 
		sections
		- - - - - - - - - - - - - - */

a:link.navbox, a:visited.navbox {
	display:block;
	clear:both;
	float: none;
	border: 2px #6600CC ridge;
	padding: 2px;	
	margin: 2px 2px;
	font-size: 100%;
	line-height: 100%;
	background-color: #99CCFF;
	color: #0000CC;
	width: 80%;
	text-decoration: none;
	text-align: center;
	float: none;
	font-variant: small-caps;
}
a:hover.navbox {
	text-decoration: none;
	text-align: center;
	background:#FFE7C6;
}

a:link.urhere, a:visited.urhere {
	display: block;
	clear: both;
	float: none;
	border: 4px #CC0066 ridge;
	padding: 2px;
	margin: 2px 2px;
	font-size: 110%;
	line-height: 110%;
	background-color: #0000CC;
	color: #99CCFF;
	width: 85%;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
}

a:hover.urhere {
	text-decoration: none;
	text-align: center;
	background:#FFE7C6;
	color: #0000CC;
}
/*  - - - - - - - - - - - - - - 
		Set box for main content - 
		headers, footers, content, 
		pretty much everything that's 
		not in the navigation bar.
		- - - - - - - - - - - - - - */
		
.mainbox {
	margin: 0px;
	padding: 0px;
	position: static;
	float: right;
	width: 75%;
	top: 0px;
}

/*	- - - - - - - - - - - - - -
		Set box for top-of-page	graphics 
		header - Blue Ribbon Campaign logo, 
		TIES Logo, and Leather Pride Flag  
		- - - - - - - - - - - - - - */
		
.headgrfx {
	margin: 0px;
	padding: 3px;
	position: static;
	float: right;
	left: 0px;
	top: 0px;
	width: 75%;
}		

/*	- - - - - - - - - - - - - -
		Set box for right-side page
		content area
		- - - - - - - - - - - - - - */

.content { 
	margin: 5px;
	padding: 5px 10px 10px;
	position: static;
	float: right;
	width: 95%;
}

/*	- - - - - - - - - - - - - -
		Formatting options for text, etc.
		- - - - - - - - - - - - - - */
h1, h2, h3, h4, h5 {
	text-align:center;
	color: navy;
	font-weight: bold;
	font-family: "Times New Roman", Garamond, Times, serif;
}
h1 {
	letter-spacing:.3em;
	line-height: 80%;
	font-size: x-large;
}

h2 {
	font-size:large;
	line-height: 80%;
}

h3	{
	font-size:medium;
	line-height: 80%;
}
h4  {
	font-size: small;
}
h5	{
	font-size: x-small;
}

p {
	text-align:justify;
	text-indent:0;
	padding: 4px;
}

.red {
	color:red;
	font-weight:bold;
}

.blue {
	color:blue;
	font-weight:bold;
}

.green {
	color:green;
	font-weight:bold;
}

.yellow {
	color:yellow;
	font-weight:bold;
}
.navtag	{
	color:green;
	font-size:medium;
	text-align: center;
	line-height: 120%;
}
.noshow {
	display: none;
}
hr {
	clear: both;
	color: navy;
	width: 80%;	
}
/*	- - - - - - - - - - - - - -
		set box for graphic elements
		at the page footer
		- - - - - - - - - - - - - - */
.footlet {
	margin: 10px;
	padding: 20px 0px 20px;
	position: static;
	width: 98%;
	clear: both;
	float: none;
}		