/* 
Theme Name: More Than Minimal
by Bam Bam
Already/Not Yet Variation by Sean Collins
*/

         
body { 
	background:#444;
	color:#ccc;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.5;
	margin:0;
	padding: 0 0 0 15px;
	text-align:center;
	border-top:5px solid #7F9B74;
}

a{    
    color: #7F9B74;    
    text-decoration: none; 
}     

a:hover {    
    color: #F8F9F1;    

}     
   
textarea, input, select {   
    font-family :georgia; 
    color:#4f6848;
    font-size: 10px; 
    border:1px solid #666;
}

div.date {
	font-family: century gothic;    
  font-size:10px;    
  font-weight: bold;
}



h2 {
    font-family: century gothic;    
    font-size: 14px;    
    text-transform: lowercase;    
    color:  #F8F9F1;    
    text-align:right;    
    border-bottom:2px #fff solid;    
    padding:0
}

h1 {
    font-family: century gothic;    
    font-size: 14px;    
    text-transform: lowercase;    
    color:  #F8F9F1;    
    text-align:left;       
    padding: 30px 0 0 0;
}

h3 a, h3 a:hover {color:#fff}


ol#commentlist li{
    padding: 5px
  }
  
blockquote {
    padding: 5px;
    border-left: 1px #7F9B74 solid

}


img.gravatar {
    float:left;
    margin:5px;
    padding-right:10px;
    max-width:20%;
}

ol#commentlist {
    list-style-type: none;
    margin-left: 0;
    padding: 0
}

#main {
    text-align: left;	
	  width: 1000px;
}

#container {
    float: left;
}

#content {
    float: left;
    top: 210px;
    left: 400px; 
    width:700px;
    padding:5px
}

#menu {

    left: 800px; 
    top: 300px;
    width: 200px;    
    font-family: century gothic;    
    color: #F8F9F1;    
    font-size: 12px;    
    padding: 5px 5px 5px 30px;
    float: left;
}

#menu ul {
    list-style-type:none;
    margin:0;
    padding:0
}

#wp-calendar {
    margin:auto;
    text-align:center}

#wp-calendar caption {
    margin:auto;
    font-weight:bold
}

#wp-calendar tbody td a {
    font-weight:bold;
}

div.meta, p.commentmeta {
    margin-top:0px;
    border-top: 1px #fff solid;
    clear:both;
    font-style:italic;
    padding: 5px 0 0 0;
}

.commentslink {
    background:transparent url(./img/comments.gif) no-repeat scroll 0pt 3px;
    padding: 0 0 0 14px;
}

.filedlink {
    background:transparent url(./img/file.gif) no-repeat scroll 0pt 3px;
    padding: 0 0 0 16px;
}

.nextpost {
    background:transparent url(./img/next.gif) no-repeat scroll 0pt 3px;
    padding: 0 0 0 16px;
}

.previouspost {
    background:transparent url(./img/prev.gif) no-repeat scroll 0pt 3px;
    padding: 0 0 0 16px;
}

a img {
    border:0
}

#content, #menu { 
    overflow:hidden
}

#content img{
    padding:5px;
}


img.alignleft {
float: left;
margin: 5px 10px 0 0;
}
img.alignright {
float: right;
margin: 5px 0 0 10px;
}
img.centered, img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}