/*
Theme Name: SubOne Charcoal
Version: 1.0
Author: Kerry McCullough
Author URI: http://subone.org/
Tags: charcoal, custom header, fixed width, two columns, widgets
*/


body {
  background: #1f1f1f url('images/bg.png') 0 0 repeat-x;
  color: #eee;
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  color: #333;
}

h2 a, h2 a:visited, h3 a, h3 a {
  text-decoration: none;
}
a, h2 a:hover, h3 a:hover {
  color: #06c;
  text-decoration: none;
}
a:hover, a:active {
  color: #147;
  text-decoration: underline;
}
a:visited {
  color: #024;
}

.center {
  text-align: center;
}
.wrapper {
	font-size: 1.2em;
  position:relative;
  background: #eee url('images/wrapper.png') 0 0 repeat-y;
  color: #444;
  margin: 0 auto;
  text-align: justify;
  width: 802px;
}

.header {
  background: #eee url('images/header.png') 0 0 no-repeat;
  color: #444;
  margin: 0 auto;
  text-align: justify;
  width: 802px;
  height: 216px;
}

h1 {
  color: #448;
  font-size: 1px;
  height: 1px;
  margin: 0;
  text-indent:-9999px;
}

#top-nav {
  position: absolute;
  width: 802px;
  left: 0;
  top: 0;
}

#top-nav a:link, #top-nav a:visited,
.footer a:link, .footer a:visited {
  color: #8ac;
}
#top-nav a:hover, #top-nav a:active,
.footer a:hover, .footer a:active {
  color: #ace;
}

#top-nav span {
  display: block;
  text-align: right;
  color: #eee;
  padding: 4px 24px;
}

#top-nav ul {
  position: absolute;
  left: 0;
  top: 32px;
  font-size: 1px;
  list-style-type: none;
  margin: 0;
  width: 546px;
  height: 46px;
  padding: 0 0 0 243px;
}

#top-nav ul span {
  display: none;
}

#top-nav li {
  position: relative;
  display: inline;
  float: left;
  height: 46px;
}

#top-nav ul a {
  display: block;
  float: left;
  height: 46px;
  background: url('images/menu.png') 0 0 no-repeat;
}

#top-nav-blog, #top-nav #top-nav-blog a {
  width: 73px;
  background-position: 0 46px;
}
#top-nav-downloads, #top-nav #top-nav-downloads a {
  width: 143px;
  background-position: -73px 46px;
}
#top-nav-portfolio, #top-nav #top-nav-portfolio a {
  width: 127px;
  background-position: -216px 46px;
}
#top-nav-about, #top-nav #top-nav-about a {
  width: 87px;
  background-position: -343px 46px;
}
#top-nav-contact, #top-nav #top-nav-contact a {
  width: 116px;
  background-position: -430px 46px;
}

#top-nav #top-nav-blog.selected a {
  background-position: 0 0;
}
#top-nav #top-nav-downloads.selected a {
  background-position: -73px 0;
}
#top-nav #top-nav-portfolio.selected a {
  background-position: -216px 0;
}
#top-nav #top-nav-about.selected a {
  background-position: -343px 0;
}
#top-nav #top-nav-contact.selected a {
  background-position: -430px 0;
}

#top-nav #top-nav-blog a:hover, #top-nav #top-nav-blog a:active {
  background-position: 0 -46px;
}
#top-nav #top-nav-downloads a:hover, #top-nav #top-nav-downloads a:active {
  background-position: -73px -46px;
}
#top-nav #top-nav-portfolio a:hover, #top-nav #top-nav-portfolio a:active {
  background-position: -216px -46px;
}
#top-nav #top-nav-about a:hover, #top-nav #top-nav-about a:active {
  background-position: -343px -46px;
}
#top-nav #top-nav-contact a:hover, #top-nav #top-nav-contact a:active {
  background-position: -430px -46px;
}

.node ul li:before, .menu ul ul li:before {
	content: "\00BB \0020";
}

.menu ul, .menu ul ol {
	margin: 0;
	padding: 0;
	}

.menu ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.menu ul p, .menu ul select {
	margin: 5px 0 8px;
	}

.menu ul ul, .menu ul ol {
	margin: 5px 0 0 10px;
	}

.menu ul ul ul, .menu ul ol {
	margin: 0 0 0 10px;
	}

ol li, .menu ul ol li {
	list-style: decimal outside;
	}

.menu ul ul li, .menu ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

.menu #searchform #s {
	width: 108px;
	padding: 2px;
	}

.menu #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.menu {
  float: right;
  margin-top: -70px;
  margin-bottom: -80px;
  width: 212px;
  padding-right: 32px;
}

.content {
  margin-top: -115px;
  padding: 0 275px 0 32px;
}

h2 {
  font-size: 1.4em;
  margin: 0 0 1em 0;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1.5em 0 .5em 0;
}

.navigation {
  margin-bottom: 1em;
}

.node {
  padding: 0 .5em;
  margin-bottom: 3em;
}

.footer {
  clear: both;
  font-size: .8em;
  text-align: center;
  background: #191919 url('images/footer.png') 0 0 no-repeat;
  color: #ccc;
  margin: -100px 0 20px 0;
  padding-top: 90px;
  height: 31px;
}

.footer p {
  margin: 0;
  padding: 0;
}

code, pre {
  background-color: #333;
  color: #fff;
  border: 1px solid #000;
  display: block;
  overflow: auto;
  padding: 10px;
  margin: 10px;
  white-space: pre;
}
code br {
  display: none;
}


