
*{
  margin: 0;
  padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #000 url(images/bodybg.jpg) repeat-x 50% 0; ;
	color: #333;
	text-align: center;
	}
    li{
      list-style-position: inside;
    }

a {
  font: 12px Arial, Sans-Serif;
  color: #ccc;
}
#page {
	text-align: left;
	}

#headerimg 	{
	margin: 0;
    overflow: hidden;
    zoom:1;
}

#headerimg h1{
  float: left;
  margin-left: 80px;
  margin-top: -5px;
  padding: 0;
  color: #BD1785;
}
#headerimg h1 a{
  font: bold 40px 'Century Gothic', Arial, Sans-Serif;
  color: #BD1785;
  text-decoration: none;
}

.description{
  float: left;
  font: 18px Tahoma;
  color: #fff;
  margin: 10px 0 0 0px;
}

body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	margin: 60px auto 0 auto;
	padding: 0;
	width: 960px;
	}
#content-wrap{
  background: #222222;
  padding: 32px;
  overflow: hidden;
  zoom:1;
}
#content{
  float: left;
  width: 590px;
  margin-right: 18px;
}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	width: 960px;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}

#nav{
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 0;
  background: url(images/navbg.jpg) no-repeat center top;
  overflow: hidden;
  zoom:1;
}
#nav ul{
    list-style: none;
    overflow: hidden;
    zoom:1;
    display: inline;
    float: left;
    margin-right: 120px;
    margin-left: 80px;
    padding-top: 9px;
}
#nav li{
    float: left;
    display: inline;
    margin: 0 4px;
}
#nav a{
    display: block;
    padding: 11px 15px;
    background: url(images/navbtn.jpg) repeat right center;
    font: bold 12px Arial, sans-serif;
    border-left: solid 1px #8C8C8C;
    border-right: solid 1px #8C8C8C;
    border: solid 1px #8C8C8C;
    color: #fff;
    text-decoration: none;
}
#nav a:hover, #nav .current_page_item a{
    background: url(images/navbtnhover.jpg) repeat right center;
}

.post {
    margin: 0;
    padding: 0;
    width: 541px;
    border: solid 3px #3F3F3F;
    background: #242424;
    padding: 15px 25px 15px 25px;
    position: relative;
    margin-bottom: 36px;
    min-height: 100px;
    -height: 100px;
}
h2 {
      font: bold 20px Arial, sans-serif;
	  color: #BD1785;
}
h1 {
      font: bold 30px Arial, sans-serif;
	  color: #BD1785;
}

.post h2 a, .post h3 a, .post h2, {
      font: bold 30px Arial, sans-serif;
	  color: #959595;
	  color: #BD1785;
      text-decoration: none;
}
.post h3 {
      font: bold 15px Arial, sans-serif;
      color: #959595;
      color: #BD1785;
      text-decoration: none;
}

.btl, .btr, .bbl, .bbr{
    display: block;
    position:absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: scroll;
    width: 3px;
    height: 3px;
    zoom:1;
    overflow: hidden;
    float: left;
}
.btl{top: -3px;left: -3px;
background-image: url(images/btl.jpg);
}
.btr{
	top: -3px;right: -3px;
	-right: expression(this.parentNode.clientWidth % 2 == 0 ? -3 : -4);
    background-image: url(images/atr.jpg);
    width: 120px;
    height: 100px;
}
.bbr{
	bottom: -3px;right: -3px;
	-bottom: expression(this.parentNode.clientHeight % 2 == 0 ? -3 : -4);
	-right: expression(this.parentNode.clientWidth % 2 == 0 ? -3 : -4);
    background-image: url(images/bbr.jpg);
}
.bbl{
	bottom: -3px;left: -3px;
	-bottom: expression(this.parentNode.clientHeight % 2 == 0 ? -3 : -4);
    background-image: url(images/bbl.jpg);
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}
.post small{
  color: #707070;
  font: 12px Arial, sans-serif;
}


.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
    color: #5B5B5B;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
    padding-top: 20px;
	margin: 0 auto;
	clear: both;
    background: url(images/footerbg.jpg) no-repeat 50% -6px;
    height: 55px;

}

#footer p {
	margin: 0;
    font: 12px Arial, Sans-serif;
    color: #858585  ;
}

#sidebar h2 {
	margin: 0;
    padding: 12px 0 8px 40px;
    width: 245px;
    height: 17px;
    background: url(images/sidebar_title.jpg) no-repeat;
    font: bold 15px Arial, sans-serif;
    color: #fff;
}
#sidebar ul ul{
  background: #333333;
  padding-left: 15px;
}
#sidebar ul ul a{
    color: #959595;
    font: 12px Arial, sans-serif;
    text-decoration: none;
}
#sidebar ul ul a:hover{
    text-decoration: underline;
}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
h3#comments {
	padding: 0;
	margin: 10px 0;
    color: #ccc;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

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
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
    padding: 10px 0;
	}
    #sidebar ul ul{
        padding: 10px 0;
        padding-left: 10px;
    }
       #sidebar ul ul ul{
        padding: 0;
        padding-left: 10px;
    }

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
.entry{
  font: 12px Arial, sans-serif;
  color: #B7B7B7;
  margin: 5px 0;
  position: relative;
  z-index: 1;
}

.meta-home a{
  font: 12px Arial, sans-serif;
  color: #B7B7B7;
  text-decoration: none;
}
.meta-home a:hover{
  text-decoration: underline;
}

select {
	width: 130px;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

#respond{
  color: #fff;
  margin-top: 10px;
}


#sidebar
{
    float: left;
    width: 285px;
	}

#sidebar form {
	margin: 0;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#wd{
  text-decoration: none;
  text-align: center;
}
#wd *{
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  font-size: 10px;
  font-style: normal;
}
#Ooyes{
  float: right;
  font: 12px 'Century Gothic',Arial,Sans-serif;
  position: relative;
  right: 10px;
}
#Ooyes a{
  font: 12px 'Century Gothic',Arial,Sans-serif;
  text-decoration: none;
  margin-left: 5px;
}
#Ooyes a:hover{
  text-decoration: underline;
}

#colours{
  display:inline;
float:right;
height:26px;
margin:-60px 150px 0 0;
}
#colours a{
  background:transparent url(images/colours.png) no-repeat 0 0;
  border:0 none;
  float:left;
  height:26px;
  line-height:26px;
  text-indent:-9999px;
  width:21px;
  outline: none;
}

div#colours a#pink {
    background-position:-105px 0;
}
strong {
font-weight: normal;}










