/*  
Theme Name: Bland Website Theme
Theme URI: http://wordpress.org/
Description: Makes the blog appear as a very bland website.
Version: ver 0.06
Author: Toni
Author URI: http://www.wordpress.org/
*/

a:link, a:visited 
{
	color: #0000EE;
	text-decoration: underline;
}

a:hover 
{
	color: #0000EE;
    text-decoration: underline;
}

a img 
{
	border: none; 
}

img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none; 
}

img.alignright 
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: none;
}

img.alignleft 
{
	border: none;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

body 
{
	background: #FFFFFF url(images/back.gif);
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; Trebuchet, Tahoma */
	font-family: Geneva, Verdana;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

table 
{
	background: #FFFFFF;	
}

/* Make list items double spaced */
li 
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
}

h1 
{
	color: black;
	font-size: 1.5em;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100%;
}

h2 
{
	color: #434E5C;
	font-size: 1.5em;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 100%;
}

TABLE.top
{
    BORDER-LEFT: #2F69BA 1px solid;
    BORDER-RIGHT: #2F69BA 1px solid;
    BORDER-BOTTOM: #2F69BA 1px solid;
}

TABLE.edges
{
    BORDER-LEFT: #2F69BA 1px solid;
    BORDER-RIGHT: #2F69BA 1px solid;
    BORDER-BOTTOM: #2F69BA 1px solid;
}

.mid 
{
	text-align: left;
	color: black;
	background-color: #FFFFFF;
}

.rightnav
{

}

#rightnav ul li
{
display: block;
margin-left: 7px;
padding-bottom: 2px;
}

#footer 
{

  	 BORDER-BOTTOM: #434E5C 1px solid;	  	 
}

#footer a:link, a:visited 
{
	text-decoration: underline;
}

#footer a:hover 
{
    text-decoration: underline;
}

#listings 
{
    width: 95%;
 	font-size: 11px;
    color: black;
}

#listings p 
{
    padding-left: 2px;
    font-size: 12px;
    color: black;
}

#listings a 
{
    color: #0000EE;
    font-weight: bold;
	font-size: 12px;
}


.categories-style
{
	list-style-type: none;
	list-style-position: outside;
	margin:0;
	padding:0;
}

//categories-style.li
//{
//	margin-left:15px;
//}

.cat-item 
{
	margin-left:15px;
}