/* Header color: #b0381e*/

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("/img/pngbehavior.htc");
}

#logo-group {
	text-align: left;
	float: left;
	position: absolute;
	top: 10px;
	left: 20px;
	padding: 4px;
	/*
	background-color: #b0381e;
	*/
	z-index: 3;
}
#logo {
	width: 124px;
	height: 26px;
}
#logo-caption {
	font-size: 10px;
	letter-spacing: 1pt;
	font-weight: bold;
	color: #fff;
}
#header {
	text-align: center;
	background-color: #b0381e;
	background-color: #457;
	border-bottom: 1px solid #000;
	height: 70px;
}
#header #logo img {
	border: 0;
}
#header a {
	text-decoration: none;
}

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

a {
	/*
	cursor: pointer;
	*/
	color: #0a0a66;
	text-decoration: none;
}
a:visited {
	color: #6C61D3;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
a[name] {
	/*
	cursor: default;
	*/
	color: inherit;
}
a[name]:hover {
	color: inherit;
}

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

#footer {
	font-size: 0.8em;
	text-align: center;
	margin: 1em;
}
#sidepanel {
	/*
	position: absolute;
	top: 60px;
	left: 0px;
	width: 170px;
	text-align: center;
	*/
	float: left;
	font-size: 0.75em;
	width: 180px;
}
body #sidepanel form {
	/* Change for IE */
	font-size: 1.25em;
}
body>#sidepanel form {
	/* Reset for non-IE */
	font-size: 1em;
}
#side-extra form * {
	display: block;
	margin: 4pt auto;
}
#side-extra {
	margin: 2em;
	text-align: center;
}

#utilitybox {
	background-color: #eee;
	background: #eee url('bg-stripes.gif');
	color: #555;
	padding-top: 0.1em;
	border: 2px solid #ccc;
	border-width: 0 2px 2px 0;
}

.module {
	margin: 22px;
}

.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;
}

.module ul {
}
.module li {
	list-style-image: url('/img/icon-link.gif');
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 16px;
	padding-left: 8px;
}
.module-content>ul>li {
	/* Hide from IE -- overrides from above */
	padding: 0;
	margin-left: 24px;
}
.module-li-photogallery {
	list-style-image: url('/img/icon-photos.gif') !important;
}
.module-li-screenshots {
	list-style-image: url('/img/icon-screen.gif') !important;
}
.module-li-backgrounds {
	list-style-image: url('/img/icon-wallpaper.gif') !important;
}
.module-li-browsefiles {
	list-style-image: url('/img/icon-folder.gif') !important;
}
.module-li-aboutme {
	list-style-image: url('/img/icon-about.gif') !important;
}
.module-li-portfolio {
	list-style-image: url('/img/icon-art.gif') !important;
}
.module-li-sitenewsinxml {
	list-style-image: url('/img/icon-puzzle.gif') !important;
}

/*
#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;
	top: 80px;
	left: 160px;
	right: 0px;
}

#content {
	font-size: 0.75em;
	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: center;
	font-size: 1.5em;
}

.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: 0.9em;
	color: #888;
	letter-spacing: 2px;
	border-bottom: 1px solid #ccc;
}
h2 + .news-date,
.news-widget + .news-date {
	margin: 0;
}

.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: 1em;
}

.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-status {
	text-align: right;
	color: #777;
	padding: 3px;
}
.news-area>.news-status {
	font-style: italic;
	visibility: hidden;
}
.news-status-time {
}
.news-status-comments {
	letter-spacing: 1px;
	padding-left: 5px;
}

.news-body {
	margin: 0.5em 0;
	line-height: 1.5em;
}

.news-body a {
	text-decoration: underline;
}
.news-area>.news-body a {
	/* IE ignores this... */
	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 {
	/* IE ignores this -- it's this way on purpose */
	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: right;
	overflow: hidden;
	position: absolute;
	right: 5px;
	left: 210px;
	height: 70px;
	z-index: 2;
	*/
	text-align: center;
}
.photo-thumbs a {
	text-decoration: none;
	/*
	float: right;
	*/
}
.photo-thumbs img {
	vertical-align: middle;
	border: 1px solid #999;
	margin: 8px 4px;
	-moz-border-radius: 2.5px;
	border-radius: 2.5px;
}
.photo-thumbs img:hover {
	border-color: #f50;
	border-width: 2px;
	margin: 7px 3px;
}
.tiny {
	font-size: 1px;
}

#photogal-header {
	/*
	background-color: #000;
	*/
}
