@charset "UTF-8";

body {
	margin:		0px 0px 10px 0px;
	background:	#ffeefe;
}
A {
	color:				#ff0080;
	text-decoration:	none;
	font-weight:		bold;
}
A:link {
	color:				#ff0080;
	text-decoration:	none;
}
A:visited {
	color:				#800040;
	text-decoration:	none;
}

h1, h2, h3 {
	margin:		0px;
	padding:	0px;
}

#banner {
	font-family:	verdana, arial, sans-serif;
	color:			#cccccc;
	font-size:		medium;
	background:		#ff0080;
	padding:		15px;
	text-transform:	none;
	letter-spacing:	.2em;
	font-weight:	normal;
}

.description {
	font-family:	verdana, arial, sans-serif;
	color:			#cccccc;
	font-size:		x-small;
	font-weight:	bold;
	background:		#ff0080;
	text-transform:	none;
	letter-spacing:	normal;
}

#links {
	padding-right:	10px;
	padding-left:	10px;
	background:		#fff3e7;
	
}

.blog {
	padding-left:	15px;
	padding-top:	15px;
	padding-right:	15px;
}

.blogbody {
	font-family:	georgia, verdana, arial, sans-serif;
	color:			#000000;
	font-size:		small;
	font-weight:	normal;
	background:		#fff1e8;
	padding:		10px;
}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover {
	font-weight:		normal;
	text-decoration:	underline;
}


.blogbody blockquote {
color:#ff0099;
font-size:12px;
background:#ffcccc;
margin-right:auto;
margin-left:auto;
padding:10px;
border:1px dotted #ccc;
}


#container {
/* 	position:		relative; */
	width:			95%;
	background:		#fff1e8;
	margin-bottom:	20px;
}

.title {
	font-family:	verdana, arial;
	font-size:		small;
	color:			#000000;
	text-transform:	uppercase;
	font-weight:	bold;
}

.date {
	font-family:	georgia, verdana, arial, sans-serif;
	font-size:		small;
	color:			#000000;
	padding:		5px;
	margin-bottom:	10px;
	font-weight:	bold;
}

.side {
	font-family:	verdana, arial, sans-serif;
	color:			#cccccc;
	font-size:		x-small;
	font-weight:	normal;
	line-height:	140%;
	padding:		2px;
}

.sidetitle {
	font-family:	verdana, arial, sans-serif;
	color:			#cccccc;
	font-size:		x-small;
	font-weight:	bold;
	background:		#ff0080;
	line-height:	140%;
	padding:		2px;
	margin-top:		10px;
	text-align:		center;
	text-transform:	uppercase;
	letter-spacing:	.2em;
}

.calendar {
	font-family:	verdana, arial, sans-serif;
	color:			#cccccc;
	font-size:		x-small;
	font-weight:	normal;
	line-height:	140%;
	padding:		2px;
	text-align:		center;
}

.calendarhead {
	font-family:	verdana, arial, sans-serif;
	color:			#cccccc;
	font-size:		x-small;
	font-weight:	bold;
	line-height:	140%;
	padding:		2px;
}

.syndicate {
	font-family:	verdana, arial, sans-serif;
	font-size:		xx-small;
	font-weight:	bold;
	line-height:	140%;
	padding:		2px;
	margin-top:		10px;
	text-align:		center;
	color:			#cccccc;
}

.powered {
	font-family:	verdana, arial, sans-serif;
	color:			#003366;
	font-size:		xx-small;
	font-weight:	bold;
	border-top:		1px solid #CCC;
	border-bottom:	1px solid #CCC;
	line-height:	140%;
	text-transform:	uppercase;
	padding:		2px;
	margin-top:		10px;
	text-align:		center;
	letter-spacing:	.2em;
}

.footer {
	font-family:	verdana, arial, sans-serif;
	font-size:		x-small;
}
.blogbody img {
 float:left;
 margin-top:10px;
 margin-right:10px;
 margin-bottom:10px;
 }
