
/* set defaults for fonts, etc. */
BODY {
	font-family: arial, sans-serif;
	background: #000000;
	color: #222222;
	font-size: 13px;
	background-image: url(/images/spiderweb.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
}

a, a img, img {
	border: 0;
}

#page-body {
	/* everything in the page that isn't navigation goes in here */
	margin-left: 170px;
	margin-top: 10px;
	margin-right: 10px;
}

.page-content {
	/* inside of #page-body, content goes in here */
	padding: 15px;
	background-color: #b098b0;
	-moz-border-radius:	50px;
	border: 3px solid #530b0e;
}

#page-navigation {
	/* page navigation, of course */
	position: absolute;
	left: 10px;
	top: 10px;
	width: 150px;
	overflow: visible;
}

.page-footer {
	/* at the bottom of each page, within the page-content div */
	margin: 10px 50px 20px 50px;
	text-align: center;
	font-size: 85%;
	color: #bbbbbb;
}

/* make sure definitions are indented on the right as well as on the left */
dl {
	margin-right: 25px;
}

/* all links, defaults */
A:link {
	color: #3700a4;
	text-decoration: none;
}
A:visited {
	color: #37006c;
	text-decoration: none;
}
A:active {
	color: #FF0000;
	text-decoration: none;
}
A:hover	{
	color: #80060b;
	text-decoration: underline;
}

