/*  
Theme Name: Terry Joe Banjo
Theme URI:
Description:
*/


* {
	outline:0;
	padding: 0;
	margin:0;
	}
/*--------------------------------------------------------------------------------------
		LAYOUT
----------------------------------------------------------------------------------------*/
body {
	color:#333;
	font-family:verdana, arial, tahoma, sans-serif;
	font-size:9pt;
	text-align:center;
	}
#page {
	padding-top: 16px;
}
#main {
	width: 820px;
	margin:0 auto;
	line-height:1.5em;
	text-align: left;
	background: white;
	font-family:verdana, arial, tahoma, sans-serif;
	}

#header {
	height:158px;
	width:820px;
	background: url('images/tjb_1.jpg') top right no-repeat;
	}
		
#content {
	float:right;
	width:590px; 
	padding-top:15px;
	padding-bottom:15px;
	}

#sidebar {
	float:left;
	width:206px;
	margin-left:0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:90%;
	font-family:verdana, arial, tahoma, sans-serif;
	}
#footer {
	position: relative;
	font-size: 80%;
	clear:both;
	padding:4px 15px 4px 15px;
	width: 770px;
	margin:0 auto 16px;
	background-color: #aac9ff;
	border-top: 1px solid #88a9df;
	border-bottom: 1px solid #88a9df;
	}

/*--------------------------------------------------------------------------------------
		BASE STYLES
----------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	text-align:left;
	color:#2364A0;
	font-weight:normal;
	margin-left:15px;
	margin-bottom:10px;
	}

abbr, acronym {
  border-bottom: 1px dotted #5B5959;
  cursor: help;
  }

cite {
	font-style:normal;
	}

dl {
	margin-left:15px;
	}

p {
	margin:0 7px 6px 15px;
	}

p a, blockquote a, .navigation a {
	color:#2179C8;
	text-decoration:none;
	border-bottom:1px dotted #C19908;
	}

	p a:hover, blockquote a:hover, .navigation a:hover {
		color:#000;
		background-color:#FAEEC3;
		border-bottom-style:solid;
		}

form input, select, textarea {	
	border:1px solid #aaa;
	font-size:105%;
	padding:0px 1px 1px 2px;
	background-color:#FFF;
	color:#105687;
	}

ul a {
	color:#4C3707;
	text-decoration:none;
	}

	ul a:hover {
		color:#000;
		background-color:#FFF7DC;
		border-bottom:1px solid #C19908;
		}

blockquote {
	  margin: 5px 0 10px 30px;
	  padding: 18px 0 0 22px;
	  font-size: 110%;
	font-style: italic;
	  color:#000;
	  line-height: 1.5em;
/*	  background: url(images/quote-open.gif) no-repeat top left; */
	  }		
	
/*--------------------------------------------------------------------------------------
		CONTENTBOX
----------------------------------------------------------------------------------------*/
 /* http://redmelon.net/tstme/4corners/ */
.rbroundbox { background-color: #DAD9D7}
.rbtop div  { background: url(images/topleft.gif) no-repeat top left; }
.rbtop      { background: url(images/topright.gif) no-repeat top right; }
.rbbot div  { background: url(images/bottomleft.gif) no-repeat bottom left; }
.rbbot      { background: url(images/bottomright.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 190px;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: -8px 5px -8px 5px; }
.rbroundbox { width: 190px; margin: 5px auto 0 auto; }

	.rbcontent p {
		font-size:90%px;
		margin-left:0;
		}
/*--------------------------------------------------------------------------------------
		SEARCH FORM
----------------------------------------------------------------------------------------*/
form#searchformarchive{
	margin-left:15px;
	}

form #s {	
	width:170px;
	height:18px;
	margin: 0;
	border:1px solid #3B8AD3;
	background-color:#fff;
	}
		
form #searchsubmit {
	margin:5px 0 0 0;
	padding:0;
	border-width:0;
	width:63px;
	height:22px;
	}

