/* ----------  Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin:0; padding:0;}
/* ------------------------------ */

html{
	overflow:-moz-scrollbars-vertical;
	
}

/* Links */
a img{border: 1px solid #CCC;padding:2px;margin:3px;}
a:hover img{border: 2px solid #333;padding:1px;}
a:hover{color: #333;border: 2px ;} /* Dummy definition to overcome IE bug */

a:link { color:#FFF;text-decoration:underline}
a:visited { color:#EEE;text-decoration:underline}
a:hover { color:#FF1493;text-decoration:underline}
a:active { color:#FF1493;text-decoration:underline}


/* Typography */
body {
font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;;
font-size: 62.5%;
} /* 1em = 12 pixels */

h1,h2,h3,h4,h5 {font-family:Georgia,'Times New Roman',Times,serif bold;}

h1 {font-size:1.8em;margin-top:0.8em}
h2, h3 {font-size:1.6em;margin-top:0.8em;margin-bottom:0.8em}

p, label {font-size:1.2em}
li {font-size:1.2em}

#content p, h1, h2, h3, h4, li {color:#FFF}
label {display:none}


/* Layout */
body{background:
   #FFF
   /* url(/gfx/bg-fade.jpg) */
    repeat-x;
background: #111 url(/gfx/bg.jpg) top left repeat-x;
margin-bottom:40px;
}
#wrapper {
}

h1 {margin-bottom:0.8em}
h1 {text-indent:-9999px;width:400px;height:93px;background:url(/gfx/logo.png) top left no-repeat}

p{margin-bottom:1.5em}

#content {
position:relative;
top:30px;
left:520px;
width:400px;
background:
    url(/gfx/trans.png)
    repeat;padding:30px;
	-moz-border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-webkit-border-radius:8px;
margin-bottom:40px
}

ul {list-style:none}

/* misc  icons and fields*/

.icon {padding:10px 0 10px 28px;}
.mp3 {background:url(/gfx/download.png) no-repeat center left;} 

.box {background:#F5F5F5;padding:3px; font-family:"Lucida Sans Unicode","Trebuchet MS", Verdana, Arial, Helvectica;border:1px #CCC solid}
.box:focus { background-color:#FFF;padding:3px; font-family:"Lucida Sans Unicode","Trebuchet MS", Verdana, Arial, Helvectica;border:1px #333 solid}

.clear {clear:both}
/* download icon from http://iconeden.com/icon/milky-a-free-vector-iconset.html */
