 /*Default, all pages should include this stylesheet*/
/*
 ids
 
 classes
 
 primative
 
 NAME
 {
 	margin/padding
 
 	positioning
 
 	appearance
 }
 */

.fright
{
	float: right;
}

.fleft
{
	float: left;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.bottom
{
	text-align: center;
	font-size: small;
	font-style: italic;
	clear: both;
}
 
#message, .msg
{
	font-weight: bold;
	color: green;
}

#error, .err
{
	font-weight: bold;
	color: red;
}
 
p
{
	margin: 0px;
	padding: 5px;
}

.allleft
{
	text-align: left;
	float: left;
}

a
{
	color: blue;
	text-decoration: underline;
}
 
h1
{
	font-size: 18pt;
}

h2
{
	font-size: 14pt;
}

h3
{
	font-size: 12pt;
}

body
{
	font-size: 10pt;
}

ul
{
	margin: 0px;
	padding: 0px;
}

#blog ul
{
	margin: 10px 0px;
}

ol
{
	margin: 0px;
	padding: 0px;
}

li
{
	margin: 5px 10px;
	list-style-type: none;
}

.entry ul li
{
	margin: 0px 10px 0px 25px;
	list-style-type: disc;
}

.entry ol li
{
	margin: 0px 10px 0px 25px;
	list-style-type: decimal;
}

td
{
	vertical-align: top;
	text-align: center;
}

#right td
{
	text-align: left;
}

dd td
{
	vertical-align: top;
	padding: 5px;
	text-align: left;
	font-size: 10pt;
}

td .left
{
	width: 200px;
}

img
{
	border: none;
}

.fleft{
	float: left;
}

dd
{
	margin: 5px 5px 10px 10px;
}

.bloglink
{
	margin-right: 50px;
}

.note
{
	text-align: center;
	font-style: italic;
}

.submenu
{
	font-size: smaller;
	margin-left: 10px;
}

/* Advanced Styles */

.background
{
	margin-right: 25px;
}

#firstsidemenu, #lastsidemenu
{
	display: none;
}

/* Global Changes */

#info
{
	position: absolute;
	border: 1px solid #003366;
	background-color: #CCEEFF;
}

#firefoxrequest {
	display: none;
}

.commentmenu
{
	font-size: smaller;
}

dt
{
	margin-top: 10px;
}

.nav
{
	text-align: center;
}

.validator
{
	float: right;
}

#bloglink_menu
{
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-moz-border-radius-topLeft: 0px;
	width: 100px;
	background-color: #ccc;
}

.counter {
	padding: 10px;
	background-color: #000;
}

/*
ul .submenu {
	margin: 0px;
	padding: 0px;
}

.submenu li
{
	font-size: larger;
	font-style: italic;
	font-weight: bold;
	width: 100px;
	margin: 0px;
	padding: 2px;
}

.submenudiv
{
	display: none;
}
*/
