/**************************/
/***** BurtonBlog.com *****/
/**************************/


/***** body - controls all the defaults for the entire page (including overall page width) *****/
/***********************************************************************************************/
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	margin: 0px 2px 0px 2px;
	overflow: scroll;
	overflow:-moz-scrollbars-vertical;
	width: 800px;
}



/***** a - controls all the default hyperlinks for the entire page *****/
/***********************************************************************/
a:link {
	color: #000099; 
	text-decoration: underline;
}
a:visited {	
	color: #000099; 
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active{
	color: #0000FF;
	text-decoration: underline;
}



/***** table.log - controls the logo and the tag-line directly beneath it *****/
/*****************************************************************************/
table.logo th {
	height: 95px;
	text-align: center;
}
table.logo td {
	border-bottom: 1px solid #2E255B;
	font-family: courier new, serif;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
	text-align: center;
}



/***** table.dates - controls the 'latest post' and the current date *****/
/***********************************************************************/
table.dates {
	border-bottom: 1px dotted #2E255B;
}
table.dates th {
	font-weight: normal;
	text-align: left;
}
table.dates td {
	text-align: right;
}



/***** pagetitle - controls the formatting for the title at the top of certain pages (archives) *****/
/****************************************************************************************************/
.pagetitle {
	color: #000000;
	font-family: courier new, serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}



/***** titlelink - controls the formatting for the title of each news item on the home page *****/
/************************************************************************************************/
.titlelink:link {
	color: #000000;
	font-family: courier new, serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.titlelink:visited {
	color: #000000;
	font-family: courier new, serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.titlelink:hover {
	color: #2E255B;
	font-family: courier new, serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}


/***** headlineslink - controls the formatting for the title of each news item on the home page *****/
/************************************************************************************************/
.headlineslink:link {
	color: #ffffff;
	font-family: courier new, serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.headlineslink:visited {
	color: #ffffff;
	font-family: courier new, serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.headlineslink:hover {
	color: #cccccc;
	font-family: courier new, serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}


/***** table.newsitem - controls the formatting for each news item contained in the left column *****/
/****************************************************************************************************/
table.newsitem {
	width: 100%;
}
table.newsitem th {
color: #000000;
	font-family: courier new, serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	text-align: left;
	text-decoration: underline;
}



/***** hrule - Controls the horizontal rule that seperates the news item content from the author and date *****/
/**************************************************************************************************************/
.hrule {						
	border: 0px;
	color: #2E255B;
	background-color: #2E255B;
	height: 1px;
}



/***** viewpostlink - Controls the 'View Entire Post' link contained in each news item (these class declarations must be in exact order) *****/
/*********************************************************************************************************************************************/
.viewpostlink:link {
	color: #990000;
	text-decoration: none;
}
.viewpostlink:visited {	
	color: #990000;
	text-decoration: none;
}
.viewpostlink:hover {
	color: #FF0000;
	text-decoration: underline;
}



/***** table.mailtoafriend - Controls the 'mail this post to a friend' table at the bottom of each news item *****/
/*****************************************************************************************************************/
table.mailtoafriend {
	border: 1px solid #000000;
	width: 50%;
}
table.mailtoafriend th {
	background-color: #2E255B;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 0px 2px 0px;
}
table.mailtoafriend td {
	padding: 1px;
}



/***** mailbutton - Controls the button contained in the 'mail this post to a friend' table at the bottom of each news item *****/
/********************************************************************************************************************************/
.mailbutton {
	background-color: #DDDDDD;
	border: 1px solid #000000;
	color: #000000;
	font-weight: bold;
}



/***** archives - Controls the news listing table on the archives page *****/
/***************************************************************************/
table.archives th {
	font-weight: bold;
	text-align: left;
	width: 20%;
}
table.archives.td {
	width: 80%;
}



/***** table.rightmenu - Controls the menu that appears in the righthand column when viewing a single blog entry *****/
/********************************************************************************************************************/
table.rightmenu a {
	border: 1px solid #000000;
	display: block;
	text-align: center;
	width: 100%;
}



/***** div.rightmenu - Controls the links that appear in the menu in the righthand column when viewing a single blog entry *****/
/******************************************************************************************************************************/
div.rightmenu a {
	font-size: 14px;
}
div.rightmenu a:link {
	background-color: #FFFFFF;
	color: #2E255B;
	text-decoration: none;
}
div.rightmenu a:visited {
	background-color: #FFFFFF;
	color: #2E255B;
	text-decoration: none;
}
div.rightmenu a:hover {
	background-color: #2E255B;
	color: #FFFFFF;
	text-decoration: underline;
}



/***** latestheadlines - Controls the 'Latest Headlines' section contained in the righthand column of the index *****/
/********************************************************************************************************************/
table.latestheadlines th {
	border-bottom: 1px solid #000000;
	font-family: courier new, serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}



/***** table.footer - controls the footer & copyright section at the bottom of each page *****/
/*******************************************************************************************/
table.footer td {
	border-top: 1px dotted #2E255B;
	padding: 0px 0px 25px 0px;
	text-align: center;
}
