<style type="text/css">


html>body {
	margin: 0px;
	padding:0px;
	width:980px;
	position: top center;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color:#333;
  	background-repeat:no-repeat;
	background-color:#C9C9D2;
	background-attachment: fixed;
	font-size:.90em;
	line-height:1.4;
	}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	text-align: center;  /* center on ie */
	color: #333;
  	background-repeat:no-repeat;
	background-color:#C9C9D2;
	background-attachment: fixed;
	font-size:1.0em;
	line-height:1.6;
	}

a img { border: 0; }

A:link {
	color: #ff00cc;/* pink */
	text-decoration: none;
	}

A:visited {
	color: #00B3E0;  /* red */
	text-decoration: none;
	}

A:active { 
	color: #D12054;  /* hot pink */
	}

A:hover	{ 
	color: #D12054;/* blue #09AED7*/
	text-decoration: underline;
	}
	
#pagecontainer {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 980px;
	text-align: left;
	background-color:#fff;
	padding:0 10px;
	min-height:1000px;
		}
		
#outerbox{
	margin: 0 auto 0 auto;
	border-style: none none none none;
	width: 980px;
	border-width: 1px;
	text-align: left;
	clear: left;
	background:#fff;
	min-height:1px;
			}
				
#topnav{
	clear:both;
}

#topsection{
	margin: 0 auto 0 auto;
	width: 980px;
	text-align: left;
	clear: left;
	background:#fff;
}


#midsection{
	margin: 0 auto 0 auto;
	border-style: none none none none;
	width: 980px;
	border-width: 1px;
	text-align: left;
	clear: both;
	background:#fff;
}

#midbottomsection{
	margin: 0 auto 0 auto;
	text-align: left;
	clear: both;
}

#midhorizontal{
	margin: 0 auto 0 auto;
	width: 980px;
	text-align: left;
	clear: left;
	min-height:1px;
	display:inline;
}

.bodytext{
	margin-bottom:10px;
}

.teaser{
	font-size:1.1em;
	margin:5px 0 10px 0;
	line-height:1.5;
}


.borders{
	margin: 20px 0px;
	background:#eee;
	border:1px solid #ccc;
	padding: 30px 30px 30px 30px;
	float: left;
	display: inline; /* ie win bugfix */
	min-height:1px;
}
.videohorizontal{
	position:relative; /*static centers content in ie*/
	margin: 0px;
	background:#ddd;
	border-top:1px solid #BFBEBE;/* #BFBEBE */
	border-bottom:1px solid #BFBEBE;
	width: 980px;
	padding:  0;
	float: left;
	display: inline; /* ie win bugfix */
	min-height:1px;
}
.videothumb{
	display:inline;
}
.container_video_overlay{
	background:#000;
	margin:0 auto 0 auto;
	padding:20px;
  	z-index: 120;
	position:fixed;
  	top: 10%;
	width: 550px;
	left:31%;
	z-index:100px;
}

.container_video_innerbox{
	background:#fff;
	margin:20px 20px 10px 20px;
}
.videopad{
	padding:20px 20px 0 35px;
}

.video_title{
	font-size: 1.35em; 
	margin:10px 30px 10px 30px;
	padding-top:10px;
		}
.videotext{
	font-size:.90em;
	margin:0 30px;
	line-height:1.5;
	
}
.centerbutton{
	text-align:center;
	padding-bottom:20px;
}
		
#bottomsection{
	margin: 20px auto 0 auto;
	border-style: none none none none;
	width: 980px;
	text-align: left;
	clear: both;	
}
	
#main {
	position:relative; /*static centers content in ie*/
	margin: 0px;
	background:#eee;
	border:1px solid #ccc;
	width: 480px;
	padding: 30px 0px 30px 30px;
	float: left;
	display: inline; /* ie win bugfix */
	min-height:1px;
	}

#main_section {
	position:relative;; /*static centers content in ie*/
	margin: 0px;
	background:#eee;
	border:1px solid #ccc;
	width: 570px;
	padding: 25px 20px 30px 30px;
	float: left;
	display: inline; /* ie win bugfix */
	min-height:1px;
	}

#main_content, .main_content{
	position:static;
	display: inline; /* ie win bugfix */
	min-height:1px;
	width: 610px;
}

#main_content_home{
	position:static;
	display: inline; /* ie win bugfix */
	min-height:1px;
	width: 550px;
}


html>body #main {
	margin: 0 auto 0 0px;
	width:510px;
	}
	
#topmenu{
	width:980px;
	background:#fff;

}
/* topmenu */
ul.horizontal_list{
    margin: 0 auto 0 0;
	list-style-type: none;
	padding: 0;
	font-size:1.1em;
}
ul.horizontal_list li{
    text-align: left;
    float: left;
    list-style: none;
    padding: 0px 15px 0px 5px;
    margin: 6px;
    border-right: 1px solid #999;
	text-decoration:none;
}
	
hr.clear { 
	clear: both;
	height:10px;
    margin: 0; 
   	padding:0;
   	border:none;
   	visibility: hidden;
	}
	
