/*
* Work by Garrett LeSage
* http://linuxart.com/
*
*/

/* Header color: #80381e*/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #444;
	font-family: bitstream vera sans,arial,sans-serif;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #999;
}

/* Fix broken PNG transparency for IE/Win5-6+ */
img {
	behavior: url("pngbehavior.htc");
}

#logo {
	/*
	margin: 10px 34px 8px;
	*/
	margin-top: 12px;
	width: 124px;
	height: 26px;
}
#caption {
	font-size: 10px;
	letter-spacing: 1pt;
	font-weight: bold;
	color: #fff;
}
#header {
	text-align: center;
	height: 75px;
	/*
	background: #80381e url("bg-sand.png") no-repeat right;
	*/
	background-color: #445632;
	border-bottom: 2px solid #000;
}
#header img {
	border: 0;
}
#header a {
	text-decoration: none;
}

p,div {
	/*
	cursor: default;
	*/
}

a {
	/*
	cursor: pointer;
	*/
	color: #314e6c;
	text-decoration: none;
}
a:visited {
	color: #5d7555;
}
a:hover {
	color: #445632;
	text-decoration: underline;
}
a[name] {
	/*
	cursor: default;
	*/
	color: inherit;
}
a[name]:hover {
	color: inherit;
}

input, textarea {
	font-size: 12px;
	font-family: bitstream vera sans,arial,sans-serif;
}

ul#nav {
	position: absolute;
	top: 7px;
	right: 15px;
	display: inline;
	margin: 0;
	padding: 0;
}
ul#nav a {
	color: #eee;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	display: block;
	float: left;
	padding: 2px 5px;
	margin: 1px;
}
ul#nav img {
	width: 24px;
	height: 24px;
	margin-right: 2px;
}
ul#nav li {
	display: inline;
}
ul#nav li * {
	vertical-align: middle;
}
ul#nav a:hover {
	background-color: #ccc;
	color: #000;
	margin: 0;
	border: 1px solid #fff;
}
ul#nav a:hover img {
	background-color: #ccc;
}

#footer {
	font-size: 10px;
	text-align: center;
	margin: 1em;
}
#sidepanel {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 170px;
	text-align: center;
}
body>#sidepanel {
	/* Hinde this from IE */
	top: 77px;
}
#utilitybox {
	float: left;
	text-align: left;
	padding: 20px 15px 20px 25px;
	margin-bottom: 10px;
	font-size: 12px;
	background-color: #eee;
	color: #555;
	border: 1px solid #ccc;
	border-width: 0 2px 2px 0;
	-moz-border-radius: 0 0 25px 0;
	border-radius: 0 0 25px 0;
}

.module-title {
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-top: 18px;
}
div > .module-title {
	/* IE for Windows sucks */
	margin-top: 0;
}
.module-content + .module-title {
	/* IE for Windows sucks, continued */
	margin-top: 18px;
}
.module-content {
	margin-top: 8px;
}
/*
#utilitybox:first-child {
	font-size: xx-large;
	background-color: red;
	color: green;
}
*/
#utilitybox ul {
	padding: 0;
	list-style: none;
}
#utilitybox ul > li + li {
	margin-top: 2px;
}
#utilitybox ul,
#utilitybox form {
	margin: 0 0 0 5px;
}

#withbox {
	position: absolute;
	left: 160px;
	right: 0px;
}

#content {
	font-size: 12px;
	padding: 10px 25px;
}

h1, h2, h3, h4, h5 {
	font-family: "lucida grande", verdana, "bitstream vera sans", helvetica, sans-serif;
}

h1 {
/*
	margin: 0.25em 0 0.5em;
*/
	text-align: left;
	font-size: large;
}

.news-listing {
	padding: 15px 15px;
}

h1 + .news-listing {
	margin-top: 1.5em;
}

