/*
	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	: Mustafa Arif
	Author Site	: http://www.mustafa.arif.me.uk
	Scheme Name	: ma499
	Comments	: Mustafa's first K2 theme
*/


/*- Page Structure */

body {
	font-size: 68.75%;
	}

#page {
	/* The entire design is contained within the 'page' id */
	padding: 5px 0 0 0;
	}

.sidebar-single #page {
	width: 760px;
	}

#header {
	/* Contains the H1 and menu */
	height: 195px;
	background: #009933;
	margin: 0 0px;
	}

#primary {
	/* Contains the main column */
	padding: 10px 0;
	/*margin: 0 15px 0 20px;*/
	margin: 0 15px 0 0px;
	/*width: 480px;*/
	}

#sidebar-main {
	float: left;
	width: 185px;
	padding: 10px;
	}

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

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

.secondary {
	/* Contains the sidebar */
	}


/*- Main Menu in Header */

ul.menu {
	left: 10px;
	width: 92%;
	}


/*- Headings */

h1 { /* H1 is the title in the header */
	/*padding-top: 20px;*/
	padding: 20px 40px 0 30px;
	text-align: top;
	}

#header .description {
	/* Description in header */
	}


/*- Primary Contents -*/

#footer {
	padding: 10px 0;
	}


/*- Various Tags and Classes */

blockquote {
	padding: 0px 10px 0px 40px;
	background: #EDEDED url('/wp-content/themes/k2/images/quote.png') no-repeat 10px 10px;
	border: 1px solid #ddd;
	}
	
	
/*- Search Form and Livesearch */

#s {
	width: 76%;
	}

