/*
	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 Name	: Ernest C. Ambrose for New Indie Artists
	Author Site	: http://www.ryptide.com
	Style Name	: NIA 2007
	Style URI	: http://www.ryptide.com
	Version		: 1.0
	Comments	: Created for Fall 2007
*/

body {
	font: 62.5% Georgia, 'Trebuchet MS', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #EDEDED;
	text-align: center;
	}
	
.menu {
	display: none;
	}
	
h1 {
	display: none;
	}


#page {
	/* The entire design is contained within the 'page' id */	
	}

.home-page-head h2 {display: none; }
	
#header {
	/* Contains the H1 and menu */
	}
	
.primary {
	/* Contains the main column */
	}

span.artist_home {
	width: 105px;
	display: block;
	float: left;
	margin: 0 1em 1.5em 0.5em;
	padding: 0;
	text-align: center;
}

span.artist_home img {
	margin: 0;
}

span.page_banner {
	width: 462px;
	display: block;
	float: left;
	margin: 0 1em 1.5em 1.5em;
	padding: 0;
	text-align: center;
}

span.vidembed {
	width: 462px;
	display: block;
	float: left;
	margin: 0 1em 1.5em 1.5em;
	padding: 0;
	text-align: left;
}

span.page_banner img {
	margin: 0;
	border: 0;
}

span.vidembed h3{
	border: 0;
	margin: 0;
}


img.centerednoborder {
	border: 0;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
.entry-content ul {display: inline-block;}

.secondary {
	/* Contains the sidebar */
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.25em;
	}

#recent-posts {
	background: url(bluebuzz.png) no-repeat top right;
}
