html
{
	background: #DBD4B5 url('../../images/styles/victorian/floral.gif') repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.4em;
	color: #342118;
}

body
{
	margin: 0;
}

img
{
	border: none;
}

#body
{
	position: relative;
	background: #e7e0c1 url('../../images/styles/victorian/hinoto.jpg') no-repeat top left;
	width: 800px;
	margin: 0 auto 0;
}

hr
{
	border: none;
	color: #D1CEB3;
	background-color: #D1CEB3;
	height: 2px;
	width: 95%;
}

h2
{
	font-size: 1.7em;
	font-weight: normal;
}

.news h3
{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
}

a, a:link
{
	color: #2D2D2D;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #423e31;
}

table
{
	border-collapse: collapse;
}

tr
{
	margin: 0;
	padding: 0;
}

tr.odd
{
	background-color: #f2ebcc;
}

tr.even
{
	background-color: #ebe4c5;
}

th
{
	color: #e7e0c1;
	background-color: #423e31;
	text-align: left;
	font-weight: normal;
	padding: 5px;
	margin: 0;
}

td
{
	padding: 5px;
	margin: 0;
}

dl.faq dt {
     font-weight: bold; 
     margin: 15px 0;
}
dl.faq dd {
    margin: 10px 0 30px;
}

dl.faq dt:before {
     content: "Q: ";
}
dl.faq dd:before {
     content: "A: ";
}

#header
{
	background: transparent url('../../images/styles/victorian/banner.png') no-repeat bottom right;
	height: 330px;
	position: relative;
	color: #ffffff;
	font-size: 7pt;
}

#groupname
{
	position: absolute;
	margin: 0;
	top: 154px;
	left: -20px;
	height: 44px;
	width: 236px;
}

#groupname span
{
	background: transparent url('../../images/styles/victorian/logo.gif') no-repeat left top;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#irclink
{
	background-color: #342118;
	text-transform: uppercase;
	padding: 2px 0 0 20px;
	margin: 0;
	height: 18px;
}

#irclink a:link
{
	color: #ffffff;
	text-decoration: none;
}

#mainmenu
{
	position: absolute;
	bottom: 10px;
	right: 20px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#mainmenu li
{
	display: inline;
	padding-left: 15px;
}

#mainmenu li a, #mainmenu li a:visited
{
	color: #332117;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu li a:hover
{
	color: #A52763; /* #711A44 */
}

#sidebar
{
	position: absolute;
	width: 125px;
	padding: 20px;
	font-size: 0.8em;
	left: 0px;
}

#sidebar .sidebarheader
{
	background: #ffffff url('../../images/styles/victorian/lwhite.gif') no-repeat top left;
	height: 20px;
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-top: 15px;
}

#sidebar h2
{
	text-transform: lowercase;
	font-size: 1em;
	background: transparent url('../../images/styles/victorian/rwhite.gif') no-repeat top right;
	height: 20px;
	position: relative;
	padding: 3px 20px 0 0;
	margin: 0;
}

#sidebar ul
{
	list-style: none;
	padding: 5px 0 0 20px;
	margin: 0;
}

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

#content h2
{
	padding-top: 25px;
}

#sidebar a, #sidebar a:link
{
	color: #938F72;
	text-decoration: none;
}

#sidebar a:hover
{
	text-decoration: underline;
}

#themeswitcher fieldset
{
	border: none;
}

#themeswitcher select
{
	margin-top: 1em;
	font-size: 1em;
}

#footer
{
	background: #342118 url("../../images/styles/victorian/bannerbottom.gif") no-repeat top left;
	padding-top: 40px;
	color: #ffffff;
	font-size: 0.8em;
}

#footer p
{
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0 20px;
	line-height: 2.5em;
}

dt
{
	float: left;
	clear: left;
	width: 100px;
	text-align: left;
	font-weight: bold;
}

dt:after
{
	content: ":";
}

dd
{
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
}

.projectgrid
{
	overflow: hidden;
	padding-left: 15px;
}

.projectgrid .project
{
	float: left;
	padding: 5px;
}