/*  
Theme Name: Minima
Theme URI: http://resonantimages.net
Description: This theme made with help from http://www.wpdesigner.com
Version: 1.0
Author: Jonathan Assink
Author URI: http://resonantimages.net

*/

/* Page Layout Section */
body,h1,h2,h3,h4,h5,h6,blockquote,p{
	margin:0;
	padding:0;
	}
body{
	margin:0;
	font-family:Franklin Gothic Book,Arial,Helvetica,Georgia,Sans-serif;
	font-size:16px;
        font-style:bold;
	text-align:center;
 	vertical-align:top; 
	color:#000000;
        /* background
        background:url(images/background2.gif);
        background-attachment:fixed;
        background-repeat:no-repeat; */
	}
#wrapper{
	margin:10px auto 0 auto;
	width:810px;
	text-align:left;
	}
#header{
/*	float:left; */
	width:800px;
        padding:10px 10px 0 0;
        background:url(images/header.jpg);
        background-repeat:no-repeat;
	}
#header a{
        color:#000000;
	}
#container{
	float:left;
	width:540px;
        padding:05px 0 0 20px;
	}
.sidebar{
	float:left;
	width:230px;
	margin:-15px 0 0 10px;
	display:inline;
	}
#footer{
        clear:both;
	width:810px;
        padding:10px 10px 10px 20px;
	}

/* Menu */
#menu {
	padding:345px 10px 0px 20px;
	text-align:left;
	}
#menu ul{
	list-style-type:none;
	padding:0 0 0 0;
	font-size:18px;
        font-weight:bold;
        }
#menu li{
	display:inline;
	padding:0 5px 0 0;
	text-align:left;
	}
#menu a{
       color:#ffffff;
       }
	
/* Headlines */
h1{
	font-family:Arial, Helvetica, Georgia, Sans-serif;
        letter-spacing:3px;
	font-size:28px;
        text-align:right;
	padding:0 0px 0px 20px;
	}
	
/* Posts */
.post{
	padding:0 10px 10px 0px;
	}
.post h2{
	font-family:Arial, Helvetica, Georgia, Sans-serif;
	font-size:18px;
        font-style:bold;
	text-align:right;
	padding:0 25px 0 0;
	}
.entry{
	line-height:150%
	}
p.postmetadata{
	border-top:1px solid #8B4513;
	margin:10px 0 0 0;
	}
	
/* Sidebar Text */
.sidebar ul{
	list-style-type:none;
	margin:0;
	padding:10px 0 10px 0;
	}
.sidebar ul li{
	padding:10px 0 10px 0;
	}
.sidebar ul li h2{
	font-family:Arial, Helvetica, Georgia, Sans-serif;
	font-size:18px;
	}
.sidebar ul ul li{
	padding:0;
	line-height:24px;
	}
#twitter_div{
        margin:20px 5px 0 5px;
        font-family:Arial, Helvetica;
        font-size:12px;
        border:2px solid black;
	background-color:#ffebcd;
        }

/* Links */
a:link, a:visited{
        text-decoration:none;
	font-weight:bold;
	color:#000099;
	}
a:hover{
	color:#000099;
        font-weight:bold;
	}
	
/* Other Formatting */
p{
	padding:10px 0 0 0;
	}
#footer p{
	line-height:18px;
	}
.navigation{
	padding:10px 0 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
	

/* Comments */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	}
.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	}
.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	}
.commentmetadata{
	font-size: 12px;
	}
.comments-template p.nocomments{
	padding: 0;
	}
.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	}