@media (max-width:420px){
  .content a.logo-link:visited {
  text-decoration: none;
  color: #000;
  }
  .content a.logo-link:link {
  text-decoration: none;
  color: #000;
  }
}


@media (min-width:250px) and (max-width:320px) {


* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }

#header .imge {
    height: 51px;
    
    width: 160px;
}

#header .imgeg {
    height: 51px;
    width: 140px;
}

#header .imge1 {
    
}
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */

/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */



/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.content { font-size: 1.2em; line-height: 1.6em; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

/* HR */

.content hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */

.content ul li {
	margin-left: 0.85em;
}

/* TABLES */


/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form {
}
.content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
.content h1 {
	margin: 0;
}
.content h2 {
	margin: 0px;
}
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }

ul.piano-lessons-links-blog {
    font-size: 18px;
    margin-left: -1px;
    line-height: 30px;
}
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }

/* COLORS */

.content a:link { text-decoration: underline; color: #36c; }
.content a:visited { text-decoration: underline; color: #3366CC; }
.content a:hover { text-decoration: underline; color: #c33; }
.content a:active, .content a:focus { text-decoration: underline; color: #000; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */


/* main elements */

body {
	font-size: 20px;
	background-color: #FFFFFF;
}
h1, h2 {

}
#pagewrap {
	/* background-image: url(../images/bg2.jpg); */
	background-repeat: repeat-x;
	background-position: center top;
	width: 320px;

}
#wrapper {
	width: 320px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#ffffff;
	position: relative;
}
#header {
	height: 57px;
	width: 100%;
	overflow:hidden;
	background-image: url(../.jpg);
	background-color: black;
	background-repeat: no-repeat;
	background-position: center top;
}
#leadcontent {
	background-image: url(../images/cntent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
	padding-bottom: 201px;
	width: 310px;
	position: relative;
	background-position-y: 252px;
	background-position-x: 45px;
	overflow: visible;
	z-index:90;
}
#model {
	height: 300px;
	width: 65px;
	position: absolute;
	top: 503px;
	right: 5px;
	z-index:99;
}
#masterform {
	width: 320px;
	background-image: url(../images/form_down_bg.png);
	background-repeat: no-repeat;
	background-position-y: 230px;
	background-position: bottom;
	position: absolute;
	right: 1px;
	top: 468px;
	z-index:15;
	padding-bottom: 13px;
	padding-top:50px

}
#signup {
	position: absolute;
	top: 458px;
	right: 98px;
	display:none;
}
#leftdiv {
	float: left;
	width: 310px;
	position: absolute;
}
#more {
	position: absolute;
	top: 899px;
	right: 114px;
	cursor: pointer;
}
#joinus {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 300px;
	padding-top: 0px;
}
#stories {
	height: 265px;
	width: 310px;
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position-y: 9px;
	padding-left:31px
;
}
#currentmem {
	bottom:79px;
	font-size:11px;
	right:43px;
}
#currentmem a {
	color:#C51F13;

}
.hide {
	display: none;
}
.more a {
	color: #C01F25;
	text-decoration: none;
}
.testodd .more {
	position:absolute;
	bottom: -455px;
	right: 243px; 
	font-size:11px;
	height:auto;
	width:auto;
	display: none;
}
.testeven .more {
	position:absolute;
	bottom: 68px;
	right:110px; 
	font-size:08px;
	height:auto;
	width:auto;
	display: none;
}
.testodd {
	float: left;
	width: 260px;
	margin-left: 15px;
	margin-top: 410px;
	height: 190px;
	border-bottom:1px solid #ccc;
}
.testodd  img  {
	float: right;
	margin-top: -165px;
	margin-right: 0px;
	border: 2px solid #0F8B04;
}
.testeven {
	float: left;
	width: 260px;
	margin-left: 15px;
	margin-top: 30px;
	height: 200px;
	border-bottom:1px solid #ccc;
}
.testeven  img  {
	float: right;
	margin-top: -165px;
	margin-right: 0px;
	border: 2px solid #0F8B04;
}
#rightdiv {
	width: 300px;
	float: left;
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
	height: 10px;
	position: relative;
	top: 2717px;
}
.play {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position:absolute;
	bottom:90px;
	display: block;
	height: 15px;
	display: none;
	width: 15px;
}
.playme2 {
	display:block;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	width:20px;
	margin-left:auto;
}
img.stopme {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position:absolute;
	bottom:90px;
	cursor: pointer;
	left: 112px;
}
img.stopme2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
        margin-left:-10px;
}
.testeven img.stopme {
	left: 354px;
}
.content #wrapper #welcome #holder {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin: 0px;
	display:none;
}
#products1 {
	background-image: url(../images/hear-and-play-products.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 343px;
	float: left;
}
#products2 {
	background-image: url(../images/hear-and-play-products2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 300px;
	float: left;
}
#products3 {
	background-image: url(../images/hear-and-play-products3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 300px;
	float: left;
}
#products4 {
	background-image:url(../images/hear-and-play-products4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 300px;
	float: left;
}
#products5 {
	background-image:url(../images/hear-and-play-products5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 300px;
	float: left;
}
#products6 {
	background-image:url(../images/hear-and-play-products6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 300px;
	float: left;
}
#producthead {
/*background-repeat: no-repeat;
background-position: center top;*/
height: 26px;
width: 300px;


margin-top: 58px;
clear: both;
}
#formholder li{
margin-bottom:3px;
}
#products1 ul {
	list-style-type: none;
	padding-top:85px;
	margin-left: 12px;
}
#products1 #productlist2  {
	padding-top: 67px;
	margin-left: 14px;
}
#products3 #productlist6  {
	padding-top: 67px;
	margin-left: 48px;
}
#products4 #productlist7  {
	padding-top: 160px;
	margin-left: 110px;
}
#products5 #productlist8  {
	margin-left:38px;
	padding-top:90px;
}
#products5 ul {
	list-style-type: none;
}
#products6 #productlist10  {
	margin-left:38px;
	padding-top:145px;
}
#products6 ul {
	list-style-type: none;
}
#products1 ul li {
	display: inline;
	width:100px;
}
#products3 ul li {
	display: inline;
	width:100px;
}
#products5 ul li {
	display: inline;
	width:100px;
}
#products6 ul li {
	display: inline;
	width:100px;
}
#productlist a {
	margin-right: 15px;
	width:100px;
	text-align: center;
}
#productlist2 ul {
	margin-left: -50px;
}
#productlist2 a {
	margin-right:37px;
	width: 100px;
	text-align: center;
}
#products2 ul {
	list-style-type: none;
	margin-left: 57px;
	padding-top:85px;
}
#products2 #productlist4  {
	padding-top: 67px;
	margin-left: 48px;
}
#products3 #productlist5  {
	padding-top: 83px;
	margin-left: 48px;
}
#products2 ul li {
	display: inline;
}
#productlist3 a {
	margin-right:7px;
}
#productlist4 a {
	margin-right:8px;
}
#productlist5 a {
	margin-right:22px;
}
#productlist6 a {
	margin-right:23px;
}
#productlist8 a {
	margin-right:30px;
}
#productlist8 .closer {
	margin-left :-10px;
}
#products5 #productlist9 {
	margin-left:29px;
	padding-top:67px;
}
#productlist9 a {
	margin-right:31px;
}
#productlist9 .closer {
	margin-left : 6px;
}
#productlist10 a {
	margin-right:30px;
}
#productlist10 .closer {
	margin-left : 1px;
}
#seeall {
	position: absolute;
	top: 307px;
	right: 29px;
	cursor: pointer;
}
#welcome {
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 300px;
	clear: both;
	padding-top: 447px;
	padding-left:12px;
}
#lastone {
	width: 220px;
	margin-left: 22px;
	padding-top: 40px;
	position: absolute;
}
#footer {
	clear: both;
	height: 90px;
	width: 308px;
	margin-right: auto;
	margin-left: 7px;
	margin-top: 5px;
	padding-top:45px;
}
#footer p {
	color: #666666;
	text-align: left;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-top:23;
	padding-left:05px;
}
#trophy {
	float: right;
	margin-top:-21px;
}
.person {
	position: relative;
	z-index: 99;
}
ul#nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top:48px;
	padding-left:05px;
}
#footer #nav li.first {
	margin: 0px;
	padding: 0px;
}
#topnav {
	list-style-type:none;
	margin-top:5px;
	position:absolute;
	right:-5px;
	width:300px;
	z-index:9999999;
	padding-left: 3px;
}
#topnav li {
	display:inline;
	color:#3366CC;
	margin-left:-2px;
	margin-right:2px;
}
#topnav a {
	text-decoration:none;
}
#nav li {
	display: inline;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	color: #2A5893;
	margin-left: 1px;
}
#nav li a {
	color: #2A5893;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
address {
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-left:05;
}
#addressForm {
	margin-top: 10px;
	margin-left: 10px;
}
#secondform {
	width: 220px;
	margin-left: 22px;
	padding-top: 40px;
}
#moveover {
	padding-left: 80px;
	display: block;
}
#audio {
	height:0;
	width:0;
}


/* font styles */

