body {
	background: #1F1C1C; 
	margin: 0px auto;
    padding: 0px;
	}
	

/* -------------------
MAIN STRUCTURE
------------------- */
	
#frame {
		width: 1024px;
		margin: auto;
        padding: 0px;
        text-align: center;
		}
	
#middle {
		background: url( ) 0 0 repeat-y;
		overflow: auto;
		width: 980px;
        margin: 30px auto 0 auto;/* Distance between navigation and conent */
        /*border: 1px dashed #ffffff;*/
	}

#content {
		float: left;
		width: 600px;
        background: #1F1C1C;
        padding: 0;
        display: inline;
        /*border: 1px dashed #ffffff;*/
		}
	
#sidebar {
		float: right;
		position: relative;
		background: #1F1C1C; 
		width: 310px;
		margin-top: -17px;
        margin-right: 0;
        padding: 5px;
       	border: 3px solid #3a3a3a;
        display: inline;
		}

	
/* -------------------
HEADER
------------------- */

#header {
       	width: 990px; /*get actual width of content and sidebar*/
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        text-align: center;
        /*border: 1px dashed #ffffff;*/
        }

#header img {
		 display: block;
	   	 margin-left: auto;
	     margin-right: auto;
		 border: 0px;
		}

#header hr {
		color: #E2DCD6;
		background-color: #E2DCD6;
		margin: 15px 0 15px 0;
		height: 3px;
		border: 0;
		}
	

	/*-------------------
	NAVIGATION 
	--------------------*/
	
	
	#navcontainer ul 
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	
	#navcontainer ul li 
	{ 
		display: inline; 
		padding: 30px; /*Distance between page links*/
	}
	
	#navcontainer ul li a {
		font-family: Garamond, serif;
		font-size:1.2em;
		color: #D1CCC1;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 200%
	}
	
	#navcontainer ul li a:hover {
		background-image: url(http://www.juniorboys.net/images/underline.gif);
		background-repeat: repeat-x;
		background-position: 100% 100%;
		padding-bottom: 20px;
		white-space: nowrap;
	}
	
	
	
	#navcontainer .current_page_item a {
		color: #D1CCC1;
		background-image: url(http://www.juniorboys.net/images/underline.gif);
		background-repeat: repeat-x;
		background-position: 100% 100%;
		padding-bottom: 20px;
		white-space: nowrap;
	}
	
	/*#hack {
		background: white;
		height: 2px;
		width: 450px;
		display: inline;
		position: absolute;
		top: 220px;
		left: 50%;
		margin: 0 0 0 -350px;
		padding: 0;
		z-index: 2;
		}*/
		
	
/*-------------------
END OF NAVIGATION & HEADER 
--------------------*/


	
/* -------------------
CONTENT
------------------- */

<!--
<table id="appchrome_125359" border="0" width="600" cellspacing="0" cellpadding="0" bordercolor="#33ffcc" class="userProfileApp">
<tr>
<td class="appcontent tdborder"><iframe id="apppanel_125359_profile" name="apppanel_125359_profile" src="http://api.msappspace.com/app

-->

#content .ilikewrapper {

	border: 2px solid #3a3a3a;
	margin: -35px 0 0 0;
}





#content .post {
	margin: 0 20px 55px 20px;
}
	

/* general #content definitions */

	
#content h2 {
	color: #F9F2E1;
	font: 2em Garamond, serif;
	font-weight: bold;
	margin: -10px 0 0 0;
	border-bottom: 3px solid #3a3a3a;
	text-transform: uppercase;
	}

	
#content #post h2, a {
	color: #D1CCC1;
	text-decoration: none;
}

#content #post h2, a:hover {
	color: #D1CCC1;
	text-decoration: none;
}


#content h3 {
	font: 0.7em/1.7em Georgia, serif;
	color: #D1CCC1;
	margin: 1.1em 0 0.2em 10px;
	font-weight: bold;
	}




	
#content h4 {
	font: 0.7em/1.7em Tahoma, Arial, Helvetica, sans-serif;
	color: #D1CCC1;
	padding: 0 0 0 0.5em;
	margin: 1em 0;
	}
	
#content p, #content dl {
	color: #D1CCC1;
	font: .9em/1.5em Tahoma, Arial, Helvetica, sans-serif;
}
	
#content p, #content ul, #content ol, #content dl {
	margin: 0 0 0.7em 0;
	}

#content img {
	margin: 0 0 0 0;
    padding: 5px;
	border: 0px;
}
	
#content li {
	margin: 0 0 0 22px;
	color: #968c83;;
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
}
	
#content dl dt {
	font-weight: bold;
}
	
#content dl dd {
	margin: 0 0 0.4em 0.5em;
}
	
#content blockquote p {
	margin: 0 0 0 2em;
	border-left: 5px solid #968c83;
	padding: 0 0 0 1em;
	color: #968c83;
}
	


	/*Post Data after post*/
#content .post ul.post-data {
	border-top: 3px solid #3a3a3a;
	list-style: none;
	font: 0.9em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	padding: 0.1em 0 0.2em 0;
	color: #827060;
	margin: 1.3em 0 0 0;
	}

	/*IMAGES POSTED IN BLOGS*/
#content .post .entry img {
	margin: 20px 18px 18px 20px;
    padding: 0;
	margin-left:auto;
	margin-right:auto; 
    display: block;
	border: 0px;
	}
	
	
#content .post .entry {
		margin: 20px 0 0 0;
        padding: 0;
		margin-left:auto;
		margin-right:auto; 
        display: block;

	}


/*Links in blog posts*/
#content .post .entry a {
		text-decoration: underline;
	}

#content .post .entry a:hover {
		text-decoration: none;
		color: #3EFFB0;
	}

/* Next / Previous Navigation links*/

#content .nextprevious a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	padding-right: 40px;
	padding-left: 40px;

}


#content .nextprevious a:hover {
		text-decoration: underline;
		color: #3EFFB0;


}


#content .nextprevious {
	text-align: center;
    margin-bottom: 10px;
}


/*Videos posted in comments*/

#content .post ul.post-data li {
	color: #827060;
	}
	
	
/*link to comments*/
#content .post ul.post-data a {
	text-decoration: none;
	color: #F7D98F;
	}
	
#content .post ul.post-data a:hover {
	color: #F7D98F;
	/*968c83  A28B55*/
	text-decoration: underline;
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline; /* fixes double float bug in IE */
	}
	
#content .post ul.post-data li.comments a {
	padding: 0 0 0 15px;
	}
	
	/*"PUBLISHED BY" INDENTING*/
#content .post ul.post-data li.posted {
	margin: 0 0 0 0;
	color: #626262;
	/*968c83*/
	}
	
		/*RSS ICON positioning*/
#content .post ul.post-data li.posted a img {
	margin: 0 5px -6px 0px;
	}
	
#content .post ul.post-data li.posted a {
	padding: 0 0 0 8px;
	}
	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover {
	background-position: 0 -38px;
	}

.spacer {   
	padding: 0px;
    text-align: right;
    clear: both;
    text-transform: lowercase;
    }



/*-------------------
BIOGRAPHY PAGE
-------------------*/

#content #bioimg {
	margin-top: -15px;
	margin-bottom: -10px;
}


/*Presskit Link Placement*/

#presskitlink {
	 text-align: right;
	 margin-bottom: 25px;
}


/*Presskit Download Link */

#content .post .entry #presskitlink a { 
	color: #968c83; 
	text-decoration: none;	
	text-transform: uppercase;
	font: 1em Garamond, serif;
	font-weight: bold
}

#content .post .entry #presskitlink a:hover { 
		text-decoration: underline;
		color: #3EFFB0;

}

/*-------------------
END BIOGRAPHY PAGE
-------------------*/

/*-------------------
TOUR DATES PAGE
-------------------*/


.titletd {
	border-bottom: 3px solid #3a3a3a;
	padding-bottom: 4px;  
}

.title {
	font-size: 1em;
	font-family: Georgia, serif;
	font-weight: bold;
	text-transform: uppercase;
	}

table td {
	padding: 3px 15px 3px 3px;
	
}


.showtable {
	margin-top: -20px;

}


.showtable td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	color: #968c83;
}

td.venue {
	font-weight: bold;
	font-size: 14px;
}


.showtable tr {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #968c83;

}

/*-------------------
END TOUR DATES PAGE
-------------------*/


/*-------------------
VIDEO PAGE
-------------------*/


.videowrapper {
	margin: -15px 0 0 0;
}


/*-------------------
END VIDEO PAGE
-------------------*/

/*-------------------
DISCOGRAPHY & MERCH PAGE
-------------------*/

.discowrapper {
	margin: -28px 0 0 0;
    
}

.albumlisting {	
	height: 250px;
	margin: 0 0 25px 0;
	border: 1px solid #1F1C1C;
	padding: 0 0 10px 30px;
}


.albumart {
	float: left;
	width: 200px;
	height: 200px;

}

.albumdetails {	
	margin: 15px 0 0 230px;
	/*border: 1px dashed #3a3a3a;*/
}

#content .post .albumtitle {
	font-size: 1em;
	font-family: Garamond, Serif;
    font-weight: bold;
	color:#847b73;
	text-transform: uppercase;
}


.albumtracks {
	padding: 10px 0 0 0;

}


/*-------------------
END DISCOGRAPHY & MERCH PAGE
-------------------*/


	
/* -------------------
COMMENTS
------------------- */

/* "(#) Responses to 'Article Name'" text*/

#content #comments {
	font: 1.3em Garamond, Serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;

}

/*Responses Title Positioning*/

#content #comments {
	margin: 0 20px 20px 25px;
	}

/*
#commentform p #comment {
	font: 10px Tahoma, Arial, Helvetica, sans-serif
}
*/

/*The whole Comment section*/
ol.commentlist {
	/*border: 1px solid #3a3a3a;*/

}

ol.commentlist, li {
	/*This effects all li items including header nav, sidebar links, post-data and comments*/	
}



/*Individual Comment Styling*/

#content .commentlist li {
	
	border-top: 3px solid #3a3a3a;
	margin-right: 60px;
	margin-left: 50px;
	margin-top: 3px;
	margin-bottom: 25px;
	padding-top: 12px;

}



/*
#content #comments form a { color: #847b73; }
#content #comments form a:hover { color: #827060; }


#content #comments form p #comment {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #9a9a9a;
}
	

*/

/*
.alt {
font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
}
*/



/*Simon Says...*/
.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.2em;
	font-family: Garamond, serif;
	
	}



/*meta data for date & time*/
.commentmetadata {	
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	
}


.commentlist cite, .commentlist cite {
	font-family: Tahoma, Arial, Helvetica, sans-serif;

	}


/*
.commentlist p {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
*/



/*"Leave a Comment"*/
#middle #content #respond {
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9a9a9a;
	padding-left: 42px;
	text-transform: uppercase;
}



/* This is the entire comment form area*/

#commentform {
	/*border: 1px solid #3a3a3a;*/
	padding-right: 35px;
	padding-left: 35px;
	
}

/*Name, Email, Website text*/

#commentform p {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	color: #9a9a9a;
	text-transform: uppercase;
}




/* Name Input Field*/

#commentform p #author {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background: #1F1C1C;
	border: 3px solid #3a3a3a;
	width: 250px;
	color: #9a9a9a;
	padding: 3px;
}


#commentform p #author:hover  {
	border: 3px solid #FFFA6D;
}


#commentform p #author:focus  {
	border: 3px solid #FFFA6D;
}




/* E-mail Input Field*/

#commentform p #email {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background: #1F1C1C;
	border: 3px solid #3a3a3a;
	width: 250px;
	color: #9a9a9a;
	padding: 3px;
}


#commentform p #email:hover  {
	border: 3px solid #FF51A1;

}


#commentform p #email:focus  {
	border: 3px solid #FF51A1;
}



/* Website Input Field*/

#commentform p #url {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background: #1F1C1C;
	border: 3px solid #3a3a3a;
	width: 250px;
	color: #9a9a9a;
	padding: 3px;
}


#commentform p #url:hover  {
	border: 3px solid #FF8C3B;
}


#commentform p #url:focus  {
	border: 3px solid #FF8C3B;
}





/*Comment Text Field*/

#commentform p textarea {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background: #1F1C1C;
	border: 3px solid #3a3a3a;
	width: 525px;
	color: #9a9a9a;
	padding: 3px;

}

#commentform p textarea:hover {
	background: #1F1C1C;
	border: 3px solid #5183FF;
}
#commentform p textarea:focus {
	background: #1F1C1C;
	border: 3px solid #5183FF;
}




/*Comment Submit button*/

#commentform #submit {
	margin: 0 148px 15px 148px;
	/*float:left;*/
    background: #3a3a3a;
    color: #0f0a04;
	font: 16px Garamond, serif;
	border:0px solid #3a3a3a;
    height: 35px;
	width: 230px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    font-weight: bold;
	}


#commentform #submit:hover {
	border:3px solid #6FD03E;
	}


	
/* -------------------
SIDEBAR
------------------- */



#sidebar hr {
	color: #3a3a3a;
	background-color: #3a3a3a;
	height: 3px;
	border: 0;
	}
	
#sidebar h2 {
	color: #F9F2E1;
	font: 2em/1.5em Garamond, serif;
	font-weight: bold;
	margin: 0 0 0 0;
	/*border-bottom: 3px solid #3a3a3a;*/
	text-transform: uppercase;
	}
	



#sidebar h3 {
	color: #D1CCC1;
	font: 1.8em/1.5em Garamond, Serif;
	font-weight: bold;
	margin: 0 0 8px 0;
        padding-bottom: 2px;
        padding-top: 1px;
        padding-left: 10px;
        background: url( );
        text-transform: uppercase;
        text-align: justify; 
      
	}
	
#sidebar h4 {
	color: #D1CCC1;
	font: 1em Garamond, Serif;
	font-weight: bold;
	margin: -14px 0 12px 0;
        padding-bottom: 2px;
        padding-top: 1px;
        padding-left: 10px;
        background: url( );
        text-transform: uppercase;
        text-align: center; 
        }
        
/*
#sidebar h5 {
	color: #D1CCC1;
	font: 1em Garamond, Serif;
	font-weight: bold;
	margin: 0 0 0 12px;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        text-transform: uppercase;
       }
        */
        
	
	/*Sidebar Non-Links*/
#sidebar p, #sidebar li {
	color: #D1CCC1;
	font: 1.4em Garamond, Serif;
	text-transform: uppercase;
	font-weight: bold;
	
	}
	
#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 20px 0; /*This is the margin after the list is finished*/
	
	}
	
#sidebar ul { 	
	padding: 0 0 0 35px;
	list-style-image: url(images/icon.gif);
	color: #968c83;
	font: .8em Garamond, Serif;
	font-weight: bold;
        text-transform: uppercase;
        text-align: left; 
        
 }
 

  /*Any Links in Side Bar Follow This Style
#sidebar ul li a{ 	
	padding: 0 0 0 3px;
	list-style-image: url(images/icon.gif);
	color: #968c83;

        
        
 }*/



#sidebar a {
	color: #ffffff;
	text-decoration: none;
	
	}
	
#sidebar a:hover {

	text-decoration: none;
	
	
	}


/*Side bar Email list form styles*/


#sidebarform {
	margin-top: 20px;
	margin-bottom: -5px;
}


#textarea {
	margin: 5px 0 0 10px;
	background: #F8F1E1; /*D1CCC1;*/
	border: 3px solid #ffffff;
	width: 50%;
	color: #1F1C1C;
	padding: 3px;

	}
	
#textarea:hover {

	border: 3px solid #9BEAF1;
}

#textarea:focus {

	border: 3px solid #9BEAF1;
}


#submit {
	margin: 0 0 0 15px;
	border: 3px solid #ffffff;
	background: #ffffff;
        color: #0f0a04;
	font: 16px Garamond, serif;
	font-weight: bold;
	text-transform: uppercase;
        height: 28px;
	width: 100px;
	padding: 3px;
	
           
	}
	
#submit:hover {

	border: 3px solid #FFE169;
	}

#sidebarform input{
	margin-bottom: 13px;
}



	/*CONTROL HEIGHT OF SIDEBAR 12px for no rss image*/
#sidebarcontainer {
	float: right;
	padding: 12px 15px 0 0;
	width: 360px;
	margin: 0px;
}
#sidebarcontainer form {
	padding: 0;
	margin: 0;
}
#subscriptionoptions{
	width:300px;
	padding: 0 30px;
}

#rssmain {
	float:left;
	padding: 4px 0 0px 0;
}


#wrap {
	margin: 0;
	float: right;
	padding: 5px 0 5px;
	width: 360px;
	color: #827060;

}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


.ad250 {
	text-align: center;
}


/* -------------------
FOOTER
------------------- */

#footer {
	clear: left;
	background-color: #1F1C1C;
	height: 50px;
	width: 1024px;
    margin-right: auto;
    margin-left: auto;
	}
	
#footer p {
	color: #968c83;
	font: 0.8em Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: center;

	}
	
#footer a {
	color: #968c83;
	text-decoration: none;
	}

#footer a:hover {
	
	text-decoration: underline;
	}
	
#footer hr {
	color: #E2DCD6;
	background-color: #E2DCD6;
	margin: 15px 0px 5px 0px;
	height: 3px;
	border: 0;
}

/* -------------------
END FOOTER
------------------- */