/*
Theme Name: Lyrics Center
Theme URI: http://fawesomemusic.com/lyrics
Description: 
Author: Emily Rose
Author URI: http://fawesomemusic.com
*/

/* BASICS */

body {
        background: #EEEEEE;
	font-family: Arial;
	font-size: 12px;
	color: #252525;
        line-height: 130%;
        text-align: justify;
        margin: 0;
        padding: 0;
	}
	
TD, TR {
	font-family:Arial;
	font-size:12px;
        padding: .1em;
        text-transform: none;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	color: #252525;
}


#container {
	width: 550px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	background: #EEEEEE;
	color:#222222;
	font-size: 12px;
	border: 0px solid #050302;
	}

/* MENU */
#menu {
	background-color: #EEEEEE;
	padding: 3px;
	font-family:Arial;
	font-size:12px;
        align: center;
	text-transform:uppercase; 
	line-height:13px; 
	color: EEEEEE;
	}
	
td.menu {
	background-color: #252525;
	padding: 3px;
	color: #EEEEEE;
	cursor:default;
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase; 
	line-height:13px; 
	margin-bottom:0px;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	vertical-align: top;
}

td.menu:hover {
	background-color: #9BA621;
	padding: 3px;
	color: #EEEEEE;
	cursor:default;
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase; 
	line-height:13px; 
	margin-bottom:0px;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	vertical-align: top;
}

.menu a:link{
	color: #EEEEEE;
	text-transform:uppercase; 
	text-decoration:none; 
	font-weight:none;}

.menu a:visited{
	color: #EEEEEE;
	text-transform:uppercase; 
	text-decoration:none; 
	font-weight:none;}

.menu a:active{
	color: #EEEEEE;
	text-transform:uppercase; 
	text-decoration:none; 
	font-weight:none;}

.menu a:hover{
	color: #EEEEEE;
	text-transform:uppercase; 
	text-decoration:none;
	font-weight:none;}
	
/* OTHER */
A:link{
	color:#9BA621;
	text-decoration:none; 
	font-weight:none;}

A:visited{
	color:#9BA621;
	text-decoration:none; 
	font-weight:none;}

A:active{
	color:#9BA621;
	text-decoration:none; 
	font-weight:none;}

A:hover{
	color:#9F9F9F;
	text-decoration:none;
	font-weight:none;}
	
input, textarea, select, button {
font-size:11px;
color: #ffffff;
background: #627973;
border: 1px solid #9F9F9F;}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
color: #252525;
background: #EEEEEE;
border: 1px solid #000000;}

.icons {

padding: 3px 3px 3px 3px;

}

h1 {
	background: #EEEEEE;
	padding: 4px;
	font-family:Georgia;
	font-size:24px;
	letter-spacing:0px; 
	line-height:9pt; 
	color: #252525; 
	text-transform: italics;
	text-align: right;}

h2 {
	background: #EEEEEE;
	padding: 4px;
	font-family:Georgia;
	font-size:12px;
	letter-spacing:0px; 
	line-height:9pt; 
	color: #252525; 
	text-transform: uppercase;
	text-align: left;}

b, strong {
       color: #252525;
       font-weight:bold;} 

i, em {
       color: #252525;
       font-style: italic;} 

blockquote {
	background: #EEEEEE;
        border: 1px solid #252525;
	padding: 10px;
	font-family:Arial;
	font-size:12px;
	letter-spacing:0px; 
	line-height:9pt; 
	color: #252525; 
	text-transform: none;
	text-align: justify;}

/* CONTENT */

#content {
	background-color: #EEEEEE;
	padding: 2px;
        text-transform: none;
	text-align:justify;
	color: #252525;
        width: 95%;
}


/* FOOTER */

#footer {
        clear: both;
        background: #EEEEEE;
        padding: .5em;
        text-align: center;
}

#footer a {
        color: #9BA621;
        text-decoration: none;
}

#footer a:visited {
        text-decoration: none;
}

#footer a:hover {
        color:#fff;
        background: #627973;
        border: 0;
}