/*
Theme Name: Quantum Diairies
Theme URI: http://xenomedia.com/
Description: Custom WordPress theme for Quantum Diairies.
Version: 1.0
Author: Xeno Media, Inc.
Author URI: http://xenomedia.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Quantum Diairies v1.0
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Xeno Media, Inc., http://xenomedia.com/

*/


/*=========== Global reset ======================*/
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse: collapse; border-spacing:0 }
fieldset, img { border:0 }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration: none }

/* The below restores some sensible defaults */
table, p {
margin: 0 0 1.6em 0;
padding: 0;
}
ul, dl, ol {
margin: 0 0 1.6em 2.8em;
padding: 0;
}
strong { font-weight: bold }
em { font-style: italic }
a img { border: none } /* Gets rid of IE's blue borders */
/*=========== END: Global reset ======================*/



body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Helvetica, Verdana, Sans-Serif, Arial;
margin: 0 0 3em 0;
padding: 0;
background: #19212d url('images/bground-sub.jpg') repeat-x;
/*color: #fff;*/
color: #000;
text-align: center;
}

#bloggers {
clear: both;
width: 100%;
height: 70px;
background: #f4eee0;
}

#bloggers-body {
padding: 18px 0 0 10px;
}

body.homepage {
background: #19212d url('images/bground-home.jpg') repeat-x;
}

body.homepage #bloggers {
height: 204px;
background: #f4eee0;
}

body.homepage #bloggers-body {
padding: 18px 0 0 0;
}

#page {
background: #32425a url(images/dot-white.jpg) repeat-y 660px top;
margin: 0 auto;
width: 960px;
text-align: left;
}

a, h2 a:hover, h3 a:hover {
	color: #6983AC;
	text-decoration: underline;
}

a:hover {
	color: #6983AC;
	text-decoration: none;
}





/*========== header ==========*/
#header {
margin: 0;
padding: 0;
background: #19212e;
height: 87px;

position: relative;
}

#header #left-col {
float: left;
width: 40%;
margin: 30px 0 0 0;
}

#header #right-col {
float: right;
width: 402px;
margin: 30px 0 0 0;
}

h1.logo {
background: #19212d url('images/logo.gif') no-repeat left;
height: 24px;
text-indent: -9999px;
}

h1.logo a {
display: block;
width: 100%;
height: 24px;
}

#tagline {
margin: 0.75em 0 0 0;
color: #fff;
}

#header .internationalTitles {
height: 23px;
}

#top-nav {
}

#top-nav .rssImg {
float: left;
width: 16px;
height: 16px;
margin: 10px 8px 0 0;
}


#top-nav ul {
background: #f4eede;
float: right;
width: 375px;
height: 25px; /** 33px (actual height) - 8px (padding) **/
margin: 0;
padding: 8px 0 0 0;
text-align: center;
border-bottom:1px solid #F4EEDE;
}

#top-nav li {
display: inline;
margin: 0 0.8em;
/*padding: 1.5em 0 0 0;*/
font-size: 1.1em;
font-weight: bold;
color: #19212e;
}

#top-nav li a {
color: #19212e;
text-decoration: none;
}

#top-nav li a:hover {
text-decoration: underline;
}
/*========== END: header ==========*/


#content {
	font-size: 1.2em
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	clear: both;
	margin: 1.5em 25px 0 0;
	line-height: 1.4em;
     }

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	/*text-align: center;*/
}

.thread-alt {
	background-color: #f8f8f8;
	color: #000;
}
.thread-even {
	background-color: white;
	color: #000;
}

.thread-alt a, .thread-even a {
color: #32425a;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background-color: #32425a;
	border-top: 1px solid #fff;
}


/* Begin Structure */
.narrowcolumn {
	overflow: none;
	float: left;
	/*padding: 0 0 0 25px;*/
	padding: 0;
	width: 634px;
	min-height: 425px;
	/*background: #32425a url('images/bground_sidebar.gif') repeat-x top;*/
	background: #32425a;
	background-image: none;
	/*border-right: 1px solid #fff;*/
}

body.homepage .narrowcolumn {
	/*background: #32425a url('images/logo-bground.gif') no-repeat top;*/
	background: #32425a;
}

body.homepage #sidebar {
	/*background: #32425a url('images/bground_sidebar.gif') repeat-x top;*/
}

.narrowcolumn #content-body {
/*padding: 1.5em 1.5em 1.5em 0;*/

margin: 1.5em 0 1.5em 1.5em;
padding: 1.5em;
background: #fff;
}

.widecolumn {
	padding: 0 0 0 0;
	width: 960px;
    /*background-color:#32425a url('images/logo-bground.jpg') no-repeat top;*/
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	color: #fff;
}

#footer p {
	margin: 0;
	padding: 20px 20px;
	text-align: right;
}
/* End Structure */

.clear {
	clear: both;
	width: 100%;
}

/* Banner announcing site closure. */

.banner {
	background: #fff;
  font-size: 150%;
  width: 100%;
}

.banner__message {
  margin: 30px auto 0;
  max-width: 960px;
  padding: 30px;
  text-align: left;
}
