/*
	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	: Michael Zajac
	Author Site	: http://zajac.ca/
	Style Name	: Stoneware Gallery
	Style URI	:
	Version		: 0.1b
	Comments	:
*/

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #ccc;
	background: #675;
	}

h1,
h2,
h3 {
	font-family: Georgia, serif;
	}

h1 {
	padding: 15px 40px 0;
	}
h2 {
	font-weight: normal;
	}

dl {
	text-align: left;
	}

	dt {
		font-weight: bold;
		}
	dd {
		margin-left: 1em;
		text-indent: -1em;
		padding-left: 0;
		}

/* metadata */
.post-meta {

	}
	.post-meta-key {
		font-weight: bold;
		}

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

	#sidebar-main {

		}

		#sidebar-main ul li {
			margin-left: 1em;
			text-indent: -1em;
			}

	#header {
		/* Contains the H1 and menu */
		color: #fcc;
		background: #930 url('stone-h.png') no-repeat center left;
		width: 100%;
		height: 120px;
		}

		#header h1,
		#header .description {
			text-indent: -9999px;
			}

		.primary {
			/* Contains the main column */
			}

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

		.entry-content {
			/* The meat and potatoes of every entry */
			}

		.secondary {
			/* Contains the sidebar */
			}

	#footer {
		color: #bbb;
		}

		#footer a {
			color: #bbb;
			border-bottom: 1px solid #bbb;
			}

			#footer a:hover {
				color: #fff;
				}

/* override K2's style */

.entry-content img {
	margin: 0;
	padding: 3px;
	border: 1px solid #ccc;
	max-width: 100%;
	}

img.noborder {
	border: none !important;
	}

