body {
	background: #ECE5CB url(bg-left.png) repeat-y top left;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-family: "Ubuntu Beta", UbuntuBeta, Ubuntu, Droid, Arial, sans-serif;
	/*
	whole:
	background-color: #ece5cb;
	left:
	background-color: #d7caa7;
	*/
}

a {
	color: #960000;
}
/*
a.external {
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGBQTFRF////AGb/AGbMmcz/M5nMZpnM////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7feQVwAAAAd0Uk5T////////ABpLA0YAAAA6SURBVHjaJMtBDgBABARBs4P/P3kbfZCKEE3aAmUFLVu5fCQfGQ7nciTV0GW9zp4Ds+B5SMcLfgEGADSKAPVZzedhAAAAAElFTkSuQmCC) no-repeat center right;
	padding-right: 14px;
}
*/

/*
a.tag {
	background: transparent url(/site/tag.png) no-repeat center left;
	padding-left: 16px;
}
*/

#box {
	max-width: 1024px;
}

#header {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 170px;
}
#header h1 {
	font: bold 24pt/30pt normal;
	font-family: "Droid Serif", Georgia, serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#header h1 a {
	text-decoration: none;
	color: #800;
}
#header .intro {
	opacity: 0.75;
}

#navbar h2 a {
	color: inherit;
}

#search_control {
	margin-top: 10px;
}

#searchform input {
	border: solid 1px #D7CAA7;
}

#header .gsc-control {
	width: 190px;
}
#content .gsc-results {
	margin-bottom: 50px;
}
.intro.links span {
	display: none;
}
.intro.links a {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
}
.intro.links .twitter {
	background-image: url(/icon-twitter.png);
}
.intro.links .tumblr {
	background-image: url(/icon-tumblr.png);
}
.intro.links .flickr {
	background-image: url(/icon-flickr.png);
}
.intro.links .gprofile {
	background-image: url(/icon-google.png);
}
.intro.links .friendfeed {
	background-image: url(/icon-friendfeed.png);
}
.intro.links .youtube {
	background-image: url(/icon-youtube.png);
}
.intro.links .vimeo {
	background-image: url(/icon-vimeo.png);
}
.intro.links .gnupg {
	background-image: url(/icon-pgp.gif);
}



#content {
	position: relative;
	margin-left: 230px;
	padding: 10px 0 0;
	width: 740px;
	color: #524B33;
}
#content h2 {
	font: bold normal 18pt/20pt "Droid Serif", Georgia, serif;
	margin: 6pt 0 .5em;
}
#content p.meta {
	opacity: 0.5;
	font-size: 80%;
}
#content pre {
	border: 1px solid gray;
	background-color: #D7CAA7;
	padding: 10px;
	overflow: auto;
}
#content img {
	border: solid #D7CAA7 1px;
	padding: 1px;
}
#content img.illustration {
	max-width: 150px;
	float: right;
	margin: 0 0 .5em 1em;
}


#sidebar {
	position: absolute;
	top: 142px;
	left: 32px;
	width: 170px;
	font-size: 80%;
}
#sidebar div {
	margin-bottom: 1.5em;
}
#sidebar h2 {
	font: normal small-caps 1.25em/1.5em "Droid Serif", Georgia, serif;
	text-transform: uppercase;
	margin: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer {
	margin: 50px 0 0 230px;
	font-size: 80%;
	opacity: 0.5;
}
#footer hr {
	display: none;
}


/**
 * Flickr badge.
 */
#sidebar div.flickr_badge_image {
	margin: 0 4px 4px 0;
	padding: 0;
	display: inline-block;
	line-height: 0;
}


/**
 * Table of Contents.
 */
a.section_anchor {
	color: gray;
	text-decoration: none;
	font-weight: lighter;
	font-size: 80%;
	vertical-align: top;
	display: none;
}
.section_header:hover a.section_anchor {
	display: inline;
}


#feedback label {
	display: block;
}
#feedback .text {
	width: 400px;
	display: block;
	margin-bottom: 1em;
	max-width: 400px;
	border: solid 1px #bbb;
	padding: 4px 6px;
	background: white url(data:image/gif;base64,R0lGODlhAQAFAKIAAPHx8e7u7vv7+/b29v///wAAAAAAAAAAACH5BAAAAAAALAAAAAABAAUAAAMEGDBCCQA7) repeat-x scroll center top;
}


.movies table {
	border-collapse: collapse;
}
.movies td,
.movies th {
	border: solid 1px #ccc;
	padding: 2px 4px;
}
table.movies th {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
table.movies th {
	padding-right: 20px;
	background-image: url(/style/bg.gif);
}
table.movies th.headerSortUp {
	background-image: url(/style/desc.gif);
}
table.movies th.headerSortDown {
	background-image: url(/style/asc.gif);
}

.movies table.info th {
	text-align: right;
}

