
/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
/*font-family: Tahoma, Geneva, sans-serif;*/
color: #fff;
font-size: 75%;
background-color: #000;
background-image: url('/corrupt.jpg');
background-repeat: repeat;
}

pre.code {
font-size: 75%;
}

blockquote, h3, p, li {
line-height: 1.5em;
}

blockquote {
}

h3 {
font-size: 150%;
font-weight: normal;
color: #fff;
}
h1, h2 {
font-size: 200%;
font-weight: lighter;
color: #cccc99;
padding: 0;
margin: 0;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
/* font-family: Tahoma, Geneva, sans-serif; */
}

h1 {
}

h2 {
}

small, .small {
font-size: 75%
}

strong {

font-weight: 900;

}

/* links
----------------------------------------------- */

a {
text-decoration: none;
/* color: #cccc99; */
color: #ffcc00;
background-color: inherit;
}

/* a:visited { text-decoration: none; } */
a:hover { color: #99ff00; } 

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 100% Tahoma, Geneva, sans-serif;
}

#sidebar-2 a, #sidebar-1 a {
color: #fff;
background-color: inherit;
border: none;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
line-height: 1.5em;
}

#sidebar-1 p {
text-align: right;
}

#content hr {
margin: 2em 0;
width: 66%;
color: #ccc;
background-color: inherit;
}

.caps {
letter-spacing: 0.1em;
}

img.divider {
margin: 2em 0;
text-align: center;
}

/* global layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: auto;
padding: 10px;
width: 85%;
}

#head {
text-align: center;
}

#sidebar-1 {
}

#sidebar-2 {
margin: auto;
width: 644px;
}

#content {
margin: auto;
width: 646px;
background-image: url('/table.png');
background-repeat: repeat;
padding: 50px;
border-bottom: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #333;
}

#footer {
text-align: center;
margin: auto;
width: 750px;
padding-top: 50px;
padding-bottom: 50px;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
}


/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}

/* ME
-------------------------------------------------- */

.sectionthumbnails
{
float: left;
width: 180px;
margin: 17px;
}

.bigimage
{
text-align: center;
}

.imagetitle
{
text-align: right;
}

.clearAll {
clear: both;
}

br {
line-height: 0;
}

img {

border-style: solid;
border-width: 1px;
border-color: #cccc99;
padding: 1px;
}

img:hover {

border-style: solid;
border-width: 1px;
border-color: #99ff00;
padding: 1px;
}

ul {
	list-style: none;
	padding-right: 4px;
	margin: auto;

}
li {
	float: right;
	margin: 0 0.15em;
	padding-left: 50px;
}

img.work {
		margin: 3px 25px 5px 0px;
		float: left;
}
