/*  
Theme Name: CRUCES Theme
Theme URI: http://www.michaelmyers.biz/CRUCES
Description: Built for Michael Myers of MichaelMyers.biz
Version: 1.0
Author: Jonathan Wold
Author URI: http://www.jonathanwold.com
*/

@import url('http://michaelmyers.biz/css/default.css');

/* Blog Styles */

#crux {position: absolute; left:73px; top:188px;}

div#searchBox {
 position: absolute;
 top: 196px;
 left: 671px;
 width: 290px;
 }

div#searchBox input#s {
 background: none;
 border: none;
 color: #fff;
 width: 200px;
 height: 22px;
 padding: 2px 0 0 5px;
 font-size: 16px;
 font-weight: bold;
 font-family: "Trebuchet MS";
 }

div#searchBox input#searchsubmit {
  cursor: pointer;
  width: 30px;
  background: url(images/go.png) no-repeat 2px -3px;
  border: none;
  }

div#searchBox2 {
 position: absolute;
 top: 196px;
 left: 671px;
 width: 291px;
 }

div#searchBox2 input#s {
 background: none;
 border: none;
 color: #fff;
 width: 200px;
 height: 22px;
 padding: 2px 0 0 5px;
 font-size: 16px;
 font-weight: bold;
 font-family: "Trebuchet MS";
 }

div#searchBox2 input#searchsubmit {
  cursor: pointer;
  width: 30px;
  background: url(images/go.png) no-repeat 2px -3px;
  border: none;
  position: absolute;
  top: 5px;
  left: 209px;
  z-index:99;
  }

div#outlines { 
  border-top: 1px solid #000;
  position: absolute;
  top: 233px;
  width: 906px;
  left: 73px;
  /* height: 1064px; */
  }
  
div#contentShell {
  padding: 2px 0 40px 0;
  margin: 0;
  width: 690px;
  background: #fdfbf3 url(http://michaelmyers.biz/CRUCES/wp-content/themes/myers-theme/images/content-bg.gif);   
  }  
  
  

div#content {
  position:relative; left:50px; top:50px;
  width: 600px; 
  font-family: "Trebuchet MS";
  }  
  
div#content small { 
  padding: 0 0 0 9px;
  }

div#content h2 {  padding: 0 0 0 5px;  }  
div#content  h3.archiveLink a { color: #8a001b; text-decoration: underline; }  

div#entryShell {
  border-top: 4px solid #8a001b;
  padding: 20px 5px 0 5px;
  margin: 20px 0 50px 0; 
  }
  
div.entry {
  background: #fdfbf3;
  }  
  

div#commentShell {
  border-top: 4px solid #8a001b;
  padding: 20px 5px;
  }

span.post-comment { float: left; }
span.comment-count { float: right; }
span.author { 
  float: right; 
  margin: -10px 10px 0 0;
  }

div.spacer { height: 50px; }

form#commentform input, form#commentform textarea { 
  border: 2px solid black;
  }

ol.commentlist {
  margin: 10px 0 20px -30px;
  }

ol.commentlist li {
  border: 1px dashed #000; 
  display: block;
  padding: 8px;
  
  }

.clearfix:after {
  content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

div#name h1 { text-indent: -12000px; }