.content {
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
}
#welcome p {
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 20px;
	font-size: 20px;
	line-height: 25px;
	color: #1d1c1c;
}
.blank_div p {
	padding-top: 20px;
	padding-left: 7px;
	padding-right: 12px;
	font-size: 18px;
	line-height: 25px;
	color: #1d1c1c;
}
table#tablelinks {
	padding-left: 80px;
}
#welcome p .blast {
	font-size: 22px;
	color: #a71a00;
	font-weight: bold;
}
#welcome img {
	float: left;
	margin-top: 80px;
}
#welcome #signature {
	padding-top: 46px;
	margin-left: 78px;
	font-size: 22px;
	color: #a71a00;
	font-weight: bold;
	background-image:url(.../images/jeremi.tiff)
}
.testodd p {
	line-height: 20px;
	color: #2a5889;
	width: 130px;
	text-indent: 1px;
	padding-left: 0px;
	padding-right:8px;
	font-weight:normal;
	font-size:1em;
	height:120px;
	overflow:hidden;
}
.testodd .storyname {
	text-indent: 0px;
	margin-top: 1px;
	margin-left: 159px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	height:30px;
	width:auto;
	z-index:1;
	margin-bottom: 1.6em;
}
.testeven p {
	line-height: 20px;
	color: #2a5889;
	width: 130px;
	padding-left: 1px;
	font-weight:normal;
	font-size:1em;
	height:120px;
	overflow:hidden;
}
.testeven .storyname {
	text-indent: 0px;
	margin-left: 162px;
	margin-top:15px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	height:30px;
	width:auto;
	z-index:1;
	margin-bottom: 1.6em;
}
.testeven .storyname strong a {
	color: #2a5889;
}
.testodd .storyname strong a {
	color: #2a5889;
}
#stories .testeven p a {
	color: #2a5889;
}
#stories .testodd p a {
	color: #2a5889;
}

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 50px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;

}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 15px;
	overflow: auto;
line-height: 25px;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2.5em .5em .75em;
	margin: 0;
	text-align: right;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 1px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(../images/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;

}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
	background-color: #DDD;
	background-image:url(../images/modalbg.jpg);
	border-bottom: 1px solid #CCC;
	background-position: left -2px;
}
#MB_caption { color: #fff }
#MB_close { color: #efefef }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
.sig2 {
	margin-top: 15px;
	margin-right: 15px;
	text-align: right;
	color: #A71A00;
	line-height: 18px;
	margin-bottom: 0px;
}
.quotes2 img {
	padding: 3px;
	float: left;
	margin-right: 10px;
	border: 2px solid #4D5D63;
	margin-top: 0px;
}
a.MB_focusable img, img.stopme2 { border: none; float:none;}


/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
	border-bottom:medium #9B9B9B solid;
	border-left:medium #9B9B9B solid;
	border-right:medium #9B9B9B solid;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 0px solid #aaa;
    border-top: 0px solid #999;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    margin: 0;

    height: 41px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
	color:#ffffff;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer;
}
.GB_Window .close img {
    cursor: pointer;
    padding: 2px 15px 0pt 0pt;
	width:101px;
	height:24px;
}


form.cmxform { list-style-type:none; }

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 120px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */


form.cmxform {
	font-size: 1.1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	}

/* highslide styles */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
	background-image: none;
	font-size:11px;
}
.highslide-close {
	background-image: none;
	font-size:11px;
}
.highslide-resize {
	cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-dimming {
	background: black;
}
a#all {
	bottom: -43px;
	position:absolute;
	right: 220px;
	color:#E81F0F;
	font-weight:bold;
	font-size:11px;
}

/* feedburner entries */
#feed {
	background-image: url(../images/l.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 647px;
	padding-left:1px;
	position: relative;
	width: 320px;
}
#feed h2, #feed h3 {
	display: block;
}
#feed h2 {
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 05px;
	padding-left: 10px;
}
.blank_div h2 {
	padding-top: 35px;
	padding-left: 10px;
	color: #A71A00;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	border-top:1px solid #ccc;
}
#feed h2 a, #feed h2 a:visited {
	color: #A71A00;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
.blank_div h2 a {
	color: #A71A00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#feed h3 {
	font-size: 1em;
}
#feed ul {
	margin: 0 auto;
        
	width: 298px;
}
#feed .date {
	font-style: italic;
	margin-top:10px;
}

#feed .blog-posts1 {
    font-size: 18px;
}

#feed .blog-posts {}
#feed .subscribe {
	background-image: url(http://www.feedburner.com/fb/i/icn/feed-icon-10x10.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-position-y: 31px;
	display: block;
	margin-left: 60px;
        min-height: 10px;
        
	font-size: 19px;
	min-width: 10px;
        padding-left: 12px;
	padding-top: 26px;
}
#feed .footer {
	background-image: url(../images/burn-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	width: 320px;
}
#cmdSubmit {
	width: 110px;
}
.express_yourself_h1 {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: -2px;
	padding-left: 20px;
	padding-top: 32px;
        
	padding-bottom: 0px;
}
.express_yourself_h2 {
	font-family: Lucida Sans Unicode, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 0px;
	line-height: 27px;
	padding-left: 18px;
	margin-top:15px!important;
}
.description_big {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #33557b;
	display: block;
	clear: left;
	padding-top: 12px;
	padding-left: 13px;
        font-weight: 200;
	line-height: 24px;
}
.red_text {
	color: #c81c18;
}
#rightdiv h1 {
	font-family: "Arial";
	font-size: 15px;
	font-weight: normal;
	color: #c81c18;
	text-align: center;
	display: block;
	margin-right: 52px;
	margin-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	
}
#masterform h2 {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c81c18;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
select {
       font-size: 110%;
}
option {
       font-size: 15px;
       padding-left: 6px;
}
.bold {
	font-weight: 900;
}
.form_in {
	background-image: url(../images/form-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 14px;
	padding-bottom: 20px;
}
.blank_div_down {
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	background-position-y:0px;
	height: 783px;
}
.blank_div {
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
	padding-top: 605px;
	padding-left:15px;
}
.form_in p {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
}
#rightdiv ul {
	margin-bottom: 1.6em;
}
.testeven .more {
	margin-bottom: 1.6em;
}
.testodd .more {
	margin-bottom: 1.6em;
}
.piano-lessons-links{
list-style-type:none; 
margin 0 auto;
clear:both;
}
.piano-lesson-link{
float:left;
min-width:220px;
}
}

@media (max-width: 360px) and (min-width: 321px) {


* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }

#header .imge {
    /* height: 51px; */
    
    width: 184px;
}

#header .imgeg {
    height: 51px;
    /* width: 140px; */
}

#header .imge1 {
    
}
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */

/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */



/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.content { font-size: 1.2em; line-height: 1.6em; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

/* HR */

.content hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */

.content ul li {
	margin-left: 0.85em;
}

/* TABLES */


/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form {
}
.content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
.content h1 {
	margin: 0;
}
.content h2 {
	margin: 0px;
}
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }

ul.piano-lessons-links-blog {
    font-size: 20px;
    margin-left: -1px;
    line-height: 30px;
}
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }

/* COLORS */

.content a:link { text-decoration: underline; color: #36c; }
.content a:visited { text-decoration: underline; color: #3366CC; }
.content a:hover { text-decoration: underline; color: #c33; }
.content a:active, .content a:focus { text-decoration: underline; color: #000; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */


/* main elements */

body {
	font-size: 20px;
	background-color: #FFFFFF;
}
h1, h2 {

}
#pagewrap {
	/* background-image: url(../images/bg2.jpg); */
	background-repeat: repeat-x;
	background-position: center top;
	width: 360px;

}
#wrapper {
	height: 51px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#ffffff;
	position: relative;
	width:360px;
}
#header {
	height: 57px;
	width: 100%;
	overflow:hidden;
	background-image: url(../.jpg);
	background-color: black;
	background-repeat: no-repeat;
	background-position: center top;
}
#leadcontent {
	background-image: url(../images/cntent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 190px;
	padding-bottom: 201px;
	width: 320px;
	position: relative;
	background-position-y: 252px;
	background-position-x: 65px;
	overflow: visible;
	z-index:90;
}
#model {
	height: 300px;
	width: 65px;
	position: absolute;
	top: 503px;
	right: 0px;
	z-index:99;
}
#masterform {
	width: 360px;
	background-image: url(../images/form_down_bg.png);
	background-repeat: no-repeat;
	background-position-y: 230px;
	background-position: bottom;
	position: absolute;
	right: -33px;
	top: 468px;
	z-index:15;
	padding-bottom: 13px;
	padding-top:50px

}
#signup {
	position: absolute;
	top: 458px;
	right: 74px;
	display:none;
}
#leftdiv {
	float: left;
	width: 320px;
	position: absolute;
}
#more {
	position: absolute;
	top: 899px;
	right: 114px;
	cursor: pointer;
}
#joinus {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 360px;
	padding-top: 0px;
}
#stories {
	height: 265px;
	width: 320px;
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position-y: 9px;
	padding-left:31px
;
}
#currentmem {
	bottom:79px;
	font-size:11px;
	right:43px;
}
#currentmem a {
	color:#C51F13;

}
.hide {
	display: none;
}
.more a {
	color: #C01F25;
	text-decoration: none;
}
.testodd .more {
	position:absolute;
	bottom: -455px;
	right: 243px; 
	font-size:11px;
	height:auto;
	width:auto;
	display: none;
}
.testeven .more {
	position:absolute;
	bottom: 68px;
	right:110px; 
	font-size:08px;
	height:auto;
	width:auto;
	display: none;
}
.testodd {
	float: left;
	width: 280px;
	margin-left: 15px;
	margin-top: 450px;
	height: 180px;
    border-bottom: 1px solid #ccc;
}
.testodd  img  {
	float: right;
	margin-top: -165px;
	margin-right: 30px;
	border: 2px solid #0F8B04;
	border-bottom: 1px solid #ccc;
}
.testeven {
	float: left;
	width: 320px;
	margin-left: 15px;
	margin-top: 30px;
	height: 159px;
}
.testeven  img  {
	float: right;
	margin-top: -165px;
	margin-right: 60px;
	border: 2px solid #0F8B04;
}
#rightdiv {
	width: 320px;
	float: left;
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
	height: 10px;
	position: relative;
	top: 2687px;
}
.play {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position:absolute;
	bottom:90px;
	display: block;
	height: 15px;
	display: none;
	width: 15px;
}
.playme2 {
	display:block;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	width:20px;
	margin-left:auto;
}
img.stopme {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position:absolute;
	bottom:90px;
	cursor: pointer;
	left: 112px;
}
img.stopme2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
        margin-left:-10px;
}
.testeven img.stopme {
	left: 354px;
}
.content #wrapper #welcome #holder {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin: 0px;
	display:none;
}
#products1 {
	background-image: url(../images/hear-and-play-products.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 343px;
	float: left;
}
#products2 {
	background-image: url(../images/hear-and-play-products2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 343px;
	float: left;
}
#products3 {
	background-image: url(../images/hear-and-play-products3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 343px;
	float: left;
}
#products4 {
	background-image:url(../images/hear-and-play-products4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 343px;
	float: left;
}
#products5 {
	background-image:url(../images/hear-and-play-products5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 343px;
	float: left;
}
#products6 {
	background-image:url(../images/hear-and-play-products6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 343px;
	float: left;
}
#producthead {
/*background-repeat: no-repeat;
background-position: center top;*/
height: 26px;
width: 300px;


