/*  
Theme Name: WordPress Custom
Theme URI: http://3stupidfucks.org/
Description: 
Author: scoopy@kernow-webhosting.com
Author URI: scoopy.kernow-webhosting.com
*/


/* Begin Typography & Colors */

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #333 url('images/page_back.gif');
	margin: 20px 0px 12px 0px;
	padding: 0px; 
	color: #333;
	text-align: center;
	}

#body {
	background-color: white;
	width: 780px;
	margin: 0px auto;
	padding: 0;
	border: 1px solid #959596;
	}

#page {
	background-color: white;
	text-align: left;
	}

h1 {
	text-align: center;
	text-decoration: none;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

.description {
	font-size: 1.0em;
	text-align: center;
	text-decoration: none;
	color: white;
	}

.category img {
	border: thin solid #666666;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	}

.style3 { color: #FF0000; font-weight: bold; }
.style4 { color: #CCCCCC; font-weight: bold; }
.style5 { font-family: Arial, Helvetica, sans-serif; font-size: .9em; }



a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#footer {
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #ccc;
	padding: 0;
	margin: 0 auto;
	width: 780px;
	border: none;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#footer a, #footer a:visited {
	color:#333333;
	text-decoration: none;
	}

#footer a, #footer a:visited {
	color:#333333;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color:#FFF;
	text-decoration: underline;
	}
