											/* --- html-tags --- */
body {
	margin: 0px;
	border: 0px;
	background: #000 url(background.jpg) fixed no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #ccc;
}

blockquote {
	border: 1px dashed #99CCCC;
	padding: 2px;
	margin-left: 15px;
	margin-right: 15px;
	font-style: italic;
}
span.code {
	display: block;
	border: 1px dashed #99CCCC;
	padding: 2px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: "Courier New", Courier, monospace;
}
cite {
	font-style: italic;
}


									/* --- links --- */
a, a:link, a:visited {
	color: #99CCCC;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-style: italic;
}

											/* --- header --- */
#header {
	width: 99%;
	height: 60px;
	z-index: 3;
	position: fixed;
	left: 0px;
	top: 0px;
	padding: 5px;
	border-bottom: 1px dashed #99CCCC;
	background: #000;
}
#headleft a, #headleft a:link, #headleft a:visited, #headleft a:hover {
	text-decoration: none;
	font-style: normal;
	color: #99CCCC;
}
#headleft {
	float: left;
}

#headleft h1 {
	margin: 0px;
	font-size: 200%;
	font-weight: bold;
	color: #99CCCC;
}
#headleft p {
	margin: 0px;
	font-size: 85%;
	font-weight: bold;
}
#headright {
	margin: 0px;
	text-align: right;
}
#headright a:hover {
	text-decoration: none;
	font-style: normal;

}
#headright ul {
	text-align: right;
	margin: 7px 5px 0px 0px;
	list-style: none;
}
#headright li {
	font-size: 85%;
	font-weight: bold;
	border: 2px groove #99CCCC;
    border-collapse: collapse;
	display: inline;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin: 0px -5px 0px 0px;
}

											/* --- panel --- */
											
#panel {
	margin: -350px 10px 10px 0px;
	padding: 10px;
	text-align: left;
	float: right;
	width: 25%;
}

div.block {
	border: 2px inset #99CCCC;
	margin-bottom: 20px;
	padding: 5px;
}

#panel h5 {
	margin-top: 2px;
	font-style: italic;
	text-transform: capitalize;
	border-bottom: 1px dashed #99CCCC;
}

#panel ul {
	margin: 10px 5px 10px -10px;
}
#panel ul * ul {
	margin: 2px 5px 10px -25px;
}
#panel li {
	margin-bottom: 2px;
}
#panel a, #panel a:link
{
    color: #99CCCC;
    text-decoration: none;
}
#panel a:visited {
    color: #99CCCC;
	text-decoration: none;
}
#panel a:hover
{
	text-decoration: none;
    color: #99CCCC;
	font-style: italic;
}

#panel img {
	border: 0;
	margin: 5px 3px 2px 3px;
}
											/* --- main/posts --- */
#main {
	width: 70%;
	margin: 450px 0px 10px 10px;
	padding-top: 10px;
	text-align : left;
}
div.post {
	border: 2px inset #99CCCC;
	margin-bottom: 20px;
	padding: 10px 15px 5px 15px;
	background: #000;
}
#main h2 {
	margin-top: 2px;
	border-bottom: 1px dashed #99CCCC;
	font-style: italic;
	text-transform: capitalize;
	font-size: 90%;
}
div.postheader {
	margin: 10px 40px 10px 0px;
	border-bottom: 1px dotted #99CCCC;
	font-size: 75%;
	color: #99CCCC;
}
div.postfooter {
	margin: 10px 0px 10px 40px;
	border-top: 1px dotted #99CCCC;
	font-size: 75%;
	color: #99CCCC;
	text-align: right;
}
#prevnext {
	text-align: center;
}
											/* --- comments --- */
#comments {
	border: 2px inset #99CCCC;
	margin-bottom: 20px;
	padding: 10px 5px 5px 5px;
	background: #000;
}
p.commentheader {
	margin: 10px 40px 10px 0px;
	border-bottom: 1px dotted #99CCCC;
}
div.commentposterinfo {
	margin: 10px 0px 25px 40px;
	border-top: 1px dotted #99CCCC;
	font-size: 75%;
	color: #99CCCC;
	text-align: right;
}
span.reply {
	font-size: 75%;
}
											/* --- trackbacks --- */
div.trackbacktitle {
	margin: 10px 40px 10px 0px;
	border-bottom: 1px dotted #99CCCC;
	font-size: 75%;
	color: #99CCCC;
}
div.trackbacks {
	border: 2px inset #99CCCC;
	margin-bottom: 20px;
	padding: 10px 15px 5px 15px;
}

											/* --- album --- */
div.resources {
	border: 2px inset #99CCCC;
	margin-bottom: 20px;
	padding: 10px 15px 5px 15px;
	background: #000;
}
div.resource {
	text-align:left;
	margin: 15px 5px 5px 5px;
	float:left;
	width: 150px;
}
div.album {
	text-align:center;
	margin: 15px 5px 5px 5px;
	float:left;
	width: 100px;
}
div.metadata {
	text-align:left;
	font-size: 75%;
	color: #99CCCC;
}

											/* --- calendar --- */
#calendar {
	margin: 10px 20px 10px 20px;
	text-align: left;
}
.calMonth {
	font-size: 75%;
}
											/* --- forms --- */

input {
	margin: 5px;
	font-weight: bold;
	color: #000;
	border: 2px groove #99CCCC;
	background: #ccc;
}

textarea {
	margin: 5px;
	font-weight: bold;
	color: #000;
	border: 1px groove #99CCCC;
	background: #ccc;
}
label {
	font-weight: bold;
}
legend {
	font-weight: bold;
}
fieldset {
	border: 2px groove #99CCCC;
	padding: 20px;
	background: #000;
}
											/* --- search --- */


div.searchresults {
	border: 2px inset #99CCCC;
	margin-bottom: 20px;
	padding: 10px 15px 5px 15px;
	background: #000;
}
div.result {
	margin: 10px 40px 10px 0px;
	border-bottom: 1px solid #99CCCC;
	font-size: 75%;
}

input.search {
	margin: 0px;
}											
											/* --- error --- */

div.error {
	border: 2px inset #99CCCC;
	margin-bottom: 20px;
	padding: 10px 15px 5px 15px;
}
span.error {
	font-weight: bold;
}											
											/* --- others --- */

a img {border:none;}

/* ******************  to align elements  *************** */
.left {text-align: left; display:block}
.right {text-align: right; display:block}
.center {text-align: center; display:block}

/* ******************  to float elements  *************** */
.floatleft {float: left; padding:2px 10px 10px 0px}
.floatright {float: right; padding:2px 0px 10px 10px;}

/* ******************  to highlight text  *************** */
.bold {font-weight: bold;}
.italic {font-style:italic;}
.underline {text-decoration:underline}