margin-top: 58px;
clear: both;
}
#formholder li{
margin-bottom:3px;
}
#products1 ul {
	list-style-type: none;
	padding-top:85px;
	margin-left: 12px;
}
#products1 #productlist2  {
	padding-top: 67px;
	margin-left: 14px;
}
#products3 #productlist6  {
	padding-top: 67px;
	margin-left: 30px;
}
#products4 #productlist7  {
	padding-top: 160px;
	margin-left: 80px;
}
#products5 #productlist8  {
	margin-left:20px;
	padding-top:90px;
}
#products5 ul {
	list-style-type: none;
}
#products6 #productlist10  {
	margin-left:38px;
	padding-top:145px;
}
#products6 ul {
	list-style-type: none;
}
#products1 ul li {
	display: inline;
	width:100px;
}
#products3 ul li {
	display: inline;
	width:100px;
}
#products5 ul li {
	display: inline;
	width:100px;
}
#products6 ul li {
	display: inline;
	width:100px;
}
#productlist a {
	margin-right: 15px;
	width:100px;
	text-align: center;
}
#productlist2 ul {
	margin-left: -50px;
}
#productlist2 a {
	margin-right:37px;
	width: 100px;
	text-align: center;
}
#products2 ul {
	list-style-type: none;
	margin-left: 30px;
	padding-top:85px;
}
#products2 #productlist4  {
	padding-top: 67px;
	margin-left: 30px;
}
#products3 #productlist5  {
	padding-top: 83px;
	margin-left: 30px;
}
#products2 ul li {
	display: inline;
}
#productlist3 a {
	margin-right:7px;
}
#productlist4 a {
	margin-right:8px;
}
#productlist5 a {
	margin-right:22px;
}
#productlist6 a {
	margin-right:23px;
}
#productlist8 a {
	margin-right:30px;
}
#productlist8 .closer {
	margin-left :-10px;
}
#products5 #productlist9 {
	margin-left:20px;
	padding-top:67px;
}
#productlist9 a {
	margin-right:31px;
}
#productlist9 .closer {
	margin-left : 6px;
}
#productlist10 a {
	margin-right:30px;
}
#productlist10 .closer {
	margin-left : 1px;
}
#seeall {
	position: absolute;
	top: 307px;
	right: 29px;
	cursor: pointer;
}
#welcome {
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 320px;
	clear: both;
	padding-top: 447px;
	padding-left:12px;
}
#lastone {
	width: 220px;
	margin-left: 22px;
	padding-top: 40px;
	position: absolute;
}
#footer {
	clear: both;
	height: 90px;
	width: 308px;
	margin-right: auto;
	margin-left: 7px;
	margin-top: 5px;
	padding-top:45px;
}
#footer p {
	color: #666666;
	text-align: left;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-top:23;
	padding-left:05px;
}
#trophy {
	float: right;
	margin-top:-21px;
}
.person {
	position: relative;
	z-index: 99;
}
ul#nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top:48px;
	padding-left:05px;
}
#footer #nav li.first {
	margin: 0px;
	padding: 0px;
}
#topnav {
	list-style-type:none;
	margin-top:15px;
	position:absolute;
	right: -50px;
	width:260px;
	z-index:9999999;
	padding-left: 3px;
}
#topnav li {
	display:inline;
	color:#3366CC;
	margin-left:-2px;
	margin-right:2px;
}
#topnav a {
	text-decoration:none;
}
#nav li {
	display: inline;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	color: #2A5893;
	margin-left: 1px;
}
#nav li a {
	color: #2A5893;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
address {
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-left: 7px;
}
#addressForm {
	margin-top: 10px;
	margin-left: 10px;
}
#secondform {
	width: 220px;
	margin-left: 22px;
	padding-top: 40px;
}
#moveover {
	padding-left: 80px;
	display: block;
}
#audio {
	height:0;
	width:0;
}


/* font styles */

.content {
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
}
#welcome p {
	padding-top: 5px;
	padding-left: 17px;
	padding-right: 5px;
	font-size: 20px;
	line-height: 25px;
	color: #1d1c1c;
}
.blank_div p {
	padding-top: 20px;
	padding-left: 7px;
	padding-right: 12px;
	font-size: 20px;
	line-height: 25px;
	color: #1d1c1c;
}
table#tablelinks {
	padding-left: 80px;
}
#welcome p .blast {
	font-size: 22px;
	color: #a71a00;
	font-weight: bold;
}
#welcome img {
	float: left;
	margin-top: 80px;
}
#welcome #signature {
	padding-top: 46px;
	margin-left: 78px;
	font-size: 22px;
	color: #a71a00;
	font-weight: bold;
	background-image:url(.../images/jeremi.tiff)
}
.testodd p {
	line-height: 20px;
	color: #2a5889;
	width: 130px;
	text-indent: 1px;
	padding-left: 0px;
	padding-right:8px;
	font-weight:normal;
	font-size:1em;
	height:120px;
	overflow:hidden;
}
.testodd .storyname {
	text-indent: 0px;
	margin-top: 1px;
	margin-left: 159px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	height:30px;
	width:auto;
	z-index:1;
	margin-bottom: 1.6em;
}
.testeven p {
	line-height: 20px;
	color: #2a5889;
	width: 130px;
	padding-left: 1px;
	font-weight:normal;
	font-size:1em;
	height:120px;
	overflow:hidden;
}
.testeven .storyname {
	text-indent: 0px;
	margin-left: 172px;
	margin-top:5px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	height:30px;
	width:auto;
	z-index:1;
	margin-bottom: 1.6em;
}
.testeven .storyname strong a {
	color: #2a5889;
}
.testodd .storyname strong a {
	color: #2a5889;
}
#stories .testeven p a {
	color: #2a5889;
}
#stories .testodd p a {
	color: #2a5889;
}

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 50px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;

}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 15px;
	overflow: auto;
line-height: 25px;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2.5em .5em .75em;
	margin: 0;
	text-align: right;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 1px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(../images/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;

}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
	background-color: #DDD;
	background-image:url(../images/modalbg.jpg);
	border-bottom: 1px solid #CCC;
	background-position: left -2px;
}
#MB_caption { color: #fff }
#MB_close { color: #efefef }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
.sig2 {
	margin-top: 15px;
	margin-right: 15px;
	text-align: right;
	color: #A71A00;
	line-height: 18px;
	margin-bottom: 0px;
}
.quotes2 img {
	padding: 3px;
	float: left;
	margin-right: 10px;
	border: 2px solid #4D5D63;
	margin-top: 0px;
}
a.MB_focusable img, img.stopme2 { border: none; float:none;}


/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
	border-bottom:medium #9B9B9B solid;
	border-left:medium #9B9B9B solid;
	border-right:medium #9B9B9B solid;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 0px solid #aaa;
    border-top: 0px solid #999;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    margin: 0;

    height: 41px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
	color:#ffffff;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer;
}
.GB_Window .close img {
    cursor: pointer;
    padding: 2px 15px 0pt 0pt;
	width:101px;
	height:24px;
}


form.cmxform { list-style-type:none; }

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 120px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */


form.cmxform {
	font-size: 1.1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	}

/* highslide styles */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
	background-image: none;
	font-size:11px;
}
.highslide-close {
	background-image: none;
	font-size:11px;
}
.highslide-resize {
	cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-dimming {
	background: black;
}
a#all {
	bottom: 150px;
	position:absolute;
	right: 220px;
	color:#E81F0F;
	font-weight:bold;
	font-size:11px;
}

/* feedburner entries */
#feed {
	background-image: url(../images/l.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 677px;
	padding-left:1px;
	position: relative;
	width: 360px;
}
#feed h2, #feed h3 {
	display: block;
}
#feed h2 {
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 05px;
	padding-left: 24px;
}
.blank_div h2 {
	padding-top: 35px;
	padding-left: 10px;
	color: #A71A00;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #ccc;
}
#feed h2 a, #feed h2 a:visited {
	color: #A71A00;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
}
.blank_div h2 a {
	color: #A71A00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#feed h3 {
	font-size: 1em;
}
#feed ul {
	margin: 0 auto;
        
	width: 298px;
}
#feed .date {
	font-style: italic;
	margin-top:10px;
}

#feed .blog-posts1 {
    font-size: 18px;
}

