/*   
Theme Name: Minimal and Gray
Theme URI: http://ianpurton.com/seo-wordpress-sandbox-theme/
Description: A minimal theme using the yahoo UI grid css and optimised for SEO
Author: Ian Purton
Author URI: http://ianpurton.com
Version: 1.1
*/


/* Main	
----------------------------------------------- */

div.blogtitle {
  font-size: 20px;
}

div#hd {
  border-bottom: 1px solid #444;
}

div#bd {
	background-color: white;
	padding: 0 10px;
}
	

body {
	background-color: #eee;
}

div#yui-main {
padding-top: 0px;
margin-top: 0px;
}

a {
    color: #444;
}
a:hover {
    color: black;
}

/* Comments
----------------------------------------------- */

ol#commentlist li {
	list-style-type: none;
}

ol#commentlist li img {
	float: left;
	margin-right: 5px;
}

ol#commentlist {
	margin-left: 0px;
}

/* Comment Form
----------------------------------------------- */

form#commentform {
  background: #444444;
  color: white;
}

form#commentform dl input {
  width: 100%;
}

form#commentform textarea {
  width: 100%;
}

form#commentform dt, form#commentform dd {
  margin-left: 0px;
}

form#commentform dl {
  margin-left: 10px;
}

input#submit {
	margin-left: 10px;
}

form#commentform li.authorpost a {
    color: white;
}
form#commentform li.authorpost a:hover {
    color: white;
}

/* Metawrap
----------------------------------------------- */

div.metawrap {
	border-top: 1px dashed #444;
	border-bottom: 1px dashed #444;
	background-color: #eee;
}

div.metawrap div.metatext {
	width: 85%;
	padding-top: 5px;
	float: left;
}

div.digg {
	float: right;
}

/* Comments
----------------------------------------------- */

ol#commentlist {
	margin-right: 0;
}

ol#commentlist li.alt {
	background-color: #eee;
}

ol#commentlist li {
	padding: 5px;
	margin-bottom: 5px;
}

ol#commentlist li.authorpost {
  color: white;
  background: #444444;
}

ol#commentlist li.authorpost a {
    color: white;
}
ol#commentlist li.authorpost a:hover {
    color: white;
}

/* Sidebar	
----------------------------------------------- */

ul.sidebar li {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 10px;
}

ul.sidebar ul {
  margin-left: 0px;
}

/* Footer
----------------------------------------------- */

div#ft {
	padding-top: 10px;
	font-size: smaller;
	text-align: center;
}

/* Download
----------------------------------------------- */

div.download {
	background-color: #444;
	padding: 20px;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
}

div.download a {
    color: white;
}
div.download a:hover {
    color: white;
}

/* Terminal styling	
----------------------------------------------- */

pre,code {
  color: white;
  background: #444444;
  font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
  margin: 0.9em 0; padding: 8px;
  overflow: auto;
}
/* Clearfix
----------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */