/* Resetting styles */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
ul, li {
	list-style: none;
}

/* Body and Container */
body {
	background: #34383B url(../images/bg.jpg) left top repeat;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}

/* generic classes */
.hidden {
	display: none;
}
.center {
	text-align: center;
}

/* Buttons */
.btn {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 3px 0;
	border-width: 0;
	overflow: visible;
	color: #B6B7B3;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	line-height: normal !important;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 1px #000;
}
* html button.btn {
	padding-bottom: 1px;
}
html:not([lang*=""]) button.btn {
	margin: 0 -3px;
}
.btn span {
	background-color: #34383B;
	margin: 0;
	padding: 3px 0;
	border-left: 1px solid #34383B;
	border-right: 1px solid #000;
}
* html .btn span {
	padding-top: 0;
	background-position: 0 1px;
}
*:first-child+html .btn span { /* IE7 hack */
	background-position: 0 1px;
}
.btn span span {
	position: relative;
	padding: 3px 10px;
	border-width: 0;
	border-top: 1px solid #34383B;
	border-bottom: 1px solid #000;
}
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
	cursor: pointer;
}
.btn:active span {
	outline: none;
}
.btn:focus, .btn:active {
	outline:none;
}

/* Header */
#header {
	padding: 10px;
	background-color: #691918;
	color: #FFF;
}

/* Content */
#body {
	margin: 5px 0 20px;
	padding: 10px;
	background-color: #B6B7B3;
}
#content {
	width: 906px;
	background-color: #B6B7B3;
	color: #34383B;
}
#content p {
	margin-bottom: 10px;
}
#content form {
	margin-bottom: 30px;
}
#content a {
	color: #691918;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content label {
	display: block;
	font-weight: bold;
}
#content input {
	display: block;
	width: 900px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #34383B;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #34383B;
}
#content textarea {
	width: 900px;
	border: 1px solid #34383B;
}
#content iframe {
	width: 900px;
	border: 1px solid #691918;
}
div.newsMakerContainer {
	width: 900px;
}
p.error {
	width: 298px;
	margin: 0 auto;
	padding: 5px 15px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	background-color: #F00;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}
p.confirm {
	width: 298px;
	margin: 0 auto;
	padding: 5px 15px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	background-color: #008000;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}
.wait {
	padding-top: 26px !important;
	background: url(../images/working.gif) center 5px no-repeat;
}
#twitter {
	width: 500px;
	margin: 10px auto;
	text-align: center;
	font-family: "lucida grande", helvetica, Arial, sans-serif;
}
#twit_msg {
	border: 3px solid #589CBD;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
	background-color: #C0DEED;
	color: #002233;
}
#twitter a {
	color: #589CBD;
}

/* Tablesorter */
table.tablesorter {
	font-family: "lucida grande", helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #34383B;
	background-color: #B6B7B3;
	color: #34383B;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border-bottom: 1px solid #34383B;
	background-color: #787C7E;
	color: #B6B7B3;
	font-weight: bold;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background: #787C7E url(../images/tablesorter_bg.gif) center right no-repeat;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 4px;
	border-right: 1px solid #F0F0F0;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	border-right: 1px solid #FFF;
	background-color: #F0F0F0;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/tablesorter_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/tablesorter_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #34383B;
	color: #B6B7B3;
}
table.tablesorter a {
	color: #556767;
}

/* Login */
#logintitle {
	width: 300px;
	margin: 20px auto 1px;
	padding: 5px 15px;
	background-color: #34383B;
	color: #B6B7B3;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#loginform {
	width: 300px;
	margin: 0 auto 10px;
	padding: 10px 15px;
	background-color: #B6B7B3;
	color: #34383B;
}
#loginform label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
#loginform input {
	display: block;
	width: 294px;
	padding: 2px;
	border: 1px solid #34383B;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #34383B;
}
#loginform p {
	padding-top: 10px;
	text-align: center;
}
#loginform a {
	color: #691918;
	text-decoration: none;
}
#loginform a:hover {
	text-decoration: underline;
}
