/*
	CSS files kept in the 'schemes' directory can be used to
	costumize 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 schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author	: Hoshi
	Author Site	: http://bombayvindaloo.de
	Style Name	: Based on Vindaloo
	Style URI	:  http://bombayvindaloo.de
	Version		:   1.0
	Comments	:
*/

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #3B3B3B;
	text-align: center;
	margin: 0 0 30px;
	/* background-image: url('green2_stripe.jpg'); */
	background-repeat: repeat
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 10px;
	position: relative;
	width: 780px;
	border: 1px solid #000;
	border-top: none;
	}
	
#superheader {
	padding:0;
	margin:0;
	position:relative;
	height:30px;
	background:#000;
	text-align: center;

}

#superfooter {
padding:0;
margin:0;
position:relative;
height:50px;
background:#000;

}
	
#header {
	/* Contains the H1 and menu */
	}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}
.content-image {
	border: 4px solid #3B3B3B;
	}

.secondary {
	/* Contains the sidebar */
	}
	
/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
	color: #000 ;
	}

h2 a:hover, h2 span a:hover {
	color: #27d !important;
	}

a {
	color: #8F108F;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #b41;
	}




