html,body {
	height: 100%;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 50px;
	
	background: url("/images/headerbg.png") bottom fixed repeat-x;
	height: 100%;	
}

img {
	border: none;
	vertical-align: middle;
}

input, textarea {
	border: solid thin black;
}

#body {
	width: 720px;
	height: 100%;
	margin: 0 auto 0 auto;
}

#header-wrapper {
	background: white url("/images/headerbg.png") bottom repeat-x;
	margin: 0 auto 0 auto;
	height: 200px;
	padding: .5em;
	
	border: solid thin #DDD;
}

#header {
	background: url("/images/header.png") no-repeat right top;
	height: 100%;
	padding-left: 2em;
}

#header h1 {
	font-size: 300%;
	letter-spacing: .35em;
	padding-top: .5em;
}

#header #twitter_update_list li {
	list-style: none;
	width: 500px;
}

#prinav {
	padding-top: .25em;	
}

#prinav ul {
	list-style: none;
	display: inline;
	padding-left: 0;
}

#prinav ul li {
	display: inline;
	padding-right: 1em;
}

#prinav ul li a {
	color: black;
	text-decoration: none;
	border-bottom: solid 2px #00A;
}

#prinav ul li a:hover {
	border-bottom: solid thick #00B;
}

#privnav ul li.openid {
	float: right;	
}

#openidbox {
	position: absolute;
	right: 0.5em;
	top: 2px;
	display: inline;
}

input.openid {
	background: url(/images/openid.png) no-repeat left center;
	padding-left: 20px;
	color: gray;
	
	border: solid thin black;
	font-size: smaller;	
}

#content-wrapper {
	background: white;
	margin: 0 auto 0 auto;
	min-height: 100%;
}

#content {
	padding: 1em;
}

#content h2 {
	text-align: right;
	text-transform: uppercase;
	font-size: 150%;
	color: #599;
	margin-top: 2em;
}

#content h2 a {
	color: #599;
	text-decoration: none;
}

#content h2 a:hover {
	color: #7BB;
}

#content .date {
	float: left;
	border: solid thin black;
	background: #255;
	margin: 1em;	
	padding: 1em;
	color: white;
	text-align: center;
}

#content .date .dow {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

#content .screenshot {
	float: left;
	margin: 1em;	
	padding: 1em;
	text-align: center;
}

a {
	color: #577;
	text-decoration: none;
}

a:hover {
	color: #7BB;
}

#footer {
	padding: 1em;
	font-size: smaller;
	text-align: center;
}

p.code, pre.code {
	border: solid thin black;
	background: #BDD;
	padding: 1em;
	width: 85%;
	margin: 2em auto 2em auto;

	font-family: monospace;
}

.tags {
	margin-left: 2em;	
}

.tags span {
	font-weight: bold;
}

.tags a {
	padding: .15em;	
}

.tags a:hover {
	background-color: #599;
	color: white;
}

a.cancel {
	font-size: smaller;
	color: red;
	text-decoration: none;
}

a.cancel:hover {
	color: white;
	background: red;
}

.management {
	text-align: right;
	font-variant: small-caps; 
	margin-bottom: 2em;
}

.management a, a.button {
	color: #DEE;
	text-decoration: none;
	border: thin solid #CEE;
	padding: .25em;
	background: #89A;
	margin: .15em;
}

.management a:hover, a.button:hover {
	background: #ABC;
	border-bottom-color: black;
	border-right-color: black;
}


.contentform .title {
	margin: 1em;	
}

.contentform .title input {
	padding: .25em;
}

.contentform p  {
	text-align: right;
}

.contentform p input {
	width: 85%;
}

.contentform textarea {
	width: 100%;
}

.contentform .buttons {
	text-align: right;
	margin: 2em;	
}

.contentform .buttons input {
	font-size: larger;	
}

.filedetails {
	font-size: smaller;	
}

.filedetails span {
	font-weight: bold;	
}

