/********* Main Formating **************/

body {
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	overflow: visible;
}
h1 {
	font: small-caps 30px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin: -80px 0 30px 0px;
	padding-left: 100px;
	color:#FF8F59;
	width: 400px;
	position: relative;
}

h1:first-line { color: #FFF; font-size: 45px;}
ul {
	list-style-image: url(/images/bullet.gif);
}
li {
	margin-bottom: 10px;
}

.printonly {
	display: none;
	margin: 0px;
	padding: 0px;
}
p {	line-height: 1.5em; }
cite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
}


/********** Main Structural Elements **************/

div#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(/images/heading.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#sidebar {
	float: left;
	width: 200px;
	margin: 0 0 0 6px;
}
div#body {
	width: 520px;
	margin: 0 0 0 250px;
}

div#header {
height: 202px;
margin-left: 1px;
}

div#footer {
 display: none;
}

/************ Navigation *************/

#nav ul {margin: 0px; padding: 0px; list-style-image: none;}
#nav li {
	margin: 0px;
	padding: 1px;
	list-style-type: none;
}

#nav a {
	display: block;
	font-size: 90%;
	text-decoration: none;
}

#nav .toplevel-link {
	font-size: 120%;
	color: #000;
	font-variant: small-caps;
}

#nav ul ul a {	font: bold 80% Arial, Helvetica, sans-serif; color: #000066; }
#nav .l3 { font-weight: normal; }
#nav ul {
	margin: 0px;
	padding: 3px 0 0 20px;
	list-style-type: none;
}
#nav img { margin-left: -25px; }
#nav .closed ul{ display:none;}
#nav .open ul{ display:block;}
#nav a:hover {letter-spacing: .05em;}

/************ Text Formating ****************/
#blocktext p {
	background: url(/images/seperator.gif) no-repeat center bottom;
	padding-bottom: 30px;
}
p:first-line { font-variant: small-caps; }

/************* Specific Item Formating ***************/

#sidecontent { padding: 8px; border-top: 3px double #FF9900; margin-top: 10px;}
#matajiquotes {
	text-align: center;
	background-image: url(/images/quote-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#quote {
	background-image: url(/images/quote-right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#news {
	border-top: 3px double #FF9900;
}
#news h3 {
	font-variant: small-caps;
	text-align: center;
}
.floatl {
	background-color: #FCE9D8;
	margin: 6px;
	padding: 3px;
	border: 1px solid #990066;
}
.borderbottom td { border-bottom: 1px dashed #000 }
#images {
	background-image: url(/images/img-back.gif);
	border: 1px solid #FF9900;
	padding: 5px 10px;
	margin: 10px;
	float: left;
}
form #title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	border: none;
	font-size: 2em;
	border-bottom: dashed 1px #606;
}
form #article  {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	border: none;
	border: 1px solid #606;
}

/*************    Styling for the "Fancy Boxes" *********************/

div.fancybox {
	padding: 10px;
	border: 1px solid #CBA2A9;
	margin-bottom: 15px;
	position: relative;
	z-index: 0;
	background-image: url(/images/img-back.gif);
}
div.fancybox .trcorner {
	background-image: url(/images/fancy_tr.gif);
	height: 66px;
	width: 66px;
	position: absolute;
	top: -6px;
	right: -6px;
}
div.fancybox .blcorner {
	background-image: url(/images/fancy_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 66px;
	width: 66px;
	position: absolute;
	bottom: -6px;
	left: -6px;
}

.simplebox {
	border: 2px solid #FFF;
	background-color: #FBDFC6;
	padding: 8px;
	float: right;
	position: relative;
}
.downloadbox {text-align: center; }
.center {
	text-align: center;
}
/*************    Styling for the "Photo Albums" *********************/
#photoalbum img {
	padding: 5px;
	margin: 2px;
	border: 1px solid #CBA2A9;
	vertical-align: middle;
    background-image: url(/images/img-back.gif);
}
#photoalbum {
	padding-top: 10px;
}

h4 {
font: small-caps 25px Georgia, "Times New Roman", Times, serif;
margin: 10px 0 0 0;
}
.album_thumbs {
	width: 9em;
	height:4.5em;
	float: left;
	text-align: center;
	background-image: url(/images/album_title_back.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 20px;
	margin-left: 2px;
}
.albumcategory {
	clear: right;
}


.album_thumbs h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-variant: small-caps;
	color: #FFF;
	background-image: url(../images/album_title_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: -10px;
	margin-right: -11px;
	padding-top: 15px;
}

.warning { color:#FF0000; }