#feed .blog-posts {}
#feed .subscribe {
	background-image: url(http://www.feedburner.com/fb/i/icn/feed-icon-10x10.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-position-y: 31px;
	display: block;
	margin-left: 60px;
        min-height: 10px;
        
	font-size: 19px;
	min-width: 10px;
        padding-left: 12px;
	padding-top: 26px;
}
#feed .footer {
	background-image: url(../images/burn-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	width: 320px;
}
#cmdSubmit {
	width: 110px;
}
.express_yourself_h1 {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 41px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: -2px;
	padding-left: 26px;
	padding-top: 32px;
        
	padding-bottom: 0px;
}
.express_yourself_h2 {
	font-family: Lucida Sans Unicode, Verdana, Geneva, sans-serif;
	font-size: 19px;
	font-weight: 200;
	letter-spacing: 0px;
	line-height: 27px;
	padding-top: 10px;
	padding-left: 27px;
}
.description_big {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #33557b;
	display: block;
	clear: left;
	padding-top: 12px;
	padding-left: 13px;
        font-weight: 200;
	line-height: 24px;
}
.red_text {
	color: #c81c18;
}
#rightdiv h1 {
	font-family: "Arial";
	font-size: 15px;
	font-weight: normal;
	color: #c81c18;
	text-align: center;
	display: block;
	margin-right: 52px;
	margin-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	
}
#masterform h2 {
	font-size: 19px;
	font-weight: normal;
	text-align: center;
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c81c18;
	margin-right: 54px;
	margin-left: 21px;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
select {
       font-size: 110%;
}
option {
       font-size: 15px;
       padding-left: 6px;
}
.bold {
	font-weight: 900;
}
.form_in {
	background-image: url(../images/form-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 46px;
	padding-bottom: 20px;
}
.blank_div_down {
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	background-position-y:0px;
	height: 723px;
}
.blank_div {
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
	padding-top: 605px;
	padding-left:15px;
}
.form_in p {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
	width:200px;
}
#rightdiv ul {
	margin-bottom: 1.6em;
}
.testeven .more {
	margin-bottom: 1.6em;
}
.testodd .more {
	margin-bottom: 1.6em;
}
.piano-lessons-links{
list-style-type:none; 
margin 0 auto;
clear:both;
}
.piano-lesson-link{
float:left;
min-width:220px;
}
}

@media (min-width:361px) and (max-width:375px) {


* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }

#header .imge {
    /* height: 51px; */
    
    width: 200px;
}

#header .imgeg {
    height: 51px;
    /* width: 140px; */
}

#header .imge1 {
    
}
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */

/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */



/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.content { font-size: 1.2em; line-height: 1.6em; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

/* HR */

.content hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */

.content ul li {
	margin-left: 0.85em;
}

/* TABLES */


/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form {
}
.content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
.content h1 {
	margin: 0;
}
.content h1.express_yourself_h1{
margin-bottom:10px;
}
.content h2 {
	margin: 0px;
}
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }

ul.piano-lessons-links-blog {
    font-size: 20px;
    margin-left: -1px;
    line-height: 30px;
}
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }

/* COLORS */

.content a:link { text-decoration: underline; color: #36c; }
.content a:visited { text-decoration: underline; color: #3366CC; }
.content a:hover { text-decoration: underline; color: #c33; }
.content a:active, .content a:focus { text-decoration: underline; color: #000; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */


/* main elements */

body {
	font-size: 20px;
	background-color: #FFFFFF;
}
h1, h2 {

}
#pagewrap {
	/* background-image: url(../images/bg2.jpg); */
	background-repeat: repeat-x;
	background-position: center top;
	width: 375px;

}
#wrapper {
	height: 51px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#ffffff;
	position: relative;
	width:370px;
}
#header {
	height: 57px;
	width: 370px;
	overflow:hidden;
	background-image: url(../.jpg);
	background-color: black;
	background-repeat: no-repeat;
	background-position: center top;
}
#leadcontent {
	background-image: url(../images/cntent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 209px;
	padding-bottom: 201px;
	width: 320px;
	position: relative;
	background-position-y: 252px;
	background-position-x: 65px;
	overflow: visible;
	z-index:90;
}
#model {
	height: 300px;
	width: 65px;
	position: absolute;
	top: 503px;
	right: 0px;
	z-index:99;
}
#masterform {
	width: 360px;
	background-image: url(../images/form_down_bg.png);
	background-repeat: no-repeat;
	background-position-y: 230px;
	background-position: bottom;
	position: absolute;
	right: -33px;
	top: 478px;
	z-index:15;
	padding-bottom: 13px;
	padding-top:50px

}
#signup {
	position: absolute;
	top: 508px;
	right: 74px;
	display:none;
}
#leftdiv {
	float: left;
	width: 320px;
	position: absolute;
}
#more {
	position: absolute;
	top: 899px;
	right: 114px;
	cursor: pointer;
}
#joinus {
	background-image:none;
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 360px;
	padding-top: 0px;
}
#stories {
	height: 265px;
	width: 320px;
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position-y: 9px;
	padding-left:31px
;
}
#currentmem {
	bottom:79px;
	font-size:11px;
	right:43px;
}
#currentmem a {
	color:#C51F13;

}
.hide {
	display: none;
}
.more a {
	color: #C01F25;
	text-decoration: none;
}
.testodd .more {
	position:absolute;
	bottom: -455px;
	right: 243px; 
	font-size:11px;
	height:auto;
	width:auto;
	display: none;
}
.testeven .more {
	position:absolute;
	bottom: 68px;
	right:110px; 
	font-size:08px;
	height:auto;
	width:auto;
	display: none;
}
.testodd {
	float: left;
	width: 300px;
	margin-left: 15px;
	margin-top: 450px;
	height: 190px;
	border-bottom: 1px solid #ccc;
}
.testodd  img  {
	float: right;
	margin-top: -165px;
	margin-right: 30px;
	border: 2px solid #0F8B04;
	margin-left:120px;
}
.testeven {
	float: left;
	width: 300px;
	margin-left: 15px;
	margin-top: 30px;
	height: 159px;
	border-bottom:1px solid #ccc;
}
.testeven  img  {
	float: right;
	margin-top: -152px;
	margin-right: 0px;
	border: 2px solid #0F8B04;
}
#rightdiv {
	width: 320px;
	float: left;
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
	height: 10px;
	position: relative;
	top: 2675px;
}
.play {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position:absolute;
	bottom:90px;
	display: block;
	height: 15px;
	display: none;
	width: 15px;
}
.playme2 {
	display:block;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	width:20px;
	margin-left:auto;
}
img.stopme {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position:absolute;
	bottom:90px;
	cursor: pointer;
	left: 112px;
}
img.stopme2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
        margin-left:-10px;
}
.testeven img.stopme {
	left: 354px;
}
.content #wrapper #welcome #holder {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin: 0px;
	display:none;
}
#products1 {
	background-image: url(../images/hear-and-play-products.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 340px;
	float: left;
	margin-left: 30px;
    margin-top: 10px;
}
#products2 {
	background-image: url(../images/hear-and-play-products2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 300px;
	float: left;
	margin-left: 30px;
    margin-top: 10px;
}
#products3 {
	background-image: url(../images/hear-and-play-products3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 300px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}
#products4 {
	background-image:url(../images/hear-and-play-products4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 300px;
	float: left;
	margin-left: 30px;
}
#products5 {
	background-image:url(../images/hear-and-play-products5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 300px;
	float: left;
	margin-left:30px;
	margin-top:30px;
}
#products6 {
	background-image:url(../images/hear-and-play-products6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 300px;
	float: left;	
    margin-left: 30px;
}
#producthead {
/*background-repeat: no-repeat;
background-position: center top;*/
height: 26px;
width: 300px;


margin-top: 58px;
clear: both;
}
#formholder li{
margin-bottom:3px;
}
#products1 ul {
	list-style-type: none;
	padding-top:85px;
	margin-left: 12px;
}
#products1 #productlist2  {
	padding-top: 67px;
	margin-left: 14px;
}
#products3 #productlist6  {
	padding-top: 67px;
	margin-left: 0px;
}
#products4 #productlist7  {
	padding-top: 160px;
	margin-left: 0px;
}
#products5 #productlist8  {
	margin-left:0px;
	padding-top:90px;
}
#products5 ul {
	list-style-type: none;
}
#products6 #productlist10  {
	margin-left:0px;
	padding-top:145px;
}
#products6 ul {
	list-style-type: none;
}
#products1 ul li {
	display: inline;
	width:100px;
}
#products3 ul li {
	display: inline;
	width:100px;
}
#products5 ul li {
	display: inline;
	width:100px;
}
#products6 ul li {
	display: inline;
	width:100px;
}
#productlist a {
	margin-right: 15px;
	width:100px;
	text-align: center;
}
#productlist2 ul {
	margin-left: -50px;
}
#productlist2 a {
	margin-right:37px;
	width: 100px;
	text-align: center;
}
#products2 ul {
	list-style-type: none;
	margin-left: 0px;
	padding-top:85px;
}
#products2 #productlist4  {
	padding-top: 67px;
	margin-left: 0px;
}
#products3 #productlist5  {
	padding-top: 83px;
	margin-left: 0px;
}
#products2 ul li {
	display: inline;
}
#productlist3 a {
	margin-right:7px;
}
#productlist4 a {
	margin-right:8px;
}
#productlist5 a {
	margin-right:22px;
}
#productlist6 a {
	margin-right:23px;
}
#productlist8 a {
	margin-right:30px;
}
#productlist8 .closer {
	margin-left :-10px;
}
#products5 #productlist9 {
	margin-left:0px;
	padding-top:67px;
}
#productlist9 a {
	margin-right:21px;
}
#productlist9 .closer {
	margin-left : 0px;
}
#productlist10 a {
	margin-right:30px;
}
#productlist10 .closer {
	margin-left : 1px;
}
#seeall {
	position: absolute;
	top: 327px;
	right: 29px;
	cursor: pointer;
}
#welcome {
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 320px;
	clear: both;
	padding-top: 427px;
	padding-left:12px;
}
#lastone {
	width: 220px;
	margin-left: 22px;
	padding-top: 40px;
	position: absolute;
}
#footer {
	clear: both;
	height: 90px;
	width: 320px;
	margin-right: auto;
	margin-left: 7px;
	margin-top: 5px;
	padding-top:45px;
}
#footer p {
	color: #666666;
	text-align: left;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-top:23;
	padding-left: 11px;
}
#trophy {
	float: right;
	margin-top:-21px;
}
.person {
	position: relative;
	z-index: 99;
}
ul#nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top:48px;
	padding-left:05px;
}
#footer #nav li.first {
	margin: 0px;
	padding: 0px;
}
#topnav {
	list-style-type:none;
	margin-top:15px;
	position:absolute;
	right: -50px;
	width:260px;
	z-index:9999999;
	padding-left: 3px;
}
#topnav li {
	display:inline;
	color:#3366CC;
	margin-left:-2px;
	margin-right:2px;
}
#topnav a {
	text-decoration:none;
}
#nav li {
	display: inline;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	color: #2A5893;
	margin-left: 1px;
}
#nav li a {
	color: #2A5893;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
