/*  
Theme Name: Showcase
Theme URI: http://www.eisbox.net/dev/wordpress/
Description: A minimalistic wordpress theme, based on "Black and White", and "Reflection" themes
Version: 1.0
Author: Mathew Eis
Author URI: http://www.eisbox.net/d
Tags: fixed width, widgets, widget ready, black, white, grey, simple, right sidebar, valid XHTML, valid CSS

   This theme, including the CSS, XHTML and design, is released under the
   GPL: http://www.opensource.org/licenses/gpl-license.php

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: "Trebuchet MS", Georgia, Arial, Helvetica, Sans-serif;
	font-size: 0.75em;
	text-align: center;
	vertical-align: top;
	background: #000000;
	color: #c0c0c0;
	/* 4b4b4b */
}

a:link, a:visited{
	text-decoration: none;
	color: #d0d0d0;
}

a:hover{
	text-decoration: underline;
	color: #6090c0;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 990px;
	text-align: left;
}

#header{
	width:990px;
	height:100px;
	background:url(images/top-bg.jpg) repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	position:relative;
}

#navbar{
	position:absolute;
	bottom:32px;
	right:20px;
}

#navbar li, #titlebits li{
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0 0 0 20px;
}

#navbar ul, #titlebits ul{
	padding:0;
	margin:0;
}

#navbar a{
	color: #d0d0d0;
	font-weight: bold;
	letter-spacing:2px;
	text-transform:uppercase;
	text-decoration: none;
	border-bottom: 0px solid #363636;
	padding:0;
	margin:0;
}

#navbar a:hover{
	border-bottom: 6px solid #666;
}

#gallery{
	float: left;
	width: 980px;
	margin: 0px;
	margin: 0 15px 0 0;
}

#container{
	float: left;
	width: 700px;
	margin: 0 15px 0 0;
}

#postcon{
	margin: 0px;
}

#postcon .title {
	padding: 0px 0px 0px 20px;
}

.post-edit-link {
	padding: 0px 20px 0px 0px;	
}

.post {
	padding: 10px 32px 20px 20px;
	margin-bottom: 15px;
	background: #121212;
	border: 1px solid #4b4b4b;
}

.post a{
	text-decoration: underline;
}

.entry{
	line-height: 18px;
}

.postmetadata{
	padding: 0px;
	margin: -10px 0px 0px 0px;
}

.metabox{
	float: left;
	width: 99%;
	line-height: 20px;
	margin: 15px 0;
	padding: 5px 0 5px 5px;
}

.navigation{
	clear: left;
	padding: 10px 10px;
	background: #333;
	width: 680px;
	height: 15px;
}

.navtop{
	margin-bottom: 15px;
}

.navbottom{
	margin-top: 0px;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

table#wp-calendar{
	width: 100%;
}

.commentlink{
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-left: 10px;
}

.editcomment{
	padding: 2px 0 2px 20px;
	background: url('images/pencil.png') left center no-repeat;
	margin-left: 10px;
}

.catlink{
	padding: 2px 0 2px 0px;
}

.taglink{
	display: block;
	padding: 2px 0 2px 20px;
	background: url('images/tag.png') left center no-repeat;
}
/*Sidebar
-----------------------------------------------------*/
.sidebar{
	float: left;
	width: 269px;
	display: inline;
	background: #121212;
	border: 1px solid #4b4b4b;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	padding: 0 0 5px 0;
	border-bottom: 1px solid #666;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

/*Tags
-----------------------------------------------------*/
.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	margin: 0 2px;
}

.cle{
	clear: both;
}

/*Footer
-----------------------------------------------------*/
#footer{
	clear: both;
	float: left;
	text-align: center;
	width: 990px;
	line-height: 20px;
	margin: 15px 0;
	padding: 5px 0 5px 20px;
}

/*Comments
-----------------------------------------------------*/

.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
}

.commentmetadata{
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	background: #efefef;
}

.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;
   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;
}

/*Avatar
-----------------------------------------------------*/
.commentlist li .avatar {
float: right;
border: 1px solid #EEE;
padding: 2px;
margin: 0 10px;
background: #fff;
}
