/*  
Theme Name: jTheme
Theme URI: http://scottandrewbird.com/
Description: Designed for Girlwithnoname
Author: Scott Andrew Bird
Author URI: http://scottandrewbird.com/
Version: 1.0
Tags:grey color, right sidebar, one column, fixed width
*/


* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 0;
}


/* Anchors
--------------------------------------- */
a {
  color: #256B7F;
}
a:hover {
  color: #6B8B45;
}
blockquote {
  margin: 5px 10px;
  padding: 5px 10px;
  background: #9DCAE8;
  border: 1px dotted #BBB;
  }
code {
  color: #3366CC;
}
a img {
  border: none;
}


/* Main
--------------------------------------- */
body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 27px auto 10px auto;
  width: 950px;
  font-family: arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #404040 repeat-x top left;
  background-attachment: fixed; 
}
#wrapper {
   text-align: left; /* IE Centering Technique */
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   border: 10px solid #A0A0A0;
   background: #A0A0A0;
}


/* Header
--------------------------------------- */
#header {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 334px;
  background: #656565 url("images/bicephdr.jpg") top right no-repeat;
}
#header img {
   border: 1px solid black;
}
#header h1 {
   width: 390px;
   font-family: Arial, Verdana, Helvetica, Sans-Serif;
   color: white;
   font-size: 33px;
   margin: 0 0 0 0;
   padding: 30px 0 20px 10px;
   text-align: center;
   font-weight: bold;
   text-decoration: none;
}
#header h1 a {
   font-family: Arial, Verdana, Helvetica, Sans-Serif;
   color: #6B0007;
   font-size: 33px;
   margin: 0 0 0 0;
   padding: 10px 0 20px 10px;
   text-align: center;
   font-weight: bold;
   text-decoration: none;
}
#header h1 a:hover {
   color: #6B0007;
   text-decoration: underline;
}
#header h2 {
   width: 390px;
   font-family: Arial, Verdana, Helvetica, Sans-Serif;
   color: #6B0007;
   font-size:18px;
   margin: 0 0 0 0x;
   padding: 0 0 8px 20px;
   text-align: center;
   font-weight: normal;
}
#header h3 {
   width: 390px;
   font-family: Arial, Verdana, Helvetica, Sans-Serif;
   color: #C0C0C0;
   font-size:14px;
   margin: 0 0 0 0x;
   padding: 0 0 8px 20px;
   text-align: justify;
   font-weight: normal;
   line-height: 1.4em;
}
#header .topright {
  float: right;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 400px;
  height: 60px;
  text-align: right;
  color: #fff;
  font-size: 10pt;
  }

#header .topright a {
  color: #A6DDEA;
  }

#header .topright a:hover {
  color: #D0DE9C;
  }


/* Search
--------------------------------------- */
.search {
  padding: 0;
}
#searchform {
  float: right;
  margin-left: 0;
  margin-top: 2px;
  margin-right: 0px;
}
#searchbutton {
  width: 50px;
  background: #A0A0A0;
  color: white;
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#searchbutton:hover {
  cursor: pointer;
}


/* Forms
--------------------------------------- */
input.btn{
   border: none;
   text-decoration: none;
   margin:0;
   padding:0;
}


/* Menu
--------------------------------------- */
#nav {
   clear: both;
   margin: 0 0 0 0;
   font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
#nav ul {
   border-collapse: collapse;
   padding: 0 0 0 1em;
   white-space: nowrap;
   list-style: none;
   margin: 5px 5px 0 5px;
   height: 26px;
   line-height: normal;
}
#nav ul li { display: inline; }
#nav ul li a {
   background-color: #ddd;
   border-color: #bbb;
   border-width: 1px;
   border-style: solid solid none solid;
   height: auto;
   margin-right: 0.5em;
   padding: 0 1em;
   color: #404040;
   text-decoration: none;
}
#nav ul li.current_page a {
   background-color: #fff;
   border: 1px solid #bbb;
   border-bottom: white 5px solid;
}
#nav ul li a:hover {
   background-color: white;
   border-color: #404040;
   border-bottom: white 5px solid;
} 



/* Content
--------------------------------------- */
#main {
  clear: both;
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0 5px 0 0;
  padding: 0 0 15px 0;
  background: white;
}
#contentwrapper {
  float: left;
  width: 595px;
}
#content {
}
#content .pageTitle {
  padding: 5px 10px 15px 10px;
  font-size: 16pt;
  font-family: arial, sans serif;
  letter-spacing: 0.05em;
  color: #5A7836;
}
.post {
  margin: 5px 0 25px 0;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
   padding: 3px 2px 2px 3px;
   margin: 0 0 0 10px;
   color: #C0C0BD;
   background: #202020;
   font-size:14px;
  letter-spacing: 0.05em;
}
#content h2 a {
   color: #C0C0C0;
   background: #202020;
   font-size: 12pt;
   padding: 5px 3px 5px 8px;
}
#content h2 {
   font-size: 15pt;
   padding: 5px 3px 5px 8px;
}
#content h3 {
  font-size: 11pt;
}
#content h4, #content h5, #content h6 {
  font-size: 10pt;
}
h2.homeTitle {
  margin: 0 0 15px 0;
}
h2.postTitle {
   padding: 5px 3px 5px 8px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  font-family: arial, sans serif;
  letter-spacing: -1px;
}
h2.postTitle a {
   padding: 5px 3px 5px 8px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #11414F;
  }