address {
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-left: 11px;
}
#addressForm {
	margin-top: 10px;
	margin-left: 10px;
}
#secondform {
	width: 220px;
	margin-left: 22px;
	padding-top: 40px;
}
#moveover {
	padding-left: 80px;
	display: block;
}
#audio {
	height:0;
	width:0;
}


/* font styles */

.content {
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
}
#welcome p {
	padding-top: 5px;
	padding-left: 17px;
	padding-right: 5px;
	font-size: 20px;
	line-height: 25px;
	color: #1d1c1c;
}
.blank_div p {
	padding-top: 20px;
	padding-left: 7px;
	padding-right: 12px;
	font-size: 20px;
	line-height: 25px;
	color: #1d1c1c;
}
table#tablelinks {
	padding-left: 80px;
}
#welcome p .blast {
	font-size: 22px;
	color: #a71a00;
	font-weight: bold;
}
#welcome img {
	float: left;
	margin-top: 80px;
}
#welcome #signature {
	padding-top: 46px;
	margin-left: 78px;
	font-size: 22px;
	color: #a71a00;
	font-weight: bold;
	background-image:url(.../images/jeremi.tiff)
}
.testodd p {
	line-height: 20px;
	color: #2a5889;
	width: 130px;
	text-indent: 1px;
	padding-left: 0px;
	padding-right:8px;
	font-weight:normal;
	font-size:1em;
	height:120px;
	overflow:hidden;
}
.testodd .storyname {
	text-indent: 0px;
	margin-top: 11px;
	margin-left: 172px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	height:30px;
	width:auto;
	z-index:1;
	margin-bottom: 1.6em;
}
.testeven p {
	line-height: 20px;
	color: #2a5889;
	width: 130px;
	padding-left: 1px;
	font-weight:normal;
	font-size:1em;
	height:120px;
	overflow:hidden;
}
.testeven .storyname {
	text-indent: 0px;
	margin-left: 201px;
	margin-top:-15px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	height:30px;
	width:auto;
	z-index:1;
	margin-bottom: 1.6em;
}
.testeven .storyname strong a {
	color: #2a5889;
}
.testodd .storyname strong a {
	color: #2a5889;
}
#stories .testeven p a {
	color: #2a5889;
}
#stories .testodd p a {
	color: #2a5889;
}

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 50px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;

}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 15px;
	overflow: auto;
line-height: 25px;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2.5em .5em .75em;
	margin: 0;
	text-align: right;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 1px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(../images/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;

}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
	background-color: #DDD;
	background-image:url(../images/modalbg.jpg);
	border-bottom: 1px solid #CCC;
	background-position: left -2px;
}
#MB_caption { color: #fff }
#MB_close { color: #efefef }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
.sig2 {
	margin-top: 15px;
	margin-right: 15px;
	text-align: right;
	color: #A71A00;
	line-height: 18px;
	margin-bottom: 0px;
}
.quotes2 img {
	padding: 3px;
	float: left;
	margin-right: 10px;
	border: 2px solid #4D5D63;
	margin-top: 0px;
}
a.MB_focusable img, img.stopme2 { border: none; float:none;}


/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
	border-bottom:medium #9B9B9B solid;
	border-left:medium #9B9B9B solid;
	border-right:medium #9B9B9B solid;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 0px solid #aaa;
    border-top: 0px solid #999;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    margin: 0;

    height: 41px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
	color:#ffffff;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer;
}
.GB_Window .close img {
    cursor: pointer;
    padding: 2px 15px 0pt 0pt;
	width:101px;
	height:24px;
}


form.cmxform { list-style-type:none; }

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 120px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */


form.cmxform {
	font-size: 1.1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	}

/* highslide styles */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
	background-image: none;
	font-size:11px;
}
.highslide-close {
	background-image: none;
	font-size:11px;
}
.highslide-resize {
	cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-dimming {
	background: black;
}
a#all {
	bottom: -43px;
	position:absolute;
	right: 220px;
	color:#E81F0F;
	font-weight:bold;
	font-size:11px;
	display:none;
}

/* feedburner entries */
#feed {
	background-image: url(../images/l.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 677px;
	padding-left:1px;
	position: relative;
	width: 300px;
	border-top: 1px solid #ccc;
    margin-left: 30px;
    padding-top: 30px;
}
#feed h2, #feed h3 {
	display: block;
}
#feed h2 {
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 05px;
	padding-left: 24px;
}
.blank_div h2 {
	padding-top: 35px;
	padding-left: 10px;
	color: #A71A00;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #ccc;
	width: 300px;
	margin-top: 10px;
}
#feed h2 a, #feed h2 a:visited {
	color: #A71A00;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
}
.blank_div h2 a {
	color: #A71A00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#feed h3 {
	font-size: 1em;
}
#feed ul {
	margin: 0 auto;
        
	width: 298px;
}
#feed .date {
	font-style: italic;
	margin-top:10px;
}

#feed .blog-posts1 {
    font-size: 18px;
}

#feed .blog-posts {}
#feed .subscribe {
	background-image: url(http://www.feedburner.com/fb/i/icn/feed-icon-10x10.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-position-y: 31px;
	display: block;
	margin-left: 60px;
        min-height: 10px;
        
	font-size: 19px;
	min-width: 10px;
        padding-left: 12px;
	padding-top: 26px;
}
#feed .footer {
	background-image: url(../images/burn-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	width: 320px;
}
#cmdSubmit {
	width: 110px;
}
.express_yourself_h1 {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 41px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: -2px;
	padding-left: 26px;
	padding-top: 25px;
        
	padding-bottom: 0px;
}
.express_yourself_h2 {
	font-family: Lucida Sans Unicode, Verdana, Geneva, sans-serif;
	font-size: 19px;
	font-weight: 200;
	letter-spacing: 0px;
	line-height: 27px;
	padding-top: 10px;
	padding-left: 27px;
}
.description_big {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #33557b;
	display: block;
	clear: left;
	padding-top: 12px;
	padding-left: 13px;
        font-weight: 200;
	line-height: 24px;
}
.red_text {
	color: #c81c18;
}
#rightdiv h1 {
	font-family: "Arial";
	font-size: 15px;
	font-weight: normal;
	color: #c81c18;
	text-align: center;
	display: block;
	margin-right: 52px;
	margin-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	
}
#masterform h2 {
	font-size: 19px;
	font-weight: normal;
	text-align: center;
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c81c18;
	margin-right: 54px;
	margin-left: 21px;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
select {
       font-size: 110%;
}
option {
       font-size: 15px;
       padding-left: 6px;
}
.bold {
	font-weight: 900;
}
.form_in {
	background-image: url(../images/form-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 46px;
	padding-bottom: 20px;
}
.blank_div_down {
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	background-position-y:0px;
	height: 723px;
}
.blank_div {
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
	padding-top: 605px;
	padding-left:15px;
}
.form_in p {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
	width:220px;
}
#rightdiv ul {
	margin-bottom: 1.6em;
}
.testeven .more {
	margin-bottom: 1.6em;
}
.testodd .more {
	margin-bottom: 1.6em;
}
.piano-lessons-links{
list-style-type:none; 
margin 0 auto;
clear:both;
}
.piano-lesson-link{
float:left;
min-width:220px;
}
}

@media (min-width:376px) and (max-width:414px) {


* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }

#header .imge {
    /* height: 51px; */
    
    width: 225px;
}

#header .imgeg {
    height: 51px;
    width: 172px;
}

#header .imge1 {
    
}
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */

/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */



/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.content { font-size: 1.2em; line-height: 1.6em; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

/* HR */

.content hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */

.content ul li {
	margin-left: 0.85em;
}

/* TABLES */


/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form {
}
.content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
.content h1 {
	margin: 0;
	padding-top:40px;
	margin-bootom:10px;
}
.content h2 {
	margin: 0px;
}
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }

ul.piano-lessons-links-blog {
    font-size: 20px;
    margin-left: -1px;
    line-height: 30px;
}
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }

/* COLORS */

