
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: Jim Causley stylesheet
author: wayne taylor
created: 31/03/09
modified: 31/03/09 & 12/01/10
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
    stop horrible click box in firefox */

:active {
    outline: none;
}

:focus {
    -moz-outline-style: none;
    outline: none;
}

/* -----------------------------------------------------------------------------
   common style */

h2 {
	clear: both;
}

/* -----------------------------------------------------------------------------
   captcha style */

form#comment-form fieldset.captcha {
	clear: both;
	border: 1px solid white;
}
  
form#comment-form fieldset label {
	clear: both;
	display: block;
	float: none;
	width: 100%;
	text-align: left;
}

form#comment-form fieldset .field-prefix {
	clear: both;
}

/* -----------------------------------------------------------------------------
   drupal comments */
   
#comments {
	clear: both;
	margin-top: 20px;
	border-top: 2px solid #CDE5AF; 
}   
   
#comments h3 {
	color: #4e4d4d;
	font-size: 120%;
	margin: 5px 0;
}

#comments h3 a:hover {
	color: #9dcd5f;
}  

#comments span.submitted {
	color: #424b92;
	padding-bottom: 5px;
	font-weight: normal;
	display: block;
}

body #content ul.links {
	clear: both;
	margin-top: 0;
}

body #content ul.links li {
	float: right;
	overflow: auto;
	font-variant: small-caps;
}

#comments .comment {
	border-bottom:2px solid #d5d5d5;
	padding: 10px 20px;
	overflow: hidden;
	background: #0a4a0d;
	zoom:1;
}

.indented {
	margin-left: 30px;
}

#content #comments p {
	font-size: 90%; 
	line-height:1.4em;
}

#content img.commentheadshot {
	border: none;
}

.comment .submitted {
	font-size: 80%;
	padding-top: 4px;
	padding-bottom: 8px;
	border-bottom: 2px solid #003903;
}

.comment .content {
	font-size: 120%;
	padding: 8px 0;
}

#comments .author-registered {
	background: url(../images/registered-user-grad.jpg) no-repeat top left;
}

#comments .author-poster .submitted {
	color: #fff;
	border-bottom: 2px solid #5a9536;
}

#comments .author-poster h3 a {
	color: #003903;
}

#comments .author-poster h3 a:hover {
	color: #fff;
}

#comments .author-poster {
	background: #437a1d url(../images/author-post-bg.jpg) no-repeat bottom right;
}

#comments .box {
	margin-top: 15px;
	border-top: 3px solid #0A4A0D;
	padding: 10px 0;
}

/* -----------------------------------------------------------------------------
	   messages style */

.messages {
	border: 1px solid white;
	color: white;
	padding: 10px;
	margin: 10px;
}
    
/* -----------------------------------------------------------------------------
   comment form style */
   
form#comment-form .description {
	padding-top: 10px;
}   
   
form#comment-form label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 20px;
} 
   
form#comment-form input {
	width: 250px;
} 
   
form#comment-form textarea {
	width: 250px;
	border: 2px solid #D5D5D5;
}    

.resizable-textarea {
	margin-left: 140px;
	width: 300px;
}

#edit-submitted-message-wrapper .resizable-textarea {
	margin-left: 120px;
}

ul.tips {
	display: none;
}

form#comment-form p {
	display: none;
}

form#comment-form input#edit-submit {
	width: 100px;
	margin-left: 140px;
}

form#comment-form input#edit-preview {
	width: 100px;
}

/* -----------------------------------------------------------------------------
    addthis button */

#content .addthis-button, #content a:hover.addthis-button {
	display: block;
	float: right;
	border: 0;
}

#content .addthis-button img, #content a:hover.addthis-button img {
	border: 0;
}

#content .links .addthis-button img, #content .links a:hover.addthis-button img {
	margin: 2px 0 0 5px;
}

/* -----------------------------------------------------------------------------
	   comment links style */

body ul.links {
	margin: 10px 0 0;
	list-style: none;
	background-image: none !important;
	color: white;
}

body #content ul.links li{
	list-style: none;
	background: transparent none !important;
	padding: 5px 0 !important;
	width: auto;
	margin-bottom: 0;
	padding-right: 5px;
	float: left;
}

body #content ul.links li a {
	padding-left: 3px;
	padding-right: 3px;
}

body #content ul.links li a:hover {
	color: white;
	text-decoration: underline;
}

#content ul#posts li ul.links li {
	margin-bottom: 0;
}

#content ul.tags li a {
	padding-left: 3px;
	padding-right: 3px;
}

/* -----------------------------------------------------------------------------
    tags and cats */
    
#content ul.tags li ul	{
	margin-bottom: 12px;
	}   
	
	cde5af

#content ul.tags ul {
	list-style: none;
	float: left;
}

#content ul.tags li {
	list-style: none;
}

#content ul.tags span {
	width: 70px;
	float: left;
	display: block;
	clear: left;
	color: #cde5af;
	font-variant: small-caps;
}

#content ul.tags li ul li {
	list-style: none;
	display: inline;
}

