/*	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	: ddc	Author Site	:	Scheme Name	:	Comments	:*/#page {	/* The entire design is contained within the 'page' id */	padding: 0px 0 10px !important;	}	#header {	/* Contains the H1 and menu */	/*background: #38C url('ddc/kasparheader.jpg') ; */	height: 150px !important;	}	.primary { /* this is the most important part - play with the values                    according to your page width */   width: 96% !important;   _width: 96%; /* for IE */   float: left;   padding: 10px 14px 10px 14px !important;   _padding: 10px 10px 10px 15px !important; /* for IE */   margin: 0;}.secondary { display: none; }.livesearchform input#livesearch {   width: 200px !important; /* width in pixels */}ul.menu {	margin: 0;	padding: 0;	position: absolute;	bottom: 0;	left: 30px!important;	_left: 50px; /* for IE */	width: 90%;	}ul.menu,ul.menu li a {		padding: 5px 12px 6px!important;		_padding: 5px 10px 6px!important; /* for IE */	}/* Headings */h1 { /* H1 is used for the title of your blog */	font-size: 3em; /* Change to adjust title size */	padding-top: 45px;	margin: 0 0 0 40px;	font-weight: normal;	letter-spacing: 0px;	font-weight: normal; /* Change bold to normal if you prefer that */	display: none;}h1, h2, h3, h4 {	font-family: 'Myriad', Verdana, Sans-Serif !important;	}h1, h1 a, h1 a:hover, h1 a:visited,#header .description {	color: white;	}h1:hover {	text-decoration: bold !important;	}#header .description { /* Blog description, under blog title */	font-size: 1em;	margin: 0 0 0 40px;	display: inline; /* Checking for IE bug. If people start having problems with header width, then this is it */	}.pagetitle { /* Used on static pages and archives */	text-align: center;	margin: 15px 0 15px;	}.pagetitle h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */	font-size: 2.4em;	font-weight: bold;	letter-spacing: -1px;	text-align: center;	display: inline;	}.secondary h2 { /* Secondary H2 is sidebar headlines */	font-size: 1.5em;	font-weight: normal;	padding: 0;	display: inline;	}.primary h3, .primary h4, .permalink .primary .aside h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */	font-size: 2.2em;	font-weight: normal;	letter-spacing: -1px;	display: inline;	}.primary .aside h3 {	font-size: 1.6em;	font-weight: normal;	}.itemhead {	margin-top: 10px;	}.itemtext h3 { /* For use on Pages */	font-size: 1.7em;	display: block;	padding: 15px 0 0;	}.itemtext h4 { /* For use on Pages */	font-size: 1.5em;	display: block;	padding: 15px 0 0;	}#header .description { /* Blog description, under blog title */	font-size: 1em; /* Make it larger with something like 1.1em */	margin: 0 0 0 40px;}.pagetitle h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */	display: none;	}/*- Links */.primary a:hover, .primary a:visited:hover,.secondary a:hover, .secondary a:visited:hover {	text-decoration: bold !important;	}h2 a:hover, h2 span a:hover {	color: #27d !important;	}a {	color: #27d;	text-decoration: none;	}.itemtext a:visited {	color: #b41;	}/* ddc added */.topbar {	text-align: center;	margin: 0px 0 0px;	padding: 0;	width: 100%;	}.topbar .left {	float: left;	width: 50%;	text-align: left;	}.topbar .right {	float: right;	width: 40%;	margin: 3px 20px 0px 0px;	text-align: right;	}.topbar p {	margin: 0;	padding: 0;	}.topbar a {	color: black;	}