/*  
Theme Name: Zetzio
Theme URI: http://www.zetzio.com/
Description: Zetzio WordPress theme
Version: 1.0
Author: Dan Davies
Author URI: http://www.dan-davies.com/
*/

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

body {
	background-color: #333333;
	color: #333333;
	font-family: Arial, Verdana;
	font-size: 12px;
	margin-top: 10px;
}

#holder {
	width: 780px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 3px double #333333;
	padding: 20px 25px 10px 25px;
}

#topnav ul {
	list-style: none;
}

#topnav ul li a {
	float: left;
	display: inline;
	width: 259px;
	text-align: center;
	padding: 2px 0px 2px 0px;
	margin-right: 1px;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
}

#topnav ul li a:hover {
	background-color: #333333;
}

#header {
	width: 427px;
	height: 100px;
	float: left;
}

#search {
	width: 250px;
	float: right;
	padding-top: 10px;
	text-align: right;
}

#search input {
	font: inherit;
}

#search .button {
	background-color: #666666;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
}

#search .button:hover {
	background-color: #333333;
}

#left {
	width: 220px;
	background-color: #FFFFFF;
	float: left;
}

#left ul {
	list-style: none;
}

#left ul li {
	margin-bottom: 6px;
}


#left a:link, #left a:active, #left a:visited {
	color: #333333;
}

#left a:hover {
	color: #840000;
	text-decoration: underline;
}

#left h2 {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

#left h2 a:link, #left h2 a:active, #left h2 a:visited {
	color: #FFFFFF;
}

#left h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#left .results td {
	padding: 4px;
}

#right {
	width: 550px;
	background-color: #FFFFFF;
	float: right;
	border-left: 1px double #666666;
}

.post {
	padding: 10px;
}

.post p {
	line-height: 1.6em;
	margin-bottom: 10px;
}

.post h2, .post h2 a {
	color: #840000;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}

.post h2 a:active, .post h2 a:visited {color: #840000;}


.post h2 a:hover {
	text-decoration: underline;
}

.postcontent a:link {
	color: #333333;
	text-decoration: underline;
}

.postcontent a:visited {
color: #333333;
text-decoration: underline;
}

.postcontent a:active{
color: #333333;
text-decoration: underline;
}

.postcontent a:hover {
	color: #840000;
	text-decoration: underline;
}

.postcontent blockquote {
	width: 460px;
	padding: 15px;
	background-color: #f4f4ec;
	border: 1px solid #e6e3d3;
	margin-bottom: 10px;
	margin-left: 15px;
}

.postcontent ul, .postconent ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

.postcontent ul li, .postcontent ol li {
	margin-bottom: 3px;
}

.avatar {
	margin-right: 5px;
	padding-bottom: 3px;
}

.meta {
	margin-bottom: 7px;
}

.meta a {
	color: #333333;
}

.meta a:hover {
	color: #840000;
	text-decoration: underline;
}

.results td {
	padding: 5px;
}

textarea {
	width: 350px;
	height: 117px;
	font: inherit;
}

#comments {
	padding-top: 20px;
}

.commentsleft {
	width: 120px;
	float: left;
}

.commentsright {
	width: 350px;
	float: right;
	padding-top: 15px;
}

h2.startcomments {
	margin-bottom: 20px;
}

h2.addcomment {
	text-align: center;
}

h2.posttitle {
	font-size: 120%;
}

h2.invisible {
	background-color: #666666;
	color: #666666;
	font-size: 100%;
	padding: 1px;
	margin-left: 10px;
}

ol.commentlist {
	padding-left: 20px;
}

ol.commentlist li {
	width: 470px;
	padding: 10px;
	background-color: #f4f4ec;
	border: 1px solid #e6e3d3;
	margin-bottom: 10px;
}

ol.commentlist li p {
	line-height: 1.6em;
	margin-bottom: 10px;
}

ol.commentlist li a {
	color: #333333;
}

ol.commentlist li a:hover {
	color: #840000;
	text-decoration: underline;
}

ol.commentlist li p a {
	color: #333333;
	border-bottom: 1px solid #e6e3d3;
}

ol.commentlist li p a:hover {
	color: #840000;
	text-decoration: underline;
}

.commentmeta {
	background-color: #FFFFFF;
	border: 1px solid #e6e3d3;
	padding: 4px;
	margin-bottom: 5px;
	line-height: 1.4em;
}

.submitcomment {
	padding-top: 5px;
}

.commentbutton {
	width: 535px;
	padding: 3px;
	color: #FFFFFF;
	background-color: #666666;
	border: none;

	font: inherit;
	font-weight: bold;
}

.commentbutton:hover {
	background-color: #333333;
}

.gravatar {
	margin-right: 5px;
}

.commentauthor {
	font-weight: bold;
}

#pagenav {
	text-align: center;
}

#pagenav a {
	color: #840000;
	font-weight: bold;
}

#pagenav a:hover {
	text-decoration: underline;
}

#footer {
	width: 780px;
	margin: 0px auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

ul.sponsors li {
	display: inline;
}

.cboth {clear: both;}
.cleft {clear: left;}
.fleft {float: left;}
.fright {float: right;}
.space {margin-bottom: 15px;}

a img {
	border: 1px solid #840000;
	margin: none;
	padding: none;
}

/*.gallery dl.gallery-item dt.gallery-icon a,
.gallery dl.gallery-item dt.gallery-icon img,
.gallery dl.gallery-item dt.gallery-icon a img {
	border: none;
	margin: none;
	margin: 0px;
	padding: 0px;
}*/

#myGallery, #myGallerySet, #flickrGallery { margin-left: 10px; margin-bottom: 10px; margin-top: 10px;}
