/* ---------------------- structure and main elements ---------------------- */
body {
	background-image:url(images/background.gif);
	background-position:top right;
	background-repeat:no-repeat;
	}

#header {
	height: 261px;
}

.content {
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.menu{
	padding-left: 8px;
	padding-right: 17px;
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;	
	font-weight: bolder;
	font-size:15px;
	color:#000000;
}

 .menu a{
 	color:#990000;
}
 .menu h2 a{
	font-family:"Courier New", Courier, monospace;
	font-weight: bolder;
	color:#990000;
	line-height: 10px;
	text-decoration:none;
}
 .menutitle{
	font-family:"Courier New", Courier, monospace;
	font-weight: bolder;
	color:#990000;
	text-decoration:none;
	padding-left: 10px;
}
 .menutitle a{
	font-family:"Courier New", Courier, monospace;
	font-weight: bolder;
	color:#000000;
	text-decoration:none;
}
 
 .post a{
 	color:#990000;
	text-decoration:none;
}

h1, .title {
	font-family:"Courier New", Courier, monospace;
	font-weight: bolder;
	color:#990000;
	line-height: 10px;
	text-decoration:none;
}

.description, h2{
	font-family:"Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bolder;
	text-decoration:none;
}
#page {
	padding: 10px;
	background-color: #FFFFFF;
}

#footer {
background-color: #dddddd;

}

.spacer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 00px;
	width: 0px;
	background-color: #dddddd;
}

/* ---------------------- posts ---------------------- */

.post table {
	padding-left: 15px;
	margin-bottom: 5px;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-color:#FFFFFF;
	border-width:0;
}
.post td {
	padding-left:15px;
	padding-bottom:15px;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.special {
	background-color: #DFC66F;
}

.post .info {
	font-size: 10px;
	margin-bottom: 10px;
}
.post h1 {
	line-height:1;
	font-weight: bold;
	margin-bottom: 0px;
	font-family:"Courier New", Courier, monospace;
	font-weight: bolder;
	color:#990000;
}

.post table tr td.thumbnail {
	vertical-align: top;
	padding-top: 20px;
	width: 120px;
}

.post table tr td.thumbnail img {
	width: 100px;
}

.post .attachment {
	padding: 20px;
	text-align: center;
	border: 1px solid grey;
	margin-top: 20px;
}

.post .moreinfo {
	margin-top: 10px;
	margin-bottom: 10px;
	color: orange;
	font-weight: bold;
}
#blurb {
	padding: 7px;
	border-style: double;
	border-color: White;
}

/* ---------------------- comments --------------------- */
.comment {
	border-left: 3px solid #DFC66F;
	background-image: url(img/rg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 30px;
	margin-bottom: 30px;	
}

.comment .info {
	font-size: 10px;
	margin-bottom: 15px;
}

/* ---------------------- sidebar ---------------------- */
#sidebar ul.archive {
	margin-left: 0px;
	padding-left: 8px;
}
#sidebar ul.archive li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 8px;
}

/* ----------------------- forms ---------------------- */
form table tr td, form table tr th {
	vertical-align: top;
}

form table tr th {
	font-size: 14px;
}

/* -------------------- notifications ------------------- */
.success, .warning {
	padding: 5px;
	margin-bottom: 20px;
}
.success {
	color: green;
	border: 2px solid green;
}
.warning {
	color: red;
	border: 2px solid red;
}

/* --------------------- member ------------------------ */
#profile {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* --------------------- drop-down --------------------- */
.anylinkcss{
position:absolute;
right: 100px;
visibility: hidden;
border:0px solid white;
border-bottom-width: 0;
font-family:"Courier New", Courier, monospace;
line-height: 18px;
z-index: 100;
background-color:#DFC66F;
width: 310px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
color:#990000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}