/*
	CSS files kept in the 'schemes' 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 schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Jason Letchford
	Author Site	: http://www.letchford.ca/
	Style Name	: Grassy
	Style URI	:
	Version		: 
	Comments	:
*/

/*- Page Structure -*/

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

h1, h2, h3, h4, h5, h6 {
	font: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h3, h4, .single .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.2em;
	}

#header {
	background: #000033;
}

.columns-two #page {
	width: 780px;
}

#header .description {
	display: none;
}

h1 {
	display: none;
}

ul.menu li a:hover{
	background: #003366 !important; /* hover background menu item color */
	color: #ccc !important; /* text color when hovered */
}

#footer a:hover {
	color: #900 !important;
}

/*- Gallery2 Container - added "g2_content" to wpg2header.php because I had trouble controlling the Gallery2 CSS -*/

#g2_content {
	margin: 25px 0px 0px 3px;
	font-size:120%;
}

#g2_content h2 {
	text-align: left;
	letter-spacing: 0px;
	font-size:150%;
	margin: 0px 0px 5px 0px;
}

/*- Standard WPG2 alignment - does not seem to have any effect-*/

.g2image_normal
{
	margin: 4px;
}

.g2image_float_left
{
	float: left;
	clear: left;
	margin: 4px;
}

.g2image_float_right
{
	float: right;
	clear: right;
	margin: 4px;
}

.g2image_centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*- To fix spacing issues -*/

.gallery-album .meta {
	margin: 1px 0 7px;
	color: #999;
	font-size: 0.9em;
}

div.gallery-photo {
	text-align: center;
      margin: 10px;
}

/*- Thumbnails were not highlighting fix -*/

.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 0;
	-moz-border-radius: 5px;
}

.wpg2sidebargrid-image img {
	border: 1px solid #ddd;
}
