/*  
Theme Name: MS08.1
Theme URI: http://www.mindscape.co.nz
Description: The official Mindscape WordPress theme for 2008.
Version: 1.1
Author: John-Daniel Trask
Author URI: http://blog.bluecog.co.nz
*/

@import url(/content/mindscape.css); 

.alignright
  display:inline;
  float:right;
  padding:0.5em 0pt 0.25em 1em;
}

.alignleft
  display:inline;
  float:left;
  padding:0.5em 1em 0.25em 0pt;
}

#left_content {
  margin:0 30px 0 0;
  float:left; 
  width: 610px;
}

h3 {
 margin-top:2px;
}

#inner_text {
  float:left;
  width:610px; 
  margin:23px 0 0 0;
}

*:first-child+html #inner_text 
{
  margin:12px 0 0 0;
}

/* IE 5,6 hack to adjust inner_text width */
*html #inner_text {
  width:605px;
  margin:10px 0 0 0;
}

#right_boxes {
  width:216px;
  float:left;
}

.tagblock
{	
  font-size:11px;
  color: #505151;
  padding-bottom: 4px;
  padding-top: 5px;
}

.tagblock img
{
  vertical-align:middle;
}

.bylineBox
{
  height:60px;
  font-size:11px;
  color:#505151;
}

.bylineBoxLine {
  margin:5px;
  vertical-align:middle;
}

.focus {
  color: #000000;
}

.noFocus {
  color: #A6A6A6;
}

/* WP-Syntax styles */

.wp_syntax { 
  color: #100;
  background-color: #f9f9f9;  
  overflow: auto;
  border: 1px solid silver;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  line-height: normal;
  width: 600px;
}

#content pre, #content code
{ 
  font-family: consolas, 'bitstream vera sans mono' , monaco, 'lucida console' , 'courier new' , courier, serif, monospace;
  margin: 0px;
  padding: 0px;
}

/* Blog overrides */


#inner_text p {
 line-height: 1.5em;
}

a img{
 border: 0px;
}

.box .box_content {
  margin:0pt;
  padding:0px 0px 0px 12px;
  width:190px;
}

#pagewrap li{
  line-height:1.5em;
}

/* Custom overrides for the blog */

#inner_text h2 a {
  color: black;
  text-decoration: none;
  letter-spacing: -1px;
  font-size:24px;
  line-height:1em;
}

/* Comments */

h3#comments, h3#postComment {
	margin: 0px;
	padding: 40px 0px 20px 48px;
	font-size: 18px;
}

ol.commentlist {
	margin-left: 170px;
	padding: 0px;
	list-style: none;
}


ol.commentlist li, ol.commentlist li.alt {
	position: relative;
	width: 400px;
	margin: 0px;
	padding: 20px 20px 30px 40px;
	/*margin-bottom: 30px;*/
	font-size: 12px;
	border: none;
	background: none;
	background: url(comment_bubble.png) no-repeat top left;
}

ol.commentlist li p {
	width: 380px;
	margin-top: 0px;
	margin-bottom: 10px;
}


/* Post a Comment */


h3#postComment {
	background: url(images/forum_topics_bottom_gradient.png) top no-repeat;
}

form#commentform {
	margin-left: 48px;
	width: 600px;
}

form#commentform p {
	width: 580px;
	margin-bottom: 20px;
}

form#commentform p label {
	top: 3px;
	left: 40px;
	width: 100px;
}

form#commentform p input {
	margin-left: 160px;
}

form#commentform p label small b {
	display: block;
	color: #222;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
}

form#commentform p label small span {
	display: block;
	font-size: 9px;
	color: #888;
	line-height: 13px;
}

form#commentform p textarea#comment {
	margin-left: 160px;
	width: 400px;
}

form#commentform p input#submit {
	margin-left: 160px;
	width: 120px;
	height: 25px;
}

body.news h4#tags_allowed {
	margin-top: 30px;
	margin-left: 208px;
	margin-right: 50px;
	font-size: 9px;
	line-height: 13px;
}
body.news ul#comment_tag_list {
	margin-top: 0px;
	margin-left: 208px;
	margin-right: 50px;
	margin-bottom: 40px;
	font-size: 9px;
	line-height: 13px;
}

/* Comment Author */

ol.commentlist div.comment_metadata {
	position: absolute;
	width: 100px;
	top: 22px;
	left: -110px;
}

ol.commentlist small.comment_posted_by {
	display: block;
	font-size: 12px;
	color: #222;
	line-height: 15px;
	text-align: right;
	max-height: 3.8em;
	overflow: hidden;
}

ol.commentlist small.comment_posted_by a {
	color: #4D6399;
	text-decoration: none;
}
ol.commentlist small.comment_posted_by a:hover {
	color: #4D6399;
	text-decoration: underline;
}

ol.commentlist small.comment_date_posted {
	display: block;
	font-size: 10px;
	color: #888;
	line-height: 15px;
	text-align: right;
	margin-top: 5px;
}
