/*
	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	: Stuart Henderson
	Author Site	: www.craggiemore.com
	Scheme Name	: craggie1
	Comments	: just testing out some stuff
*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #ccc url(craggie1/page-bg-shade2.gif) top center repeat-y;
	}

h1 { 
	/* H1 is used for the title of your blog */
	font-size: 3em; /* Change to adjust title size */
	padding-top: 30px; /*reduce to move titles up*/
	margin: 0 0 0 40px;
	font-weight: bold; /* Change bold to normal if you prefer that */
	}

#header .description { 
	/* Blog description, under blog title */
	font-size: 1em; /* Make it larger with something like 1.1em */
	margin: 0 0 0 40px;
}

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0 0 10px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: none;
	/*background: url(craggie1/page-bg-shade2.gif) repeat-y top;*/
	}
	        
#header {
      background: #024B80 url('craggie1/cgh-header.jpg');

	}

#footer {
	clear: both;
	width: 780px;
	position: relative;
	margin: 0 auto;
	background: white;
	border-left: 1px solid #666;
	border-right: 1px solid #666;

/*	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -391px;*/

	}

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

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

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

.secondary {
	/* Contains the sidebar */
	min-height: 526px; 
	}

.gallery img {
	/* gallery sidebar image border */
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0
	}

ul.menu li a { 
      background: #024B80;
      }

/* Gravatar Styling */