hr.clear5 { 
	clear: both;
	height:5px;
    margin: 0; 
   	padding:0;
   	border:none;
   	visibility: hidden;
	}
	
hr.clear15 { 
	clear: both;
	height:15px;
    margin: 0; 
   	padding:0;
   	border:none;
   	visibility: hidden;
	}

.clear20_right{
	clear:right;
	height:20px;
    margin: 0; 
   	padding:0;
   	border:none;
   	visibility: hidden;
}
.clear_right{
	clear:right;
	height:10px;
    margin: 0; 
   	padding:0;
   	border:none;
   	visibility: hidden;
}
						
#rightcolumn{
	position:relative;
	display: inline; /* ie win bugfix */
	right:-600px;
	top:0px;
	width:380px;
	background:#fff;
	border:1px solid #ccc;
	padding:20px 20px;
	margin-right:0px;
	float:right;
	min-height:1px;
	left:0; /*positions top left corner to (0,0)*/
	
}

.rightcolumn_section1{
	position:relative;
	display: inline; /* ie win bugfix */
	right:-560px;
	top:0px;
	width:300px;
	border:1px solid #ccc;
	padding:20px 20px;
	margin:0;
	float:right;
	min-height:1px;
	left:0; /*positions top left corner to (0,0)*/
}
/*sidenav*/

#navlist li{
	list-style-type: none;
	font-size: 1.2em;
	padding: 4px 0px 4px 0px;
	text-indent: .25em;
	list-style-image: url(/images/common/icon/strawberry.gif);
	line-height:1.5;
	}
.sidebox{
	padding-left:45px;
}

.sidenav_head{
	color:#ff00cc;
	font-size:1.80em;
	padding:20px 0 0 20px;
}
.side_subhead{
	font-size:1.2em;
	color:#333;
	margin:2px 0;
}
/* photo */

.art_videos{
	position:relative;
	display: inline; /* ie win bugfix */
	right:-600px;
	top:0px;
	width:300px;
	border:1px solid #ccc;
	padding:20px 20px;
	margin:20px 0 0 0 ;
	float:right;
	clear:right;
	min-height:1px;
	left:0; /*positions top left corner to (0,0)*/

}

.photo_container{
	position:relative;
	display: inline; /* ie win bugfix */
	right:-600px;
	top:0px;
	width:300px;
	border:1px solid #ccc;
	padding:0;
	margin:0 0 20px 0;
	float:right;
	clear:right;
	min-height:1px;
	left:0; /*positions top left corner to (0,0)*/

}
html>body .photo_container{
	width:340px;
}


#container_music {
	width: 350px;
	border-style: solid solid solid solid;
	border-color: #BCF021;
	border-width: 1px;
	margin: 0 auto 0 auto;
	min-height:50px;
	float: right;
}
						
.head{
	color:#ff00cc;
	font-size:1.8em;
}

.videotitle{
	font-size:1.8em;
	padding:0 0 0 20px;
}
.sectiontext{
	font-size:1.2em;
	color:#666;
	
}
.whatshot{
	font-size:1.4em;
	text-align:left;
	padding:0 0 0 20px;
}

/* what is emoing */
ul.emoing{
    margin: 0 auto 0 0;
	list-style-type: none;
	padding: 0 0 20px 20px;
	line-height:1.6;
}
ul.emoing li{
	text-align: left;
	list-style: circle;  
}
					
.footer {
	font-size: 0.90em; 
	color: #666; 
	font-weight: normal;
	margin:10px 0px;
	clear:right;
	text-align: center;
	border-style: dotted none dotted none;
	border-color: #666;
	border-width: 1px;
	clear:both;
	padding:5px 0 5px 0;
}
							
#mid_content{
	position:static;
	display: inline; /* ie win bugfix */
	min-height:1px;
	width: 640px;
}
						
#blogfeature {
	position:absolute; /*static centers content in ie*/
	margin: 0px 40px 0px 0px;
	background:#e2e2e2;
	border-top: solid 1px #ccc;
	width: 540px;
	padding:  0;
	float: left;
	clear:left;
	display: inline; /* ie win bugfix */
	min-height:1px;
	}
.hotvideo_summary{
	font-size:1.1em;
	padding:5px  20px 0 20px;
}

.embed_music{
	padding:5px 20px;
	font-size:.90em;
}

			
#musicbox{
	position:relative;
	display: inline; /* ie win bugfix */
	right:-520px;
	width:420px;
	background:#e2e2e2;
	border-top: solid 1px #ccc;
	padding:0px;
	margin:0 0 20px 0;
	float:right;
	clear:right;
	min-height:1px;
	left:0; /*positions top left corner to (0,0)*/
}

#emodefined{
	position:relative;
	display: inline; /* ie win bugfix */
	right:-520px;
	width:420px;
	background:#e2e2e2;
	border-top: solid 1px #ccc;
	padding:0px;
	margin:0px 0;
	float:right;
	min-height:1px;
	left:0; /*positions top left corner to (0,0)*/

}

/* midbottom section */
#pagefeature {
	position:absolute; /*static centers content in ie*/
	margin: 0px 40px 0px 0px;
	background:#e2e2e2;
	border-top: solid 1px #ccc;
	width: 540px;
	padding:  0;
	float: left;
	display: inline; /* ie win bugfix */
	min-height:1px;
	}

