/*  
Theme Name: Black Splat WR
Theme URI: http://samk.ca/freebies/free-wordpress-theme-blacksplat/
Description: A simple, 3-column widget-ready WordPress theme designed to incorporate common ad formats.
Author: Sam Karathanos
Author URI: http://samk.ca/
Version: 1.3
Tags: black, gold, simple, grunge, right sidebar, 3 columns, fixed width, valid xhtml, valid css, widgets, adsense ready, rounded, 1024
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px;
  }

a {
  color: #889A6E;
  text-decoration: none;
  }

a:hover {
  color: #AAC18A;
  text-decoration: none;
  }

blockquote {
  padding-left: 35px;
  margin: 10px 0 0 10px;
  font-style: italic;
  }

code {
  color: #555;
  }

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0px auto;
  width: 1000px;
  font-family: arial;
  text-align: center; /* IE Centering Technique */
  background: #000;
  }


/* Header and wrapper */
#wrapper {
  width: 1000px;
  text-align: left; /* IE Centering Technique */

  }

#header {
  margin: 0 40px;
  padding-top: 30px;
  height: 60px;
  }

#title {
  float: left;
  margin-left: 185px;
  width: 360px;
  display:inline;
  }
#header h1 {
  padding: 0;
  font-size: 15px;
  }
#header h1 a {
  color: #ffffff;  
  font-size: 16pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #ffffff;
  text-decoration: none;
  }
#header h3 {
  font-weight:normal;
  padding: 0;
  color: #fff;
  font-size: 12px;
  }

/* Content */

#main {
  clear: both;
  margin: 0 40px;
  width: 940px; /* Prevents IE6 miscalculation */
  }

#contentwrapper {
  float: right;
  padding-left: 5px;
  padding-right: 20px;
  padding-top:0px;
  }

#content {
  padding-top:15px;
  background-color:#121212;  
  width: 745px;
  }  /* 文章区背景颜色 */

#content .pageTitle {
  font-size: 14px;
  font-weight:normal;
  color: #5e5e5e;  /*分类提示标题*/
  }

.post {
  margin-top: 0px;
  margin-bottom: 40px;
  }

h2.postTitle {
  padding: 0 10px;
  }

h2.postTitle a {  /*文章标题*/
  font-size: 16px;
  color: #889A6E;
  }

h2.postTitle a:hover {
  font-size: 16px;
  text-decoration:none;
  color: #AAC18A;
  }

#content p.postMeta {
  padding: 0 10px;
  font-size: 12px;
  color: #7b7b7b;
  }

.post img {
  border:1px solid #343434;
  padding:5px;
  margin: 10px;
  }

.post a img {
  border:1px solid #343434;
  padding:5px;
  margin: 10px;
  }

.post a:hover img {
  border:1px solid #666666;
  padding:5px;
  margin: 10px;
  }

#content p, .postContent p {
  font-size: 12px;
  line-height:20px;
  color: #b4b4b4;
  }

.postContent p a{color:#889A6E; text-decoration:underline;}
.postContent p a:hover{color:#AAC18A; text-decoration:none;}

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 12px;
  color: #b4b4b4;
  }

.comment {

  border-top: 1px solid #343434;
  }

#commentslinks {
  float: right;
  text-align: right;
  padding: 5px 10px;
  width: 160px;
  color: #727248;
  font-size: 9pt;
  }

#commentslinks a {
  text-decoration: underline;
  }

#comments {
  margin: 0 0px;
  padding-top:10px;
  padding-left: 10px;
  font-size:14px;
  color: #b4b4b4;
  /* background: url(images/comment.jpg) left 5px no-repeat; */
  }

p.comments {
  clear: both;
  padding: 5px 10px;
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;
  /* background: url(images/comment.jpg) left top no-repeat; */
  font-size: 10pt;
  text-decoration: none;
  }

p.comments a:hover {
  text-decoration: underline;
  }

.commentlist {
  margin: 10px 25px;
  padding: 0 10px;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  padding-bottom: 5px;
  }

.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color:#AAC18A
  }

.commentlist cite a {
  }

.comment .commentmetadata a {
  color:#ffffff;
  }

.commentlist p {
  padding: 10px 0;
  }

.comment h3 {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  }

p.comment a {
  padding-left: 20px;
  /* background: url(images/comment.jpg) left top no-repeat; */
  font-size: 10pt;
  }

textarea {
  overflow-y:auto;
  background-color:#000000;
  border:1px solid #343434;
  width: 580px;
  color:#b4b4b4;
  }

input {
  background-color:#000000;
  border:1px solid #343434;
  width: 180px;
  color:#b4b4b4;
  }

.comment #submit {
  width: 110px;
  height: 25px;
 /* background: url(images/commentbutton.jpg) left top no-repeat; */
  border: none;
  font-size: 9pt;
  color: #fff;
  border:1px solid #343434;
  line-height:23px;
  background-color:#252525;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.commentbody {
  float:left;
  background-color:#252525;
  border:1px solid #343434;
  padding:10px 25px 10px 25px;
  width: 530px;
  margin: 10px 0 15px 0;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#nextprevious {
  margin: 10px;
  }

.navigation {
  margin-left:10px;
  margin-right:10px;
  font-size:12px;
  color:#666666;
  padding-top:5px;
  padding-bottom:10px;
  height:20px;
  }
.navigation a{font-size:12px;color:#666666}
.navigation a:hover{color:#ffffff}

/* Sidebars */
#sidebars {
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  width: 140px;
  }

#sidebar1 {
  float: left;
  width: 140px;
  }

#sidebar2 {
  float: right;
  padding-right: 15px;
  width: 110px;
  }

#sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 12pt;
  color: #333;
  letter-spacing: -1px;
  border-bottom: 1px solid #e4e4e4;
  }

#sidebars table {
  width: 110px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #5e5e5e;
  border-left:2px solid #799C0C;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #5e5e5e;
  text-decoration: none;
  }
#sidebars a.showit {
  color: #fff;
  }
#sidebars a:hover {
  color: #fff;
  text-decoration: none;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #333;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:-5px;}




/* footer*/

#footerwrapper {
  clear: both;
  height:58px;
  }

#footer {
  margin: 0 40px;
  }

#footerleft {
  color:#454545;
  float: left;
  margin-top: 30px;
  margin-left: 185px;
  width: 400px;
  display: inline;
  }

#footerleft p a {
  color: #ffffff;
  }

#footerleft p {
  
  padding: 0;
  line-height: 16px;
  }

#footer p {
  font-size: 10pt;
  color: #454545;
  }

a img {
  border: none;  
  }

//#bottomcurve {
  clear: both;
  width: 900px;
  height: 55px;
  background: url(images/bottomcurve.png) left bottom no-repeat;
  }
//#bottomcurve span{
  float: right;
  width: 125px;
  height: 15px;
  }
//#bottomcurve span:hover{
  cursor: pointer;
  }

.highlight {
  color: #D9D688;
  font-weight: bold;
  }


/* Misc */
.cleared {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }
