/* body (most outer)
--------------------------------------------------*/
body {
  color:black;
  background:#717191;
/*  background-image:url(images/backgrounds/rough_paper.png);*/
}

body#commentblockpopup {background:lightgrey;}
/* headings
--------------------------------------------------*/
h1, h1 a,
h2, h2 a,
h3 a,
h4 a,
.sidehead a
  {color:#3F3747;}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
.sidehead a:hover
  {color:#9d9dcc}

/* links
--------------------------------------------------*/
a {color:#B7B7ED;}
a:hover {color:#BC0000;}/* match menu button hover----*/

a.commentlink {
	padding-left:16px;
	background:url(images/spring/comments.gif) center left no-repeat;
}
a.more {
	padding-right:10px;
	background:url(images/spring/more.gif) center right no-repeat;
}
/* paragraphs, lists, etc
--------------------------------------------------*/
pre,
code
  {background-color:#F8FAF2;}
kbr {color:#C55C3F;}

/* container
--------------------------------------------------*/
#content_bg {
	background: white;
	width: 15px;
	}
#container {
  padding-top:0;
  border-top:10px;
/*  background-image:url(images/backgrounds/rough_paper.png);*/
}
#container.singlecol,
#commentblockpopup #container {background-image:none;}
/* header
--------------------------------------------------*/
#header {
/*	background-color:#9E9EFF;*/
/*	background-image:url(header_clouds.png);*/
}
#header .sitetitle {
   color: #C55C3F;
}

/* navigation
--------------------------------------------------*/
#navigation {background-color:#9d9dcc;}
#navigation li, #navigation .navlinks li {border-color:#EDE8E2;}
#navigation a {color:#EDE8E2;}
#navigation .navlinks .selflink,
#navigation .navlinks a:hover
  {background-color:#6a5c78;}
#navigation .pageactions,
#navigation .pageactions a {
  color:#9d9dcc;
}
#navigation .pageactions a:hover {color:#fff;}
#navigation form {
  border-color:#EDE8E2;
  background:#9d9dcc;
}
#navigation #searchfield {border-color:#FFF9EA;
  color:black;
  background-color:#D3D3D3;
}
#navigation #searchbutton {
  color:black;
  background-color:#D3D3D3;
}

/* Entry
--------------------------------------------------*/
.entry {margin:0 0 40px 0;}
.entry .info {
  border-color:#F3F4F4;
  background-color:#FAFAFA;
}
.entry a.more {
	padding-left:12px;
	background:url(images/spring/more.gif) center left no-repeat;
}
.entry .info .date,
.entry .info .comments {
	padding-left:15px;
	border-color:#949494;
}
.entry .info .date {
	background:url(images/spring/post.gif) center left no-repeat;
}
.entry .info .comments {
	background:url(images/spring/comments.gif) 0 1px no-repeat;
}
.entry .info .tags,
.entry .info .author {
	padding-left:13px;
	border-color:#949494;
}
.entry .info .author {
	background:url(images/spring/author.gif) 0 2px no-repeat;
}
.entry .info .tags {
	background:url(images/spring/categories_yellow.gif) 0 2px no-repeat;
}
.entry #filedunder {border-color:#F3F4F4;}

/* Mini-Entry
--------------------------------------------------*/
.minientry	{border-color:#D9D9D9;}
.minientry .commentlink {border-color:#949494;}
.minientry .permalink {
	padding-left:15px;
	background:url(images/spring/post.gif) center left no-repeat;
}
.minientry .author {
	padding-left:23px;
	border-color:#949494;
	background:url(images/spring/author.gif) 10px 2px no-repeat;
}
/* Comments
--------------------------------------------------*/
#commentblock h2 a {color:#6C8C37;}
#commentblock li.trackback,#commentblock li.pingback {list-style-image:url(images/spring/pingtrackback.gif);}
#commentblock form {background-color:#EDF3DE;}
#commentblock .header {background-color:#EDF3DE;}
#commentblock .header.alt {background-color:#E9F7F6;}
/* form
--------------------------------------------------*/
form p {border-color:#EDE8E2;}
form label { color:#B53FOO;}
form em {color:#C8C8B4;}
form input {color:#414141;}
#wikiedit form input[type="submit"]:hover {background-color:#B53F00;}
form input, form textarea {
  border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC;
}
form .inputbutton {
  border-color:#EDE8E2 #DCDCDC #DCDCDC #EDE8E2;
  background-color:#F0F0F0;
}

/* Archives
--------------------------------------------------*/
.archive .postspermonth {color:#A0A0A0;}
/* content misc
--------------------------------------------------*/
.next a {
	padding-right:10px;
	background:url(images/spring/next.gif) center right no-repeat;
}
.previous a {
	padding-left:10px;
	background:url(images/spring/previous.gif) center left no-repeat;
}
#entrynavigation {border-color:#F3F4F4;}
.editlink {
	background:url(images/spring/edit.gif) 0 -13px no-repeat;
	padding-left: 18px;
}
/* subcontent
--------------------------------------------------*/
#subcontent_bg {
	height:45px;
	width:15px;
}

/* subcontent headings
--------------------------------------------------*/
#subcontent .sidehead {
  color:black;
  background:#9D9DCC;
}
#subcontent .sidehead 0em {
}

/* subcontent list
--------------------------------------------------*/
#subcontent ul li {border-bottom-color:#F0F0F0;}
#subcontent li a:hover {background-color:none;}
#subcontent ul.pages li {list-style-image:url(images/spring/post_yellow.gif);}
#subcontent ul.months li {list-style-image:url(images/spring/categories_yellow.gif);}
#subcontent ul.links li {list-style-image:url(images/spring/links_yellow.gif);}
#subcontent ul.feeds li {list-style-image:url(images/spring/feeds_yellow.gif);}
#subcontent ul.posts li {list-style-image:url(images/spring/post_yellow.gif);}
#subcontent ul li li {list-style-image:url(images/spring/sub_categories_yellow.gif);}

#subcontent .list-post li {background: url(images/spring/post_yellow.gif) no-repeat left top; list-style: none; padding-left: 20px !important;}
#subcontent .list-admin li {background: url(images/spring/author.gif) no-repeat left center;	list-style: none; padding-left: 20px !important;}
#subcontent .list-comments li {background: url(images/spring/comments.gif) no-repeat left top; list-style: none; padding-left: 20px !important;}
#subcontent .list-cat li {background: url(images/spring/categories_yellow.gif) no-repeat left top; list-style: none; padding-left: 20px !important;}

/* calendar
--------------------------------------------------*/
#wp-calendar {color:#A0A0A0;}
#subcontent table caption {border-bottom-color:#F3F4F4;}
#subcontent table thead tr {
	border-bottom-color:#F3F4F4;
	color:#414141;
}
#subcontent table th {border-bottom-color:#F3F4F4;}
#subcontent table td#today {
	border-color:#F3F4F4;
	color:#414141;
}
#subcontent table td a {
	border-bottom-color:#A3C159;
	background-color:#EDF3DE;
}
#subcontent table tfoot {border-top-color:#F3F4F4;}
#subcontent table tfoot a {background:none;}
/* footer
--------------------------------------------------*/
#footer {
  color:#A0A0A0;
  background:#717191;
}
/*#footer p {border-top:6px solid #E9F7F6;}*/
#footer {border-top:0px solid #E9F7F6;}
#footer a {color:#A0A0A0;}
#footer a:hover {color:#414141;}
#footer strong {color:#C55C3F;}
