html {
	font-family: sans-serif;
	text-align: center;
	background-color: #eeeee6;
}

a:link,
a:visited,
a:active {
    color: #90785b;
    font-weight: bold;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #664a23;
    font-weight: bold;
    text-decoration: underline;
}                      

a img { border: 0px; }

#pagination {
	font-size: small;
}

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

ul li:before {
	content: "\00BB \0020";
}

#container {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#header {
	color: #333;
	font-size: large;
	font-weight: normal;
	width: 100%;
	text-align: left;
}

#content {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 0px;
}

#sidebar {
	width: 300px;
	padding: 20px;
	padding-right: 0px;
	margin-right: 20px;
	margin-top: 10px;
	float: left;
	font-size: small;
	border: 2px dashed #bdbdb6;
	background-color: #e6e6de;
}

.sidebar-node {
	padding-bottom: 20px;
}

#main {
	width: 600px;
	padding: 0px;
	float: left;
}

#footer {
	padding-top: 15px;
	margin: auto;
	clear: both;
	font-size: x-small;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

.post {
	border: 2px dashed #bdbdb6;
	background-color: #ebebe2;
	padding: 10px 8px;
	margin-bottom: 10px;
	margin-top: 10px;

	font-family: sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
}

.post h2 {
	font-size: medium;
	color: black;
}

.post ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
}

p.meta {
	text-align: right;
	margin-right: 5px;

	font-size: small;
	color: black;
	padding: 5px 0px;
}

p.auth {
	padding: 0 0 0 12px;
	background: url(/images/bracket.gif) no-repeat;
	margin-left: 10px;
	color: #727273;
	font-size: x-small;
	font-weight: bold;
}

h4.blueblk {
	padding: 5px;
	margin: 10px 0;
	border: 2px dashed #bdbdb6;
	background-color: #ebebe2;
}

.comment-list li, #preview {
	background: #d3e0ea;
	padding: 5px;
	margin-bottom: 8px;
	color: #555;
	clear: right;
	min-height: 60px;
}

.gravatar {
	float: right;
	padding: 0 5px;
}

#sidebar h3 {
	font-size: small;
	color: black;
	padding: 5px 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}

#flickr div img {
	border: 4px solid #fff;
}

#flickr div {
	width: 108px;
	border: 2px solid #dbd1c1;
	margin-bottom: 5px;
}

#flickr div.flickrsquare {
	width: 82px;
	border-right: 3px solid #dbd1c1;
	float:left;
	margin-right: 5px;
	margin-right: 5px;
}

#flickr div a { border: none; }

/* footer */
#footer ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 75%;
}

/* forms */
input, textarea, select {
	border: 1px solid #8ab3d1;
	background: #f9f9f9;
}

.frm-tbl td { vertical-align: top; padding: 5px; }
td#frm-btns { text-align: right; }

#comment_body { height: 220px; }
#form-submit-button { background: #d3e0ea; }

/* misc */
.powered { border: none; }
.powered img { margin-top: 20px; }
.pullquote {
	width: 30%;
	float:right;
	font: 150%/1.5em Times, Helvetica, "Times New Roman", serif;
	color: #666;
	margin:10px;
	background: url(../../images/theme/q-close.gif) no-repeat 70% 100% !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding: 0 25px 5px 0;
}
.pullquote:first-letter {
	background: url(../../images/theme/q-open.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.light-bg { background: #f7f7f7; padding: 2px; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#errors {
	color: red;
}

.admintools {
	float: right;
	background-color: #fff;
	font-size: smaller;
	padding: 0 2px;
	margin: 0 1px;
	color: #ccc;
	border: 1px solid #ccc;
}

.admintools:hover {
	color: #c00;
	border: 1px solid #c00;
}

a[name] { border: none; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#tags li em, #archives li em
{
	color: #98B4D1;
	font-size: smaller;
}

code {
	font-size:120%;
}

/*+-------------------------------------------+
|   		          	TAGLIST 						         |
+-------------------------------------------+*/

ul#taglist li {
	display: inline;
	line-height: 2em;
}

.tags .tags0  { font-size: 1.0em; }
.tags .tags1  { font-size: 1.2em; }
.tags .tags2  { font-size: 1.4em; }
.tags .tags3  { font-size: 1.6em; }
.tags .tags4  { font-size: 1.8em; }
.tags .tags5  { font-size: 2.0em; }
.tags .tags6  { font-size: 2.2em; }
.tags .tags7  { font-size: 2.4em; }
.tags .tags8  { font-size: 2.6em; }
.tags .tags9  { font-size: 2.8em; }
.tags .tags10 { font-size: 3.0em; }

#viewpage {
	border: 2px dashed #bdbdb6;
	background-color: #ebebe2;
	padding: 10px 8px 0px;
	margin-bottom: 10px;
	margin-top: 10px;

	font-family: sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
}
