/*
Theme Name: INT Blog
Theme URI: http://intsoftboards.com/blog/
Description: Blog template for INT Softboards
Version: 1.0
Author: McLaughlin Design
Author URI: http://mclaughlindesign.com/
Tags: hi

*/

* {
  margin: 0;
  padding: 0;
}

body{
  background: #000;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
}

a{
  overflow: hidden;
}

hr{
  display: none;
}

#page{
  position: relative;
  width: 863px;
  margin: 0 auto;
  padding: 0 0 0 37px;
  background: url(/blog/wp-content/themes/int/images/bg_page.gif) no-repeat 0 14px;
}

/* header */

#header{
  position: absolute;
  left: 0;
  top: 14px;
  width: 20px;
  height: 229px;
  text-indent: -9999px;
}

#header h1 a{
  display: block;
  width: 20px;
  height: 229px;
}

/* content */

#content{
  float: right;
  width: 598px;
  padding: 143px 33px 0;
  border: 6px solid #7c7c7d;
  border-top: 0;
  background: #FFF url(/blog/wp-content/themes/int/images/bg_content.png) no-repeat;
  color: #464545;
}

#content h2{
  font-size: 12px;
  color: #464545;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .05em;
}

/* post */

#content .post{
  margin-bottom: 25px;
}

#content .post h3,
#content #respond h3,
#content h3#comments{
  margin-bottom: 8px;
  font-size: 35px;
}

#content h3#comments{
  margin-bottom: 1em;
}

#content .post h3 a{
  text-decoration: none;
}

#content .post small{
  display: block;
  margin-bottom: 1.5em;
  /*color: #464545;*/
  font-size: 12px;
  font-weight: bold;
}

#content .post p,
#content .post li{
  margin-bottom: 1.5833em;
  font-size: 12px;
  line-height: 1.5833;
}

#content .post ul,
#content .post ol{
  margin: 0 0 1em 3em;
}

#content .post li{
  margin: 0;
}

#content .post blockquote{
  margin: 0 3em;
  font-style: italic;
}

#content .post a{
  color: #464545;
}

#content .post p.postmetadata{
  padding-bottom: 11px;
  border-bottom: 1px solid #d9d8d8;
  font-weight: bold;
}

#content .post p.postmetadata a{
  color: #464545;
  text-decoration: none;
}

#content .post p.postmetadata:hover a{
  text-decoration: underline;
}

/* comments */

ol.commentlist li{
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  list-style: none;
}

ol.commentlist li a:hover{
  text-decoration: none;
}

ol.commentlist li div.comment-body p{
  margin-bottom: .5em;
  color: #363636;
  font-size: 11px;
  line-height: 1.3636;
}

ol.commentlist li div.comment-author{
  margin-bottom: .5em;
  font-size: 12px;
}

ol.commentlist li div.comment-author a{
  color: #f09c2b;
}

ol.commentlist li div.comment-author cite{
  font-style: normal;
}

ol.commentlist li div.comment-author img{
  display: none;
}

ol.commentlist li div.comment-meta{
  margin-bottom: 1em;
  font-size: 11px;
}

ol.commentlist li div.comment-meta a{
  color: #f7cd95;
}

ol.commentlist li div.comment-meta:hover a{
  color: #f09c2b;
}

form#commentform p{
  margin-bottom: 1em;
  font-size: 11px;
}

form#commentform p a{
  color: #f7cd95;
}

form#commentform p:hover a{
  color: #f09c2b;
}

form#commentform textarea{
  width: 500px;
  height: 150px;
}

form#commentform label small{
  font-size: 11px;
}

/* sidebar */

#sidebar{
  float: left;
  width: 165px;
  padding-top: 60px;
}

#sidebar h2,
#sidebar label{
  margin-bottom: 5px;
  padding: 0 0 6px 1px;
  border-bottom: 1px solid #5b5b5b;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Arial Narrow", Helvetica, Verdana, Tahoma, sans-serif;
  letter-spacing: .1em;
}

#sidebar label{
  display: block;
}

#sidebar input#s{
  display: block;
  margin-bottom: 4px;
}

#sidebar p{
  color: #fff;
  font-size: 11px;
  line-height: 1.333;
}

#sidebar li{
  margin-bottom: 10px;
  /*background: red;*/
}

#sidebar ul ul{
  /*background: green;*/
}

#sidebar li li{
  margin-bottom: 3px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.25;
}

#sidebar li a{
  color: #989898;
  text-decoration: none;
}

#sidebar li a:hover{
  color: #fff;
}

/* footer */

#footer{
  clear: both;
  padding: 10px;
}

#footer p{
  font-size: 11px;
  color: #333;
  text-align: right;
}

#footer p a{
  color: #555;
}

#footer p a:hover{
  text-decoration: none;
}
