/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
/*reset.css*/body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*fonts.css*/body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
/* end of Yahoo! code */

body {
	background: #fff;
	text-align: left;
	line-height: 1.4em;
}

strong {
	font-weight: 700;
}

div {
/*
	border: 1px solid red;
*/
}

div.layout {
	text-align: left;
	width: 60em;
}

#header {
	position: fixed;
	top: 0em;
	height: 3em;				/* should match #content margin-top */
	background: url( top-fade.png ) transparent bottom left repeat-x;
}

/* CONTENT */

#content {
	margin-top: 3em;		/* should match #header height */
	margin-left: 6em;
	margin-bottom: 6em;		/* should match #footer height */
	width: 30em;
}

/* Main content */

div.post {
	width: 30em;
	padding-bottom: 6em;
	margin-bottom: 6em;
}

div.post h3 {
	font-size: 1.25em;
	font-weight: 700;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

div.post ol.post-meta {
	width: 30em;
	margin-bottom: .6em;
	background: #fff;
}

div.post ol.post-meta li {
	width: 12em;
}

div.post ol.post-meta li.post-title {
	width: 30em;
}

div.post ol.post-meta li.post-author {
	float: left;
}

div.post ol.post-meta li.post-date {
	text-align: right;
	float: right;
}

ol.post-navigation {
	float: left;
}

ol.post-navigation li {
	float: left;
	width: 6em;
}

#post-navigation-container {
	float: left;
}

div.post ol.post-meta ol.post-navigation {
	width: 30em;
}

div.post ol.post-meta ol.post-navigation li {
	width: 6em;
}

ol.post-navigation li.post-previous {
	text-align: left;
}

ol.post-navigation li.post-first {
	text-align: left;
}

ol.post-navigation li.post-permalink {
	text-align: center;
}

ol.post-navigation li.post-last {
	text-align: right;
}

ol.post-navigation li.post-next {
	text-align: right;
}

div.post p {
	clear: both;
	margin-bottom: .6em;
}

ul.features {
	list-style-type: disc;
	margin-left: 3em;
}

dl.screenshots dt {

}

dl.screenshots dd {
	margin-bottom: .6em;
}

/* Sidebar */
#content-right {
	position: fixed;

	font-family: Georgia, serif;
	top: 3em;				/* matches #header height */
	left: 39em;
	width: 15em;
}

#content-right p {
	margin-bottom: .3em;
	padding: .3em;
	background-color: #eee;
}

#menu {
	list-style-type: none;
}

#menu li {
	margin-bottom: .3em;
	padding:  .3em 0em .3em .3em;

	text-align: left;
	background: #eee;
}

/* FOOTER */

#footer {
	margin-left: 0em;
	width: 54em;
	background: url( bottom-fade.png ) transparent top left;
	position: fixed;
	bottom: 0px;
	height: 6em;				/* should match #content margin-bottom */
	padding-top: 3em;
	font-family: Georgia, serif;
}

#footer h1 {
	float: right;
	font-size: 6em;
	background: #fff;
}

#footer h2 {
	font-size: 2em;
	float: right;
	padding-bottom: 5px;
	background: #fff;
}

/* EDIT PAGE */

form#form-edit {
}

form#form-edit dt {
	clear: both;
	text-align: right;
	float:left;
	width: 6em;
}

form#form-edit dd {
	margin-left: 6em;
	padding-left: 1em;
}

form#form-edit input {
	width: 18em;
}

textarea#form-edit-body {
	clear: both;
	display: block;
	margin-left: -7em;
	width: 32em;
	height: 20em;
}