/*  
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar!
Version: 1.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
*/

*, 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, strong, 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 }
p {
	margin-bottom: 12px;
}

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 */

body {
	background: #dadada url(images/bg.gif) repeat-x;
	font-family: Arial;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#container {
	width: 702px;
	margin: 0 auto;
	background: #FFFFFF;
}

#header {
	background: #FFFFFF url(images/headerbg.gif) no-repeat;
	width: 702px;
	height: 130px;
}

    #tabsH {
      float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("images/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

#content {
	background: #FFFFFF;
	padding: 10px;
	padding-top: 45px;
	font-size: 12px;
	text-align: left;
	width: 682px;
}

#content h2 {
	font-size: 17px;
	margin: 10px 0px 10px 0px;
}

#content h3 {
	font-size: 19px;
	margin: 0px 0px 10px 0px;
}

#box {
	padding: 10px;
	margin: 0 auto;
	background: #f2f0d9;
	border: 1px solid #d0cda9;
	text-align: left;
	width: 662px;
}

#box h1 {
	font-size: 15px;
	margin: 0px 0px 10px 0px;
}

.radio {
	width: 200px;
	height: 200px;
	background: url(images/radio.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	overlay: 0;
}