* { margin: 0; padding: 0; }
* ul { padding: 10px 20px; }
body {
	min-width: 600px;
	background: url("images/titlebar.png") repeat-x top left #fff;
	padding: 0 30px;
	color: #46494d;
	font-size: 14px;
	font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
}
/*
 * Divs
 */
#head_container {
	height: 220px;
}
#main_nav {
	position: absolute;
	top: 123px;
	right: 30px;
	width: 600px;
	background: #333;
}
#sub_nav {
	position: absolute;
	top: 149px;
	right: 30px;
	width: 600px;
	background: #3b6e64;
}
#main_nav ul, #sub_nav ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}
#main_nav ul li, #sub_nav ul li {
	display: block;
	float: right;
	margin: 0 3px;
	padding: 0;
	text-align: center;
	font-size: 13px;
	line-height: 26px;
}
#main_nav ul li.selected {
	background: #3b6e64;
}
#sub_nav ul li.selected {
	background: #333;
}
#main_nav ul li a, #sub_nav ul li a {
	display: block;
	padding: 0 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#main_nav ul li a:hover {
	background: #3b6e64;
}
#sub_nav ul li a:hover {
	color: #DBDBDB;
}
#updates {
	font-size: small;
	/*position: relative;*/
	top: 0px;
	background: #e7e0c7;
	border: 1px solid #e7cfc0;
	padding: 10px;
}
.testing, .not_visible {
	font-style: italic;
}
#ads {
	z-index: 0;
	position: absolute;
	top: 40px;
	right: 10px;
}
#logo {
	z-index: 1;
	position: absolute;
	top: 10px;
	left: 25px;
	width: 350px;
}
#logo h1#archtitle {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#logo h1#archtitle a {
	display: block;
	background: transparent url("images/titlelogo.png") top left no-repeat;
	width: 350px;
	height: 103px;
}
#devlist {
	width: 80%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	text-align: center;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.right {
	float: right;
	width: 320px;
	padding: 0 10px 10px 0;
}
.left {
	padding: 10px;
	margin: 0 360px 0 0;
}
.left p {
	padding-bottom: 10px;
}
.box {
	padding: 10px;
	background: #dae1d8;
	border: 1px solid #8adacb;
}
.greybox {
	padding: 10px;
	background: #e7e0c7;
	border: 1px solid #e7cfc0;
}
#vdesc li {
	font-size: 11px;
}
#commentcontent {
	padding: 10px;
	background: #bacfba;
	border: 1px solid #7baea4;
}
div.listing {
	padding-right: 10px;
}
.error, .errorlist {
	color: #dd0000;
	font-size: small;
}
.foot {
	clear: both;
	padding: 2em 0;
	text-align: center;
	font-size: 0.75em;
	line-height: 1.5em;
}
#search {
	float: right;
	position: relative;
	top: -2em;
	font-size: 0.8em;
}
.left #search {
	margin: -10px;
	padding: 0 10px 10px 0;
}
#search input {
	background: #e7e0c7;
	border: 1px solid #e7cfc0;
	width: 20ex;
	max-width: 200ex;
}
.left #search input {
	background: #dae1d8;
	border: 1px solid #8adacb;
}
#searchfields_icon, #search_submit {
	display: none;
}
select {
	width: 100%;
}
.smalltext {
	text-align: right;
	font-size: x-small;
}
/*
 * Headers
 */
h2 {
	margin: 20px 0 10px 0;
}
h2.title {
	border-bottom: 1px solid #46494d;
}
h3 {
	margin-bottom: 10px;
}
h3.title {
	text-align: right;
	border-bottom: 1px solid #46494d;
}
h4.title {
	text-align: left;
	border-bottom: 1px solid #46494d;
}
h4.news {
	border-bottom: 1px dotted #0771a6;
	margin-bottom: .25em;
	padding-bottom: .2em;
}
div.listing h4 {
	color: #fff;
	background: #0771a6;
	padding: 3px;
}
/*
 * Paragraphs, Anchors, Images
 */