.content a:link { text-decoration: underline; color: #36c; }
.content a:visited { text-decoration: underline; color: #3366CC; }
.content a:hover { text-decoration: underline; color: #c33; }
.content a:active, .content a:focus { text-decoration: underline; color: #000; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */


/* main elements */

body {
	font-size: 20px;
	background-color: #FFFFFF;
}
h1, h2 {

}
#pagewrap {
	/* background-image: url(../images/bg2.jpg); */
	background-repeat: repeat-x;
	background-position: center top;
	width: 414px;

}
#wrapper {
	height: 51px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#ffffff;
	position: relative;
	width:100%;
}
#header {
	height: 57px;
	width: 100%;
	overflow:hidden;
	background-image: url(../.jpg);
	background-color: black;
	background-repeat: no-repeat;
	background-position: center top;
}
#leadcontent {
	background-image: url(../images/cntent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
	padding-bottom: 201px;
	width: 405px;
	position: relative;
	background-position-y: 242px;
	background-position-x: 105px;
	overflow: visible;
	z-index:90;
}
#model {
	height: 300px;
	width: 65px;
	position: absolute;
	top: 526px;
	right: 15px;
	z-index:99;
}
#masterform {
	width: 414px;
	background-image: url(../images/form_down_bg.png);
	background-repeat: no-repeat;
	background-position-y: 230px;
	background-position: bottom;
	position: absolute;
	right: 8px;
	top: 458px;
	z-index:15;
	padding-bottom: 13px;
	padding-top:50px

}
#signup {
	position: absolute;
	top: 458px;
	right: 146px;
	display:none;
}
#leftdiv {
	float: left;
	width: 320px;
	position: absolute;
}
#more {
	position: absolute;
	top: 859px;
	right: 114px;
	cursor: pointer;
}
#joinus {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 360px;
	padding-top: 0px;
	margin-left:30px;
}
#stories {
	height: 265px;
	width: 320px;
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position-y: 9px;
	padding-left:31px
;
}
#currentmem {
	bottom:79px;
	font-size:11px;
	right:43px;
}
#currentmem a {
	color:#C51F13;

}
.hide {
	display: none;
}
.more a {
	color: #C01F25;
	text-decoration: none;
}
.testodd .more {
	position:absolute;
	bottom: -455px;
	right: 243px; 
	font-size:11px;
	height:auto;
	width:auto;
	display: none;
}
.testeven .more {
	position:absolute;
	bottom: 68px;
	right:110px; 
	font-size:08px;
	height:auto;
	width:auto;
	display: none;
}
.testodd {
	float: left;
	width: 300px;
	margin-left: 15px;
	margin-top: 410px;	
    height: 190px;
    border-bottom: 1px solid #ccc;
}
.testodd  img  {
	float: right;
	margin-top: -175px;
	margin-right: 30px;
	border: 2px solid #0F8B04;
}
.testeven {
	float: left;
	width: 300px;
	margin-left: 15px;
	margin-top: 30px;
	height: 159px;
	border-bottom:1px solid #ccc;
}
.testeven  img  {
	float: right;
	margin-top: -172px;
	margin-right: 30px;
	border: 2px solid #0F8B04;
}
#rightdiv {
	width: 390px;
	float: left;
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
	height: 10px;
	position: relative;
	top: 2474px;
	right: -19px;
}
.play {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position:absolute;
	bottom:90px;
	display: block;
	height: 15px;
	display: none;
	width: 15px;
}
.playme2 {
	display:block;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	width:20px;
	margin-left:auto;
}
img.stopme {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position:absolute;
	bottom:90px;
	cursor: pointer;
	left: 112px;
}
img.stopme2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
        margin-left:-10px;
}
.testeven img.stopme {
	left: 354px;
}
.content #wrapper #welcome #holder {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin: 0px;
	display:none;
}
#products1 {
	background-image: url(../images/hear-and-play-products.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 380px;
	float: left;
}
#products2 {
	background-image: url(../images/hear-and-play-products2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 380px;
	float: left;
}
#products3 {
	background-image: url(../images/hear-and-play-products3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 370px;
	float: left;
}
#products4 {
	background-image:url(../images/hear-and-play-products4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 380px;
	float: left;
}
#products5 {
	background-image:url(../images/hear-and-play-products5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 380px;
	float: left;
}
#products6 {
	background-image:url(../images/hear-and-play-products6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 380px;
	float: left;
}
#producthead {
/*background-repeat: no-repeat;
background-position: center top;*/
height: 26px;
width: 300px;
margin-top: 18px;
margin-bottom:50px;
clear: both;
}
#formholder li{
margin-bottom:3px;
}
#products1 ul {
	list-style-type: none;
	padding-top:85px;
	margin-left: 22px;
}
#products1 #productlist2  {
	padding-top: 67px;
	margin-left: 14px;
}
#products3 #productlist6  {
	padding-top: 67px;
	margin-left: 30px;
}
#products4 #productlist7  {
	padding-top: 160px;
	margin-left: 110px;
}
#products5 #productlist8  {
	margin-left:28px;
	padding-top:90px;
}
#products5 ul {
	list-style-type: none;
}
#products6 #productlist10  {
	margin-left:28px;
	padding-top:145px;
}
#products6 ul {
	list-style-type: none;
}
#products1 ul li {
	display: inline;
	width:100px;
}
#products3 ul li {
	display: inline;
	width:100px;
}
#products5 ul li {
	display: inline;
	width:100px;
}
#products6 ul li {
	display: inline;
	width:100px;
}
#productlist a {
	margin-right: 15px;
	width:100px;
	text-align: center;
}
#productlist2 ul {
	margin-left: -50px;
}
#productlist2 a {
	margin-right:37px;
	width: 100px;
	text-align: center;
}
#products2 ul {
	list-style-type: none;
	margin-left: 40px;
	padding-top:85px;
}
#products2 #productlist4  {
	padding-top: 67px;
	margin-left: 30px;
}
#products3 #productlist5  {
	padding-top: 83px;
	margin-left: 30px;
}
#products2 ul li {
	display: inline;
}
#productlist3 a {
	margin-right:7px;
}
#productlist4 a {
	margin-right:8px;
}
#productlist5 a {
	margin-right:22px;
}
#productlist6 a {
	margin-right:23px;
}
#productlist8 a {
	margin-right:30px;
}
#productlist8 .closer {
	margin-left :-10px;
}
#products5 #productlist9 {
	margin-left:19px;
	padding-top:67px;
}
#productlist9 a {
	margin-right:31px;
}
#productlist9 .closer {
	margin-left : 6px;
}
#productlist10 a {
	margin-right:30px;
}
#productlist10 .closer {
	margin-left : 1px;
}
#seeall {
	position: absolute;
	top: 317px;
	right: 116px;
	cursor: pointer;
}
#welcome {
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 375px;
	clear: both;
	padding-top: 367px;
	padding-left:12px;
}
#lastone {
	width: 220px;
	margin-left: 22px;
	padding-top: 40px;
	position: absolute;
}
#footer {
	clear: both;
	height: 90px;
	width: 392px;
	margin-right: auto;
	margin-left: 7px;
	margin-top: -15px;
	padding-top:45px;
}
#footer p {
	color: #666666;
	text-align: left;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-top:23;
	padding-left: 18px;
}
#trophy {
	float: left;
	margin-top: -17px;
	margin-left: 19px;
}
.person {
	position: relative;
	z-index: 99;
}
ul#nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 98px;
	padding-left: 17px;
}
#footer #nav li.first {
	margin: 0px;
	padding: 0px;
}
#topnav {
	list-style-type:none;
	margin-top:15px;
	position:absolute;
	right: -6px;
	width:260px;
	z-index:9999999;
	padding-left: 3px;
}
#topnav li {
	display:inline;
	color:#3366CC;
	margin-left:-2px;
	margin-right:2px;
}
#topnav a {
	text-decoration:none;
}
#nav li {
	display: inline;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	color: #2A5893;
	margin-left: 1px;
}
#nav li a {
	color: #2A5893;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
address {
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-left: 17px;
}
#addressForm {
	margin-top: 10px;
	margin-left: 10px;
}
#secondform {
	width: 220px;
	margin-left: 22px;
	padding-top: 40px;
}
#moveover {
	padding-left: 80px;
	display: block;
}
#audio {
	height:0;
	width:0;
}


/* font styles */

.content {
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
}
#welcome p {
	padding-top: 5px;
	padding-left: 17px;
	padding-right: 5px;
	font-size: 20px;
	line-height: 25px;
	color: #1d1c1c;
}
.blank_div p {
	padding-top: 20px;
	padding-left: 7px;
	padding-right: 12px;
	font-size: 20px;
	line-height: 25px;
	color: #1d1c1c;
}
table#tablelinks {
	padding-left: 80px;
}
#welcome p .blast {
	font-size: 22px;
	color: #a71a00;
	font-weight: bold;
}
#welcome img {
	float: left;
	margin-top: 80px;
}
#welcome #signature {
	padding-top: 46px;
	margin-left: 78px;
	font-size: 22px;
	color: #a71a00;
	font-weight: bold;
	background-image:url(.../images/jeremi.tiff)
}
.testodd p {
	line-height: 20px;
	color: #2a5889;
	width: 130px;
	text-indent: 1px;
	padding-left: 0px;
	padding-right:8px;
	font-weight:normal;
	font-size:1em;
	height:120px;
	overflow:hidden;
}
.testodd .storyname {
	text-indent: 0px;
	margin-top: 11px;
	margin-left: 172px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	height:30px;
	width:auto;
	z-index:1;
	margin-bottom: 1.6em;
}
.testeven p {
	line-height: 20px;
	color: #2a5889;
	width: 130px;
	padding-left: 1px;
	font-weight:normal;
	font-size:1em;
	height:120px;
	overflow:hidden;
}
.testeven .storyname {
	text-indent: 0px;
	margin-left: 172px;
	margin-top:0px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	height:30px;
	width:auto;
	z-index:1;
	margin-bottom: 1.6em;
}
.testeven .storyname strong a {
	color: #2a5889;
}
.testodd .storyname strong a {
	color: #2a5889;
}
#stories .testeven p a {
	color: #2a5889;
}
#stories .testodd p a {
	color: #2a5889;
}

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 50px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;

}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 15px;
	overflow: auto;
