/*  

************************************************************************
This file was modified from the original by Greg Benson. The original
file credits for the "Kubrick" theme are listed below:
************************************************************************

Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a 
href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

*/

#main {
	padding: 10px;
}

body {
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #F0F0F0;
	border: 1px solid #000000;
	}
	
img {
	border: none
}

a {
	text-decoration: underline;
	color: #0000EE;
	}

a:visited {
	color: #0000EE;
	text-decoration: underline;
	}

a:hover {
	color: red;
	text-decoration: underline;
	}


#header {
	border: 1px solid #000000;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	padding: 10px;
}

	
#footer {
	padding: 10px;
	border: 1px solid #000000;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	font-size: 70%;
}

#footer a {
	text-decoration: none;
	}


/* THE END */

