/***** GENERAL STYLES *****/

body {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	background-color: black;
	color: #ccc;
	float: left;
}

/* Accents */
.tabmid, .tabmid_s, h1, h2, .smalltitle {
	font-family: Lucida Console, Monaco, monospace;
}

h1 {
	font-size: 2em;
	display: block;
	margin: 0;
	padding: 0;
}

.entry {
	padding: 0;
	margin: 10px 3px 3px 0;
	clear: left;
}

.entry p {
	margin: 0;
	padding: 5px;
}

.preview {
	float: left;
	padding: 3px 9px 3px 0;
}

a img {
	border: none;
}

.flip_page {
	clear: left;
	width:40ex;
	border-top: 1px solid #999;
	text-align: center;
	padding: 4px;
}

.flip_page_prev {
	float:left;
}

.flip_page_next {
	float:right;
}

.flip_page_disabled {
	color: #333;
}	

.page_title {
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.page_title img {
	margin-left: 10px;
}

.page_title h1 {
	display: inline;
}

/***** THEME *****/

/* Title */
#title {
	color: red;
	font-size: 3em;
	margin: 20px;
}

.smalltitle,.smalltitle:hover,.smalltitle:visited,.smalltitle:visited:hover,.smalltitle:active,h2 {
	color: red;
	font-size: 1.5em;
	margin: 15px 5px 5px 3px;
	text-decoration: none;
	font-weight: bold;
}

.block {
	display: block;
}

a,.novisited:visited {
	color: #ddd;
	text-decoration: underline;
}

a:active {
	color: #f99;
}

a:visited {
	color: #aaa;
}

a:hover,a:visited:hover {
	color: #fff;
}

#comments a {
	text-decoration:none;
}

/* An invisible pane containing tabbed-panes. All */
.container {
	padding: 0;
	margin: 0;
}

/* Make entire table cell a link */
#comments a {
	display: block;
	width: 100%;
	height: 100%;
}

/* The section above the pane with tabs in it */
.tab_bar {
	border-spacing: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

/* All things in tab-bar */
/* s = selected */
.tabmid,.tableft,.tabright,.tabmid_s,.tableft_s,.tabright_s,#comments {
	margin: 0;
	padding: 0;
	height: 30px;
	border: none;
}

.tabmid, .tabmid_s {
	text-align: center;
	background-repeat: repeat-x;
	white-space: nowrap;
	width: 1px; /* IE doesn't like 0 */
}

.tabmid span {
	white-space: nowrap; /* IE doesn't like td nowrap */
}

.tableft,.tableft_s {
	background-repeat: no-repeat;
	width:20px;
}

.tabright,.tabright_s {
	background-repeat: no-repeat;
	width:20px;
}

.tabmid { background-image: url("/theme/outline/pic/tab_unsel_mid.gif"); }
.tabmid, .tabmid a {color: white; text-decoration: none; }

.tableft { background-image: url("/theme/outline/pic/tab_unsel_left.gif"); }

.tabright { background-image: url("/theme/outline/pic/tab_unsel_right.gif"); }

.tabmid_s, .selected .tabmid { background-image: url("/theme/outline/pic/tab_sel_mid.gif"); }
.tabmid_s, .selected .tabmid, .selected .tabmid a, .tabmid_s a { color: red; text-decoration: none; }
.selected .tabmid a:hover, .tabmid_s a:hover { color: #f00; text-decoration: none; }
.selected .tabmid a:visited:hover, .tabmid_s a:visited:hover { color: #f00; text-decoration: none; }

.tableft_s, .selected .tableft { background-image: url("/theme/outline/pic/tab_sel_left.gif"); }

.tabright_s, .selected .tabright { background-image: url("/theme/outline/pic/tab_sel_right.gif"); }

.tab_filler {
	background-image: url("/theme/outline/pic/notab.gif");
	background-repeat: repeat-x;
}

/* The body of a tabbed-pane */
.body {
	border: 1px solid #999;
	border-top: none;
	margin: 0;
	padding: 10px;
	clear: left;
}

/* Box o' Ads */
#adbox {
	width: 160px;
	margin: 0 30px;
	float:right;
	clear: left;
}

/* The actual stuff */
#content {
	margin-left: 30px;
	clear: left;
}

/* The tab that scrolls down to comments */
#comments {
	text-align: center;
	background-image: url("/theme/outline/pic/comment.gif");
	background-repeat: no-repeat;
	width:60px;
	color: white;
}

#comments:hover {
	background-image: url("/theme/outline/pic/comment_selected.gif");
}

/* A message */
#message {
	width: 400px;
	text-align: center;
	border: 1px solid #999;
	margin: 0;
	padding: 10px;
}

/* A comment pane with tab */
.comment {
	margin: 30px;
}

#comment_adder {
	margin: 30px;
	margin-left: 15px;
}

#comment_container .comment {
	margin-right: 15px;	
}

.styletable {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.accent,.novisited_accent,.novisited_accent:visited,.accent_nohover,.accent_nohover:hover {
	color: red;
}

.accent:hover,.accent:visited:hover,.novisited_accent:hover,.novisited_accent:visited:hover {
	color: #f66;
}

.accent:visited {
	color: #900;
}

.media_block {
	float: left;
	margin: 15px;
}

.media_element {
	display: block;
}

.media_description {
	font-size: .8em;
	text-align: center;
}

.video_gallery .media_block {
	margin: 15px 30px;
}

.update_table {
	border-collapse:collapse;
}

.update_cell_date {
	text-align: right;
	font-size:.8em;
	padding: 5px;
	border-right: 1px solid #999;
}

.update_cell_text {
	padding: 10px 5px;
}

.file_table {
	border-collapse:collapse;
}

.file_cell_filename {
	text-align: right;
	padding: 5px;
	border-right: 1px solid #999;
}

.file_cell_text {
	padding: 10px 5px;
	font-size: .8em;
}

.copyright {
	text-align: left;
	margin-left: 50px;
	font-size: .8em;
}

.update_list_item {
	padding:15px;
}

.update_for {
	font-size: .8em;
	padding:3px;
}

.update_date {
	font-size: .8em;
	color: red;
	padding:3px;
}

.update_text {
	margin-left: 30px;
	padding:6px;
}

.separator,.project_separator { /* hr */
	clear: left;
	margin: 0;
	border: none;
	color: #999;
	background-color: #999;
	height: 1px;
}

.project_separator { /* hr */
	margin-left: 112px;
}


.see_more {
	display: block;
	clear: both;
}

.snippet {
	margin-left: 3em;
	padding-left: 1em;
	border-left: 1px solid #999;
}

.read_blog {
	display: block;
	clear: left;
	padding: 3px;
	margin-bottom: 1ex;
}

.blog_post_title {
	display: block;
	margin: 5px;
}

.blog_date {
	font-size: .8em;
	color: red;
	padding:0px 5px 5px 5px;
}

#static_projects,#static_updates,#static_blog {
	float:left;
	width:50%;
}

#static_blog {
	clear:left;
}

.home_projects_inner_box {
	padding: 20px;
}

.home_updates_inner_box,.home_blog_inner_box {
	padding: 0 20px;
}

