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

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

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

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

h1 {
	margin-bottom: 0px;
}

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

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

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

h3 a:link, h3 a:visited {
	color: #000;
}

h4 a:link, h4 a:visited {
	color: #000;
}

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

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 #80a7b4;
}

img {
	border: 0px;
}

#embedded_container {
	width: 580px;
	margin: 0px auto;
	padding: 0px 20px 15px 20px;
}

#embedded_container #content {
	width: 95%;
}

#embedded_header, #embedded_navigation {
	display: none;
}

#embedded_body {
	padding: 15px;
}

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

#embedded_extra {
	visibility: hidden;
}

#container {
	min-width: 800px;
}

#header {
	height: 67px;
}

#banner {
	height: 45px;
	background: #000;
}

#breadcrumb {
	margin: 5px 15px;
	font-size: 0.9em;
	color: #666;
}

#breadcrumb a {
	color: #666;
}

#navigation {
	float: left;
	width: 120px;
	margin: 1em 15px;
	font: 1.1em 'Trebuchet MS', sans-serif;
}

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

#navigation li {
	margin: 0;
	padding: 3px 0;
	white-space: nowrap;
}

#body {
	padding: 15px;
}

#content {
	float: left;
	width: 50%;
	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: 60px 10% 20px 10%;
	padding: 5px;
	border-top: 1px solid #cccccc;
	text-align: center;
	font-size: 0.8em;
	color: #b3b9c0;
}

#extra {
	visibility: hidden;
}

/* 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: #d0eaf0;
	border: 1px solid #80a7b4;
	text-decoration: none;
	color: #000000;
}

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