<!--
body {
	background-image: url(template_img/bg.gif);
	background-color: black;
	background-repeat:repeat-x;
	height:94%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	border:0;
}

#d_body {
	width:100%;
	height:100%;
}
#d_outerbox {
	width:780px;
}
#header { /* the header of the page */
	position:absolute;
	left:115px;
	top:18px;
	border:none;
	background-image: url(template_img/title.png);
	width:727px;
	height:157px
}
#d_contentbody {
	text-align:left;
	width:1009px;
	margin-top:130px;
}
#d_contentbody_left {
	float:left;
	width:200px;
	margin:5px 5px 0 5px;
}
#d_contentbody_center {
	float:left;
	width:539px;
	margin:5px 5px 0 5px;
	background-color:white;
	padding-bottom:6px;
}
#d_contentbody_right {
	float:right;
	width:240px;
	margin:5px 5px 0 5px;
}
#d_footer_left {
	float:left;
	width:200px;
	height:75px;
	background-image:url(template_img/footer_left.png);
	background-repeat:no-repeat;
}
#d_footer_right {
	float:left;
	width:240px;
	height:85px;
	background-image:url(template_img/footer_right.png);
	background-repeat:no-repeat;
}

.d_blog {/* class for the blog entries */
	position:relative;
	padding:6px;
	background-repeat:repeat-x;
}

h1,h2,h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#c00000
}
h3 {
	font-size:1.1em;
}

.subpage {
	position:relative;
	float:left;
	width:99%;
	min-height:400px;
}
.content {
	padding:6px;
	background-image:url(template_img/bg_blog.gif);
	background-repeat:repeat-x;
	background-color:white;
}
.content_header { /* header for blogs */
	font-size:1.3em;
	font-weight: bold;
}
.content_date { 
	font-size:1em;
	font-style:italic;
	font-weight:normal;
}
div.content_content {
	margin-left:25px;
	line-height:18px;
}
ul.linkList {
	list-style:none;
	list-style-image:none;
	list-style-position: outside;
}
ul.linkList li {
	margin: 0 0 0 -30px;
	padding-left:15px;
	margin-top:6px;
	background-image:url(template_img/white_arrow.png);
	background-repeat:no-repeat;
}
ul.content_linkrow li {
	display:inline;
	padding-left:15px;
}
ul.content_linkrow li.author {
	background-image:url(template_img/person.png);
	background-repeat:no-repeat;
}
ul.content_linkrow li.comments {
	background-image:url(template_img/comments.png);
	background-repeat:no-repeat;
}
ul.content_linkrow li.plink {
	background-image:url(template_img/plink.png);
	background-repeat:no-repeat;
}

/* style for polls */
.pollName { /* header */
	font-size: 11px;
	font-weight: bold;
}
.poll { /* poll */
	font-size: 11px;
}




/* link styles */
/* generic links style */
A:link    { color: #000000 }
A:active  { color: #000000}
A:visited { color: #000000}
A:hover   { color: #C00000; text-decoration:underline  }
/* links within Blog content */
.b_content A:link    { color: #000000; text-decoration:underline }
.b_content A:active  { color: #000000}
.b_content A:visited { color: #000000}
.b_content A:hover   { color: #000000}
/* links within Blog subtext */
.b_subtext A:link    { color: #000000; text-decoration:underline }
.b_subtext A:active  { color: #000000}
.b_subtext A:visited { color: #000000}
.b_subtext A:hover   { color: #000000}
/* links within Comments  */
.c_content A:link    { color: #000000; text-decoration:underline; font-weight:bold }
.c_content A:active  { color: #000000; font-weight:bold }
.c_content A:visited { color: #000000; font-weight:bold }
.c_content A:hover   { color: #000000; font-weight:bold }

/* headers as links */
h1 A, h1 A:hover {
text-decoration:none;
color:#C00000;
}

/* calendar begin */

table#calendar {
	margin:5px 0 0 0;
	font-size:10px;
	width:100%;
}
table#calendar caption {
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	color: #000;
	font-size:1em;
	padding: .3em 1px;
}
table#calendar tr#title th {
	font-size: 1em;
}
table#calendar td {
	width: 10px;
	height: 10px;
	color: #777;
	text-align: center;
	vertical-align: top;
	padding:3px;
}
table#calendar td a {
	font-weight: bold;
	display: block;
	width: 10px;
	text-align:center;
	padding:0 3px 0 3px;
}


table#calendar .today {
	background-color: #f1f1f1;
	border:solid 1px #CCCCCC;
}
table#calendar p {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align:center;
	
}
.dCenter 
{
margin-left: 15%;
margin-right: 15%;
}

/* calendar ends */


/* comments */
.c_cHeader {
border-bottom:solid 3px #dddbdb;
background-color:#f1f1f1;
padding:2px;
padding-bottom:2px;
}
.c_contentPerson {
height:32px;
padding-left:44px;
background-image:url(img/avatar/warhol.gif);
background-repeat:no-repeat;
}
.c_contentTop {
height:45px;
width:500px;
background-image:url(img/comment_bg1.gif);
background-repeat:no-repeat;
}
.c_content {
background-image:url(img/comment_bg2.gif);
background-repeat:repeat-y;
padding-left:24px;
padding-right:24px;
}
.c_contentBottom {
height:40px;
width:500px;
background-image:url(img/comment_bg3.gif);
background-repeat:no-repeat;
}

/* Comments form */
#f1 {
background-color:#f1f1f1;
border:solid 3px #dddbdb;
margin:8px;
padding:14px;
padding-top:2px;

}

#f1 input, #f1 textarea {
width:300px;
margin:5px 0 10px 0;
padding:4px;
border:2px dotted #dddbdb;
}

#f1 input {
height:18px;
}
 #f1 textarea {
 width:430px;
 }

#f1 input.selected,#f1 textarea.selected {
border:solid 2px #dddbdb;
}

#f1 input.btn {
width:60px;
height:26px;
}

/* Lightbox */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 50px;
	left: 20%;
	width: 855px;
	height: 725px;
	padding: 16px;
	background-color: black;
	z-index:1002;
	overflow: auto;
}
.white_content a{
	text-align:center;
	text-decoration:none;
	color: white;
	border: 0;
}

-->