p {
	padding-bottom: 20px;
}
span.news {
	font-size: small;
}
a {
	color: #0771a6;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
#about, #content {
	position: relative;
	top: -10px;
}
ol {
	padding-left: 45px;
}
ul.small {
	list-style: none;
	font-size: x-small;
}
ul.links {
	list-style: none;
	font-size: small;
	padding: 0px 0px 20px 20px;
}
img {
	border: none;
}
hr {
	border: none;
	border-top: 1px solid #46494d;
}
.greybox table td {
	width: 50%;
}
.greybox input, button, textarea, select, #commentcontent input, button, textarea, select {
	background: #d9ecea;
	border: 1px solid #9aafac;
}
.greybox input, #commentcontent input {
	margin-left: 3px;
}
#commentcontent .pushbutton {
	margin-left: 0;
}
.greybox table input {
	margin-left: 7px;
	margin-top: 2px;
}
.greybox table input:focus, #commentcontent input:focus, textarea:focus, .box input:focus {
	border: 1px solid #5a7f7c;
}
.box input, button {
	padding: 3px;
	background: #d9ecea;
	border: 1px solid #9aafac;
	font-size: x-small;
}
.generatedMarkupBoxes {
	width: 100%;
}
.generatedMarkupBoxes textarea {
	width: 100%;
}
button#f_trigger {
	background: #e1e3e6;
}
.news .textobject {
	background: #d0d0d0;
	border: 1px dashed #2f6fab;
	border-left: 5px solid #777;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	white-space: pre;
	padding: 1em;
	line-height: 1.1em;
	max-height: 10em;
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, "Courier New", Monospace;
}
.textobject {
	background: #d0d0d0;
	border: 1px dashed #2f6fab;
	border-left: 5px solid #777;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	white-space: pre;
	padding: 1em;
	line-height: 1.1em;
	max-height: 50em;
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, "Courier New", Monospace;
}
.album-archive {
	border-top: 1px dashed;
	border-right: 1px dashed;
	padding: 3px;
	top: -3px;
	font-size: x-small;
}
/*
 * Table stuff
 */
table.center {
	margin-left: auto;
	margin-right: auto;
}
table#releases {
	font-size: small;
	width: 100%;
}
table#releases td {
	padding-right: 20px;
}
table#repolinks {
	font-size: small;
	width: 100%;
}
table#repolinks td {
	text-align: right;
}
table#repolinks th {
	text-align: left;
}
table#art {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.devpic {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 15px;
}
table.deventry {
	padding-bottom: 25px;
}
.deventry th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.deventry td {
	width: 100%;
}
table.results {
	padding: 0px;
	border-collapse: collapse;
}
.results th {
	background: #e1e3e6;
	border-bottom: 1px solid #46494d;
	border-top: 1px solid #46494d;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
}
.results th>a {
	text-decoration: none;
	color: #46494d;
}
.results td {
	padding-right: 5px;
	vertical-align: top;
	font-size: 0.8em;
}
.listing th {
	font-size: small;
	vertical-align: top;
	text-align: left;
	padding: 2px;
}
.listing td {
	font-size: small;
	padding: 2px;
}
blockquote.code {
	background: #d0d0d0;
	border: 1px solid #bbb;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	padding: 5px;
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, "Courier New", Monospace;
}
/*
 * Admin Toolbox
 */
#admin, #admin_data {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
	z-index: 1001;
	text-align: left;
	font-size: .75em;
}
#admin_data {
	top: 0px;
	padding-top: 15px;
	z-index: 1000;
	line-height: 1.5em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.1em;
}
#admin h3:hover {
	color: #036;
}
/*
 * login form
 */
table.password td.userlabel {
	text-align:left;
}
table.password td.userinput {
	text-align:left;
}
table.password td.userinput input, td.passwordinput input {
	width: 15em;
}
table.password td.passwordlabel {
	text-align:left;
}
table.password td.passwordinput {
	text-align:left;
}
table.password td.submit {
	text-align:left;
}
table.password td.hint {
	text-align:left;
}

/* Miscellaneous
------------------------------ */
#imagemetadata {
	text-align: right;
	position: relative;
}

#imagemetadata table {
	text-align: left;
	line-height: 1em;
	border: 1px solid #ccc;
	top: 2em;
	right: 0px;
	background-color: #fafafa;
}

#imagemetadata table td {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	padding: 2px 5px;
}

/* Page Navigation
------------------------------ */
ul.pagelist {
	float: right;
	text-align: right;
	font-size: 1em;
	clear: both;
	padding: 0;
	margin-top: 2px;
	list-style-type: none;
}

ul.pagelist li {
	display: inline;
}

ul.pagelist li a,ul.pagelist span.disabledlink {
	padding-left: 3px;
}

ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #82996F;
}

ul.pagelist li.prev {
	margin-right: 10px;
}

ul.pagelist li.next {
	margin-left: 10px;
}

