/*
	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	: Ulla & Einstern
	Author Site	: http://www.einstern.at
	Style Name	: Ulla's MQDaily
	Style URI	: http://www.ulla.at
	Version		: 0.95
	Comments	:
*/

body {
	font: 62.5% 'Lucida Grande', Optima, Arial, Verdana, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #EDEDED url('../../images/mqdaily-kachel.jpg') top left;
	text-align: center;
	}

#header {
	height: 170px;
	}

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


.sidebar-dual #page {
	width: 827px;
	}
	
	
#page {	
	font-size: 1.0em;
	padding: 0 0 0px;
	margin-top: 30px;
	border: none;
	}

#primary {
	
	width: 420px;
	padding: 10px;
	left: -25px;
	_left:-5px;
	}

.hentry {
	width: 440px;
	
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
.content {
	padding-left: 14px;
	_padding-left: 0px;
	background: #eee url('../../images/mqdaily-content.jpg') top left;
	_width: 810px;
	}
	
.secondary {
	/* Contains the sidebar */
	}

#sidebar-main {
	float: right;
	width: 150px;
	background: #FFF;
	padding: 25px 10px 0;
	_padding-top: 40px;
	}

#sidebar-alt {
	float: left;
	width: 130px;
	padding: 25px 0 0 0;
	left: -290px;
	_left: -296px;
	margin-left: -320px; 
	background: #000;	
	}
	
#sidebar-alt h2 {
	display: none;
	}

#sidebar-alt a {

	color: white;
	font-size: 1.2em;
	font-weight: bold;
	margin: 3px 0;
	padding-left: 10px;
	}

#sidebar-alt a:hover {
	color: #ED037C;
	font-size: 1.2em;
	font-weight: bold;
	margin: 3px 0;
	}


#sidebar-alt li.current_page_item a,
#sidebar-alt li.current_page_item a:hover {
	color: #ED037C !important;
	}


.sb-graphic {
	position: relative;
	width: 130px;
	height: 440px;
	background: #222 url('../../images/mqdaily-sb.jpg') top left no-repeat;
	padding: 0;
	}

h1, .description {
	display: none;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: center;
	font-size: 2.3em;
	font-weight: bold;
	letter-spacing: -1px;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #ED037C !important;
	text-align: left;
	padding-left: 12px;
	font-family: 'Lucida Grande', Optima, Arial, Verdana, Sans-Serif;
	}

.textwidget {
	font-size: 1.0em;
	}
	
.page-head {
	background: #FFF url('../../images/mqdaily-sprechblase.jpg') left center no-repeat;
	}

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
	}

#footer {
	background: url('../../images/mqdaily-footer.jpg') top center no-repeat;
	}