/*
	Filename: 		navandlinks.css
	Description:	Sets styles for navigation and links
*/


a:link {
	font-weight: bold;
	color: #369;
	background: transparent;
	text-decoration: none;
	}

a:visited {
	font-weight: bold;
	color: #69c;
	background: transparent;
	text-decoration: none;
	}

a:hover, a:active {
	color: #c60;
	background: transparent;
	}

a.new:link, a.new:visited {
	color: #36f;
	background: transparent;
	}

a.new:hover {
	color: #66f;
	background: transparent;
	}

/* admin */

body.admin a:link, #contents div.adminLinks a:link {
	font-weight: bold;
	color: #633;
	background: transparent;
	}

body.admin a:visited, #contents div.adminLinks a:visited {
	font-weight: bold;
	color: #636;
	background: transparent;
	}

body.admin a:hover, body.admin a:active, #contents div.adminLinks a:hover, #contents div.adminLinks a:active {
	color: #966;
	background: transparent;
	}

/* ads */

#ads a:link, #ads a:visited {
	font-weight: normal;
	}

/* A-Z */

ul#atoz {
	margin: 0;
	padding: 0 0 2em 0;
	}

ul#atoz li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url(/resources/member_list.gif) repeat-x;
	}

ul#atoz a:link, #atoz a:visited, #atoz li#active {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 5px 0 5px;
	}

ul#atoz a:link, #atoz a:visited {
	color: #fff;
	text-decoration: none;
	}

#atoz li#active {
	color: #c60;
	font-weight: bold;
	background: url(/resources/member_list_active.gif) repeat-x;
	}

#atoz a:hover {
	background: url(/resources/member_list_hover.gif) repeat-x;
	}

#atoz li#active {
	color: #c60;
	font-weight: bold;
	background: url(/resources/member_list_active.gif) repeat-x;
	}

#atoz a:hover {
	background: url(/resources/member_list_hover.gif) repeat-x;
	}

/* bottom nav */

.bottomnav {
	text-align: center;
	margin: 0 auto 1em auto;
	}

.bottomnav li {
	display: inline;
	list-style-type: none;
	margin: 0 0.25em 0 0.25em;
	padding: 0 0.25em 0 0.25em;
	}

/* locker room */

body.lockerroom a:hover, body.lockerroom a:active {
	color: #c60;
	background: transparent;
	}

/* sidebar */

#sidebar a:link, #sidebar a:visited {
	color: #363;
	background: transparent;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active {
	color: #696;
	background: transparent;
	text-decoration: none;
	}

/* footer */

#footer a:link, #footer a:visited {
	color: #9c6;
	background: transparent;
	text-decoration: none;
	}

#footer a:hover {
	color: #cf9;
	background: transparent;
	text-decoration: none;
	}

/* nav */

#nav a:link, #nav a:visited {
	color: #fff;
	background: transparent;
	text-decoration: none;
	}

#nav a:hover {
	color: #cc0;
	background: transparent;
	}

#nav li {
	float: left;
	list-style: none;
	}

#nav li a:link, #nav li a:visited {
	display: block;
	}

#nav li a.c1 {
	width: 60px;
	}

#nav li a.c2 {
	width: 90px;
	}

#nav li a.c3 {
	width: 90px;
	}

#nav li a.c4 {
	width: 60px;
	}

body.admin #nav {
	width: 355px;
	}

body.admin #nav li a.c1 {
	width: 130px;
	}

body.admin #nav li a.c2 {
	width: 135px;
	}

body.admin #nav li a.c3 {
	width: 90px;
	}

body.lockerroom #nav {
	// width: 330px;
	}

body.lockerroom #nav li a.c1 {
	width: 60px;
	}

body.lockerroom #nav li a.c2 {
	width: 90px;
	}

/* form buttons*/

ul.buttons {
	float:right;
	margin: 0.5em 0 0 0;
	}

ul.buttons li {
	display: block;
	width: 20px;
	float: left;
	}

ul.buttons li a:link, ul.buttons a:visited {
	display: block;
	width: 100%;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #666 #666 #ccc;
	color: #000;
	background: #ddd;
	}

#contents>ul.buttons li a:link, #contents>ul.buttons a:visited {
	width: auto;
	}

ul.buttons li a:hover {
	color: #000;
	background: #eee;
	border-color: #ccc #666 #666 #ccc;
	}

/* comment tools*/

#contents .commentTools a:link, #contents .commentTools a:visited {
	font-weight: normal;
	}

