* {
	padding: 0;
	margin: 0;
	color: #cccccc;
	font-size: 100%;
}

/* Structure */

body {
	background-color: #222222;
}

#wrapper {
	width: 760px;
	margin: 20px auto;
}

#header {
	padding-bottom: 4px;
	padding-left: 6px;
}

#rail {
	width: 180px;
	float: left;
}

#random_image {
	padding-top: 20px;
/*	padding-bottom: 20px;*/
}

#main_body {
	margin-top: 10px;	
	padding: 20px 6px 0px 6px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #666;
}

#content {
	margin-left: 200px;
	padding-right: 20px;
}

*html #content {
	float: left;
	margin-left: 20px;
}

#work #content {
	margin-left: 280px;
}

*html #work #content {
	margin-left: 100px; /* #work #content margin - 180px */
}

#work #rail {
	width: 240px;
}

#clear {
	clear: both;
	height: 20px;
}

#footer {
	clear: both;
/*	margin-top: 20px;*/
	padding-top: 4px;
	padding-left: 6px;
	border-top: 1px solid #666;
}

#thumbs {
	padding-right: 20px;
	padding-top: 10px;
	clear: both;
/*	height: 80px;*/
/*	overflow-x: auto;*/
/*	white-space: nowrap;*/
}

#thumbs img {
	border: 0;
	float: left;
	display: inline;
}

#thumbs a {
	padding: 0;
	margin: 0;
}

*html #thumbs {
/*	white-space: normal;*/
}

*html #thumbs img {
}

/* HTML */

p {
	font-family: georgia, times, serif;
	font-size: .8em;
	padding-bottom: 10px;
	line-height: 150%;
}

#static_text {
	padding-bottom: 10px;
/*	font-family: georgia, times, serif;
	font-size: .8em;
	padding-bottom: 10px;
	line-height: 150%;
*/}

a {
	text-decoration: none;
	color: #aaaaaa;
	font-weight: normal;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #222222;
}

a:hover {
	color: #ff9900;
}

#header a, #header a:hover {
	color: #cccccc;
	text-decoration: none;
}

#cv #static_text a {
	color: #ff9900;
}

ul {
	list-style-type: none;
}

#main_nav {
	font-size: .8em;
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

#main_nav ul {
	line-height: 160%;	
}

.level1 {
}

.level2 {
/*	padding-left: 6px;*/
	padding-top: 0px;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

#work_menu {
	text-transform: none;
	display: none;
}

#work_menu li {
/*	line-height: 120%;
	padding-bottom
*/}

#show_piece {
	font-size: .9em;
	height: 360px;
}

.functional {
	text-transform: lowercase;
}

#content ul {
	font-family: georgia, times, sans-serif;
	font-size: .8em;
}

div#gallery_list, div#upcoming_list{
	line-height: 100%;
}

div#gallery_list ul, div#upcoming_list ul {
	padding-bottom: 1em;
}

li.gallery_name, li.show_title, li.gallery_name a, li.show_title a {
	font-weight: bold;
}

#contact_info {
	line-height: 150%;
}

h1 {
	font-family: 'trebuchet ms', georgia, times, serif;
	font-weight: normal;
	font-size: 24px
}

#pic_place {
	background-color: #666666;
	color: #333333;
}

/* Active menus */

#home a#home, #bio a#bio, #galleries a#galleries, #upcoming a#upcoming, #contact a#contact, .active_category, #admin_pieces a#pieces, #admin_work #admin_work, #static #static {
	border-color: #00cc00;
}

#work #work_menu {
	display: block;
}

/* Admin */

.admin_nav {
	font-size: .8em;
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	font-weight: normal;
	padding: 0 0 10px 0;
	line-height: 140%;
/*	border-bottom: 1px solid #666;*/
}

table {
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	font-size: 13px;
	border-spacing: 0px;
	text-align: left;
}

table#pieces, table#admin_table {
	width: 100%;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}

table#pieces td, table#admin_table td{
	padding: 2px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}


table#uploader, table#edit {
	width: 600px;
	padding: 10px 0 0 6px;
}

table#uploader input, table#edit input {
	font-size: 11px;
	padding: 2px;
	color: #222222;
/*	width: 300px;*/
}

tr.headings {
}

tr.headings th {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

th {
	padding: 1px;
	font-weight: normal;
}

td {
	padding: 2px;
}

input, select, option, textarea {
	color: #333333;
}

#edit select {
/*	width: 100%*/
}

#uploader select, #edit select {
	width: 160px;
}

#admin_pieces #main_nav {
	padding-left: 6px;
}

#admin_pieces #rail {
	width: 100px;
}

#admin_pieces #content {
	margin-left: 120px;
}

.button {
	font-family: verdana, arial, sans-serif;
	font-size: .9em;
	background-color: #ddd;
	color: #000;
	border: 1px solid #000;
	padding: 5px 7px 5px 7px;
	margin-left: 4px;
}

.button:hover {
	color: #000;
}

h3 {
	font-family: 'trebuchet ms', arial, sans-serif;
}

#crop_content {
	padding-left: 6px;
}
