/* MAIN
------------------------------------------------------------ */
body {
  font-size: 12px;
  color: #000;
  background: url(images/body_background.png) center top repeat-y #8b8b8b;
  font-family: Arial, Helvetica, sans-serif;
}
p {
  margin-bottom: 10px;
}
a {
  text-decoration: none;
}
a:hover {
}
a:visited {
  /*color: lightblue;*/
}


img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.thread-alt {
  background-color: #f8f8f8;
}
.thread-even {
  background-color: white;
}
.depth-1 {
  border: 1px solid #ddd;
}
.even, .alt {
  border-left: 1px solid #ddd;
}





/* CONTAINER
------------------------------------------------------------ */
#container {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 10px;
  position: relative;
  overflow: auto;
  
  background: url(images/container_background.png) no-repeat center top;
}



/* HEADER
------------------------------------------------------------ */
#header {
  clear: both;
  position: relative;
  overflow: auto;
  margin: 0 auto;
  height: 190px;
  margin-bottom: 30px;
}
#header div#logo {
}
#header div#logo a {
  display: block;
  background: url(images/logo.png);
  width: 291px;
  height: 62px;
  
  position: absolute;
  left: 49px;
  top: 38px;
}
#header div#logo a span {
  display: none;
}
#header div.description {
  display: none;
}




/* NAVIGATION
------------------------------------------------------------ */
#navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-right: 40px;

}
#navigation ul {
  overflow: auto;
  padding-bottom: 10px;
}
#navigation ul li {
  float: left;
  margin-left: 5px;
}
#navigation ul li a {
  text-transform: uppercase;
  color: #8b8b8b;
}
#navigation ul li a span {
}

#navigation ul li:before {
  content: "/";
  margin: 0 10px 0 5px;
  color: #8b8b8b;
}
  #navigation ul li.first:before {
    margin-right: 0;
  }
#navigation ul li:first-child:before {
  content: "";
}


/*
#navigation li:hover {
  background-position: 100% 0px;
}
*/
body.home #navigation ul li.home a,
body.about #navigation ul li.about a,
body.contact #navigation ul li.contact a {
  background-position: 100% 0px;
}


/* SECTION
------------------------------------------------------------ */
#section {
  clear: both;
}




/* SECTION - CONTENT
------------------------------------------------------------ */
#content {
  float: left;
  overflow: hidden;
  
  margin-left: 40px;
  
  /*width: 780px;*/
  width: 680px;
  
  
}
#content h1 {
  clear: both;
  font-size: 28px;
  color: #8b8b8b;
  margin: 0 0 10px 0;
}
#content h2 {
  clear: both;
  font-size: 24px;
  color: #8b8b8b;
  margin: 0 0 5px 0;
  
  font-weight: bold;
}
#content h3 {
  clear: both;
  font-size: 20px;
  color: #8b8b8b;
  margin: 0 0 8px 0;
}
#content h4 {
  clear: both;
  font-size: 18px;
  color: #8b8b8b;
  margin: 0 0 5px 0;
}
#content h5 {
  clear: both;
  font-size: 16px;
  color: #8b8b8b;
  margin: 0 0 3px 0;
}
#content h6 {
  clear: both;
  font-size: 14px;
  color: #8b8b8b;
  margin: 0 0 3px 0;
}
#content p {
  line-height: 16px;
}
#content ul,
#content ol {
  line-height: 16px;
  margin-left: 30px;
  margin-bottom: 10px;
}
#content ul {
  list-style: disc outside;
}
#content ol {
  list-style: decimal outside;
}
#content blockquote {
}
#content dl {
}
#content dl dd {
}
#content dl dt {
}


div.navigation {
  clear: both;
  overflow: auto;
  margin-bottom: 20px;
  line-height: normal;
}
div.navigation div.alignleft {
  float: left;
}
div.navigation div.alignright {
  float: right;
}




/* partial - post
------------------------------------------------------------ */
#content div.post {
  clear: both;
  padding-bottom: 20px;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 20px;
}
#content div.post h2 {
  font-weight: normal;
}
#content div.post h2 a,
#content div.post h3 a {
  color: #8b8b8b;
  font-weight: bold;
}
#content div.post small {
  display: block;
  color: #CCC;
  margin-bottom: 10px;
  font-size: 12px;
}
#content div.post div.entry {
}
#content div.post p.postmetadata {
  margin-bottom: 0;
}

#content div.post div.piclenselink {
  display: none;
}



/* SECTION - SIDEBAR
------------------------------------------------------------ */
#sidebar {
  float: right;
  
  margin-right: 40px;
  /*width: 180px;*/
  width: 180px;
}

#sidebar form {
  display: none !important;
  margin-bottom: 20px;
}

#sidebar p {
  line-height: 14px;
}


#sidebar h2 {
  color: #000;
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 5px;
}

#sidebar ul ul {
  list-style: disc outside;
  margin-bottom: 20px;
  font-size: 13px;
  margin-left: 16px;
  line-height: 16px;
}
#sidebar a {
  color: #3C393A;
}




/* FOOTER
------------------------------------------------------------ */
#footer {
  clear: both;
  overflow: auto;
}









/* COMMENTS
------------------------------------------------------------ */
.commentlist li, #commentform input, #commentform textarea {
  }
.commentlist li ul li {
  font-size: 1em;
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
  }

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  }

#commentform p {
  }

.commentmetadata {
  font-weight: normal;
  }
h3.comments {
  padding: 0;
  margin: 40px auto 20px ;
  }
#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
  }

#commentform {
  margin: 5px 10px 0 0;
  }
#commentform textarea {
  width: 100%;
  padding: 2px;
  }
#respond:after {
    content: "."; 
      display: block; 
      height: 0; 
      clear: both; 
      visibility: hidden;
  }
#commentform #submit {
  margin: 0 0 5px auto;
  float: right;
  }
/* End Form Elements */



/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
  }

.commentlist {
  padding: 0;
  text-align: justify;
  }

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;

  }
.commentlist li ul li { 
  margin-right: -5px;
  margin-left: 10px;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
  margin: 5px 0;
  }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }
/* End Comments */

#respond {
  padding-bottom: 50px;
}






/* PAGE - GLOBAL
------------------------------------------------------------ */





/* PAGE - about (about.php)
------------------------------------------------------------ */
body.page-permalink-about #content {
  
}






