/*
Theme Name: Willing Fools Custom
Theme URI: http://wordpress.org/
Description: A Custom Theme for the Willing Fools website
Version: 1.0
Author: Ruairi Murphy
Author URI: http://ruairimurphy.com/
*/


* {
margin:0;
padding:0;
}

hr{
display:none;
}

body{
background-image:url(images/bg_wallpaper.jpg);
}

#page {
font-family:georgia, garamond, Times New Roman, serif;
width:860px;
margin:0 auto;
background-image:url(images/wrapper.jpg);
background-repeat:repeat-y;
}

#header {
height:256px;
background-image:url(images/header.jpg);
}

#container {
width:750px;
margin:0 auto;
}

#navigation_bar {
background-color:#000000;
color:#fff;
}

#navigation_bar ul{
list-style-type:none;
background-color:#000000;
float:left;
width:100%;
}

#navigation_bar li{
display:inline;
}

#navigation_bar a{
display:block;
float:left;
background-color:#000;
text-decoration:none;
color:#fff;
padding:5px 12px;
letter-spacing:1px;
}

#navigation_bar a:hover{
background-color:#826c3d;
}

#content {
margin-left:20px;
width:510px;
float:left;
}

/**************
*   Sidebar   *
**************/

#sidebar {
margin-left:30px;
width:180px;
float:left;
margin-right:10px;
}

#sidebar ul{
list-style-type:none;
margin-bottom:10px;
}

#sidebar ul h2{
font-weight:normal;
margin-bottom:.2em;
}


#sidebar a{
color:#000;
font-size:.9em;
text-decoration:none;
background: url(images/arrow2.png) left center no-repeat;
padding-left:15px;
}

#sidebar a:hover{
color:#65532f;
}



/***************
*   Footer     *
***************/

#footer{
clear:both;
height:103px;
background-image:url(images/footer_grunge.jpg);
}

#footer a{
font-family:helvetica, arial, verdana, sans-serif;
color:#ceb57f;
}

#footercontent{
padding-top:2em;
width:750px;
margin:0 auto;
text-align:center;
}

#footercontent p{
font-size:.9em;
line-height:2em;
font-family:helvetica, arial, verdana, sans-serif;
}

#footercontent ul{
font-size:.9em;
list-style-type:none;
}

#footercontent li{
display:inline;
}

/************
The Loop
************/

#content h2 {
font-size: 34px;font-family:georgia, serif;
line-height:1.3;
font-weight:normal;} #content h2 a:hover, #content h2 a:visited, #content h2 a{  text-decoration: none;  color: #000;}

.post {
margin-bottom:2em;
}

.post p {
line-height:1.4em;
margin-bottom:1em;
text-align:justify;
}


.entry {
margin-top:10px;
margin-bottom:15px;
}

/***************
*    Comments  *
***************/

ol.commentlist{  width: 90%;  margin: 0 auto;} ol.commentlist li{  margin-bottom: 1.5em;  border: 1px solid #c69835;  padding: 5px;  background-color: #e1cb97;} ol.commentlist li.alt{  background-color: #f9e6b7;} ol.commentlist a{  color: #bd492a;} small.commentmetadata{  font-size: 0.8em;  margin-bottom: 1em;  display: block;}

input {
margin-top:10px;
}

label {
margin-top:10px;
}

.submitbutton {
border:1px solid #000;
padding:3px;
}

#comment {
width: 400px;
}

/* 
#################
#  Discography  #
#################
*/


.discopic {
width:200px;
float:left;
}

.discolist {
width:300px;
float:left;
margin-left:10px;
}

.discolist ul{
list-style-type:none;
}

.discobottom {
clear:both;
padding-top:10px;
margin-bottom:25px;
}

.albumtitle {
font-weight:bold;
margin-bottom:5px;
}

.tracktitle {
margin-bottom:3px;
font-size:.9em;
}

.track {
margin-bottom:5px;
}

.disco_a {
background-color:#cab37f;
padding:2px;
}

.disco_b {
padding:2px;
}

a{
color:#000;
}

.clear{
clear:both;
margin-bottom:1em;
}