/***** BASICS AND TYPOGRAPHY *****/

body {
	BACKGROUND-COLOR: #ffffff;
	
}
h1, h2, h3, h4, h5, h6 {
	color: #1C3A46;
}
blockquote {
	background: url(quote.gif) no-repeat 10px 0.36em;
	color: #656565;
}
code {
	color: #323232;
}

#sidebar h2 {
	color: #B7D6E6;
}

/* Links */

a {
	color: #46889F;
}
a:visited, a:active {
	color: #375F6D;
}
a:hover {
	color: #1C3A46;
}

#content a {
	border-bottom: 1px dotted #9AC2D4;	
}
#content a:hover {
	border-bottom: 1px dotted #1C3A46;
}

#sidebar a, #footer a {
	color: #ADD56A;
	border-bottom: 1px dotted #6B9CAC;	
}
#sidebar li.alt a {
	border-bottom: 1px dotted #507886;
}
#sidebar a:visited, #sidebar a:active,
#footer a:visited, #footer a:active {
	color: #75B0BF;
}
#sidebar li.alt a:visited, #sidebar li.alt a:active {
	color: #5A8C9A;
}
#sidebar a:hover, #sidebar li.alt a:hover, #footer a:hover {
	color: #B7D6E6;
	border-bottom: 1px dotted #B7D6E6;
}

/* Forms */

input, textarea, select {
	border: 1px solid #989898;
	background: #FFF;
}
.submit {
	border: 1px solid #3E6776;
	background: #3E6776 url(submitbg.gif) repeat-x;
	color: #FFF;
}

/***** THE LAYOUT *****/

/* HEADER */

#header {
	background: url(header.gif) no-repeat 100% 0;
}
#header h1 a {
	color: #ADD46B;
}

#menu li {
	background: url(tableft.jpg) no-repeat;
}
#menu li a {
	background: url(tabright.jpg) no-repeat 100% 0;
	color: #F1F5FF;
}
#menu li:hover, #menu li:hover a, #menu li a:hover, #menu li.current_page_item a {
	color: #243423;
}

/* CONTENT */

#content {
	border-top: 5px solid #ADD46B;
	border-bottom: 5px solid #ADD46B;
	background: #FFF;
}

/* SIDEBAR */

#sidebar {
	color: #FFF;
}
#sidebar li {
	background: #4F8090;
}
#sidebar li.alt {
	background: #375F6D;
}
#sidebar li li a {
	background: url(arrow.gif) no-repeat 0 0.56em;
}

/* Search */

#sidebar li#sb-search input {
	border: 1px solid #4F8090;
	background: #2A4D5A;
	color: #FFF;
}
#sidebar li#sb-search input#searchsubmit {
	background: #2A4D5A url(searchbg.gif) repeat-x;
}

/* FOOTER */

#footer {
	background: #1C3A46;
	color: #989898;
}



/***** BLOG *****/

.post {
	border-bottom: 1px dotted #989898;
	background: #FFF;
}
h2.posttitle a {	
	color: #1C3A46;	
}
h2.posttitle a:hover {
	color: #46889F;
}
.postdate {
	color: #656565;
}
.postdate span {
	background: #E8FFBD;
}
.postmeta {	
	color: #656565;
}



/***** COMMENTS *****/

.commentsmeta {
	color: #656565;	
}
.commentlist {
	border-bottom: 1px dotted #989898;
}
.commentlist li {
	border-top: 1px dotted #989898;
}
.commentlist li.alt {
	background: #DFDFDF;
}
.commentmeta {
	color: #656565;
}



/***** ETC *****/

/* Image borders */

div.image img, img.image,
div.imagecenter img,
div.imageleft img, img.imageleft,
div.imageright img, img.imageright {
	border: 5px solid #BFBFBF;
}

/* Calendar */

#wp-calendar {
	border: 1px solid #375F6D;
	background: #375F6D;
}
#wp-calendar caption {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #375F6D;
	background: #4F8090;
	color: #BDDBDD;
}
#wp-calendar tbody td {
	background: #4F8090;
}

.alt #wp-calendar {
	border: 1px solid #4F8090;
	background: #4F8090;
}
.alt #wp-calendar caption {
	border-color: #4F8090;
	background: #375F6D;
}
.alt #wp-calendar tbody td {
	background: #375F6D;
}
