/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous &;amp;lt;a href="http://binarybonsai.com/kubrick/"&gt;Kubrick&lt;/a&gt;.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography &amp; Colors */
body {
	font-size: 1.0em;
	font-family: 'Georgia', 'Verdana', 'Arial', 'Serif';
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: center; 
	}
#content {
	margin: 45px 0px 0px 0px;
             
	}
#pageContent {
	margin-top: 45px;
        margin-left: auto;
        margin-right: auto;
        width: 890px;
        text-align: left;
	}

#imageTitle{
       text-align: center;
       margin-left: auto;
       margin-right: auto; 
       width: 890px;    
}
.catTitleSection{
        font-family: 'Futura', 'Helvetica';
	text-align: center;
        font-size: 25px;
        font-weight: bold;
        color: #D5D4D3;        
}
.catJournalSection{
        font-family: 'Futura', 'Helvetica';
	text-align: center;
margin-top: 50px;
        font-size: 25px;
        font-weight: bold;
        color: black;        
}
.catCommentInfo{
        font-family: 'Futura', 'Helvetica';
	text-align: center;
        margin-top: 20px;
        font-weight: bold;
        color: #0079BA;
}
.catText{
    width: 890px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.catText p a, a:hover, a:visited, a:active{
	text-decoration: none;
        font-weight: bold;
        color: #0079BA;
}

p a, a:hover, a:visited, a:active{
	text-decoration: none;
        font-weight: bold;
        color: #0079BA;
}
.center{
	color: #D5D4D3; 
}
#respond a, a:hover, a:visited, a:active{
	text-decoration: none;
        color: #0079BA;
}
#editLink a, a:hover, a:visited, a:active{
	text-decoration: none;
        color: #0079BA;
}
#entry a, a:hover, a:visited, a:active{
	text-decoration: none;
        color: #0079BA;
}

#postmetadata {
	font-size: 0.8em
}
#postmetadata a, a:hover, a:visited, a:active{
	text-decoration: none;
        color: #0079BA;
}


.date{
	color: black;       
}

/* End Typography & Colors */

/* Content Links */
a, a:hover, a:visited, a:active{
     text-decoration: none;
     color: inherit;
}

/* End content links */
/* comments.php */
 ol.commentlist {  
          margin:0;  
          padding:0;  
} 
.commentlist li {  
          list-style:none;  
          margin-bottom:14px;  
}  
.commentlist div {  
          display:block;                     
} 
.commentlist a:link, .commentlist a:visited, .commentlist a:hover, .commentlist a:active {  
          color: #0079BA;  
          text-decoration: none;
}
.commentlist .author a{  
          text-decoration:none;
          font-weight: bold;
          color: black; 
}
.commentlist .adminauthor {  
          font-weight: bold;  
          color: #0079BA;
}

.commentlist .time {  
         padding-left:13px;         
}
.commenttext{
	max-width: 890px;
} 
hr {
	color: #d5d4d3;
}
        
/* Begin Structure background-image: url('images/header.jpg');
        background-repeat: repeat-x; */

#header {        
        width: 100%;
        height: 220px;   
}
#topnav {
	display: inline-block;
        width: 1200px;
        height: 220px;
}

/* End Structure */

/* Navigation */
#books{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 194px;
    float: left; 
}
#comics{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 190px;
    float: left; 
}
#me{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 122px;
    float: left; 
}
#originals{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 240px;
    float: left; 
}
#miscs{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 185px;
    float: left; 
}
#home{
     margin: 165px 0px 0px 5px;
     float: left;
     padding: 0px 0px 0px 0px;     
}
#books, #comics, #me, #originals, #miscs, #home ul{
	margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}
#paginate{
	margin-top:50px;
}
li{
     list-style-type: none; 
}

img{
        border: 0px;
}
img.firstSub{
        margin-top: 6px;	
}