h2.postTitle a:hover {
  color: #5A7836;
}
.postMeta {
  padding: 2px 10px 3px 10px;
  font-size: 9pt;
  color: #333;
}
.postMeta a {
  text-decoration: none;
}
.postContent img {
  margin: 10px;
  border: 3px solid #CCC;
}
#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #000;
}
.postContent ul, ol {
  padding: 0 0 0 35px;
}
.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
}
.postBasics {
   padding-top: 30px;
   text-align: center;
   font-size: 9pt;
   color: black;
}
.postTags {
   border-top: black;
   border-bottom: black;
  margin: 5px 10px 15px 10px;
  font-size: 9pt;
  color: #000;
}


/* Do more
--------------------------------------- */
.domore {
   border: 1px dotted black;
   padding: 5px 3px 10px 3px;
}


/* Shorty Awards thankyou and donations
--------------------------------------- */
.shorty {
   border: 1px dotted black;
   margin-top:12px;
   padding: 15px 3px 30px 10px;
   font-size: 12px;
   color: #000;
   font-family: arial, sans serif;
   letter-spacing: 0.03em;
}
.shorty img {
   padding-right: 10px;
}
.donations {
}
.donations h1 {
   padding: 10px 0 10px 10px
}
.donations form {
   padding: 20px 0 20px 10px
}


/* Comments
--------------------------------------- */
p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
}
p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
}
.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #CBE7FA;
  border: 1px solid #9DCAE8;
  width: 530px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 555px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* Sidebar
--------------------------------------- */
.sidebars {
   float:right;
   margin: 0 0 0 25px;
   padding: 9px 0 0 0;
   width: 290px;
   font-family: Arial, Verdana, Helvetica, Sans-Serif;
   line-height: 1.1em;
}
.sidebars img {
   margin: 0 5px 3px 0;
   padding: 0;
}
.sidebars h2 {
   padding: 3px 2px 2px 8px;
   margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
   color: #C0C0C0;
   background: #202020;
   height: 19px;
}
.sidebars table {
  width: 280px;
}
.sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
}
.sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
}
.sidebars li ul {
  padding: 0;
}
.sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dashed #ddd;
}
.sidebars li.nobg a:hover {
  background: none;
  color: #003366;
  text-decoration: none;
}
.sidebars a {
  display: inline;
  color: #333;
  text-decoration: none;
}
.sidebars a:hover {
  color: #003366;
  background: #C1DEF1;
}
.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
}
#tag_cloud a {
  display: inline;
}

.sidebars ul.children li {border-bottom:none;}
.sidebars ul.children {margin-bottom:-5px;}

/* Twitter
--------------------------------------- */
.twitter_div {
}
ul#twitter_update_list a {
display:block;
padding-bottom:5px;
}

ul#twitter_update_list a:link {
text-decoration:none;
color:#000000;
}

#twitter_badge_container{width: 280px; background: #C1EAFF}
#twitter_badge_tl{background: transparent url(http://www.straighttothebar.com/images/icons/twitter_tl.png) top left no-repeat;}
#twitter_badge_tr{background: transparent url(http://www.straighttothebar.com/images/icons/twitter_tr.png) top right no-repeat;}
#twitter_badge_bl{background: transparent url(http://www.straighttothebar.com/images/icons/twitter_bl.png) bottom left no-repeat;}
#twitter_badge_br{background: transparent url(http://www.straighttothebar.com/images/icons/twitter_br.png) bottom right no-repeat; }
#twitter_badge_inner{padding: 45px 10px 10px 10px;}
#twitter_badge_via {font-size: 10px }
#twitter_badge_via a {color #666}

/* defaults */
#my_twitter_status{}
#my_twitter_status_time{color: #666; font-size: 10px;}



/* Footer
--------------------------------------- */
#footer {
  clear: both;
  padding-top: 10px;
  color: #fff;
  text-align: center; /* IE Centering Technique */
}
#footer p {
  padding: 0;
  font-size: 8pt;
  line-height: 19px;
}
#footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer a {
  color: #404040;
  text-decoration: none;
}
#footer a:hover {
  color: #404040;
  text-decoration: underline;
}
#credits {
  clear: both;
  float: left;
  margin: 0 auto;
  padding: 0 0 5px 0;
  width: 940px;
  text-align: center;
}


/* Extras
--------------------------------------- */
.cleared {
  clear: both;
}
.left {
  float:left;
}
.right {
  float:right;
}
#nextprevious {
  padding:10px;
  font-size:85%;
}
a.gravatar {

  float:right;

  margin:10px 15px 20px 0;

  width:50px;
}