/* links that grow on hover - appearing in section bars */
A:link.inflate, A:active.inflate {
	color: #cccccc;
}
A:visited.inflate {
	color: #cccccc;
	text-decoration: none;
}
A:hover.inflate	{
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

/* links that are emphasized, appearing on normal content background */
A:link.emph, A:active.emph {
	color: #3700a4;
}
A:visited.emph {
	color: #37006c;
	text-decoration: none;
}
A:hover.emph	{
	color: #80060b;
	text-decoration: none;
	font-weight: bold;
}

.art_cat {
	font-weight: bold;
	color: #2f0f0f;
	font-size: 115%;
}


/* resume-specific bits */
td.resume {
	text-align: left;
}
font.rarea {
	font-size: 105%;
	font-weight: bolder;
}
font.rname {
	font-size: 120%;
	font-weight: bolder;
}

/* navigation */
.menuhead {
	font-family: charcoal, sans-serif;
	color: #bbbbbb;
	font-weight: bold;
	white-space: nowrap;
	text-transfrom: lowercase;
}
.menuheadleft {
	float: left;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	white-space: nowrap;
}
.menuheadright {
	float: right;
	text-align: right;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
}
A:link.menuhead, A:visited.menuhead, A:hover.menuhead {
	text-decoration: none;
	color: #bbbbbb;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
}
.menutrans {
	filter:alpha(opacity=60);
	opacity:0.6;
	-khtml-opacity:0.6;
}
.menusub {
	font-family: charcoal, sans-serif;
	font-size: 85%;
	color: #9975ac;
	background-color: #000000;
	padding: 3px 5px 3px 10px;
	border: 1px solid #530b0e;
	-moz-border-radius: 7px;
	filter:alpha(opacity=60);
	opacity:0.6;
	-khtml-opacity:0.6;
	text-align: left;
}	
.menusubOn {
	font-family: charcoal, sans-serif;
	font-size: 85%;
	color: #9975ac;
	background-color: #2f0f0f;
	cursor: pointer;
	padding: 3px 5px 3px 10px;
	border: 1px solid #530b0e;
	-moz-border-radius: 7px;
}
.menusubleft {
	float: left;
	margin: 0px 0px 0px 0px;
}
.menusubright {
	float: right;
	text-align: right;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	white-space: nowrap;
}
.menuitemB, A:link.menuitem, A:visited.menuitem, A:hover.menuitem, A:hover.menuitemB, A:link.menuitemB, A:visited.menuitemB  {
	text-decoration: none;
	color: #9975ac;
	cursor: pointer;
}

/* images on the art page (for example) */
img.art {
	border: 2px solid #bbbbbb; 
	-moz-border-radius: 5px;
}
img.art:hover {
	border: 2px solid #2f0f0f;
}
A:link.art, A:visited.art {
	color: #bbbbbb;
}
A:hover.art {
	color: #2f0f0f;
}

/* page headings, where applicable */
.pagetitle {
	text-align: right;
	margin-right: 30px;
	color: #2f0f0f;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 140%;
	text-transform: lowercase;
}

/* bio page items */
.head {
	font-family: verdana, sans-serif;
	color: #2f0f0f;
	font-weight: bold;
	white-space: nowrap;
}

/* standard div used on most pages for sections */
.body {	
	margin: 5px 20px 5px 20px;
}
.body dd {
	margin: 0px 0px 15px 30px;
}

/* course names */
.course {
	color: #2f0f0f;
	font-weight: bold;;
}

/* horizontal bars that define sections on most pages */
.hr {
	vertical-align: middle;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #cccccc;
	padding: 4px;
	background-color: #220d16;
	border: 1px solid #cccccc;
	-moz-border-radius:	10px;
}
.leftside {
	float: left;
	margin: 0px 0px 0px 5px;
	font-family: verdana, sans-serif;
	font-size: 115%;
	font-weight: bold;
	text-transform: lowercase;
}
.rightside {
	float: right;
	text-align: right;
	margin: 3px 15px 0px 0px;
	font-family: verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-transform: lowercase;
}
/* to set things to be the same color as the borizontal bars (not rules) */
.hrcolor {
	color: #220d16;
}

/* color for dates, e.g., in program info and image info */
.date {
	color: #530b0e;
}

/* mostly for blog posts, indent quotes, code, etc., change bg color */
blockquote, .quote {
	margin: 5px 5px 5px 5px;
	padding: 2px 15px 2px 50px;
	color: #57554c;
	background-image: url(/images/quote.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-right: 1px dashed #57554c;
	text-align: justify;
}
.email {
	font-family: "Courier New", courier, monospace;
	text-align: left;
}

/* updates page and index */
.update {
	font-weight: bold;
}

/* horizontal rule defaults */
hr {
	color: #220d16;
	background-color: #220d16;
}
hr.side {
	color: #530b0e;
	background-color: #530b0e;
}

/* for comment boxes and forms on many pages */
.comment_border {
	-moz-border-radius: 5px;
	border: 2px solid #530b0e;
	margin: 10px 10px 10px 10px;
}
.comment_header {
	background : url(null) fixed no-repeat;
	border-bottom: 1px solid #530b0e;
	font-size: 85%;
	margin: 0px 10px 0px 10px;
}
.comment_input {
	margin:                 0px 0px 5px 0px;
	padding:                2px;
	width:                  200px;
	font-family:            'Comic Sans MS', cursive;
	border:                 1px solid #530b0e;
	-moz-border-radius:     5px;
	background-color:       #bfbcc4;
	color:                  #530b0e;
}
.comment_input[type=submit] {
	margin:                 0px 0px 5px 0px;
	padding:                2px;
	font-family:            arial, sans-serif;
	font-weight:            bold;
	background-color:       #220d16;
	color:                  #cccccc;
}
.comment_text {
	margin:                 0px 0px 5px 0px;
	padding:                2px;
	width:                  100%;
	height:                 75px;
	font-family:            'Comic Sans MS', cursive;
	font-size:              85%;
	border:                 1px solid #530b0e;
	-moz-border-radius:     5px;
	background-color:       #bfbcc4;
	color:                  #530b0e;
}
.comment_notify {
	font-weight: bold;
}
.comment_attribution {
	font-size: 13px;
}

/* thumbnails, on various pages */
.thumbnail {
	line-height: 12px;
	margin: 5px 0px 10px 0px;
	font-size: 80%;
	text-align: center;
	float: left;
	color: #321a1b;
}
.thumbgroup {
	text-align: center;
	margin: 10px 50px 10px 50px;
}

/* programs page */
.prog_border {
	-moz-border-radius: 5px;
	border: 2px solid #530b0e;
	margin: 10px 10px 10px 10px;
}
.prog_header {
	background : url(null) fixed no-repeat;
	border-bottom: 1px solid #530b0e;
	margin: 0px 10px 0px 10px;
}
.prog_body {
	background : url(null) fixed no-repeat;
	border-bottom: 1px solid #530b0e;
	margin: 0px 10px 0px 10px;
	padding: 10px 20px 10px 20px;
}
.progstat {
	font-size: 85%;
	font-family: "Courier New", courier, monospace;
}

/* for the 'current' section on the index */
.current_do {
	font-family: clean, courier, monospace;
	font-size: 85%;
}
.endorse {
	font-family: courier, monospace;
	margin: 0px 0px 7px 20px;
	font-size: 85%;
}

dl.dict {
	padding: 0px;
	margin: 5px 0px 5px 10px;
}
dl.dict dt {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
dl.dict dt em {
	font-weight: normal;
	font-style: italic;
}
dl.dict dd {
	padding: 0px 0px 5px 20px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

/*
	delicoius blogbadge customization: 
	http://chimprawk.blogspot.com/2006/12/customizing-delicious-tagometer-in-two.html
*/

.delicious-blogbadge-custom {
	font: 85% arial;
	border: 1px solid #530b0e;
	width: 150px;
	text-align: center;
	position: relative;
	margin-top: 20px;
	-moz-border-radius: 7px;
}
.delicious-blogbadge-custom .save-to-link {
	clear: both;
	display: block;
	padding: 0 0 0 12px;
	margin: 0.5em;
	text-align: center;
	color: #9975ac !important; 
	text-decoration: none;
	font-weight: bold;
	background: url(http://l.yimg.com/hr/10326/img/delicious.small.gif) no-repeat 2px 50%; 
	border: none !important;
}
.delicious-blogbadge-custom .url-link { 
	text-align: right;
	display: block;
	float: right; 
	color: #3700a4 !important; 
	text-decoration: none;
	padding: 4px 6px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border: none !important;
}
.delicious-blogbadge-custom .url-link .post-count {
	color: #222222;
	padding: 0 0.25em 0 0.25em;
}
.delicious-blogbadge-custom .empty-save-to-link {
	display: none;
	border: none !important;
}
.delicious-blogbadge-custom .empty-save-to-link-label {
	display: block;
	font-size: 85%;
	text-align: center;
}
.delicious-blogbadge-custom .empty-message {
	display: none;
	background-color: #b098b0;
	-moz-border-radius: 7px;
	float: right;
	font-size: 95%;
	font-weight: normal;
	width: 100%;
	padding: 2px 0 2px 0;
}
.delicious-blogbadge-custom .post-count-label-before {
	display: inline;
}
.delicious-blogbadge-custom .post-count { 
	display: inline;
	text-align: center;
}
.delicious-blogbadge-custom .post-count-label-after {
	display: inline;
}
.delicious-blogbadge-custom .top-tags-container { 
	background-color: #b098b0;
	-moz-border-radius: 7px;
	text-align: left;
	padding: 4px 6px 4px 6px;
	margin-bottom: 0.75em;
}
.delicious-blogbadge-custom .top-tags-title { 
	display: inline;
	font-size: 95%;
	font-weight: bold;
}
.delicious-blogbadge-custom .top-tags { 
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
.delicious-blogbadge-custom .top-tags li { 
	font-size: 95%;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 0.15em 0.15em 0;
}
.delicious-blogbadge-custom .top-tags li a { 
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none !important;
	color: #3700a4 !important;
}
.delicious-blogbadge-custom br {
	clear: both;
}
