







/* General styles */
body{
	margin: 0px;
	padding: 0px;
	background-color: #F0F6F2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:100%;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	line-height: 1.4;
}

h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
}
p {
    margin:.4em 0 .8em 0;
    padding:0;
}
img {
	margin:10px 0 5px;
}
/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
}
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
    margin:0;
}
#header ul {
    clear:left;
    float:left;
    width:100%;
    margin: 0;
    padding-left:20px;
}
#header ul li a {
	font-size: 11px;
    padding:0;
}


#header ul li a.active,
#header ul li a.active:hover {
    color:#fff;
    background:#000;
    font-weight:bold;
}
#header ul li a span {
    display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
	background-color: #DDDDDD;
}
.leftmenu .colright {
    float:left;
    width:200%;
	position:relative;
	left:150px;
    background:#fff;
    border-left: 1px solid black;
}
.leftmenu .col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:150px; /* Gives us 10 pixel padding on right of page */
    padding-bottom:1em;
}
.leftmenu .col1 {
    margin: 5px 15px 0 165px;
    position:relative;
    right:100%;
    overflow:hidden;
}

.leftmenu .col2 {
    float:left;
    width:150px;
    position:relative;
    right:151px; /* if == .leftmenu .colright left, no padding on left nav */
    background-color: #DDDDDD;
    padding-top: 5px;
    font-size: 12px;
}
/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
	border-top:1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px;
	text-align: center;
	background-color: #FFBB55;
}


#header_main
{
	height: 75px;
	background-image: url('../img/default/lyricTalk_logoBold.jpg');
	background-repeat: no-repeat;
	background-color: #BBCC95;
	border-bottom: 1px solid black;
}

div.artist_directory{
	font-size: 10px;
	padding-left: 10px;
}

div.artist_directory a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

div.artist_directory span
{
	font-size: 12px;
	font-weight: bold;
}



div.header_content{
	margin-left: 400px;
}

div.header_content div.module{
	float: left;
	width: 200px;
	font-size: 11px;
}





div.leftnav_heading{
	background-color: #A9A9A9;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 5px;
	padding-left: 5px;
	font-size: 14px;

}

.leftnav_textbox{
	border: 1px solid #A2A5B8;
	font-size: 12px;
	width: 125px;

}

.leftnav_optionbox{
	border: 1px solid #A2A5B8;
	font-size: 12px;
	width: 125px;

}

.leftnav_button{
	border: 1px solid #000000;
	background-color: #FFBB55;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;

}


a, a:link, a:active, a:hover{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

div.leftnav{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;

}

button{
	border: 2px solid #000000;
	background-color: #FFBB55;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;

}

/***********************Information Table Styles************************/
table.info{
	border: 1px solid black;
	margin-bottom: 20px;
	margin-top: 5px;

}

th.info{
	background-color: #91A548;
	background-image: url('../img/default/about_box2.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid black;
	color: #ffffff;
	font-size: 14px;
	padding: 3px;

}

td.info{
	padding: 3px;

}

tr.info1{
	background-color: #E1E1B8;

}

tr.info2{
	background-color: #E6EAD1;

}

a.info, a.info:link, a.info:active, a.info:hover{
	text-decoration: none;
	color: #666666;
	font-weight: bold;

}

a.info:hover{
	text-decoration: underline;

}

/* End Information Table Styles */

h1, h2, h3, h4, h5, h6{
	color: #5D5950;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-size: 28px;
	color: #282828;
}

h3{ font-size: 24px; }

h4{ font-size: 18px; }

h5{ font-size: 15px; }

h6{
	font-size: 13px;
}

ul.leftnav, li.leftnav{
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	line-height: 1.3;

}

a.leftnav, a.leftnav:link, a.leftnav:active, a.leftnav:hover{
	text-decoration: none;
	color: #666666;
	font-weight: bold;

}

a.leftnav:hover{
	text-decoration: underline;

}

#comments{
	margin-bottom: 20px;

}

.comment_textarea{
	width: 90%;
	height: 150px;

}

.comment_titlebox{
	width: 300px;

}

/*** Styles for comments*/
div.comment{
	padding: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div.children div.comment{
	margin-left: 15px;
}

.comment_table{
	/*	border: 1px solid black;
	border-style: groove;
	*/	
	width: 100%;
	margin-right: 0px;
	padding-right: 0px;

}

.comment_title{
	background-color: #ffffff;
	background-image: url('../img/default/comm_title.jpg');
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #9B9B9B;
	border-bottom: none;

}

.comment_info{
	background-color: #ffffff;
	background-image: url('../img/default/comm_title.jpg');
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #9B9B9B;
	border-bottom: 1px solid black;

}

td.comment_info img
{
	margin: 0;
}

.comment_text{
	padding: 5px;
	background-color: #ffffff;
	background-image: url('../img/default/comm_text.jpg');
	background-repeat: repeat-x;
 	border: 1px solid #9B9B9B;
	border-top: none;

}

/* End comment styles *//*** Styles for a user's own comments* */.self_comment_table{
	/*	border: 1px dotted black;
	border-style: groove;
	*/	width: 100%;
	margin-right: 0px;
	padding-right: 0px;

}

.self_comment_title{
	background-color: #BBCC95;
	background-image: url('../img/default/self_comm_title.jpg');
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #9B9B9B;
	border-bottom: none;

}

.self_comment_info{
	background-color: #BBCC95;
	background-image: url('../img/default/self_comm_title.jpg');
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #9B9B9B;
	border-bottom: 1px solid black;

}

.self_comment_text{
	padding: 5px;
	background-color: #ffffff;
	background-image: url('../img/default/comm_text.jpg');
	background-repeat: repeat-x;
 	border: 1px solid #9B9B9B;
	border-top: none;

}

/* End self-comment styles */
a.comment, a.comment:link, a.comment:active, a.comment:hover{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;

}

a.comment:hover{
	text-decoration: underline;

}

#lyrics{
	border: 1px solid #9B9B9B;
 	margin-top: 10px;
 	margin-bottom: 10px;
 	padding: 5px;

}

.quote{
	margin:0px 10px;
	padding:5px;
	background-color:#F7F7F7;
	border:1px dotted #CCCCCC;
	width:95%;

}

.error{
	border: 1px dotted black;
	background-color: #FF9999;
	font-weight: bold;
	margin-bottom: 10px;

}

.msg{
	border: 1px dotted black;
	background-color: #33FF00;
	font-weight: bold;
	margin-bottom: 10px;

}

ins{
	background-color: #33FF00;

}

del{
	background-color: #FF9999;

}


