/**
 * Swanson Technologies Candy theme, screen edition
 * Copyright (c) 2006 William Swanson
 */

/**
 * Colors and fonts: 
 */
body {
	background-color: #fff;
	color: black;
	font: 0.9em "Arial", "Helvetica", sans-serif;
	line-height: 175%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Code: */
code, kbd, samp {
	font-family: "Bitstream Vera Sans Mono", "Courier New", "Courier", monospace;
	color: #006000;
}

pre, ul {
	line-height: 150%;
}

/* Links: */
a:link    {color: #000080;}
a:active  {color: #008000;}
a:visited {color: #404060;}
a:hover   {color: #008000;}

/* Tables: */
caption, th { color: #000080;}
td, th {border: 1px solid #000080;}

/*Special styles:*/
.figure, .boxed {
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
}

/**
 * Title
 */
h1 {
	background: url(title.png) no-repeat center bottom;
	margin: 0 auto;
	padding: 0 80px;
	width: 600px;
}
#title a {
 	color: #ffffff;
	display: block;
	font: 2px sans-serif;
	height: 178px;
	margin: 0;
	padding: 0;
	text-align: right;
}

/**
 * Content
 */
#content {
	background: #fff url(candy.png) repeat-y left top;
	font-size: 1em;
	margin: 0 auto;
	padding: 1px 60px;
	width: 600px;
	text-align: left;
}

h2, h3, h4 {
	font-family: "Georgia", "Times New Roman", serif;
	letter-spacing: 0.2em;
	font-weight: normal;
	color: #000040;
}
/*li {
	list-style-image: url(orb.png);
}*/

/**
 * Authorship
 */
.copyright {
	background: #fff url(bottom.png) no-repeat left top;
	font-size: 1em;
	margin: 0 auto;
	padding: 0 60px;
	width: 600px;
	height: 100px;
	text-align: left;
}