/*--------------------------------------------------------------------------------------
		CONTENT
----------------------------------------------------------------------------------------*/
#content{}

	#content h1{
		font-size:120%;
		}
		
	#content h2 {
		font-size:110%;
		}
		
	#content h3 {
		font-size:105%;
		color:#0C5681;
		}

	.gold {
		color:#946B0B;
		}
	
	.blue {
		color:#006699;
		}

	#content ul{
		list-style:none;
		margin:5px 10px 7px 25px;
		}
	
	#content ul li {
		padding-left:15px;
		background: #FFF url(images/bullet_sidebar.gif) no-repeat 0 5px;
		background-repeat: no-repeat;
		margin-bottom:2px;
		}

	p.date {
		color:#946B0B;
		margin-bottom:3px;
		}
		
	h2.posttitle {
		margin-bottom:5px;
		display: inline;
		}
	
		h2.posttitle a {
			font-size: 120%;
			line-height: 1em;
			color:#006699;
			padding:0;
/*			background: #FFF url(images/posticon.gif) no-repeat top left; */
			text-decoration:none;
			}
		
			h2.posttitle a:hover {
				text-decoration: underline;
				color:#000;
				}
				
			h2#firstpost a {
				padding:0;
				background-image:none;
				}

	.post  {/*entire post, including meta info*/
		margin-bottom:15px;
		}
		
	.post.search {
		margin-bottom:15px;
		}
		
	.postmetadata.search {
		border-top:0;
		margin-top:-7px;
		}
		
	.entry {  /*actual content of post*/
		padding-bottom:2px;
		}
		
		.entry a{  /*actual content of post*/
			text-transform:uppercase;
			font-size:90%;
			}
	
		.firstletter {
			font-size:120%;
			}
	
	p.postmetadata {
		padding:4px 0 5px 0;
		font-size: 80%;
		line-height: 1.2em;
		margin-top:0px;
		border-top:1px solid #ddd;
		color:#979696;
		}
			
		p.postmetadata a {
			border-width:0;
			}
			
		p.postmetadata a:hover {
			border-width:0;
			}
			
	.comments {
		padding-left:18px;
		background:#FFF url(images/comments.gif) no-repeat top left;
		padding-right:4px;
		}
		
	.category {
		padding-left:20px;
		background:#FFF url(images/category.gif) no-repeat 0 0;
		padding-right:4px;
		}
	
	.permalink {
		padding-left:20px;
		background:#FFF url(images/permalink.gif) no-repeat 0 0;
		padding-right:4px;
		}
	
	.highlight {
		color:#006699;
		}
		
	.navigation {
		margin-left:15px;
		height:1.5em;
		margin-bottom:20px;
		}
		
		.navigation#topnav {
			margin-top:34px;
			margin-bottom:15px;
			}
		
		.navigation .alignleft{
			float:left;
			text-align:left;
			width:50%
			}
			
		.navigation .alignright{
			float:right;
			text-align:right;
			width:50%;
			}
/*--------------------------------------------------------------------------------------
		SIDEBAR
----------------------------------------------------------------------------------------*/	
#sidebar { }

	#sidebar p{
		margin:8px 5px 5px 2px;
		}

		#sidebar p#sidebarsearch {
			margin:0;
			}
	#sidebar h2 {
		font-size:110%;
		margin-bottom:3px;
		margin-top:10px;
		margin-left:3px;
		}

	#sidebar ul {
		list-style:none;
		margin-right:10px;
		}
		
		#sidebar ul a{
			
			}
			
			#sidebar ul a:hover{
				border-width:0;
				background-color:#eee;
				color:#1F7EC1;
				}
		
		#sidebar ul ul {
			list-style-type: none;
			margin-left:3px;
			}
		
			#sidebar ul ul li a{
				border-bottom:1px solid #ddd;
				padding-left:14px;
				background-image:url(images/bullet_sidebar.gif);
				background-repeat:no-repeat;
				background-position:1px -17px;
				display:block;
				}
				
			#sidebar ul ul li a:hover{
				border-bottom:1px solid #ddd;
				background-position:1px 4px;
				}

/*--------------------------------------------------------------------------------------
		SIDEMENU
----------------------------------------------------------------------------------------*/	
#sidemenu {
}
#sidemenu a, #sidemenu img {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}
.menurow,.menucol {
	margin: 0;
	padding: 0;
}
.menucol {
	float: left;
}
.strut {
	clear: both;
}
/*--------------------------------------------------------------------------------------
		PAGE SPECIFIC STYLES: ARCHIVES
----------------------------------------------------------------------------------------*/
.month {
	margin:0 0 15px 15px;
	display:block;
	}

.month a {
	font-size: 108%;
	line-height: 1em;
	color:#006699;
	text-decoration:none;
	}

		.month a:hover {
			color:#000;
			}


/*--------------------------------------------------------------------------------------
		PAGE SPECIFIC STYLES: CONTACT
----------------------------------------------------------------------------------------*/
.required{
		color:#FF0000;
		font-size:85%;
	}
	
	.errortxt{
		color: #FF0000;
		display:none;
	}
	
	#errorwarning{
		color: #FFFFFF;
		padding: 6px 15px;
		background-color: #FF0000;
		border-left: 15px solid #990000;
		margin: 10px 0 10px 15px;
		display:none;
		}


