/*
	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	: Matthew Moreli
	Author Site	: http://morelli.co.uk
	Style Name	: BASG
	Style URI	: http://bedfordallergy.co.uk
	Version		: 1.0
	Comments	: Null
*/

body {
	/* Contains the body elements */
	background: #B9D0E0 url(bg.png) repeat-x !important;
	margin: 0px !important;
	}
#page {
	/* The entire design is contained within the 'page' id */
	background: #fff url(bg_page.png) repeat-y !important;
	padding: 0px !important;
	border: 10px solid #d0dfeb !important;
	border-top: none !important;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #073159 url(header.png) !important;
	}

#footer {
	/* Contains the footer elements */
	margin: 0px !important;
	padding: 10px 0px 10px 0px !important;
	border: 0px !important;
	background: #11202f !important;
	}
	
#footer a {
	color: #fff;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #ccc;
	}
	
h1 { /* H1 is used for the title of your blog */
		}
		
#header .description {
		}
	
#header .description { /* Blog description, under blog title */
	font-size: 1em; /* Make it larger with something like 1.1em */
	margin: 0 0 0 40px;
		}
	
.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 */
	}