line-height: 25px;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2.5em .5em .75em;
	margin: 0;
	text-align: right;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 1px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(../images/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;

}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
	background-color: #DDD;
	background-image:url(../images/modalbg.jpg);
	border-bottom: 1px solid #CCC;
	background-position: left -2px;
}
#MB_caption { color: #fff }
#MB_close { color: #efefef }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
.sig2 {
	margin-top: 15px;
	margin-right: 15px;
	text-align: right;
	color: #A71A00;
	line-height: 18px;
	margin-bottom: 0px;
}
.quotes2 img {
	padding: 3px;
	float: left;
	margin-right: 10px;
	border: 2px solid #4D5D63;
	margin-top: 0px;
}
a.MB_focusable img, img.stopme2 { border: none; float:none;}


/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
	border-bottom:medium #9B9B9B solid;
	border-left:medium #9B9B9B solid;
	border-right:medium #9B9B9B solid;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 0px solid #aaa;
    border-top: 0px solid #999;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    margin: 0;

    height: 41px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
	color:#ffffff;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer;
}
.GB_Window .close img {
    cursor: pointer;
    padding: 2px 15px 0pt 0pt;
	width:101px;
	height:24px;
}


form.cmxform { list-style-type:none; }

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 120px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */


form.cmxform {
	font-size: 1.1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	}

/* highslide styles */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
	background-image: none;
	font-size:11px;
}
.highslide-close {
	background-image: none;
	font-size:11px;
}
.highslide-resize {
	cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-dimming {
	background: black;
}
a#all {
	bottom: 148px;
	position:absolute;
	right: 307px;
	color:#E81F0F;
	font-weight:bold;
	font-size:11px;
}

/* feedburner entries */
#feed {
	background-image: url(../images/l.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 563px;
	padding-left:1px;
	position: relative;
	width: 405px;
	border-top: 1px solid #ccc;
    padding-top: 50px;
}
#feed h2, #feed h3 {
	display: block;
}
#feed h2 {
	background-image: url(../images/l.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 05px;
	padding-left: 24px;
}
.blank_div h2 {
	padding-top: 35px;
	padding-left: 10px;
	color: #A71A00;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #ccc;
}
#feed h2 a, #feed h2 a:visited {
	color: #A71A00;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
.blank_div h2 a {
	color: #A71A00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#feed h3 {
	font-size: 1em;
}
#feed ul {
	margin: 0 auto;
        
	width: 353px;
}
#feed .date {
	font-style: italic;
	margin-top:10px;
}

#feed .blog-posts1 {
    font-size: 18px;
}

#feed .blog-posts {}
#feed .subscribe {
	background-image: url(http://www.feedburner.com/fb/i/icn/feed-icon-10x10.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-position-y: 31px;
	display: block;
	margin-left: 60px;
        min-height: 10px;
        
	font-size: 19px;
	min-width: 10px;
        padding-left: 12px;
	padding-top: 26px;
}
#feed .footer {
	background-image: url(../images/burn-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	width: 320px;
}
#cmdSubmit {
	width: 110px;
}
.express_yourself_h1 {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: 1px;
	padding-left: 26px;
	padding-top: 22px;
        
	padding-bottom: 0px;
}
.express_yourself_h2 {
	font-family: Lucida Sans Unicode, Verdana, Geneva, sans-serif;
	font-size: 19px;
	font-weight: 200;
	letter-spacing: 0px;
	line-height: 27px;
	padding-top: 25px;
	padding-left: 27px;
}
.description_big {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #33557b;
	display: block;
	clear: left;
	padding-top: 12px;
	padding-left: 13px;
        font-weight: 200;
	line-height: 24px;
}
.red_text {
	color: #c81c18;
}
#rightdiv h1 {
	font-family: "Arial";
	font-size: 15px;
	font-weight: normal;
	color: #c81c18;
	text-align: center;
	display: block;
	margin-right: 52px;
	margin-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	
}
#masterform h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c81c18;
	margin-right: 99px;
	margin-left: 34px;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
select {
       font-size: 110%;
}
option {
       font-size: 15px;
       padding-left: 6px;
}
.bold {
	font-weight: 900;
}
.form_in {
	background-image: url(../images/form-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 70px;
	padding-bottom: 20px;
}
.blank_div_down {
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	background-position-y:0px;
	height: 687px;
}
.blank_div {
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
	padding-top: 509px;
	padding-left:15px;
	width:375px;
}
.form_in p {
	padding-right: 74px;
	padding-left: 35px;
	padding-top: 8px;
}
#rightdiv ul {
	margin-bottom: 1.6em;
}
.testeven .more {
	margin-bottom: 1.6em;
}
.testodd .more {
	margin-bottom: 1.6em;
}
.piano-lessons-links{
list-style-type:none; 
margin 0 auto;
clear:both;
}
.piano-lesson-link{
float:left;
min-width:220px;
}
}


@media (min-width:1200px) and (max-width:1700px) {

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */

/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */



/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.content { font-size: 1.2em; line-height: 1.6em; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

/* HR */

.content hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */

.content ul li {
	margin-left: 0.85em;
}

/* TABLES */


/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form {
}
.content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
.content h1 {
	margin: 0;
}
.content h2 {
	margin: 0px;
}
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }

/* COLORS */

.content a:link { text-decoration: underline; color: #36c; }
.content a:visited { text-decoration: underline; color: #3366CC; }
.content a:hover { text-decoration: underline; color: #c33; }
.content a:active, .content a:focus { text-decoration: underline; color: #000; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */


/* main elements */

body {
	font-size: 20px;
	background-color: #FFFFFF;
}
h1, h2 {

}

#header .imge {
  height: 51px;
  width: 160px;
  display:none;
}

#header .imgeg {
  height: 51px;
  width: 140px;
  display:none;
}

#pagewrap {
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}
#wrapper {
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#ffffff;
	position: relative;
}
#header {
	height: 66px;
	width: 950px;
	overflow:hidden;
	background-image: url(../images/piano-by-ear-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#leadcontent {
	background-image: url(../images/play-music-without-lessons.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 311px;
	width: 950px;
	position: relative;
	overflow: visible;
	z-index:90;
}
#model {
	height: 325px;
	width: 170px;
	position: absolute;
	top: 170px;
	right: -20px;
	z-index:99;
}
#masterform {
	width: 294px;
	background-image: url(../images/form_down_bg.png);
	background-repeat: no-repeat;
	background-position: 3px bottom;
	position: absolute;
	right: 80px;
	top: 184px;
	z-index:15;
	padding-bottom: 14px;
}
#signup {
	position: absolute;
	top: 185px;
	right: 380px;
}
#leftdiv {
	float: left;
	width: 547px;
	position: relative;
}
#more {
	position: absolute;
	top: 465px;
	right: 50px;
	cursor: pointer;
}
#joinus {
	background-image: url(../images/learn-to-play-music.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 101px;
	width: 547px;
}
#stories {
	height: 381px;
	width: 547px;
	background-image: url(../images/music-success-stories.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#currentmem {
	bottom:79px;
	font-size:11px;
	right:43px;
}
#currentmem a {
	color:#C51F13;

}
.hide {
	display: none;
}
.more a {
	color: #C01F25;
	text-decoration: none;
}
.testodd .more {
	position:absolute;
	bottom: 145px;
	right:313px; 
	font-size:11px;
	height:auto;
	width:auto;
}
.testeven .more {
	position:absolute;
	bottom: 145px;
	right:77px; 
	font-size:11px;
	height:auto;
	width:auto;
}
.testodd {
	float: left;
	width: 200px;
	margin-left: 86px;
	margin-top: 70px;
	height: 280px;
}
.testodd  img  {
	float: right;
	margin-top: -45px;
	margin-right: 10px;
	border: 2px solid #0F8B04;
}
.testeven {
	float: left;
	width: 200px;
	margin-left: 42px;
	margin-top: 70px;
	height: 280px;
}
.testeven  img  {
	float: right;
	margin-top: -45px;
	margin-right: 10px;
	border: 2px solid #0F8B04;
}
#rightdiv {
	width: 403px;
	float: left;
	background-image: url(../images/right-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 482px;
	position: relative;
	margin-bottom: 20px;
}
.play {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position:absolute;
	bottom:90px;
	display: block;
	height: 15px;
	width: 15px;
}
.playme2 {
	display:block;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	width:20px;
	margin-left:auto;
}
img.stopme {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position:absolute;
	bottom:90px;
	cursor: pointer;
	left: 112px;
}
img.stopme2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
        margin-left:-10px;
}
.testeven img.stopme {
	left: 354px;
}
.content #wrapper #welcome #holder {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin: 0px;
}
#products1 {
	background-image: url(../images/hear-and-play-products.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 403px;
	float: left;
}
#products2 {
	background-image: url(../images/hear-and-play-products2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 403px;
	float: left;
}
#products3 {
	background-image: url(../images/hear-and-play-products3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 403px;
	float: left;
}
#products4 {
	background-image:url(../images/hear-and-play-products4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 403px;
	float: left;
}
#products5 {
	background-image:url(../images/hear-and-play-products5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 403px;
	float: left;
}
#products6 {
	background-image:url(../images/hear-and-play-products6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 403px;
	float: left;
}
#producthead {
background-repeat: no-repeat;
background-position: center top;
height: 26px;
width: 403px;
margin-top: 220px;
clear: both;
}
#formholder li{
margin-bottom:3px;
}
#products1 ul {
	list-style-type: none;
	padding-top:85px;
	margin-left: 40px;
}
#products1 #productlist2  {
	padding-top: 67px;
	margin-left: 48px;
}
#products3 #productlist6  {
	padding-top: 67px;
	margin-left: 48px;
}
#products4 #productlist7  {
	padding-top: 160px;
	margin-left: 110px;
}
#products5 #productlist8  {
	margin-left:38px;
	padding-top:90px;
}
#products5 ul {
	list-style-type: none;
}
#products6 #productlist10  {
	margin-left:38px;
	padding-top:145px;
}
#products6 ul {
	list-style-type: none;
}
#products1 ul li {
	display: inline;
	width:100px;
}
#products3 ul li {
	display: inline;
	width:100px;
}
#products5 ul li {
	display: inline;
	width:100px;
}
#products6 ul li {
	display: inline;
	width:100px;
}
#productlist a {
	margin-right: 15px;
	width:100px;
	text-align: center;
}
#productlist2 ul {
	margin-left: -50px;
}
#productlist2 a {
	margin-right:37px;
	width: 100px;
	text-align: center;
}
#products2 ul {
	list-style-type: none;
	margin-left: 57px;
	padding-top:85px;
}
#products2 #productlist4  {
	padding-top: 67px;
	margin-left: 48px;
}
#products3 #productlist5  {
	padding-top: 83px;
	margin-left: 48px;
}
#products2 ul li {
	display: inline;
}
#productlist3 a {
	margin-right:7px;
}
#productlist4 a {
	margin-right:8px;
}
#productlist5 a {
	margin-right:22px;
}
#productlist6 a {
	margin-right:23px;
}
#productlist8 a {
	margin-right:30px;
}
#productlist8 .closer {
	margin-left :-10px;
}
#products5 #productlist9 {
	margin-left:29px;
	padding-top:67px;
}
#productlist9 a {
	margin-right:31px;
}
#productlist9 .closer {
	margin-left : 6px;
}
#productlist10 a {
	margin-right:30px;
}
#productlist10 .closer {
	margin-left : 1px;
}
#seeall {
	position: absolute;
	top: 465px;
	right: 58px;
	cursor: pointer;
}
#welcome {
	background-image: url(../images/welcome-from-jermaine.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 206px;
	width: 944px;
	clear: both;
	position: relative;
}
#lastone {
	width: 220px;
	margin-left: 22px;
	padding-top: 40px;
	position: absolute;
}
#footer {
	clear: both;
	height: 90px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#footer p {
	color: #666666;
	text-align: left;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#trophy {
	float: right;
	margin-top:5px;
}
.person {
	position: relative;
	z-index: 99;
}
ul#nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#footer #nav li.first {
	margin: 0px;
	padding: 0px;
}
#topnav {
	list-style-type:none;
	margin-top:5px;
	position:absolute;
	right:-5px;
	width:250px;
	z-index:9999999;
	padding-left: 3px;
}
#topnav li {
	display:inline;
	color:#3366CC;
	margin-left:-2px;
	margin-right:2px;
}
#topnav a {
	text-decoration:none;
}
#nav li {
	display: inline;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	color: #2A5893;
	margin-left: 1px;
}
#nav li a {
	color: #2A5893;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
