/* @override http://gbweekly.co.nz/stylesheets/main.css */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #e1e4df;
	color: #444;
	font: 12px/170% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	text-align: left;
	line-height: 120%;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
margin-bottom: 0px;
margin-top: 25px;
}

a:link, a:visited {
	color: #777;
}

a:hover {
	color: #999;
}

#wrapper {
	width: 1038px;
	margin: 0 auto;
	background-image: url(/images/body_shadow.jpg);
}

#header {
	padding: 40px 0 0 120px;	
}

#section_navigation {
	width:  800px;
	height: 30px;
	padding-top: 20px;
	border-bottom: 1px solid #666;
}

#section_navigation ul li {
	list-style-type: none;
	float: left;
	padding-right: 15px;
	font-size: 14px;
}

#section_navigation ul li a:link, #section_navigation ul li a:visited {
	text-decoration: none;
	color: #777;
}


#section_navigation ul li.selected a {
	color: #000;
}


#content_wrapper {
	width: 800px;
	margin-left: 120px;
}

#left_column {
	width: 515px;
	float:  left;
	list-style-position: inside;
	padding: 25px 0 35px;
	
}

#content {
	border-bottom: 1px solid #666;
	padding-bottom: 20px;
}

#content h1 {
	font-size: 24px;
}

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

#article_image {
	padding-bottom: 10px;
	text-align: center;
	font-style: italic;
	font-size: 12px;
}

.archive {
	padding: 10px 0 10px;
}

.author {
	color: #777;
	font-size: 12px;
	font-weight: bold;
}

#navigation {
	border-bottom: 1px solid #666;
	padding-bottom: 3px;
	font-size: 11px;
	color: #777;
	font-weight: bold;
	margin: -6px 0 30px;
}

.previous {
	margin-bottom: -20px;
}

.next {	
	text-align: right;
}

#navigation a:link {
	text-decoration: none;
	color: #777;
}

#navigation a:hover {
	text-decoration: underline;
	color: #999;
}

#right_column {
	width: 225px;
	float:  right;
	font-size: 11px;
	padding-bottom: 35px;
}

#right_column a:link {
	color: #000;
}

#right_column a:visited {
	color: #999;
}

#right_column ul li {
	list-style-type: none;
}

#previous_articles h2 {
	border-top: 1px solid #666;
	padding: 10px 0;
	margin-top: 20px;
}

#this_week ul li {
	padding-bottom: 7px;
	line-height: 150%;
	text-align: left;
}

.border {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	margin: 0;
}

#poll_link {
	margin-top: 25px;
}

#search input#q {
	width: 225px;
}

#comments {
	padding-top: 20px;
}

.commentlist {
	border-bottom: 1px solid #666;
	padding-bottom: 20px;
}

.commentlist li{
	margin-bottom: 15px;
}

#respond {
	padding-top: 20px;
}

input {
	margin: 0 10px 15px 0;
}

textarea {
	width: 515px;
	height: 100px;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	width: 800px;
	text-align: center;
	color: #999;
	font-size: 10px;
	padding: 15px 0 5px;
	border-top: 1px solid #666;
	margin-left: 120px;
}

#footer a {
	text-decoration: none;
	color: #999;
}

#shadow {
	width: 1038px;
	margin: 0 auto;
}
