<!--
body {
	background-image: url(template_img/bg.gif);
	background-repeat:repeat-x;
	height:94%;
	font-family:Arial, Helvetica, sans-serif, Verdana ;
	font-size:0.7em;
    background-color:#000;
    color:#fff;
    margin:0px;
}
#d_body {
width:100%;
height:100%;
}
#d_outerbox {
width:780px;
}
#header { /* the header of the page */
width:780px;
height:140px;
padding:20px 0 0 10px;
margin:0;
background:url(template_img/bgHeader.gif) no-repeat;
}

#d_contentbody {
padding:6px;
}
#d_contentbody_left {
float:left;
width:500px;
}
#d_contentbody_right {
	float:right;
	left:508px;
	width:248px;
	padding:6px;
	/*background-image:url(template_img/bg_box.gif);
	background-repeat:repeat-x;*/
	z-index: 1001;
}

.d_blog {/* class for the blog entries */
position:relative;
padding:6px 9px;
/*background-image:url(template_img/bg_box.gif);
background-repeat:repeat-x;*/
}

.d_blog img {/* if you want a CSS class on images contained within blog content, borders and such */
}

h1,h2,h3 {
	font-family:Arial, Tahoma, Verdana;
	text-transform:uppercase;
}

h1 a:link {
    color:#fff;
    font-size:24px;
    margin-left:12px;    
}

h3 {
font-size:1.1em;
color:#FFF;
}

h2 {
   color:#ccc;
   font-weight:bold;
}

/* header styles */
.content_header { /* header for blogs */
	font-size:1.3em;
}
.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;
}
ul.linkList li {
padding-left:15px;
margin-top:6px;
background-image:url(template_img/white_arrow.png);
background-repeat:no-repeat;
background-position:left center;
}
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;
background-position:left center;
}
ul.content_linkrow li.comments {
background-image:url(template_img/comments.png);
background-repeat:no-repeat;
background-position:left center;
}
ul.content_linkrow li.plink {
background-image:url(template_img/plink.png);
background-repeat:no-repeat;
background-position:left center;
}

/* style for polls */
.pollName { /* header */
	font-size: 11px;
	font-weight: bold;
}
.poll { /* poll */
	font-size: 11px;
}

/* headers as links */
h1 A, h1 A:hover {
text-decoration:none;
color:#fff;
}


/* link styles */
/* generic links style */
A:link    { color: #ccc }
A:active  { color: #ccc}
A:visited { color: #ccc}
A:hover   { color: #666; text-decoration:underline  }
/* links within Blog content */
.b_content A:link    { color: #ccc; text-decoration:underline }
.b_content A:active  { color: #ccc}
.b_content A:visited { color: #ccc}
.b_content A:hover   { color: #666}
/* links within Blog subtext */
.b_subtext A:link    { color: #ccc; text-decoration:underline }
.b_subtext A:active  { color: #ccc}
.b_subtext A:visited { color: #ccc}
.b_subtext A:hover   { color: #666}
/* links within Comments  */
.c_content A:link    { color: #ccc; text-decoration:underline; font-weight:bold }
.c_content A:active  { color: #ccc; font-weight:bold }
.c_content A:visited { color: #ccc; font-weight:bold }
.c_content A:hover   { color: #666; font-weight:bold }



/* calendar begin */



}

table#calendar {
	font-size:10px;
	width:100%;
}
table#calendar caption {
}
table#calendar a {
    text-align:center;           
	text-decoration:none;
}

table#calendar a:hover {
    color:#fff;           
}

table#calendar tr#days th {
	font-size:1em;
	font-weight: bold;
	padding: .3em 1px;
}
table#calendar tr#title th {
	font-size: 1.1em;
    height:24px;
    color: #ccc;
}

#title th {
    border-bottom:1px solid #cc0000;   
}
    
table#calendar td {
	width: 10px;
	height: 10px;
	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 th a {
	font-weight: normal;
}


table#calendar .today {
	border:solid 1px #CC0000;
}
table#calendar p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	
}
.dCenter 
{
margin-left: 15%;
margin-right: 15%;
}

/* calendar ends */


/* comments */
.c_cHeader {
border-bottom:solid 1px #cc0000;
background-color:#333;
padding:4px 6px 2px 6px;
color:#fff;
}
.c_contentPerson {
height:32px;
padding-left:44px;
background-image:url(img/avatar/warhol.gif);
background-repeat:no-repeat;
}
.c_contentTop {
height:60px;
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:50px;
width:500px;
background-image:url(img/comment_bg3.gif);
background-repeat:no-repeat;
}

/* Commets form */
#f1 {
background-color:#333;
border:solid 1px #CC0000;
margin:8px;
padding:14px;
padding-top:2px;
color:#FFF;
}

#f1 input, #f1 textarea {
width:300px;
margin:5px 0 10px 0;
padding:4px;
border:1px dotted #dddbdb;
}

#f1 input {
height:18px;
color:#666;
font-size:1em;
padding:4px 4px 6px 4px;
}

#f1 textarea {
 width:430px;
 }

#f1 input.selected,#f1 textarea.selected {
border:solid 1px #dddbdb;
}

#f1 input.btn {
width:48px;
height:26px;
border:1px solid #999;
background-color:#999;
color:#fff;
}



-->