/*  
Theme Name: Bespoke Theme for The Animal Farm
Theme URI: http:/jealousdesigns.co.uk
Description: An total revamp of the Studio Press Theme
Author: Jealous Designs
Author URI: http://jealousdesigns.co.uk
Version: 1.0
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #215679;
  }

a:hover {
  color: #4C82A6;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #8CB5D8;
  border: 1px solid #3A7CAC;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }

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;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 1024px;
  font-family: Arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #000000;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

#header {
  margin: 0;
  padding: 0 0 0 0; 
  }

#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }

#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }

#searchform {
  margin-left: 5px;
  width: 213px;
  padding-top: 8px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 150px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#underheader {
  clear: both;
  margin-top: 20px;
  margin-bottom:20px;
  overflow:hidden;
  }


#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 23pt;
  width: 600px;
  }

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #4C82A6;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #4C82A6;
  }


#underheader #mp3player{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  }

/* Menu */

#nav {
  float:right;
  }

#nav ul {
  list-style: none;
  }

#nav li {
  float: left;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 30px;
  text-transform: lowercase;
  font-size: 15px;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 0px;
  padding-left: 5px;
  padding-right: 6px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  }

#nav li a:hover {
  background-position: left -26px;
  text-decoration: none;
  cursor: pointer;
  color:#446E8A; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -26px;
  color: #446E8A;
  }

#nav li.current_page a {
  background-position: left -26px;
  }

#nav li.current_page a span {
  color: #ffffff;
  }
  
  #menu {
	float:right;
	margin-top:10px;
}

#menu li {
	margin-top:5px;
	color:#ffffff;
	display:inline;
}

#menu a:hover, #menu a:active {
	color:#f7941d;
}
  
  /* CSS FOR MENU "LAVALAMP" SLIDER - I stole this lovely bit of jquery from http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/ - thanks! */

        .menu {
            position: relative;
            background: transparent;
            padding: 0 0 0 15px;
            overflow: hidden;
        }
                .menu li {
                    float: left;
                    list-style: none;
                   	color:#ffffff;
               		font-weight:bold;


                }
                    .menu li.back {
                        background: url("images/jd.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .menu li.back .left {
                            background: url("images/jd.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .menu li a {
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 6px;
                        z-index: 10;
                        display: block;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .menu li a:hover, .menu li a:active, .menu li a:visited {
                            border: none;
                        }
						
						.menu li a:active {
                            color:#f7941d;
                        }


/* Main content */

#main {
  clear: both;
  width: 1024px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  overflow:hidden;
  padding:10px 10px 25px;
 /* -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;  */
  background: #FFF;
  }

#contentwrapper {
  float: left;
  width: 630px;

  }

#content {

  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #215679;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 0px 0 25px 0;

  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #436e8a;
  }

h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  color: #436e8a;
  letter-spacing: -1px;
  }

h2.postTitle a:hover {
  color: #215679;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .tags {
  background: url(images/tags.gif) left no-repeat;
  padding: 0 0 0 15px;
  }


.postMeta a {
  text-decoration: none;
  }

.postContent img {
  margin: 5px;
  border: none;
  }

#content p, .postContent p {
  text-align:justify;
  padding:0px 0px 10px 5px;
  font-size: 10pt;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

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 5px -25px;
  width: 510px;
  }

.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: 510px;
  }

.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;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }


/* Start of sidebar */

#allsidebars {
	/* -moz-border-radius:10px;
	-webkit-border-radius:10px; */
  	-moz-box-shadow:4px 5px 5px #222222;
	-webkit-box-shadow:4px 5px 5px #222222;
	background:none repeat scroll 0 0 #446E8A;
	float:right;
	margin-top:-28px;
	padding:10px;
	text-align:center;
	width:330px;
	position: relative;
	top: 25px;
  }
  
#allsidebars h2 {
	color:#ffffff;
}


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.sidebars {
  width: 355px;
  background: #363636;
  }

.sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#welcome {
  clear: both;
  padding-top: 3px;
  height:68px;
  margin-bottom:10px;
  width: 1024px;
  }

#welcome h2 {
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	padding: 0px;
  }

#welcome p {
	font-size:14x;
  	color: #fff;
  	margin-top: 5px;
	padding: 0px;
  }

.sidebarsbottom {
  clear: both;
  width: 355px;
  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 355px;
  margin-top: 15px;
  }

.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

.sidebarsB h2 {

  padding: 2px 7px;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  background: url(images/sidebar_h2.gif) left no-repeat;
  margin-bottom: 3px;
  }

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #4C82A6;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding-top: 0;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  background: #000;
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #fff;
  text-align: center;
  }

#footer a {
  color: #87BBD9;
  }

#footer a:hover {
  color: #fff;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
 /* float:left; */
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }




.commentbody {
  float:right;
  width: 420px;
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  }

h2.robheader{

    
  margin:2px 0px 10px 0px;
 padding:2px 0px 0px 10px;
  font-size:12pt;
  font-weight:bold;
  color: #fff;
  letter-spacing: -1px;
width:160px;

  background: url(images/sidebar_h2.gif) left no-repeat;
 
  }
  
#hunter {
	float:right;
	margin-bottom:20px;
	margin-right:16px;
	padding-top:60px;
}
  
#bandcamp {
	text-align:center;
}

#bandcamp a {
	color:#ffffff;
}

#bandcamp a:hover {
  color: #cccccc;
}

#player {
	border:0px solid #446E8A;
	margin-bottom:20px;
	width:300px;
}

#rss img {
	float:left;
	width: 35px;
	height: 35px;
}

#subscribe a {
	color:#ffffff;
	font-size:10px;
}

#subscribe a:hover {
	color:#cccccc;
}


#mailing_list .form {
	text-align:left;
	height:114px;
	font-size:12px;
}

#mailing_list .input {
	-moz-border-radius:8px 8px 8px 8px;
	background:none repeat scroll 0 0 #555555;
	border:2px solid #444444;
	color:#FFFFFF;
	font-size:15px;
	height:20px;
	float:left;
	margin-right:50px;
}

#mailing_list .submit {
	-moz-border-radius:8px 8px 8px 8px;
	background:none repeat scroll 0 0 #555555;
	border:2px solid #444444;
	color:#FFFFFF;
	font-size:15px;
	height:25px;
	float:left;
	cursor:pointer;
	font-weight:bold;
}

#mailing_list .submit:hover {
	background: #CCCCCC;
}

#social {
	height: 75px;
}

#social #box {
	float:left;
	margin-left:7px;
}

#social #box img {
	width:75px;
}

#musicbiznews, #oldblogposts, #sidestuff,#mailing_list, #social, #rss  {
	border-top:4px dotted #ffffff;
	padding-top:20px;
	margin-bottom:20px;
	color:#ffffff;
}

#rss, #mailing_list {
	padding-top: 10px;
	margin-bottom: 10px;
}

#mailing_list{
	height:166px;
}

#mailing_list h2 {
	font-size:20px;
}

#musicbiznews li, #oldblogposts li, #sidestuff li {
	list-style:none outside none;
	margin-bottom:10px;
	text-align:left;
	color: #ffffff
}

#musicbiznews li a, #oldblogposts li a, #sidestuff li a, #sidestuff a {
	color:#ffffff;
}

#musicbiznews li a:hover, #oldblogposts li a:hover, #subscribe a:hover, #sidestuff li a:hover, #sidestuff a:hover {
	color:#cccccc;
}

.logo {
	float:left;
	height: 196px;
}

#photo {
	margin-bottom:15px;
	margin-left:13px;
	text-align:center;
	width:1024px;
}

#photo img {
	background:url("images/ajax-loader.gif") no-repeat scroll right bottom transparent;
}