/* -----------------------------------------------------------------------------
   generic style */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 80%;
	background: #003903;
	color: #fff;
}

.clear {
	clear: both;
}



/* -----------------------------------------------------------------------------
   posts */

li.post {
	list-style: none;
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #3b5816;
	padding-top: 10px;
}

#sidebar li.post {
	border-bottom: none;
}

#sidebar li.post span {
	color: #CDE5AF;
	font-variant: small-caps;
}

.posthead h2 {
	float: left;
	width: 75%;
}

.posthead h3 {
	float: left;
	width: 80%;
}

.posthead a {
	clear: left;
	padding-bottom: 25px;
	font-style: normal;
	font-size: 130%;
	color: #51831f;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
}

.posthead span {
	background: #6d9d30 url(../images/content-dt-span-topleft.jpg) no-repeat top left;
	color: #fff;
	float: right;
	padding-top: 5px;
	padding-left: 10px;

}

.posthead span span {
	background: #6d9d30 url(../images/content-dt-span-bottomright.jpg) no-repeat bottom right; 
	font-size: 120%;
	color: #fff;
	padding: 0 10px 5px 0;
	font-style: italic;
	display: block;
}

.postcontent {
	padding-top: 9px;
	clear: both;
}  
 
/* -----------------------------------------------------------------------------
   pagination style */
   
ul.pager {
	font-family:Georgia,Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin: 0 auto;
	text-align: center;
	font-weight:bold;
	font-size: 115%;
	margin-top: 10px;
	margin-bottom: 10px;
} 
   
ul.pager li {
	display: inline;
	list-style: none;
	margin-left: 2px;
	margin-right: 2px;
}
   
ul.pager a {
	color: #6d9d30;
	font-size: 105%;
	padding: 3px 5px;
} 

/* -----------------------------------------------------------------------------
ul.images-l, -c, -r style */

#content ul.images {
	clear: none;
	display:block;
	float:right;
	list-style: none;
}

#content ul.images_l, #content ul.images_r { display: block; padding: 0 10px; float: right }
#content ul.images_l { float: left; padding-left: 0; }
#content ul.images, #content ul.images_r { float: right; padding-right: 0; }

#content ul.images_l li, #content ul.images_r li {
	list-style: none;
	clear: both;
}
	   
/* -----------------------------------------------------------------------------
	   blog comments style */

li.comment {
	list-style: none;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid grey;
}	   
	   
li.comment h3 {
	color: #4e4d4d;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%; 
}

#content li.comment p.bloginfo, #content p.bloginfo2 {
	color: #424b92;
	padding-bottom: 10px;
	font-weight: normal;
}   

#content p.rightlink {
	text-align: right;
}

#content span.new {
	background-color: #b92138;
	color: white;
	display: block;
	padding: 0 10px;
	width: 50px;
}

/* -----------------------------------------------------------------------------
   main layout style */

#headercontainer {
	background: #cec6b4 url(../images/headercontainer-border.jpg) repeat-x bottom;
}

#header {
	background: url(../images/header-bg.jpg) no-repeat;
	height: 232px;
	width: 1019px;
	margin: 0 auto;
}

#header img {
	padding-top: 20px;
}

#header .wrapper {
	height: 232px;
	overflow: hidden;
	zoom:1;
}

body.home #header .wrapper {
	background: url(../images/header-wrapper-pic.jpg) no-repeat bottom right;
}

.wrapper {
	width: 855px;
	margin: 0 auto;
}

#main {
	width: 1019px;
	background: url(../images/main-bg.jpg) no-repeat;
	margin: 0 auto;
}

body.home #main .wrapper {
	background: url(../images/main-wrapper-bg.jpg) no-repeat top right;
}

#main #container {
	background: url(../images/main-container-bg.jpg) no-repeat bottom;
	overflow: auto;
	clear: both;
	padding-bottom: 20px;
}

#content {
	width: 473px;
	float: left;
	padding-top: 20px;
}

#sidebar {
	width: 320px;
	float: right;
	padding-right: 30px;
	padding-top: 10px;
}	

#sidebar li {
	list-style: none;
	margin-bottom: 5px;
}

#sidebar ul.tags li {
	display: inline;
}

#sidebar ul.tags li a {
	padding: 0 2px;
}

body.home #sidebar {
	padding-top: 224px;
}	

#sidebarline {
	background: url(../images/sidebar-vert-line.gif) no-repeat top left;
	padding-left: 30px;
}	

.subcontent {
	background: url(../images/hummingbird.gif) no-repeat top right;
	padding-top: 20px;
}
	
/* -----------------------------------------------------------------------------
  font style */
  
#main img {
	border: 3px solid #5c8f23;
}  
  
h1, #content .JimCausleyguestappearances h2 {
	font-weight: normal;
	font-style: italic;
	background: url(../images/leaf-underline.gif) no-repeat bottom left;
	padding-bottom: 25px;
}  

h2 {
	font-weight: normal;
	font-style: italic;
} 

