/*
	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	: James Stark
	Author Site	:
	Scheme Name	: Dugald
	Comments	: K2 scheme for dugaldstark.co.uk
*/


body {
	background: #eeeee0 url('dugald/bggrad.jpg') repeat-x top;
	margin: 0;
	}	

#page {
	/* The entire design is contained within the 'page' id */
	background: url('dugald/page_bg.png') center repeat-y !important;
	width: 796px !important;
	padding: 0;
	border: 0;
	text-align: left;
	}

body.flex #page { /* Disable flexible width */
	min-width: 796px;
	max-width: 796px;
	}
	
#header-top { /* Top 10 pixels above main header graphic for rounded corners */
	background: url('dugald/header-top.png') top center no-repeat;
	height: 15px;
	margin: 20px 0 0 0px;
	}

#header { /* Contains h1 title, description and menu */
	background: url('dugald/header.jpg') top center no-repeat;
	width: 780px;
	height: 185px !important;
	text-align: left;
	margin: 0 0 0 8px !important;
   }

ul.menu { /* Main menu in header */
	width: 95% !important;
	position: absolute;
	left: 0 !important;
	bottom: 0;
	}
	
ul.menu li a {
	font: 1.5em 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
	color: white;
	margin: 0;
	filter: alpha(opacity=100);
	opacity: 1.0;
	}
	
ul.menu li a:hover {
	background: white;
	color: black !important;
	text-decoration: none;
	filter: alpha(opacity=60);
	opacity: 0.6;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}

#abstract {
	background: white;
	position: relative;
	height: 180px;
	margin: 0 8px;
	vertical-align: middle;
	text-align: center;
	border-bottom: #eee 1px solid;
}

.abstract-td { /* For abstract text */
	padding: 0 120px;
	text-align: center;
}

.about p {
	font: 1.8em/1.9em 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
	color: #444
}
	
h1, h2, h3, h4 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
	}

h1 { /* H1 is used for the title of your blog */
	display: none;
	}
	
#header .description { /* Blog description, under blog title */
	display: none;
	}
	
.primary {
	width: 70% !important;
	float: left;
	padding: 10px 14px 10px 119px !important;
	margin: 0 0 0 0 !important;
	}
	
.primary .item .itemtext {
	font: 1.5em/1.7em "Palatino Linotype", "Book Antiqua", Georgia, serif;
	text-align: left;
	color: #444;
	}

.primary h3, .primary h4, .permalink .primary .aside h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.2em/2.4em;
	font-weight: normal;
	display: inline;
	}	

.pagetitle { /* Used on static pages and archives */
	margin: 15px 0 35px !important;
	}	
	
.item {
	/* Each entry is contained within the 'item' class */
	}

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

.center {
	text-align: center !important;
	}

.primary img {
	margin-left: 1px !important;
	border: 0 !important;
	}

.wp-caption {
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
	}
	
.wp-caption-text {
	text-align: center !important;
	line-height: 0px;
	}

.secondary {
	display: none;
	}

.eml { /* e-mail address */
	border: 0 !important;
	margin: 12px 0 -12px 0;
}
	
#footer {
	background: url('dugald/footer.png') top center no-repeat !important;
	height: 39px;
	margin: 0 0 20px;
	padding: 0 0 0 -50px;
	}
	
#footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: normal !important;
	text-decoration: none;
	}

#footer a:hover {
	border: none;
	color: black;
	font-weight: normal;
	text-decoration: none;
	}