address {
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#addressForm {
	margin-top: 10px;
	margin-left: 10px;
}
#secondform {
	width: 220px;
	margin-left: 22px;
	padding-top: 40px;
}
#moveover {
	padding-left: 80px;
	display: block;
}
#audio {
	height:0;
	width:0;
}


/* font styles */

.content {
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
}
#welcome p {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 40px;
	font-size: 13px;
	line-height: 25px;
	color: #1d1c1c;
}
.blank_div p {
	padding-top: 17px;
	padding-left: 30px;
	padding-right: 40px;
	font-size: 13px;
	line-height: 25px;
	color: #1d1c1c;
}
table#tablelinks {
	padding-left: 80px;
}
#welcome p .blast {
	font-size: 16px;
	color: #a71a00;
	font-weight: bold;
}
#welcome img {
	float: left;
	margin-top: 80px;
}
#welcome #signature {
	padding-top: 20px;
	margin-left: 185px;
	font-size: 14px;
	color: #a71a00;
	font-weight: bold;
}
.testodd p {
	line-height: 20px;
	color: #2a5889;
	width: 130px;
	text-indent: 15px;
	padding-left: 14px;
	padding-right:8px;
	font-weight:normal;
	font-size:1em;
	height:120px;
	overflow:hidden;
}
.testodd .storyname {
	text-indent: 0px;
	margin-top:50px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	height:30px;
	width:auto;
	z-index:1;
	margin-bottom: 1.6em;
}
.testeven p {
	line-height: 20px;
	color: #2a5889;
	width: 130px;
	padding-left: 12px;
	font-weight:normal;
	font-size:1em;
	height:120px;
	overflow:hidden;
}
.testeven .storyname {
	text-indent: 0px;
	margin-top:50px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	height:30px;
	width:auto;
	z-index:1;
	margin-bottom: 1.6em;
}
.testeven .storyname strong a {
	color: #2a5889;
}
.testodd .storyname strong a {
	color: #2a5889;
}
#stories .testeven p a {
	color: #2a5889;
}
#stories .testodd p a {
	color: #2a5889;
}

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 50px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;

}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 15px;
	overflow: auto;
line-height: 25px;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2.5em .5em .75em;
	margin: 0;
	text-align: right;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 1px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(../images/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;

}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
	background-color: #DDD;
	background-image:url(../images/modalbg.jpg);
	border-bottom: 1px solid #CCC;
	background-position: left -2px;
}
#MB_caption { color: #fff }
#MB_close { color: #efefef }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
.sig2 {
	margin-top: 15px;
	margin-right: 15px;
	text-align: right;
	color: #A71A00;
	line-height: 18px;
	margin-bottom: 0px;
}
.quotes2 img {
	padding: 3px;
	float: left;
	margin-right: 10px;
	border: 2px solid #4D5D63;
	margin-top: 0px;
}
a.MB_focusable img, img.stopme2 { border: none; float:none;}


/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
	border-bottom:medium #9B9B9B solid;
	border-left:medium #9B9B9B solid;
	border-right:medium #9B9B9B solid;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 0px solid #aaa;
    border-top: 0px solid #999;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    margin: 0;

    height: 41px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
	color:#ffffff;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer;
}
.GB_Window .close img {
    cursor: pointer;
    padding: 2px 15px 0pt 0pt;
	width:101px;
	height:24px;
}


form.cmxform { list-style-type:none; }

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 120px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */


form.cmxform {
	font-size: 1.1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	}

/* highslide styles */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
	background-image: none;
	font-size:11px;
}
.highslide-close {
	background-image: none;
	font-size:11px;
}
.highslide-resize {
	cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-dimming {
	background: black;
}
a#all {
	bottom:-8px;
	position:absolute;
	right:174px;
	color:#E81F0F;
	font-weight:bold;
	font-size:11px;
}

/* feedburner entries */
#feed {
	background-image: url(../images/burn.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 20px;
	position: relative;
	width: 950px;
}
#feed h2, #feed h3 {
	display: block;
}
#feed h2 {
	background-image: url(../images/burn-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	padding-left: 30px;
}
.blank_div h2 {
	padding-top: 21px;
	padding-left: 30px;
	color: #A71A00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#feed h2 a, #feed h2 a:visited {
	color: #A71A00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.blank_div h2 a {
	color: #A71A00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#feed h3 {
	font-size: 1em;
}
#feed ul {
	margin: 0 auto;
        width: 900px;
}
#feed .date {
	font-style: italic;
	margin-top:10px;
}
#feed .subscribe {
	background-image: url(http://www.feedburner.com/fb/i/icn/feed-icon-10x10.gif);
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
	margin-left: 60px;
        min-height: 10px;
        min-width: 10px;
        padding-left: 12px;
}
#feed .footer {
	background-image: url(../images/burn-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	width: 950px;
}
#cmdSubmit {
	width: 110px;
}
.express_yourself_h1 {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: -2px;
	padding-left: 402px;
	padding-top: 42px;
        padding-bottom: 17px;
}
.express_yourself_h2 {
	font-family: Lucida Sans Unicode, Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: 200;
	letter-spacing: 0px;
	line-height: 27px;
	padding-left: 402px;
}
.description_big {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #33557b;
	display: block;
	clear: left;
	padding-top: 35px;
	padding-left: 40px;
        font-weight: 200;
	line-height: 24px;
}
.red_text {
	color: #c81c18;
}
#rightdiv h1 {
	font-family: "Arial";
	font-size: 20px;
	font-weight: normal;
	color: #c81c18;
	text-align: center;
	display: block;
	margin-right: 100px;
	margin-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
}
#masterform h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c81c18;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
select {
       font-size: 110%;
}
option {
       font-size: 15px;
       padding-left: 6px;
}
.bold {
	font-weight: 900;
}
.form_in {
	background-image: url(../images/form-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
}
.blank_div_down {
	background-image: url(../images/welcome-new_down.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 16px;
}
.blank_div {
	background-image: url(../images/welcome-new.png);
	background-repeat: no-repeat;
	padding-bottom: 45px;
}
.form_in p {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
}
#rightdiv ul {
	margin-bottom: 1.6em;
}
.testeven .more {
	margin-bottom: 1.6em;
}
.testodd .more {
	margin-bottom: 1.6em;
}
.piano-lessons-links{
list-style-type:none; 
margin 0 auto;
clear:both;
}
.piano-lesson-link{
float:left;
min-width:220px;
}
}
.wp-is-not-mobile #header a, .wp-is-not-mobile #header a img{
	display:none;
}

.wp-is-mobile #popup_domination_lightbox_wrapper{
	display:none !important;
}