/* body and links */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('../img/ema.jpg');
	background-repeat: repeat-x;
	background-position: bottom; 
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

/* header content */

.header {
	padding: 5px;
	background-image: url(../img/header_listen_683x162.png);
	background-repeat: no-repeat;
}
.header_hotspot {
	cursor: pointer;
    cursor: hand;
}
.header_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 0px 4px 5px;
}
.search_form { 
  background-color: #CCCCCC; 
}

/* main content */

.content {
	padding: 5px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #333333;
	background-image: url(../img/content_left_bg_6x6.png);
	background-repeat: repeat;
}
.content_top {
	padding: 5px;
	background-color: #CACACA ;
}
.content_main {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #333333;
}

/* sub-content */

/*sub-content - news*/
.news_title {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}
.news_wrapper {
	padding-bottom: 5px;
}
.news_content_wrapper {
	padding: 5px 11px 11px 5px;
}
.news_font {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.news_author_date {
	padding: 0px 0px 5px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}
.news_more {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}

/* sub-content - lyrics */

.lyric_title {
	font-weight: bold;
	color: #FF9900;
	font-size: 12px;	
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}
.lyric {
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}
.lyric_list {
	padding: 5px 0px 5px 0px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}
.lyric_list_left {
	padding: 5px 0px 5px 0px;
	border-width: 0px 1px 2px 0px;
	border-style: none dashed solid none;
	border-color: #CCCCCC;
}

/* sub-content - misc */

.contributors {
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}
.user_comment {
	padding: 5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid dashed solid dashed;
	border-color: #333333;
}
.pagination {
	font-size: 17px;
}

/* left content */

.content_left {
	border-width: 0px 1px 0px 0px;
	border-style: none dashed none none;
	border-color: #333333;
	background-color:#FFFFFF;
}
.menu_body_left {
	padding: 5px;
}
.titles_lft {
	background-image: url(../img/section_bg.png);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 5px;
}

/* right content */

.titles_rgt {
	background-image: url(../img/section_bg.png);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 5px;
}
.content_right {
	border-width: 0px;
	border-style: none;
}
.story_bg {
	background-image: url(../img/tryangle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 5px 0px 5px;
}

/* images */

.img_pad {
	padding: 3px;
}
.thumbnail {
float: left;
width: 48%;
margin: 5px;
}

/*footer content*/

.footer_wrapper {
	background-image: url(../img/footer.gif);
	background-position: top; 
	background-repeat: no-repeat;
}