/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Ben Hinton
	Author Site	: http://www.goodblokes.com
	Style Name	: SLA
	Version		:1.0
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background-image: url(pink_pinstripe.jpg);
background-repeat: repeat;
	text-align: center;
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	}

ul.menu li a {
	font-size: 1.5em;
	text-transform: uppercase;
	color: white;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	letter-spacing: 1px;
	}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.0em;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
.textwidget {
font-size:12px;
color:#333333;
text-decoration:none;
}