/*  
Theme Name: Contented
Theme URI: http://contented.life.eu.org/
Description: Wordpress theme for ContentedLife
Version: 0.2
Author: Ben Wheeler
Author URI: http://contented.life.eu.org/
*/

a {
  color: #8bf;
  text-decoration: none;
}

a img {
  border: none;
}

a:hover {
  color: #8fb;
}

abbr {
  border-bottom: 1px dashed #999;
  cursor: help;
  letter-spacing: .07em;
}

acronym {
  border-bottom: 1px dashed #999;
  cursor: help;
  letter-spacing: .07em;
}

blockquote {
  border-left: 5px solid #ddd;
  color: #fcf;
  margin: 15px 30px 0 10px;
  padding-left: 20px;
}

blockquote cite {
  display: block;
  margin: 5px 0 0;
}

body {
  background: url(images/dscn0363_1600.jpg) fixed no-repeat;
  background-color: #333;
  color: #ccc;
  font-family: Verdana, 'Bitstream Vera Sans', Arial, sans-serif;
  font-size: 90%;
  margin: 0;
  padding: 0;
  text-align: center;
}

cite {
  text-decoration: none;
}

code {
  font-family: 'LettrGoth12 BT', 'Andale Mono', 'Bitstream Vera Sans Mono', Courier, 'Courier New', fixed, monospace;
  color: #ffa;
}

h1 {
  color: #ffe;
  font-weight: bold;
  margin: 0;
  text-align: center;
  text-decoration: none;
}

h1,h2,h3 {
  font-family: 'Trebuchet MS', Georgia, Times, 'Times New Roman', serif;
}

h1 a {
  color: #ffe;
  text-decoration: none;
}

h1 a:visited {
  color: #ffe;
  text-decoration: none;
}

h1 a:hover {
  color: #ffe;
  text-decoration: none;
}

h2 {
  clear: left;
  font-weight: bold;
  margin: 1ex 0 0 0;
  text-align: left;
  text-decoration: none;
}

h2.pagetitle {
  text-align: center;
}

h3 {
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0;
}

h3.comments {
  margin: 1em auto;
  padding: 0;
}

hr {
/*  display: none; */
}

html>body .entry li {
  margin: 1ex 1em;
}

/* These are insulated from IE I think */
html>body .entry ul {
  list-style: none;
  margin-left: 0px;
  padding: 0 0 0 30px;
  text-indent: -10px;
}
html>body .entry ul li:before {
  content: "\00BB \0020";
}

img.alignleft {
  display: inline;
  margin: 0 7px 2px 0;
  padding: 4px;
}

img.alignright {
  display: inline;
  margin: 0 0 2px 7px;
  padding: 4px;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ol li {
  list-style: decimal outside;
}

p {
  line-height: 1.5em;
} 

p img {
  max-width: 100%;
  padding: 0;
}

select {
  width: 130px;
}

small {
  color: #ccc;
}

span.caps {
  cursor: help;
  letter-spacing: .07em;
}

strike {
  color: #ccc;
}


.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.alt {
  margin: 0;
  padding: 10px;
}

.center {
  text-align: center;
}

.commentlist {
  padding: 0;
  text-align: justify;
}

.commentlist cite {
  font-style: normal;
  font-weight: bold;
}

.commentlist cite a {
  font-style: normal;
  font-weight: bold;
}

.commentlist li {
  font-weight: bold;
  list-style: none;
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
}

.commentlist p {
  font-weight: normal;
  line-height: 1.2em;
  margin: 10px 5px 10px 0;
  text-transform: none;
}

.commentmetadata {
  display: block;
  font-weight: normal;
  margin: 0;
}

.description {
  color: white;
  text-align: center;
  text-decoration: none;
}

.entry form {
  text-align: center;
}

.entry ol {
  margin: 0;
  padding: 0 0 0 35px;
}

.entry ol li {
  margin: 0;
  padding: 0;
}

.entry p a:visited {
  color: #b55;
}

.narrowcolumn {
  width: 65%;
  margin: 0 2% 2% 3%; /* .post adds to effective left margin */
  padding: 0;
}

.narrowcolumn .postmetadata {
  padding-top: 1ex;
}

.navigation {
  display: block;
  margin-top: 1ex;
  margin-bottom: 1em;
  text-align: center;
}

.nocomments {
  color: #ccc;
  margin: 0;
  padding: 0;
  text-align: center;
}

.post {
  margin-left: 2%;
  margin-right: 2%;
  text-align: justify;
}

.postmetadata {
  color: #ccc;
}

.postmetadata ul ul,
.postmetadata ul ul li {
  display: inline;
}

#commentform #submit {
  float: right;
  margin: 0;
}

#commentform input {
  margin: 5px 5px 1px 0;
  padding: 2px;
  width: 170px;
}

#commentform p {
  margin: 5px 0;
}

#commentform textarea {
  padding: 2px;
  width: 100%;
}

#footer {
  clear: both;
  margin: 0 auto;
  width: 100%;
}

#footer p {
  margin: 5%;
  text-align: center;
}

#header {
  margin: 1ex 1em;
  padding: 1ex 1em;
}

#page {
  background: url(images/dscn0363_1600_lined.jpg) fixed no-repeat;
  background-color: #333;
  border: 2px solid #ccc;
  color: white;
  margin: 0 auto;
  min-height: 60em;
  padding: 0;
  text-align: left;
  width: 90%;
}

#searchform {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: left;
}

#sidebar {
  float: right;
  border-left: 2px groove black;
  padding: 2%;
  margin: 0;
  font-size: smaller;
}

#sidebar #searchform #s {
  padding: 2px;
  width: 8em;
}

#sidebar #searchsubmit {
  padding: 1px;
}

#sidebar form {
  margin: 0;
}

#sidebar h2 {
  margin: 5px 0 0;
  padding: 0;
  text-decoration: none;
}

#sidebar ul {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 15px;
}

#sidebar ul ol {
  margin: 0 0 0 10px;
  padding: 0;
}

#sidebar ul ol li {
  color: #ccc;
  list-style: decimal outside;
  margin: 3px 0 0;
  padding: 0;
}

#sidebar ul p {
  margin: 5px 0 8px;
}

#sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul {
  margin: 5px 0 0 10px;
}

#sidebar ul ul li {
  color: #ccc;
  margin: 3px 0 0;
  padding: 0;
}

#sidebar ul ul li:before {
  content: "\00BB \0020";
}

#sidebar ul ul ul {
  margin: 0 0 0 10px;
}

#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
}

#wp-calendar caption {
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td.pad:hover {
  background-color: #fff;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}



