/* Blogopedia Style Sheet */
/* Make A Back-Up Of This File */

a, a:active, a:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #00007F;
	text-decoration: underline;	
}
a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #FF0000;
	text-decoration: underline;	
}
table {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align : center;
}
.legal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align : center;
}
.header {
	background-color: #FFFF00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align : center;
	font-weight : bold;
	border: 2px solid #000000;
}
.buttons, option, select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align : center;
	background-color: #dddddd;
	color: #000000;
}
.adminbuttons {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	text-align : center;
	background-color: #5F6877;
	color: #FFFFFF;
}
textarea, input {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align : left;
	background-color: #dddddd;
	color: #000000;
}

.blogentry
{
font-size: x-small;
display: block;
text-align: left;
border: 2px solid #000000;
background: #FFFF00;
}

.blogtitle
{
font-size: x-small;
font-weight: bold;
background: #FFFFFF;
border: 1px solid #000000;
color: #FF0000;
padding: 3px;
margin-top: 5px;
margin-bottom: 5px;
display: block;
text-align: left;
}

.blogdate
{
font-size: x-small;
font-style: normal;
display: block;
text-align: left;
}

.bloglink
{
font-size: x-small;
font-weight: bold;
display: block;
text-align: left;
}

.blogdetail
{
font-size: x-small;
display: block;
text-align: left;
}