a img, :link img { border: 0; }
.floatleft { float: left; margin-right: .5em; }
.floatright { float: right; margin-left: .5em; }
.error { color: red; font-weight: bold; }
.hide { visibility: hidden; }
.clear { clear: both; height: 0; line-height: 0; margin: 0; padding: 0; border: 0; }
.highlight { background: #fe6; }
.padme { padding: 5px 1em; }
.bar { background: #ddd; padding: 3px; border: 1px solid silver; color: black; }

body {
	font: 75% Verdana, "Lucida Grande", Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: url(/images/bg.gif);
	color: black;
	text-align: center;
}

a,a:link { color: #03c; text-decoration: none; }
a:visited { color: #906; }
a:hover { color: #900; text-decoration: underline }

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	border: 3px solid #2a446e;
	border-top: 0;
	background: white;
}
	body.admin #container { width: 100%; border: 0; }
	body.admin #content { width: 75%; }
	body.admin #sidebar { width: 22%; }

#header {
	width: 100%;
	height: 66px;
	background: url(/images/bg-header.gif) top left repeat-x;
	border-bottom: 3px solid silver;
}
	#header h1 {
		margin: 0;
		float: left;
	}
		#header h1 a {
			display: block;
			width: 195px;
			height: 66px;
			background: url(/images/tobacco.org.gif) top left no-repeat;
		}
		#header h1 span { display: none; }


	/* LOGINBOX */
	#login, #loggedin {
		font: 10px Verdana;
		color: white;
		margin: 0;
		margin-left: 35%;
		padding-top: 10px;
	}
		#loggedin { text-align: center; padding-top: 30px; }
		#login {}
			#login #register { font-weight: bold; }
			#login h4 { color: white; margin: 0; font-size: 1em; display: inline; }
			#login p { float: left; margin: 0; padding: 2px; }
			#login p#register { margin: 0; clear: left; text-align: right; }
			#login a, #loggedin a { color: #ffcc00; }

#main {
	clear: both;
}
	#main p { margin-top: 0; margin-bottom: 1em; }

#content {
	float: right;
	width: 550px;
	padding: 5px;
	line-height: 1.4em;
}
	.wide { float: none !important; width: 100% !important; }
	#content h2 {
		margin: 0;
		font: normal 2em Georgia, serif;
		}

	#content h3 {
		margin: 0;
		font: normal 1.5em Georgia, serif;
		}

#sidebar {
	width: 182px;
	padding: 5px;
	font-size: 11px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	background: #eee;
}
	#sidebar h4, #sidebar h2 { margin: 5px 0; font-size: 1.2em; }

	#sidebar #nav { margin-bottom: 1em; }
	#sidebar #nav ul {
		list-style: none outside;
		margin: 0; padding: 0;
		border: 1px solid silver;
		border-top: 0;
		background: white;
	}
		#sidebar #nav ul ul {
			margin-left: 5px;
			border: 0;
			border-left: 1px solid silver;
		}

		#sidebar #nav ul li { border-top: 1px solid silver; }
		#sidebar #nav ul li li { border: 0; }

		#sidebar #nav ul li a { display: block; padding: 3px 5px; }
		#sidebar #nav ul li a:hover { background: #fe9; }

		#sidebar #nav ul li.active,
		#sidebar #nav ul li.active li.active { font-weight: bold; background: #fe9; }
		#sidebar #nav ul li.active li { font-weight: normal; }

	#sidebar form { margin-top: 0; }

#footer {
	clear: both;
	padding-top: 20px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	color: gray;
}

/* FRONT PAGE */
#front-welcome {
	border: 1px solid silver;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	font-size: 11px;
	margin-bottom: .5em;
}

ul#front-news {
	list-style: none outside;
	margin: 0; padding: 0;
}
	ul#front-news li {
		margin-bottom: 5px;
		margin-left: 1em;
		text-indent: -1em;
		}

#front-news-footer {
	font-size: .9em;
	text-align: right;
}

#front-quotes {
	list-style: none outside;
	margin: 0; padding: 0;
}
	#front-quotes li {
		margin-bottom: .8em;
	}
		#front-quotes li .quote { }
			#front-quotes li .quote big {
				font: bold 2em Georgia, serif;
				color: gray;
				vertical-align: bottom;
				}
		#front-quotes li .quote-byline,
		#front-quotes li .quote-source {
			font-size: 11px;
			margin-left: 1.5em;
			}
		#front-quotes li .quote-byline { font-weight: bold; }
		#front-quotes li .quote-source { font-style: italic; }

#ahem {
	position: absolute;
	top: 15%;
	left: 25%;
	width: 55%;
	border: 2px solid #333;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background: #ffc;
	padding: 5px;
	text-align: left;
	font-size: 1.5em;
	line-height: 1.4em;
	color: #333;
}
	#ahem .close {
		float: right;
		top: 0px;
		right: 0px;
		margin: 3px;
		border: 2px solid #333;
		border-top-color: #ccc;
		border-left-color: #ccc;
		background: #ccc;
		padding: 2px;
	}
