/*
	Theme Name: .Leith
	Theme URI: http://leith.caldwell.net.nz/
	Description: Theme based off of 'Mushblue'
	Version: 1.0
	Author: Leith Caldwell
	Author URI: http://leith.caldwell.net.nz/
*/
body {
	margin: 0px;
	padding: 0px;
	color: #b6b6b6;
	background: #000 url(images/fade_bg.gif) repeat-y center;
	font: normal 0.9em/1.0em Arial, Helvetica, sans-serif;
}
#wrap {
	width: 750px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
  background: #000;
}
#content {
	width: 500px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 10px;
	margin: 8px;
}
#navig {
	height: 49px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	width: 170px;
	float: right;
	line-height: 1.5em;
	display:inline;
	margin: 8px 8px 8px 0px;
	padding: 10px;
	font-size:10px;
}
#pages h1{
	margin:0px;
	padding:0px;
}
#pages h1 a{
	text-transform:uppercase;
	text-decoration:none;
	color:#ccc;
	font: 15px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:13px 0px 0px 10px;
	letter-spacing: -1px;
	float: left;
}
#pages h1 a:hover{
	text-decoration:underline;
}

h3, h4 {
	padding-top: 5px;
	padding-bottom: 15px;
}
#logo {
	background: url('images/header_logo.gif') center no-repeat;
	height: 180px;
	width: 750px;
	margin: 0 auto;
}
#name {
	text-align: center;
	color: blue;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0.1em;
	vertical-align: bottom;
}
#name p { margin: 0; line-height: 1.2em; }
#name a:link{
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
#tagline {
	display: block;
	height: 1.2em;
	text-align: center;
/*	margin-top: 0.7em;*/
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #aaa;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid blue;
	width: 774px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer p{
	font-size: 0.75em;
	padding: 0.3em;
	margin: 0px;
}

.entry{
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	/*font-size: 0.80em;*/
	line-height: 1.5em;
}
.firstpost {
	margin-bottom:15px
}
h3.etitle, h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;

}
h3.etitle a, h3.etitle a:visited, h3 a{
	color: blue;
	border-style: none;
	font-size: 18px;
	text-transform: none;
	font-variant: normal;
	font-weight: normal;
}

h3.etitle a:hover, h3 a:hover{
	color: #06F;
	text-decoration: none;
}
.emeta{
	height: 35px;
	margin-top: 0;
	color: #bbb;
	border-top: solid 1px #666;
	padding-top: 4px;
	margin-bottom: 8px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}
.emeta a img{
	border: none;
}

.ebody a {
	margin-top: 0;
	color: blue;
}

.ebody img {
	padding: 4px;
	border: 1px solid #DFDFDF;
}
.ebody ul {
	margin-left: 20px;
	padding-left:0px;
	list-style-type: none;
}
.ebody ol{
	margin-left:20px;
	padding-left:0px;
}
.ebody ul li {
	list-style:square;
}
.commentlink img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h4, h3, h2, #cblock h2 {
	margin: 0;
	padding: 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999;
}
h2{
	margin-bottom: 10px;
	font-size: 14px;
}
a, a:visited{
	color: blue;
	text-decoration: none;
}
a:hover{
	color: #06F;
	text-decoration: underline;
}
.ebody p{
	margin: 8px 0;
	padding:0;
}
.ebody ul {
	margin-left: 30px;
	padding-left: 0px;
	list-style-type: none;
}
.ebody ol{
	margin-left: 30px;
	padding-left: 0px;
}
.ebody ul li {
	list-style: square;
}
#sidebar{
	background-color: #000;
}
#sidebar h2 {
	color: #bfbfbf;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.1em;
	padding-left: 0px;
	border-bottom: 1px solid blue;
	font-size: 11px;
	text-transform: uppercase;
}
#sidebar ul {
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#sidebar li{
	list-style: none;
}

#sidebar ul li a {
	border-bottom: 1px solid blue;
	color: blue;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding: 1px 0px 1px 25px;
	
	background-image: url('images/bull.gif');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	/*font-size: 13px;*/
}


#sidebar ul li a:hover{
	color: #06F;
	background-color: #222;
}

ul.list-blogroll li a{
	border-bottom: 1px dotted #666;
	color: blue;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding: 4px 0px 4px 25px;
	
	background-image: url('images/bull.gif');
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#searchdiv {
	margin-top: 8px;
	margin-bottom: 15px;
}
/*blogroll widget */
ul.list-blogroll li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*meta  widget*/
ul.list-meta li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*rss widget */
ul.list-rss li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*category  widget */
ul.list-cat li, li.bar_categories li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*recent  widget  */
ul.list-rec li, li.bar_comments ul li {
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*archives widget */
ul.list-archives li, li.bar_archives li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*pages widget */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*sub-pages widget */
ul.list-page li ul li, li.bar_pages li ul li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 15px !important;
}
/*calendar bar widget */
li.bar_calendar td {
	padding: 1px 7px;
}
/*text bar */
.textbar {
	padding-top: 5px;
}

#searchform br {
	display: none;
}
#searchform #s {
	width: 100px;
	height: 1.4em;
	padding: 4px 5px 0px 5px;
	border: 1px inset blue;
	background: #121605;
	margin-right: 2px;
	color: #06F;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: #121605;
	border: 1px outset blue;
	width: 2.5em;
	height: 1.9em;
	font-size: 1.2em;
	font-weight: bold;
	color: blue;
	vertical-align: middle;
}
.clink {
	background-image:url('.images/comments.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

#cblock h2{
	padding:2px;
	margin-bottom:10px;
	margin-top:30px;
}
#cblock {
	float:left;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: left;	/*font-size: 0.8em;*/
}

ol#commentlist {
	margin-top:0px;
	padding: 5px;
	margin-left: 0px;
	list-style-type: none;
}
.commentdate {
	font-size:0.8em;
	padding-left:5px;
}
#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	padding:0;
}

.commentname {
	margin: 0;
	padding: 5px;
}

.commentinfo{
clear:both;
}

.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 1px 10px;
	width:450px;
	background: #333333;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	width:450px;
	background: #333333;
}

#commentsformheader{
	padding-left:0px;
}

#commentsform{
	margin-top:0;
	text-align:center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#commentsform form{
	text-align:left;
	margin:0px;
}

#commentsform form textarea{
	width:99%;
}
#commentsform p{
	margin:5px;
}
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
blockquote{
	font-style: italic;
	color: #999999;
}


table{
	margin:10px;
}
td, th{
	padding:3px;
	font-weight:normal;

}
.date {
	float:left;
	height:45px;
	width:30px;
	margin-top:2px;
	margin-right:10px;
	padding: 2px;
	background: #222;
	border: 1px solid blue;
}
.date p {
	text-align:center;
	color: #06F;
	margin: 0px;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.date span.day {
	font-size: 23px;
	display:block;
	color:#CCC;
	font-style: italic;
}
.date span.month {
	font-size: 11px;
	height: 11px;
	display: block;
	padding: 1px 2px 5px;
  margin-bottom: 4px;
	font-weight: bold;
	font-style: italic;
}
#rss{
  width: 80px;	
	background-image: url(images/rss.png);
	display: block;
	height: 63px;
}
#rss a{
  width: 50px;
	height: 70px;
	text-decoration: none;
	display: block;
	
}

.postavatar { padding: 5px 10px 5px 0px !important; }

.postavatar img {
	border: 3px double #FFF !important;
}