#sidebar h2 {
	background: url(../images/leaf-underline.gif) no-repeat bottom left;
	padding-bottom: 25px;
}

#sidebar h4 {
	padding-bottom: 15px;
}

a {
	color: #6D9D30;
}

a:hover {
	color: #9dcd5f;
}
  
p {
	line-height: 1.6em;
	padding-bottom: 20px;
}

a.morelink {
	color: #5c8f23;
	font-size: 130%;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	clear: both;
	display: block;
}

a.morelink:hover {
	color: #fff;
}
	
/* -----------------------------------------------------------------------------
   nav style */
	
ul#nav {
	float: right;
	padding-top: 20px;
}	
	
ul#nav li {
	float: left;
	font-family: Georgia;
	font-weight: bold;
	color: #042f04;
	list-style: none;
	border-right: 1px solid #042f04;
}	

ul#nav li.last {
	border: none;
}

ul#nav li a {
	color: #042f04;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

ul#nav li a:hover, ul#nav li a.active, body li a.active {
	color: #fff;
	text-decoration: none;
}
	
/* -----------------------------------------------------------------------------
   footer style */
	
#footercontainer {
	background: #000;
}

#footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	width: 1019px;
	margin: 0 auto;
	min-height: 241px;
	height: auto !important;
	height: 241px;
	color: #838383;
	font-size: 90%;
}

#footer ul {
	text-align: center;
}

#footer li {
	display: inline;
	line-height: 65px;
}

#footer a {
	color: #d2d1d1;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

#footer a:hover, #footer a.active {
	color: #838383;
	text-decoration: underline;
}
	
/* -----------------------------------------------------------------------------
   pagination style */
	
ul#pagination {
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}	
	
ul#pagination li {
	display: inline;
	color: #5c8f23;
}	
	
ul#pagination li a {
	color: #5c8f23;
}	
	
ul#pagination li a:hover {
	color: #fff;
}
	
/* -----------------------------------------------------------------------------
   reviews page style */
	
p.author {
	color: #6D9D30;
	text-align: right;
	font-size: 90%;
	font-style: normal;
}	

.reviews h4 a, .lyrics h4 a {
	font-size: 140%;
}

.field_details {
	margin: 10px 0;
	font-style: italic;
}

/* ----------------------------------------------------------------------------
   discography page style */

ul.Albums h3	{
	margin-bottom: 6px;	
}	

ul.Albums li.post div.field_details	{
	margin-bottom: 12px;
	color: #CDE5AF;
	font-variant: small-caps;
	font-size: 90%;
}	

.field_artwork	{
	margin-bottom: 15px;
	}
	
.buy a	{
	margin-top: 10px;
	}
	
.buy a,.field_links a	{
	padding: 5px;
	display: block;
	background: #3f771d;
	text-decoration: none;
	width: 100px;
	border: 1px solid #9dcd5f;
	margin-bottom: 10px;
	color: #CDE5AF;
	}

.buy a:hover,.field_links a:hover	{
	border: 1px solid #CDE5AF;
	color: #fff;
	}
		
/* -----------------------------------------------------------------------------
   gigs page style */

ul.Gigs li	{
	padding: 15px 0;
	margin: 0;
	}

	
/* -----------------------------------------------------------------------------
   links page style */
	
body.links #content p a {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
	
body.links #content p a span {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
	font-size: 90%;
}
	
body.links #content p a:hover span {
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
	color: #9dcd5f;
}		
	
/* -----------------------------------------------------------------------------
   gallery page style */
	
ul.gal li {
	float: left;
	margin: 5px;
	text-align: center;
	margin-bottom: 15px;
	list-style: none;
	font-weight: bolder;
}	
	
ul.gal li a {
	text-decoration: none;
}	
	
ul.gal li a img {
	margin-bottom: 5px;
}	
	
#main ul.gal li a:hover img {
	border:3px solid #9dcd5f;
}	
	
/* -----------------------------------------------------------------------------
   contact page style */
	
form {
	padding-top: 14px;
}	
	
label {
	float: left;
	text-align: right;
	clear: both;
	width: 100px;
	margin-bottom: 15px;
	padding-top: 5px;
}	

input,select {
	clear: right;
	width: 300px;
	padding: 3px;
	margin-left: 20px;
	margin-bottom: 15px;
	border: 2px solid #6D9D30;
	background: #CDE5AF no-repeat bottom right;
	color: #003903;
}

select	{
	width: 100px;
	}

input#message {
	height: 80px;
}

input#send {
	width: 60px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 120px;
	border-bottom: 2px solid #545454;
	border-right: 2px solid #545454; 
	border-top: 2px solid #8b8b8b; 
	border-left: 2px solid #8b8b8b; 
}

input#edit-submit {
	width: 90px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 120px;
}

.form-required	{
	color: #CDE5AF;}

/* -----------------------------------------------------------------------------
   admin tabs */
   
.tabs li a, .tabs li a.active  {
	color: #5c8f23;
}
	
/* -----------------------------------------------------------------------------
   end style sheet */