body {
	background: #eae1ab url(/images/top_gradient.jpg) repeat-x;
	padding: 0;
	margin: 0;
}
#wrapper {
	text-align: center;
	position: absolute;
	width: 100%;
}
#inset {
	position: relative;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	border-left: 1px solid #c5aa70;
	border-right: 1px solid #c5aa70;
	border-bottom: 5px solid #000;
}

/* - Header */

#header {
	border-bottom: 1px solid #c5aa70;
	background: url(/images/top_decoration.jpg) top right no-repeat;
	height: 90px;
}
#header h1 {
	margin: 0;
	font-size: 25px;
	padding: 32px 0 32px 20px;
	color: #b99561;
}
#header a {
	text-decoration: none;
}

/* - Menu */

#menu {
	float: left;
	width: 100%;
	background: #FFF url(/images/menu_gradient.jpg) repeat-x bottom;
	border-bottom: 1px solid #999;
	font-size: 90%;
	font-weight: bold;
}
#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	float: left;
	border-right: 1px solid #BBB;
}
#menu a {
	display: block;
	padding: 10px 20px 8px;
	text-decoration: none;
	color: #555;
}
#menu a.skEdit {
	color: #451414;
}
#menu a:hover {
	color: #222;
	background: #FFF;
}

/* - Content */

#content {
	clear: both;
	background: #FFF url(/images/sidebar.gif) top right repeat-y;
	float: left;
	width: 100%;
	padding-bottom: 60px;
}
#main {
	float: left;
	width: 659px;
	padding: 20px;
}
#main h1 {
	color: #654822;
}
#main h3 {
	color: #775528;
}
#main h4 {
	color: #666;
}
#main h4.date {
	font-style: italic;
}
#main a {
	color: #6A1F1F;
}
#main h1 a {
	text-decoration: none;
}
#main a:visited {
	color: #555;
}
#main h1 a:visited {
	color: #6A1F1F;
}
#main a:hover, #main h1 a:hover {
	color: #222;
}
#main form {
	margin: 0;
}
#main dt {
	font-weight: bold;
	margin-top: 4px;
}
#main dd {
	margin-top: -6px;
	font-size: 90%;
}
#main dd.date {
	font-style: italic;
	color: #333;
}

/* - Sidebar */

#sidebar {
	float: right;
	padding: 20px 10px;
	width: 180px;
}
#sidebar a.badge {
	display: block;
	margin-bottom: 15px;
	height: 60px;
	width: 180px;
	text-indent: -9999px;
}
#sidebar a.download {
	background: url(/images/download_badge.jpg) top no-repeat;
}
#sidebar a.download:hover {
	background: url(/images/download_badge.jpg) bottom no-repeat;
}
#sidebar a.purchase {
	background: url(/images/purchase_badge.jpg) top no-repeat;
}
#sidebar a.purchase:hover {
	background: url(/images/purchase_badge.jpg) bottom no-repeat;
}
#sidebar ul {
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	line-height: 150%;
	font-size: 100%;
	text-align: center;
}
#sidebar ul a {
	color: #4B5769;
}
#sidebar ul a:hover {
	color: #000;
}

/* - Footer */

#footer {
	clear: both;
	background: #F0F4FD;
	border-top: 1px solid #000;
	padding: 11px 20px;
	text-align: center;
	color: #333;
}

/* - Other */

.formtable {
	width: 100%;
}
.formtable td {
	padding: 0 4px 8px;
	vertical-align: top;
}
.formtable tr td:first-child {
	font-weight: bold;
	text-align: right;
	width: 25%;
}
.formtable label {
	display: block;
	font-size: 90%;
	color: #222;
}

.error, .success {
	padding: 6px;
	font-size: 90%;
}
.error {
	background-color: #FFD0D0;
	border: 1px solid #A41212;
	color: #6B0C0C;
}
.success {
	background-color: #CFFFCD;
	border: 1px solid #75A273;
	color: #2B3C2A;
}

.valign_middle {
	display: table-cell;
	vertical-align: middle;
}

.post_footer {
	margin: 20px 0 40px;
	color: #675037;
	background: #F5F0E6;
	border: solid #EAE1CD;
	border-width: 2px 0;
	line-height: 100%;
	padding: 10px;
}

.comments form {
	padding-top: 35px;
}
.comments div {
	background: #E4EDFF;
	margin: 15px 20px 0;
	padding: 10px 0 0;
}
.comments div p {
	margin: 0 10px 10px;
}
.comments cite {
	margin-top: -7px;
	background: #FFF url(/images/comment_bottom.gif) no-repeat;
	padding: 10px 0 4px 58px;
}
.comments .alt {
	background: #F6F2DA;
}
.comments .alt cite {
	background: #FFF url(/images/comment_bottom_alt.gif) no-repeat;
}
.comments .sean {
	background: #DBD2D1;
}
.comments .sean cite {
	background: #FFF url(/images/comment_bottom_sean.gif) no-repeat;
}

/* - Account */

ul.purchases {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	line-height: 125%;
	border-top: 1px solid #CFDFFF;
}
ul.purchases li {
	height: 108px;
	padding: 0 10px 0 127px;
	display: table;
	width: 522px;
	border-bottom: 1px solid #CFDFFF;
	background-repeat: no-repeat;
	background-position: 15px 7px;
}
ul.purchases .skEdit {
	background-color: #FFF;
	background-image: url(/images/skEdit_med_white.jpg);
}
ul.purchases .skEdit_alt {
	background-color: #F2F6FF;
	background-image: url(/images/skEdit_med_lblue.jpg);
}
ul.purchases a {
	display: block;
}
ul.purchases a.license {
	font-size: 90%;
}
