html, body {
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	background: #E4E4E4;
	font-size: x-small;
	font-family: Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

#top {
	margin: 0 auto;
	background: #E4E4E4 url(images/header.jpg) no-repeat top center;
	height: 200px;
        width: 880px;
}

.blogtitle {
        color: #FFFFFF;
	font-size: x-large;
	letter-spacing: 0.05em;
	text-align: right;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
        padding: 25px;
}

#linkbar {
	background: #E4E4E4 url(images/links.jpg) no-repeat top center;
	height: 75px;
        width: 880px;
	margin: 0 auto;
        padding: 0;
        text-align: left;
        font-size: 12px;
}

#linkbar a {
	color: #336699;
}

#linkbar a {
	color: #336699;
}

#linkbar a:hover {
	color: #990000;
	text-decoration: underline;
}

#page {
	background: #E4E4E4 url(images/bg.jpg) center top repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 880px;
}

#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}

blockquote {
	border-left: 3px solid #990000;
	padding-left: 15px;
	margin: 0 20px 0 15px;
}

a {
	text-decoration: none;
}
a:link {
	color: #996633;
}
a:visited {
	color: #996633;
}
a:hover, a:active {
	color: #FF9900;
}

code {
	color: #005577;
	text-align: left;
}

h1, h1 a {
	color: #CC9933;
	font-size: medium;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
        letter-spacing: 0.01em;
	margin: 10px 0 2px 0;
	padding: 0 0 1px 0;
        text-transform: uppercase;
	border-bottom: 1px dotted #CC9933;
}

h2, h2 a {
	color: #CC9933;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.09em;
	margin: 0;
	padding: 0;
}

h3 {
	color: #005577;
	font-size: medium;
	font-weight: normal;
	margin: 15px 0 15px 0;
	padding: 0;
}

h4 {
	font-size: small;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol li {
	list-style-type: decimal;
        list-style-position: inside;
        margin: 1px;
}

form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 130%;
	text-align: left;
}

small {
	font-size: x-small;
        text-transform: uppercase;
        letter-spacing: 0.03em;
}

#comment {
	background: #ffffff;
	border: 1px solid #CC9933;
	color: #595949;
	font-size: small;
	vertical-align: middle;
}

#content {
	background: transparent;
	border: none;
	color: #666666;
	float: left;
	padding: 5px 15px 20px 20px;
	text-align: justify;
	width: 660px;
}

.archive {
	text-align: left;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
        width: 880px;
	background: #99CC99 url(images/footer.jpg) no-repeat top center;
        padding: 0;
        height: 50px;
        clear: both;
}

#sidebar {
	color: #333333;
	float: left;
	font-size: x-small;
        letter-spacing: 0.03em;
	margin: 0 10px 10px 20px;
	text-align: left;
	width: 155px;
}

#sidebar2 {
	color: #333333;
	float: right;
	font-size: x-small;
        letter-spacing: 0.03em;
	margin: 0 12px 10px 0;
	text-align: left;
	width: 155px;
}

#sidebar a {
	color: #666666;
}

#sidebar2 a {
	color: #666666;
}

#sidebar a:hover {
	color: #990000;
	text-decoration: underline;
}

#sidebar2 a:hover {
	color: #990000;
	text-decoration: underline;
}

#sidebar h2 {
	background: url(images/color_swatch.png) left no-repeat;
	margin: 15px 0 15px 0;
	padding: 0 0 0 20px;
	color: #336699;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	font-size: 14px;
        text-transform: lowercase;
	font-weight: normal;
}

#sidebar2 h2 {
	background: url(images/color_swatch.png) left no-repeat;
	margin: 15px 0 15px 0;
	padding: 0 0 0 20px;
	color: #336699;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	font-size: 14px;
        text-transform: lowercase;
	font-weight: normal;
}

#sidebar li {
	list-style-type: disc;
        list-style-position: inside;
	margin: 0;
	margin-left: 10px;
}

#sidebar2 li {
	list-style-type: square;
        list-style-position: inside;
	margin: 0;
	margin-left: 10px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#noindent {
	margin: 0;
	padding: 0;
}
#noindent2 {
	margin: 0;
	padding: 0;
}

input, textarea, submit {
border:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         x-small;
padding:           2px;
}

#author, email, url {
	background: #ffffff;
	border: 1px solid #CC9933;
	color: #595949;
	font-size: small;
	padding-left: 2px;
	vertical-align: middle;
}

.entry, .entrytext {
        font-size: small;
        text-align: justify;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}

.commentbody {
	border-top: 1px solid #CC9933;
        width: 375px;
	color: #333333;
        letter-spacing: 0.05em;
        padding: 15px;
        margin-bottom: 10px;
}

.commentbody p {
	line-height: 1.2em;
	font-size: x-small;
}

.commentlink {
	font-size: x-small;
}

.commentlist {
	list-style: none;
}


html[xmlns] .commentcount {
	position: absolute;
	right: 7px;
	top: 0;
}

.navigation {
	font-size: small;
	padding: 40px 0 0 0;
}

.postmetadata {
	color: #808979;
	font-size: x-small;
	margin: 25px;
        text-align: center;
        text-transform: uppercase;
}

.pagination {
	color: #808979;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.postmetadata a {
	color: #cc9933;
}
.entry img {
margin: 3px 5px 0 0;
padding: 5px;
background: #E4E4E4;
border: 1px dotted #999999;
}

.entry img.wp-smiley {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}

.entrytext img.wp-smiley {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}

img {
        padding: 0;
        border: 0;
	margin: 0;
}

/* different postmetadata style for single.php */

.alt {
	border-top: 1px solid #CC9933;
	color: #000000;
	font-size: small;
        padding: 15px;
        margin-bottom: 10px;
}

.alt a {
	color: #005577;
}