.news-date {
	margin: 0 1.4em;
	text-transform: lowercase;
	font-family: times,serif;
	font-weight: bold;
	font-size: 12px;
	color: #888;
	letter-spacing: 3px;
	border-bottom: 1px solid #ccc;
}
h2 + .news-date,
.news-widget + .news-date {
	margin: 0;
}
/*
.news-date:before {
	content: ">>";
	margin-right: 5px;
	letter-spacing: -0.5pt;
}
.news-date:after {
	content: "<<";
	margin-left: 5px;
	letter-spacing: -0.5pt;
}
*/

.news-date + .news-item {
	margin-top: 15px;
}

.news-item {
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 5px;
}
.news-item:hover {
	/*
	padding: 4px;
	background-color: #ffd;
	border: 1px solid #cca;
	-moz-border-radius: 7.5px 2.5px;
	border-radius: 7.5px 2.5px;
	*/
}

.news-item h3 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	padding-bottom: 2px;
}
.news-item h3 a {
	text-decoration: none;
	color: #049;
}
.news-item h3 a:hover {
	color: #f00;
	text-decoration: underline;
}

.news-item + .news-item {
	margin-top: 1em;
}
.news-item + .news-date {
	margin-top: 2.5em;
}

.news-area {
	font-size: 12px;
}

.news-item:hover .news-status {
	/*
	-moz-border-radius: 2.5px;
	border-radius: 2.5px;
	background-color: #eec;
	border: 1px solid #ddb;
	padding: 2px;
	color: #333;
	*/
	color: #999;
	visibility: visible;
}
.news-item:hover .news-status a {
}
.news-item .news-status-comments-exist {
	visibility: visible;
}
/*
.news-item .news-status-comments-exist:before {
	content: "... ";
}
.news-item:hover .news-status-comments-exist:before {
	content: "";
}
*/

.news-status {
	font-size: 0.95em;
	text-align: right;
	color: #777;
	padding: 3px;
}
.news-area>.news-status {
	font-style: italic;
	visibility: hidden;
}
.news-status-time {
}
.news-status-comments {
}

.news-body {
	line-height: 1.3em;
}

.news-body a {
	text-decoration: none;
}
.news-item:hover .news-body a {
	border-bottom: 1px dotted #1959A0;
}
.news-body a:visited {
}
.news-item:hover .news-body a:visited {
	border-bottom: 1px dotted #6C61D3;
}
.news-body a:hover {
	border-bottom: 1px solid #f00;
}

.news-body + div {
	margin-top: 0.5em;
} 
.more-style {
	font-size: 10px;
	font-weight: bold;
}
.more-style a {
	padding: 0 4px;
	margin: 0 4px;
	border: 2px solid #aaa;
	border-width: 0 2px;
	text-decoration: underline;
}
.more-style a:hover {
	border-color: #555;
}
.more-link-disabled {
	padding: 0 4px;
	margin: 0 4px;
	border: 2px solid #656565;
	border-width: 0 2px;
	color: #444;
}

.news-listing + div > .more-style {
	display: block;
	margin: 1em;
}
.news-listing + div > .more-style > a {
	border-width: 0 3px;
}
.news-listing div > .more-style {
	font-size: 9px;
}

/* Offsite links page */
#linklist {
	width: 50%;
	margin: 0 auto;
}

.indent {
	margin-left: 0.7em;
}

.comment-indent {
	margin-left: 2.5em;
}
.comment-title {
	font-weight: bold;
	font-size: 12px;
	margin-top: 1em;
}
.comment-credit {
	padding-bottom: 0.4em;
	color: #999;
	letter-spacing: 1pt;
}
.comment-body {
	color: #444;
}
#comment-form {
	width: 80%;
	margin: 0 4em 2em 4em;
}
.comment-formitem {
	float: left;
	margin-right: 1em;
}
.photo-thumbs {
	text-align: center;
}
.photo-thumbs a {
	text-decoration: none;
}
.photo-thumbs img {
	vertical-align: middle;
	border: 1px solid #000;
	margin: 8px 4px;
}
.photo-thumbs img:hover {
	border-color: inherit;
}
.tiny {
	font-size: 1px;
}
