/*

Theme Name: Knitosaurus
Theme URI: http://knitosaurus.com
Description: Gem Colors and Dinosaurs
Version: 1.0
Author: Lou
Author URI: http://fakeoutdoorsman.com/

*/

body {
	text-align: center;
	min-width: 850px;
	font: 12px/19px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#dino {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	border-left: 3px #f63 solid;
	border-right: 3px #f63 solid;
}

#header {
	height: 230px;
	padding: 0;
	margin: 0;
	background: #fff url(images/coloredbars.gif) center bottom no-repeat;
}

#header img {border: 0;}
	
#content {
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 20px 25px;
	width: 570px;
	float: left;
}

#sidebar {
	background: #fff url(images/footprints.png) right bottom no-repeat;
	float: right;
	width: 212px;
	padding: 30px 5px 15px 10px;
	margin: 0;
	text-align: left;
	border-left: 1px dotted #f63;
	border-bottom: 1px dotted #f63;
}

#footer {
	clear: both;
	height: 10px;
	background: #fff url(images/coloredbars.gif) center bottom no-repeat;
	margin: 0;
	padding: 0;
}

.post {clear: both; padding: 15px 0 55px 0;}
#content .entry a {text-decoration: underline;}
.entry p {margin: 0 0 10px 0;}
.postmetaalpha {float: left; color: #666; text-transform: lowercase;}
.postmetabeta {float: right;}
.postmetabeta a {background: url(images/bubble.gif) left no-repeat; padding-left:18px;}
h2.pagetitle {text-align: center;}
#content h2 {font: 18px Arial; font-weight: bold; margin: 0 0 .8em 0; padding: 0; color: #333;}
.entry img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #c0c0c0;
}
.alignleft {float: left;}
.alignright {float: right;}

/* page colors */
#index {background: #004a80 url(images/barsblue.png) center repeat-y;}
#index a {color: #00497F; text-decoration: none;}
#index a:hover {color: #39f; text-decoration: none;}

#archive {background: #8A0051 url(images/barsmagenta.png) center repeat-y;}
#archive a {color: #9D005C; text-decoration: none;}
#archive a:hover {color: #c09; text-decoration: none;}

#projects {background: #779054 url(images/barsgreen.png) center repeat-y;}
#projects a {color: #476321; text-decoration: none;}
#projects a:hover {color: #9c6; text-decoration: none;}

#single {background: #843F84 url(images/barspurple.png) center repeat-y;}
#single a {color: #745393; text-decoration: none;}
#single a:hover {color: #bfa4e4; text-decoration: none;}

#search {background: #AA9F00 url(images/barsyellow.png) center repeat-y;}
#search a {color: #AA9F00; text-decoration: none;}
#search a:hover {color: yellow; text-decoration: none;}

#sidebar form input, #archiveform select {
	color: #333;
	width: 150px;
	border: 1px solid #999;
	background: #fff url(images/searchbox.jpg) top center no-repeat;
	font-size: .9em;
	}

#sidebar form input {padding: 5px;}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 40px;
	}

#sidebar .last {margin-bottom: 0;}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	text-align: left;
	}


#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
	
	
#sidebar img {
	display: block;
	margin: 0 auto;
	border: 0;
	}
	
#sidebar form {text-align: center;}

.commentlist {list-style-type: none;}
.commentlist .avatar {float: left; padding: 3px; border: 1px solid #e0e0e0; margin: 0 5px 0 0;}
.commentlist li {margin: 35px 0 0 0;}
.commentlist .commentmetadata {border-left: 1px solid #c0c0c0; padding-left: 5px;}
.commentlist p {margin-left: 80px;}
