/* 
Theme Name: Helvetica
Version: 1.0
Author: Ian Barker
Author URI: http://www.ianandjocelyn.com

*/


/* CSS Document */

/* Containers */

html, body {
	height: 100%;
	margin: 0 auto;
	cursor: auto;
	padding: 0;
}

body {
	background: #fff url(graphics/background.gif) repeat-x;
	text-align: left;
	color: #000;
	font: 0.75em "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.7em;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(graphics/background.gif) repeat-x;
	overflow: hidden;
}

#header {
	width: 800px;
	height: 260px;
	margin: 0;
	color: #000;
	background: url(graphics/headerbgimage.jpg) no-repeat;
}

#links { 
	padding: 7px 0 0 300px;
	float: right
	display: inline;
	}

#links ul {
	list-style: none; 
	margin: 0; 
	padding: 6px 6px;
	}

#links li {
	float: right;
	display: inline;
	}

#links li a {
	float: left;
	clear: right;
	display: block;
	border-width: 0; 
	text-decoration: none;
	margin: 0 14px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 2px solid white;
	font-size: 1.0em;
	font-weight: normal;
	}

#links li a:hover {
	border-bottom: 2px solid #339;
	}

#text {
	width: 570px;
	margin: 10px 0;
	float: left;
}

#sidebar {
	width: 174px;
	position: relative;
	top: -39px;
	float: right;
	padding: 10px 13px;
	color: #000;
	background: url(graphics/sidebarbg2.gif) repeat-y;
	padding-bottom: 32767px;
	margin-bottom: -32766px;
	overflow: auto;
}

#sidebar p {
	letter-spacing: 0.05em;
	text-align: left;
	font-size: 0.9em;
}

#sidebar h1 {
	font-size: 1.1em;
}

#sidebar a {
	font-weight: bold;
	text-decoration: underline;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
}

#sidebar li {
	list-style-type: none;
	font-size: 0.9em;
}

#sidebar ul {
	list-style-type: none;
	font-size: 0.9em;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	font-size: 0.9em;
	padding: 0;
}

#footer {
	width: 600px;
	clear: both; 
	border: none;
	text-align: center;
	margin: 20px 0 0 0;
	}

/* Menu */

.commentlist li, #commentform input, #commentform textarea {
	margin-top: 25px;
	}

.commentlist li {
	font-weight: bold;
	color: #000;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	color: #000;
	}

#commentform p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}


/* Fonts */


h1 {
	color: #000;
	font: em normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 {
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h2 a {
	text-decoration: none;
	}

a {
	color: #333399;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	background-color: transparent;
	}

#blockquote {
	text-align: justify;
	border-left: 4px solid #999;
	padding: 0 10px;
	margin: 0 22px;
}

.post {
	margin: 5px 0 55px 0;
	letter-spacing: 0.05em;
}

.post-title {
	color: #000;
}

.post-title a {
	color: #000;
	font-size: 1.1em;
}

.post-meta {
	font-size: 0.9em;
}

.kgarchives {
	font-weight: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 5px 0 5px  li {
	list-style: none;
	margin-left: -15px;
}

.kgarchives a {
	font-weight: normal;
}

.postspermonth {
	list-style-type: none;
	padding-left: 25px;
	font-weight: normal;
}

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 15px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}