/*  
Theme Name: Goodplaya
Theme URI: 
Description: The Goodplaya Arsenal Blog Theme
Version: 1.0
Author: hypervisual.co.uk
Author URI:

	Goodplaya v1.0

	This theme was designed and built by hypervisual.co.uk.

	The CSS, XHTML and design is for the sole use of Goodplaya.

*/
body {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-image: url(asset/bg.gif);
}

img {
  border: 0;
}

p, div {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: left;
}

p {
  margin-top: 7px;
}

div#blog {
  position: relative;
  width: 464px;
  padding: 5px;
}

div#container {
  position: relative;
  margin: 25px auto;
  width: 674px;
  color: #222222;
  background-color: #f2f2f2;
}

div#head {
  width: 100%;
  height: 150px;
  border-bottom: 5px solid #cc2222;
}

div#head_clear {
  clear: both;
  font-size: 0;
  line-height: 5px;
  height: 5px;
  background-color: #ce2222;
}

div#my_content {
  padding: 5px;
  width: 664px;
}

a {
  color: #dd0000;
  text-decoration: none;
}

a:hover {
  color: yellow;
}


div#sidebar {
  float: right;
  width: 180px;
}

div#foot {
  width: 664px;
  padding: 5px;
  font-size: 0.9em;
  color: #222222;
  text-align: center;
  background-color: #cc2222;
  /*border-top: 1px solid #cc2222;*/
}

div#foot a {
  color: #222222;
  text-decoration: none;
}

div#foot a:hover {
  color: #f2f2f2;
  text-decoration: underline;
}

div#sidebar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

div#sidebar li {
  padding: 0;
  margin: 0;
  list-style-type: none;
} 

h2 {
  margin: 5px 0;
  padding: 0;
  color: #cc2222;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: uppercase;
}

div#blog a {
  color: #cc2222;
  text-decoration: none;
}

div#blog a:hover {
  color: #cc2222;
  text-decoration: none;
}

div.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 1px;
}

div.entry {
  margin-top: 10px;
}

div.sidebar_block {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #a0a0a0;
  text-align: left;
  border-bottom: 1px dotted #a0a0a0; 
}

div#sidebar a {
  color: #a0a0a0;
  text-decoration: none;
}

div#sidebar a:hover {
  color: #cc2222;
  text-decoration: underline;
}

div.post {
  padding-bottom: 15px;
  padding-right: 15px;
  font-size: 1em;  
}

div.post a {
  color: red;  
}

div.story_break {
  margin-bottom: 10px;
  width: 454px;
  height: 24px;
  background-image: url(asset/hr.gif);
}

h1 {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: normal; 
  color: #222222;
}

.black {
  color: #222222;
}

input.text {
  padding: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
}

select {
  font-family: Verdana;
  color: #a0a0a0;
  border: 1px solid #a0a0a0;
}

.small {
  font-size: 0.9em;
}

h2.pagetitle {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  color: #222222;
}

h3 {
   padding: 0;
  margin: 0;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  color: #222222;
} 

div.inset_pic {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 5px;
  background-color: #888888;

}

div.pullout {
  float: left;
  width: 120px;
  margin-left: 0px;  
  margin-right: 2px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0px;
  color: #444444;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

div.quote {
  margin-top: 7px;
  margin-left: 15px;
  padding-left: 5px;
  color: #888888;
  border-left: 1px solid #888888;
}

div.quote_ref {
  color: #222222;
}

div.inset_caption {
  display: inline;
  margin: 0 auto;
  padding-left: 25px;
  color: #fff;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
}

div.inset_caption_red 
{ color: red; }


div.inset_credit {
  display: inline;
  margin: 0 auto;
  color: #fff;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  text-align: right;
}

ol.commentlist li {
  margin-top: 13px;
}

.comment_author {
  color: #0099cc;
}

a.comment_author {
  color: #880000;
  text-decoration: none;
}

a.comment_author:hover {
  text-decoration: underline;
}


/* playa ratings 24 march 2007 */

div.ratings {
  float: right;
  width: 180px;
  border: 1px solid #8a8a8a;
  padding: 5px;
  font-size: 0.9em;
  background-color: #ffffff;
}

.red {
  color: #c11414;
}

.black {
  color: #000000;
}

div.playa {
  margin-top: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid #c11414;
  color: #858585;
}

div.clear_ratings {
  clear: left;
  font-size: 1px;
  height: 5px;
}

div#google_ads {
  margin-top: 10px;
  color: #9a1c1c;
  text-align: center;
  text-transform: uppercase;
}

div.hide {
  display: none;
  visibility: none;
}

div.show {
  display: block;
  visibility: visible;
}

div#ads_column {
  position: absolute;
  top: 170px;
  left: -150px;
  width: 150px;
  color: #566167;
  background-color: none;
  border: none;
}

div#the_ads {
  padding: 5px;
  padding-left: 15px;
}

div#sk2-footer {
  width: 674px;
  margin: 0 auto;
  background-image: url(asset/stripe.gif);
}

div#sk2-footer a {
  color: #ffff99;
  text-decoration: none;
}

div#sk2-footer a:hover {
  color: #ffff33;
}