/***** BASICS AND TYPOGRAPHY *****/

body {
	background: #151515 url(bg.jpg) repeat-x;
	color: #212121;
}
h1, h2, h3, h4, h5, h6 {
	color: #303231;
}
blockquote {
	background: url(quote.gif) no-repeat 10px 0.36em;
	color: #656565;
}
code {
	color: #323232;
}

#sidebar h2 {
	color: #A2A4A3;
}

/* Links */

a {
	color: #528280;
}
a:visited, a:active {
	color: #637171;
}
a:hover {
	color: #303231;
}

#content a {
	border-bottom: 1px dotted #7AA6A5;	
}
#content a:hover {
	border-bottom: 1px dotted #303231;
}

#sidebar a, #footer a, .commentlist li.alt a {
	border-bottom: 1px dotted #496769;
}
#sidebar a:visited, #sidebar a:active,
#footer a:visited, #footer a:active
.commentlist li.alt a:visited, .commentlist li.alt a:active {
}
#sidebar a:hover, #footer a:hover, .commentlist li.alt a:hover {
	color: #BDBFBE;
	border-bottom: 1px dotted #BDBFBE;
}

/* Forms */

input, textarea, select {
	border: 1px solid #989898;
	background: #FFF;
}
.submit {
	border: 1px solid #656565;
	background: #518280 url(submitbg.gif) repeat-x;
	color: #FFF;
}

/***** THE LAYOUT *****/

/* HEADER */

#header {
	background: url(header.gif) no-repeat 100% 0;
}
#header h1 a {
	color: #79A299;
}

#menu li {
	background: url(tableft.jpg) no-repeat;
}
#menu li a {
	background: url(tabright.jpg) no-repeat 100% 0;
	color: #CBCDCC;
}
#menu li:hover, #menu li:hover a, #menu li a:hover, #menu li.current_page_item a {
	color: #FFF;
}

/* CONTENT */

#content {
	border-top: 5px solid #79A299;
	border-bottom: 5px solid #79A299;
	background: #FFF;
}

/* SIDEBAR */

#sidebar {
	color: #CBCDCC;
}
#sidebar li {
	background: #303231;
}
#sidebar li.alt {
	background: #1C1E1D;
}
#sidebar li li a {
	background: url(arrow.gif) no-repeat 0 0.56em;
}

/* Search */

#sidebar li#sb-search input {
	border: 1px solid #303231;
	background: #1E201F;
	color: #CBCDCC;
}
#sidebar li#sb-search input#searchsubmit {
	background: #2A4D5A url(searchbg.gif) repeat-x;
}

/* FOOTER */

#footer {
	background: #151515;
	color: #929493;
}



/***** BLOG *****/

.post {
	border-bottom: 1px dotted #989898;
	background: #FFF;
}
h2.posttitle a {	
	color: #303231;	
}
h2.posttitle a:hover {
	color: #528280;
}
.postdate {
	color: #656565;
}
.postdate span {
	background: #E4E6E5;
}
.postmeta {	
	color: #656565;
}



/***** COMMENTS *****/

.commentsmeta {
	color: #656565;	
}
.commentlist {
	border-bottom: 1px dotted #989898;
}
.commentlist li {
	border-top: 1px dotted #989898;
}
.commentmeta {
	color: #656565;
}
.commentlist li.alt {
	background: #303231;
	color: #DDDFDE;
}
.commentlist li.alt .commentmeta {	
	color: #989898;
}
.commentlist li.alt h4 {
	color: #929493;
}



/***** ETC *****/

/* Image borders */

div.image img, img.image,
div.imagecenter img,
div.imageleft img, img.imageleft,
div.imageright img, img.imageright {
	border: 5px solid #989898;
}

/* Calendar */

#wp-calendar {
	border: 1px solid #1C1E1D;
	background: #1C1E1D;
}
#wp-calendar caption {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #1C1E1D;
	background: #303231;
	color: #BDDBDD;
}
#wp-calendar tbody td {
	background: #303231;
}

.alt #wp-calendar {
	border: 1px solid #303231;
	background: #303231;
}
.alt #wp-calendar caption {
	border-color: #303231;
	background: #1C1E1D;
}
.alt #wp-calendar tbody td {
	background: #1C1E1D;
}