.disabledlink {
	color: #ddd;
	cursor: default;
}

.pagenav {
	clear: both;
}

.disabled_nav {
	visibility: hidden;
}

/* Tags
------------------------------ */
#tags {
	word-wrap: break-word;
	overflow: hidden;
}

.taglist {
	display: inline;
	list-style-type: none;
}

.taglist li {
	background: url("images/tag.png") no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float: left;
	padding-right: 5px;
	color: #999999;
	display: inline;
	list-style-type: none;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

/* Image Thumbnails
------------------------------ */
#images {
	float: left;
	width: 590px;
}

.imagethumb {
	float: left;
	display: block;
	width: 85px;
	padding: 7px;
	margin: 0px 12px 12px 0px;
	border: 1px solid #e6e6e6;
	background-color: #FBFBF8;
}

.imagedesc {
	font-size: x-small;
	white-space: nowrap;
	overflow: hidden;
}

.imagethumb:visited {
	background-color: #fcfcfc;
	border: 1px solid #f8f8f8;
}

.imagethumb:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
	width: 35%;
	border: 0px solid gray;
}

#gallery-albums {
	float: left;
	border: 0px solid gray;
}

.album {
	float: left;
	display: block;
	margin: 0px 16px 15px 0;
	padding: 10px 0px 10px 10px;
	width: 300px;
	border: 1px solid #e6e6e6;
	background-color: #FBFBF8;
	line-height: 100%;
	height: 95px;
}

ul .album {
	float: right;
}

.album:visited {
	background-color: #fcfcfc;
	border: 1px solid #f8f8f8;
}

.album:hover {
	background: #f3f3f3;
	border: 1px solid #cccccc;
}

.album a img {
}

.album .thumb {
	text-decoration: none;
	float: left;
	margin-right: 6px;
}

.album h3 {
	padding: 0;
	margin-bottom: 5px;
}

.albumdesc {
	height: 100%;
	width: 100%;
	float: left;
	word-wrap: break-word;
	overflow: hidden;
}

.album .albumdesc {
	width: 65%;
}

.album p {
	line-height: 12px;
	font-size: 11px;
	padding: 0px 0px 0px;
	margin: 0px;
}

.albumdesc small {
	color: gray;
}

/* Individual Image
------------------------------ */
.image {
	margin: 0;
	padding: 0;
	border: 0;
}

#image {
	font-size: 0.7em;
}

.imgnav {
	float: right;
	text-align: right;
	font-size: 1em;
	padding: 0;
}

.imgnav div {
	display: inline;
}

.imgnav .imgprevious a {
	margin-right: 10px;
}
.imgnav .imgnext a {
	margin-left: 10px;
}

#narrow {
	margin-top: 5px;
	word-wrap: break-word;
}

/* Paged thumbs nav
------------------------------ */
#pagedthumbsnav {
	width: 580px;
	height: 55px;
	padding: 0px;
	border: 0px solid gray;
	color: #444444;
}

#pagedthumbsimages {
	border: 0px solid gray;
}

#pagedthumbsimages img {
	border: 1px solid darkgray;
	padding: 2px;
	float: left;
}

#pagedthumbsimages img:hover {
	border: 2px solid orange;
	padding: 1px;
}

#pagedthumbsnav-active img {
	border: 2px solid orange;
	padding: 1px;
	float: left;
}

#pagedthumbsnav-prev {
	width: 155px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}

#pagedthumbsnav-next {
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: right;
	text-align: center;
}

#pagedthumbsnav-prevdisabled {
	visibility: hidden;
	width: 155px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}

#pagedthumbsnav-nextdisabled {
	visibility: hidden;
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: right;
	text-align: center;
}

/* Comments
------------------------------ */
#comments {
	margin-top: 10px;
	padding: 0;
	border-top: 1px dotted #3b6e64;
}

#comments h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	letter-spacing: 0;
}

.error {
	color: #C33;
	font-weight: bold;
	background: #fff;
	border: 1px solid #C33;
	padding: 3px;
	margin-bottom: 3px;
}

.comment {
	padding: 0px 8px 12px 8px;
	background: #d9ecea;
	border: 1px solid #9aafac;
	margin-bottom: 12px;
	word-wrap: break-word;
}

.commentmeta {
	margin-bottom: 12px;
}

.commentauthor {
	font-weight: bold;
}

.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}

#commententry textarea {
	width: 100%;
}

.disabled_input {
	margin-left: 3px;
	border: 1px solid #777;
}
