html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font: 0.8em 'Lucidia Grande', sans-serif;
	background: #b3b9c0;
}

h1, h2, h3, h4 {
	margin-top: 0px;
}

h2 + p, h3 + p, h4 + p {
	margin-top: 0px;
}

h1 {
	margin-bottom: 0px;
}

h2 {
	color: #00693f;
	margin-bottom: 3px;
}

h3 {
	color: #000000;
	margin-bottom: 3px;
}

h4 {
	color: #000000;
	margin-bottom: 3px;
}

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

#content p a:link, #content p a:visited {
	font-weight: bold;
}

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

input[type=text], input[type=password], textarea {
	width: 100%;
	font: 1.0em Verdana, Helvetica, Arial, sans-serif;
}

textarea {
	height: 80px;
}

input[type=text], input[type=password], textarea, button, input[type=submit], input[type=reset] {
	margin: 2px;
	padding: 2px;
	border: 1px solid #b3b9c0;
	background: #ffffff;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, button:focus, input[type=submit]:focus, input[type=reset]:focus {
	border: 1px solid #ccb716;
}

img {
	border: 0px;
}

#embedded_container {
	width: 580px;
	margin: 0px auto;
	padding: 0px 20px 15px 20px;
	background: #b3b9c0 url(../images/embedded-shadow-repeat.gif) center top repeat-y;
}

#embedded_header, #embedded_navigation {
	display: none;
}

#embedded_body {
	padding: 15px;
}

#embedded_footer {
	clear: both;
	visibility: hidden;
}

#embedded_extra {
	height: 21px;
	width: 620px;
	margin: 0px auto;
	background: #b3b9c0 url(../images/embedded-shadow-bottom.gif) center top no-repeat;
}

#container {
	width: 760px;
	margin: 0px auto;
	padding: 0px 20px 15px 20px;
	background: #b3b9c0 url(../images/shadow-repeat.gif) center top repeat-y;
	position: relative;
}

#header {
	height: 102px;
	width: 732px;
	margin: 0px auto;
	padding: 60px 0px 0px 18px;
	background: transparent url(../images/header.gif) center top repeat-x;
}

#header h1 {
	font: bold 2.6em 'Trebuchet MS', sans-serif;
	color: #ffe31b;
}

#header h2 {
	font: bold 2.1em 'Trebuchet MS', sans-serif;
	color: #ffffff;
}

img#logo_top {
	margin: -45px 15px 0px 0px;
	float: left;
}

img#logo_bottom {
	position: absolute;
	top: 162px;
	left: 43px;
}

#breadcrumb {
	font-size: 0.9em;
	color: #ffffff;
}

#breadcrumb a {
	color: #ffffff;
}

#navigation {
	margin: 0px 18px;
	text-align: right;
	font: 1.1em 'Trebuchet MS', sans-serif;
	height: 59px;
}

#navigation ul {
	margin: 5px 0px;
	list-style: none;
}

#navigation li {
	display: inline;
	padding: 5px 15px;
	white-space: nowrap;
}

#navigation li:hover {
	background: #ffe31b;
}

#navigation li a {
	font-weight: bold;
	color: #000000;
}

#body {
	padding: 15px;
}

#content {
	float: left;
	width: 510px;
	padding: 0px 10px 15px 15px;
}

#content h2 {
	margin-left: -15px;
}

#sidebar {
	float: right;
	width: 180px;
	padding: 0px 0px 15px 10px;
	font-size: 0.9em;
	background: transparent url(../images/vertical-rule.gif) left top no-repeat;
}

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

.sidebar_container {
	margin-bottom: 15px;
}

#footer {
	clear: both;
	margin: 0px 15px;
	padding: 5px;
	text-align: center;
	color: #737980;
	line-height: 150%;
	border-top: 1px solid #737980;
}

#footer a:link, #footer a:visited {
	color: #737980;
}

#extra {
	height: 21px;
	width: 800px;
	margin: 0px auto;
	background: #b3b9c0 url(../images/shadow-bottom.gif) center top no-repeat;
}

/* the login screen and error messages look weird indented, since there's so little text */
#buzzword_login h2, #buzzword_404 h2, #buzzword_403 h2 {
	margin-bottom: 15px;
}

/* margin-left should technically be -15, but it looks negatively indented, so just do -14 */
#buzzword_login p, #buzzword_login table {
	margin-left: -14px;
}

#buzzword_login td {
	padding: 0px;
}

/* margin-left should technically be -15, but it looks negatively indented, so just do -13 */
#buzzword_404 p, #buzzword_403 p {
	margin-left: -13px;
	font-style: italic;
}

#comments h3, #edit_comment h3 {
	margin-left: -15px;
}

.comment {
	margin-bottom: 15px;
}

.comment h4 {
	color: #b3b9c0;
}

.comment_author {
	text-align: right;
	font-size: 0.9em;
	color: #b3b9c0;
}

#edit_comment table {
	width: 95%;
}

#edit_comment td {
	vertical-align: top;
}

.error {
	color: #cc0000;
}

.disabled {
	color: #cccccc;
}

.button {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 5px 7px 5px 5px;
	border: 1px solid #cccccc;
	background: #f0f0f0;
	text-align: center;
	-moz-border-radius: 5px;
	font-size: 0.9em;
	overflow: hidden;
}

.button:hover {
	background: #ffe31b;
	border: 1px solid #ccb716;
	text-decoration: none;
	color: #000000;
}

.button img {
	margin-right: 3px;
}
