/*
Theme Name: Default
Theme URI: http://www.chicken-studios.com
Description: Default theme for blog
Version: 1.0
Author: Jamie Maddocks
Author URI: Well me I made it myself
Tags: MY THEME.
*/

* {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

html {
	height: 100%;
}

body {
	background-color: #e7e6e6;
	font-family: "Helvetica";
	height: 100%;
}

#sitecontainer {
	width: 900px;
	//background-color: Red;
	margin: 0 auto;
	margin-top: 10px;
	height: 100%;
}

#container {
	height: 100%;
	background: rgb(233,231,231);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.17, rgb(233,231,231)),
	    color-stop(0.66, rgb(210,205,205))
	);
	background: 
	-moz-linear-gradient(
	    center bottom,
	    rgb(233,231,231) 17%,
	    rgb(210,205,205) 66%
	);
	
	margin: 0 auto;
	
	border-style: solid;
	border-width: 1px;
	border-color: #9f9f9f;
	width: 800px;
	margin-top: 25px;
	
}

a {
	text-decoration: none;
	color: #3a3a3a;
}

#logo {
	margin-left: 45px;
	margin-bottom: -22px;
}

#navbar {
	float: right;
	margin-top: 4px;
	margin-right: 55px;
	font-family: "Helvetica";
	font-weight: bold;
}

#navbar li {
	display: inline;
	padding-left: 15px;
}

#navbar li a {
	text-decoration: none;
	color: #c9040e;
}

#navbar li a:hover {
	text-decoration: underline;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#first_title {
	font-weight: bold;
	color: #5b5b5b;
	margin-top: 10px;
	margin-left: 100px;
	padding-top: 30px;
}

#first_title a:hover {
	color: #3a3a3a;
	text-decoration: underline;
}

.title {
	font-weight: bold;
	color: #5b5b5b;
	margin-top: 10px;
	margin-left: 100px;
}

.title a:hover {
	color: #3a3a3a;
	text-decoration: underline;
}

.content {
	max-width: 600px;
	min-height: 100px;
	color: #5b5b5b;
	margin-top: 10px;
	margin-left: 100px;
	font-size: 15px;
}

.content p {
	margin-bottom: 10px;
}

.content a {
	color: #5b5b5b;
	text-decoration: underline;
}

.date {
	float: left;
	width: 52px;
	color: #5b5b5b;
	font-weight: bold;
	margin-left: 30px;
	margin-top: -26px;
}

.more_text {
	width: 100px;
}

.more_text:hover {
	text-decoration: underline;
}

#previous_posts {
	float: right;
	margin-bottom: 5px;
	color: #3a3a3a;
	padding-right: 10px;
	padding-bottom: 5px;
}

#previous_posts a:hover {
	color: #5b5b5b;
	text-decoration: underline;
}

#newer_posts {
	float: left;
	margin-bottom: 5px;
	color: #3a3a3a;
	padding-left: 10px;
	padding-bottom: 5px;
}

#newer_posts:hover {
	color: #5b5b5b;
	text-decoration: underline;
}

.category {
	margin-left: 30px;
}

.category ul {
	list-style: none;
}

.category li a:hover {
	text-decoration: underline;
}

.comments {
	margin-left: 30px;
}

.comments a:hover {
	text-decoration: underline;
}

/* Start Comemnts */

.commentlist li {
	list-style: none;
	color: #787878;
	margin-top: 20px;
}

.comment_top {
	background-image: url(images/comments_top.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 51px;
}

.avatar {
	margin-left: 100px;
	margin-top: 5px;
	position: absolute;
}

.author {
	font: Helvetica;
	font-size: 11px;
	font-weight: bold;
	margin-left: 240px;
	margin-top: 10px;
	position: absolute;
}

.time_date {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	margin-left: 240px;
	margin-top: 25px;
}

.comment_end {
	background-image: url(images/comments_end.png);
	width: 415px;
}

h3#comments {
	margin-left: 30px;
}

.comment_text {
	background-image: url(images/comments_bottom.png);
	background-position: center;
	background-repeat: repeat-y;
	width: 415px;
	margin-left: 193px;
	padding-bottom: 50px;
	position: relative;
	font-size: 15px;
}

.comment_text p {
	margin-left: 10px;
	padding-top: 10px;
}

.comment_text a {
	color: #787878;
	font-size: 15px;
}

.comment_text a:hover {
	text-decoration: underline;
}

.edit_link {
	font-size: 12px;
	margin-left: 570px;
	padding-top: 10px;
}

#respond {
	padding-bottom: 20px;
	margin-left: 30px;
	margin-top: 20px;
}

#respond input {
	margin-top: 10px;
}

/* End Comments */

.tags {
	float: right;
	margin-top: -36px;
	margin-right: 30px;
}
.tags a:hover {
	text-decoration: underline;
}