#contactform {
	margin-top:15px;
	font-size:90%;
	}

	#contactform  #name, #email, #subject, #message  {
		width:310px;
		margin:0;
		}

	#contactform #message{
		width:310px;
		height:200px;
		padding: 0 2px;
		}

p.red {
	color:red;
	font-size:85%;
	margin-right:2px;
	margin-top:-4px;
	}

dl#contactform dd{
	margin-bottom:4px;
	}

#sendbutton {
	border-width:0; 
	}
#snailmail {
	list-style-type: none!important;
}
#snailmail li {
	font-size: 90%;
	font-weight: bold;
	background: #fff!important;
}
/*--------------------------------------------------------------------------------------
		COMMENTS
----------------------------------------------------------------------------------------*/
#commentform input, textarea{
	color:#0C3E69;
	}

#commentform input{
	font-size:90%;
	}

#commentform textarea{
	padding:2px 4px;
	}

#author, #email, #url {
	width:200px;
	padding:1px 0 1px 17px;
	}

#author {
	background:url(images/com_name.gif) no-repeat 2px -1px;
	}

#email {
	background:url(images/com_email.gif) no-repeat 2px -1px;
	}
	
#url {
	background:url(images/com_url.gif) no-repeat 2px -2px;
	}
	
#comment {
	width:450px;
	height:180px;
	}

#submit	{
	margin-top:5px;
	border-width:0;
	padding:0;
	}

.commentlist {
	margin-left:12px;
	list-style:none;
	}

.commentlist li{
	margin-bottom:20px;
	padding:4px 0;
	}
	
	.commentlist li.alt{
		background-color: #aac9ff;
		border-top: 1px solid #88a9df;
		border-bottom: 1px solid #88a9df;
		}
	
.commentlist li  p{
	margin:0 7px 9px 7px;
	}

.commentauthor a{
	color:#444;
	text-decoration:none;
	font-weight:bold;
	border-width:0;
	padding-left:14px;
	background:url(images/com_name.gif) no-repeat 0 50%;
	}

	.commentauthor a:hover{
		color:#0066CC;
		background-color:transparent;
		}
		
	.commentauthor em {
		font-size:90%;
		visibility:hidden;
		font-style:normal;
		font-weight:normal;
		}

		.commentauthor a:hover em{
			visibility:visible;
			}

.commentmetadata {
	margin:1px 7px 0 0;
	}

	.commentmetadata a{
		text-decoration:none;
		color:#333;
		}
	
		.commentmetadata a:hover{
			color:#0066CC;
			}

.commentdata {
	clear:both;
	font-size:90%;
	line-height:1.4em;
	}

	.commentdata:hover {
		color:#0C4A89;
		}
		
		
#respond, #comments {
	margin-bottom:15px;
	}
	
/*--------------------------------------------------------------------------------------
		MUSIC
----------------------------------------------------------------------------------------*/

.album {
	float: left;
	position: relative;
	background: #f9f9fc;
	border: 3px solid #f4f4fa;
	margin-bottom: 16px;
}
.album img {
	vertical-align: middle;
}
.album h2 {
	width: 560px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 130% !important;
	font-style: regular;
	font-weight: bold;
	padding: 12px;
	margin: 0;
	margin-bottom: 12px;
	background: black;
	color: #ffd562;
}
.album .quotes {
	margin: 3em;
	clear: both;
}
.album .quotes p {
	text-align: center;
}
.album .preview {
	text-align: center;
}
.album .preview h2 {
	padding: 0 0 0 1em;
	color:#946B0B;
	background: transparent;
}
.album .player {
	margin: 20px;
}
.albumart {
	float: left;
	width: 200px;
	height: 200px;
	margin: 16px;
	background: white;
}
.payment {
	float: left;
	width: 140px;
	margin: 40px;
}
.payment img {
}

/*--------------------------------------------------------------------------------------
		LINKS
----------------------------------------------------------------------------------------*/
.link_list h2 {
	margin-left: 0;
	font-size: 140%!important;
	font-weight: bold;
}
.link_list a {
	text-decoration: none;
	font-size: 110%;
	color: #397dbb;
}
.link_list a:hover {
	text-decoration: underline;
}
.link_list dd {
	margin-left: 3em;
}

/*--------------------------------------------------------------------------------------
		FOOTER
----------------------------------------------------------------------------------------*/
#footer{}

.left {
	float:left;
	text-align:left;
	}

.right {
	float:right;
	text-align:right;
	}

#footer a {
	color:#397DBB;
	font-weight:normal;
	text-decoration:none;
	}

	#footer a:hover {
		color:white;
		border-bottom:1px solid #26649B;
		background-color:#5094D0;
		}