.pagethumb{
	padding:10px 0 10px 20px;
    float: left;
    padding: 10px;
    width: 120px;
}
.pagesummary{
	position:relative;
    float: right;
    padding: 10px 10px 10px 0;
    width: 385px;
}
.pagetitle{
	font-size:1.2em;
}
.pageteaser{
	font-size:.90em;
}

/*emo define*/
.emothumb{ 
	padding:10px 0 10px 20px;
    float: left;
    padding: 10px;
    width: 130px;
}

.emosummary{
	position:relative;
    float: right;
    padding: 10px 10px 10px 0;
    width: 260px;
}

.sectionhead{
	font-size:1.35em;
	margin:10px 20px;
}

.sectionhead_art{
	font-size:1.8em;
}
.section_title{
	font-size:1.35em;
	padding-bottom:6px;
}
.emomusic{
	padding:0px;
}
.embed{
	text-align:center;
	margin:20px 0 20px 0;
}

hr.clear20{
	clear: both;
	height:20px;
    margin: 0 0 0 0; 
   	padding:0;
   	border:none;
   	visibility: hidden;
}
	
hr.clear50{
	clear: both;
	height:50px;
    margin: 0 0 0 0; 
   	padding:0;
   	border:none;
   	visibility: hidden;
}

hr.clear_dotted { 
	display: block;  
	clear: both;  
	padding: 0px;
	display: block;
	font-weight: bold;
	border-style: none none dotted none;
	border-color: #666;
	border-width: 1px;
}
	
.featured{
	padding:10px 20px;
}
.featured_emo{
	position:relative; /*static centers content in ie*/
	margin: 0px;
	padding:0px;
	background:#ddd;
	border:1px solid #BFBEBE;
	width: 240px;
	padding:  0;
	float: left;
	display: inline; /* ie win bugfix */
	min-height:510px;
}
.double_emo{
	position:relative; /*static centers content in ie*/
	margin: 0px;
	padding:0px;
	background:#ddd;
	border:1px solid #BFBEBE;
	width: 490px;
	padding:  0;
	float: left;
	display: inline; /* ie win bugfix */
	min-height:510px;
}
.featuredtitle{
	font-size:1.25em;
}
.featuredtext{
	font-size:1.0em;
	line-height:1.4;
}
			
.featuredart{
	padding:10px 0;
}
.ad{
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
	clear: both;
	background:#d1d1d1;
	padding:10px 0 10px 20px;

}
.subhead{
	font-size:1.1em;
	color:#333;
	margin:2px 0;
}


.band{
	margin-top:2px;
	font-size:0.80em;
	width:130px;
}
.image1{
	position:relative; /*static centers content in ie*/
	margin: 0 5px;
	float: left;
	display: inline; /* ie win bugfix */
	width:180px;

}
.image2{
	position:relative; /*static centers content in ie*/
	margin: 0 5px;
	float: left;
	display: inline; /* ie win bugfix */
	width:180px;
}

.image3{
	position:relative; /*static centers content in ie*/
	margin: 0 5px;
	float: left;
	display: inline; /* ie win bugfix */
	width:180px;
}
.row{
	display: inline; 
	float:left;
	clear:left;
	width:580px;
	min-height:1px;
	margin-bottom:10px;
}

#mid_content_large{
	position:static;
	display: inline; /* ie win bugfix */
	min-height:1px;
	width: 580px;
}
#musicvideobox{
	position:relative;
	display: inline; /* ie win bugfix */
	right:-600px;
	width:300px;
	background:#e2e2e2;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding:20px 20px;
	margin: 20px 0 0 0;
	float:right;
	min-height:1px;
	left:0; /*positions top left corner to (0,0)*/
	clear:right;
}

/*about section*/	
.about_huge_text{
	font-size:3.2em;
	color:#ff00cc;
}
.about_text{
	font-size:1.0em;
	line-height:1.4;
	margin-right:20px;
}
.about_question{
	font-size:1.3em;
	line-height:2.2;
	
}
.about_me{
	font-size:1.3em;
	line-height:1.4;
}
.me{
	color:#ff00cc;
}
.love_me{
	font-size:1.5em;
	line-height:1.8;
}
.embrace_me{
	font-size:1.8em;
	line-height:2.2;
}
.cherish_me{
	font-size:1.5em;
	line-height:1.8;
}
.about_closing{
	font-size:1.3em;
	line-height:1.8;
	font-style:italic;
	padding-top:10px;
}
.about_name, .about_living{
	font-size:1.4em;
	line-height:2.5;
	font-style:italic;
	color:#ff00cc;
}
.about_say{
	font-size:1.4em;
	line-height:2.5;
	font-style:italic;
}

.self_container{
	background:#ddd;
	border-top:1px solid #BFBEBE;/* #BFBEBE */
	border-bottom:1px solid #BFBEBE;
	padding:0;
	margin:0 auto;	
	text-align:center;
}
.center_vid{
	margin:0 auto;
}
	
</style>

