/*  
Theme Name: stupid5pin
Theme URI: http://www.stupid5pin.com
Description: The official WordPress theme of stupid5pin.com
Version: 1.0
Author: ThinkSoJoE
Author URI: http://www.fropac.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling (Thank you Elliot Jay Stocks for the wonderful "Starkers" theme.  More info at elliotjaystocks.com!)

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal }
/* ol, ul, li { list-style:none } */
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

.clear {clear: both;}
a {
  color: #ff0000;
  text-decoration: none;
}
a:hover, a:active { text-decoration: underline; }
p { margin-bottom: 10px; }
body {
	line-height: 1;
	background: url(images/woodbg2.jpg);
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
}
h1 { font-size: 2.0em;
     margin-bottom: 0.5em;
     text-transform: uppercase;
}
h2 {
  font-size: 1.5em;
}
div#header {
  width: 100%;
  height: 161px;
  background: #000000;
  border-top: 8px solid red;
  border-bottom: 9px solid red;
  margin-top: 13px;
}
ul#nav {
  height: 207px;
  width: 696px;
  background: url(images/header.png) no-repeat;
  margin: -20px auto;
  display: block;
}
ul#nav li {
	display: inline; /* Stupid IE */
}
ul#nav li a{
  width: 113px;
  float: right;
  margin-top: 150px;
  margin-left: 5px;
  color: #777777;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-transform: lowercase;
}
ul#nav li a:hover, ul#nav li a:active{
  color: #fff600;
}

div#content-wrap {
  width: 799px;
  margin: 20px auto;
}
div#main-content{
  width: 533px;
  float: left;
}
div.post {
  width: 533px;
  float: left;
  background: url(images/content-bg.png) repeat-y;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.2;
}
div.title {
  width: 453px;
  height: 77px;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 70px;
  background: url(images/titlebar.png) no-repeat;
}
div.title a {
  color: #000000;
  text-decoration: none;
}
div.title a:hover, div#title a:active {
  color: #ff0000;
  text-decoration: underline;
}
div.metadata {
  width: 520px;
  text-align: center;
  background: #ffff7d;
  margin-top: 10px;
  padding: 5px;
}
div.metadata p {margin-bottom: 0px;}
div#sidebar {
  width: 179px;
  padding: 10px;
  border-top: 8px solid red;
  border-bottom: 8px solid red;
  float: right;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
div#sidebar ul {
  list-style: none;
}
div#ad {
  margin: 0 auto;
  width: 547px;
}
div#footer {
	margin-top: 10px;
	background: #000000;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	border-top: 5px solid red;
	text-align: center;
}
div#footwrap {
  width: 800px;
  margin: 0 auto;
}
div#copyright {
  float: left;
  margin: 0 auto;
}
ul#footnav li {
	display: inline; /* stupid IE */
}
ul#footnav li a {
  display: block;
  width: 60px;
  float: right;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
blockquote {
        background:url(images/blockquote.png) no-repeat top left;
        border: 1px dashed black;
        margin: 10px;
        padding:0 0 0 2em; 
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol.commentlist li{
  color: #ffffff;
  background-color: #333333;
  padding: 5px;
}
ol.commentlist li.alt{
  color: #000000;
  background-color: #aaaaaa;
}
div.Columns {
  height: 60px;
  width: 468px;
  background: url(images/columns.gif);
  margin: 0 auto 5px auto;
}
div.Blog {
  height: 60px;
  width: 468px;
  background: url(images/blogbnr.gif);
  margin: 0 auto 5px auto;
}
div.Timeline {
  height: 60px;
  width: 468px;
  background: url(images/idiocybnr1.gif);
  margin: 0 auto 5px auto;
}
/*
    frontpage stuff
*/
.cat-block {
  width: 500px;
  margin: 5px auto;
  list-style: disc inside;
}

.cat-most-recent {
  width: 47%;
  padding: 5px;
  border-right: 1px dashed red;
  float: left;
}

.cat-recent-list {
  padding: 5px;
  width: 47%;
  float: right;
  list-style-type: disc;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
        color: #000;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */
