/*  
Theme Name: Frank Sellman and the Love Rockit
Theme URI: http://wordpress.org/
Description: Coded especially for Frank Sellman and the Love Rockit
Version: 1.0
Author: Design-Bolton Design / Coding-Thom Meredith Design
Author URI: http://boltondesign.com/


Background Brown: 813202
Background Tan: F3F0E2
*/



/* Begin Typography & Colors */
body {
	font-size: 85%; /* Resets 1em to 10px */
	line-height: 1.2em;
	font-family: Arial, 'Lucida Grande', Tahoma, Verdana,  Sans-Serif;
	color: #585757;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #EBE6D0 url(images/bg.jpg) repeat-x top;
	}

a {
		-moz-outline-style: none;
}

#page {

	text-align: left;
	}

#header {

	}

#headerimg 	{ 

	} 

#content {
	margin-left: 300px;
	}


h1 {

	}


h2 {

	}


h3 {
	
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 1em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {

	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 800px;

	}

#header {
	margin: 0; 
	padding: 0; 
	height: 280px; 
	width: 800px;
	}

	
#pagecontent {
	background: #F3F0E2;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #E9E3CD;
}

.rightcontent, .rightcontent2	{
	margin: 0 26px 0 258px ;
	padding: 24px;
	background: #EEEAD7 url(images/rightcontentbg.jpg) repeat-x;
}

.rightcontent2 {
	background: #EEEAD7;
	padding-top: 12px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	margin-left: -1px;
	margin-right: -1px;
	background: url(images/foot.jpg) no-repeat;
	}

#footer p {
	margin: 0;
	padding: 20px 7px;
	text-align: left;
	color: #7B7864;
	}
/* End Structure */


/* Nav  */

#nav, #nav img {
	width: 231px;
}

#nav ul img {
	display: none;
}

#nav ul, #nav ul li,#nav ul li ul,#nav ul li ul li {
	margin:0;
	padding:0;
	display: inline;
	list-style-type: none;
	position: relative;
}

#nav ul li a{
	height: 34px;
	display: block;
	margin:0;
	padding:0;
}

#nav ul li ul li a{
	height: 29px;
	display: block;
	position: relative;
	margin:0;
	padding:0;
}

.home a {  background-image:url(images/nav/home.gif); }

.media a {  background-image:url(images/nav/media.gif); }

.the_music a {  background-image:url(images/nav/the_music.gif); }

.photo_gallery a {  background-image:url(images/nav/photo_gallery.gif); }

.calendar a {  background-image:url(images/nav/calendar.gif); }

.merch a {  background-image:url(images/nav/merch.gif); }

.friends a {  background-image:url(images/nav/friends.gif); }

.message_board a {  background-image:url(images/nav/message_board.gif); }

.links a {  background-image:url(images/nav/links.gif); }

.contact a {  background-image:url(images/nav/contact.gif); }

.newsletter a {  background-image:url(images/nav/newsletter.gif); }

#nav a {
	background-repeat: no-repeat !important;
	background-position: left top !important;
}
#nav a:hover {
	background-position: top center !important;
}

#nav a:active, #nav .selected, #nav a.selected:hover {
	background-position: right top !important;
}

#nav ul li ul li{
	display: none;
}

#nav ul li {
	list-style: none;
}

/* End Nan*/


/*	Begin Headers */
h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

h1 {
	
	}
	
h1 span {
	display: none;
}

h1 img {
	padding-bottom: 4px;
}

h2 {
	font-size: 14px;
	color: #3A0701;
	font-weight: normal;
	text-transform: uppercase;
	}

h2.pagetitle {

}

h3 {
	font-size: 1.9em;
	line-height: 2em;
	font-weight: normal;
	color: #585757;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */







/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	width: 231px;
	float: left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




/* Begin Various Tags & Classes */

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	color: #BF4815;

}

.entry, .linkcat {
	background: url(images/doubleline.gif) repeat-x bottom ;
	padding-top: 12px;
	padding-bottom: 12px;

}

#available_now {
	padding-left: 14px;
	color: #3A0701;
}

#available_now img{
	width: auto;
	margin-bottom: 5px;
	margin-top: 16px;
}

#available_now a img{
	border: 4px solid white;
}


#available_now a, .rightcontent a, .rightcontent2 a {
	text-decoration: none;
	font-weight: bold;
	color: #7B7864;
	text-transform: uppercase;
}

#available_now a:hover, .rightcontent a:hover, .rightcontent2 a:hover {
	text-decoration: underline;
}

.rightcontent ul{
	list-style: none !important;
	margin:0;
	padding:0;
}

#links a {
	margin-bottom: 4px;
	display: block;
}

#links a:after {
	content: url(images/link.gif);
}

#links ul{
	color: #3A0701;
}

#footer a {
	color: #7B7864;
	font-weight: bold;
}

#music .entry p {
	padding: 8px;
	border: 1px solid #CFCCB0;
	width: 290px;
	background: white;
}

#music {
	color: #400C01;
}

.song-title {
	font-weight: bold;
	font-size: 1.2em;	
	
}

.song-credits {
	font-style: italic;
	padding-bottom: 1em;
}

select {
	border: 1px solid #D9D2B5;
	background: white;
}

#music_list select {
	color: black;
	
}

#music_list {
	float: right;
	position: relative;
}

#music_list a.title {
	background: url(images/musiclistbg.gif) no-repeat top;
	width: 226px;
	height: 34px;
	padding-right: 40px;
	position: relative;
	top: 25px;
	color: black;
	font-size: 12px;
	line-height: 36px;
	text-indent: 12px;
	display: block;
	text-transform: none;
	text-decoration: none;
	overflow: hidden;
}

#menuclose {
	background: black;
	padding: -20px 20px 20px 20px;
}

#menu {
	display:none; 
	position:absolute; 
	left:0; 
	top:60px; 
	width: 264px;
	background: #F4F2E5;
	he/ight: 165px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #d9d2b5;;
}

#menu a, #menu .selectsong {
	background-color: #F4F2E5;
	font-weight: normal;
	color: black;
	line-height: 16px;
	width: 100%;
	display: block;
	padding: 6px 0 6px 12px;
	margin: 0;
	text-transform: none;
	text-decoration: none;
}

#menu .selectsong {
	border-bottom: 1px solid #d9d2b5;
}

#menu a:hover {
	background-color: #f2eabf;
}

#commentform {
	position: static;
	overflow: hidden;
	background-color: #D0CCAF;

}


.friendsleft {
	width: 100px;
	text-align: right;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font-weight: bold;
	clear: both;
}

.friendsright {
	width: 350px;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.friendserror {
	border: 1px solid #ff0000;
}

#friendssubmit {
	margin-right: 55px;
	padding-bottom: 12px;
}
