body{
	text-align:center; 
	font-family:Tahoma,Geneva,sans-serif; 
	margin:0; 
	padding:0; 
	font-size:12px; 
	color: #444444; 
	background-color: #EEEEEE;
}

.big{
	font-size:25px;
	color: #444444; 
	font-weight:normal; 
}

img{
	border: 0 solid;
}
h3{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}
h4{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}
b{
    font-weight: bold;
}
.hidden{
	display:none;
}
.main{
	display:inline-block !important;
	position:relative;
	text-align:left;
	margin-top: 20px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 30px;
	
        border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	behavior:url(border-radius.htc);
	
	filter: 
	progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=10)
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=10)
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=10)
	progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=10);
	
	-moz-box-shadow: 0 5px 15px #888; /* Firefox */
	-webkit-box-shadow: 0 5px 15px #888; /* Safari, Chrome */
	box-shadow: 0 5px 15px #888; /* CSS3 */
	
	text-align: center;
}

#site-main{
	width: 750px;
}

#site-content{
    display: inline-block; text-align:left; width:100%;
}



.round{
	-moz-border-radius:20px 20px 20px 20px;
        border-radius:20px 20px 20px 20px;
	-webkit-border-radius:20px;
	behavior:url(border-radius.htc);
        overflow: hidden;
}
.small-round{
	-moz-border-radius:10px 10px 10px 10px;
        border-radius:10px 10px 10px 10px;
	-webkit-border-radius:20px;
	behavior:url(border-radius.htc);
        overflow: hidden;
}
.border{
	display:inline-block !important;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 40px;
	padding-top: 20px;
	padding-bottom: 7px; 
}
.shadow{
	filter: 
	progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=10)
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=10)
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=10)
	progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=10);
	
	-moz-box-shadow: 0 5px 15px #888; /* Firefox */
	-webkit-box-shadow: 0 5px 15px #888; /* Safari, Chrome */
	box-shadow: 0 5px 15px #888; /* CSS3 */
}


input[type=text], input[type=password], textarea, .track_share_tools, .generating-preview{
     border-radius: 5px; /* half of button size + padding */
	-moz-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background: -moz-linear-gradient(top, #EEEEEE, #FFFFFF);
	margin-top: 5px;
        border: 1px solid #DFDFDF;
}
input[type=text], input[type=password], textarea{
	width: 380px;
        padding: 5px;
}
textarea{
    height: 200px;
}
.track_share_tools, .generating-preview{
        display:inline-block;
        padding: 5px;
        padding-top: 13px;
        padding-right: 10px;
        margin-bottom: 10px;
}



input[type=button], input[type=submit], button, .button{
     border-radius: 5px; /* half of button size + padding */
    -moz-border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
    padding: 10px;
    cursor: pointer;
    border: 1px solid #DFDFDF;
    margin: 2px;
    display: inline-block;
}
/*fix for buttons inside links*/
a button, a input[type=button]{
    font-weight: normal;
} 
select{
     border-radius: 5px; /* half of button size + padding */
    -moz-border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
    padding: 8px;
    cursor: pointer;
    border-color: #BBBBBB;
}


input[type=button].small, input[type=submit].small, input[type=text].small, button.small{
	padding: 5px;
	font-size: 11px;
}
.small button, .small a.button{
    padding: 5px;
    font-size: 11px;
}


A:link {text-decoration: none; font-weight:bold; color:#555555;}
A:visited {text-decoration: none; font-weight:bold; color:#555555;}
A:active {text-decoration: none; font-weight:bold; color:#555555;}
A:hover {text-decoration: none; font-weight:bold; color:#555555;}


.play{
	background: url(/imgs/play.jpg) no-repeat; 
	height: 20px; 
	padding-left: 30px;
	padding-top: 2px; 
}
.rec{
	background: url(/imgs/rec.jpg) no-repeat; 
	height: 20px; 
	padding-left: 30px;
	padding-top: 2px;
}

.error{
    color: red;
    border: 1px solid red;
    padding: 10px;
    list-style: none;
    background-color: lavenderblush;
    border-radius: 6px;
}
.success{
    color: green;
    border: 1px solid green;
    padding: 10px;
    list-style: none;
    background-color: #e2ffe2;
    border-radius: 6px;
}

.clear, .clearfix{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}



html .fb_share_link { 
	padding:2px 0 0 20px; 
	height:16px; 
	background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top left; 
}

.smalltext{
	font-size:9px;
	color: #666;
} 


.footer, .footer a{
	color: grey;
	font-weight: normal;
}
.footer hr{
	color: grey;
	background-color: grey;
	border: 0;
	height: 1px;
}



hr{
    border: 1px solid #C7C7C7;
}

p{
    margin-top: 10px;
    margin-bottom: 10px;
}

.required{
    color: orange;
}

.hide, span.hide{
    display: none;
}

span.ui-icon-pencil, span.ui-icon-check{
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}

/* Cover */
img.cover {
	background-attachment: scroll;
        background-color: #000000;
        background-image: url("/imgs/spakki-icon.jpg");
        background-origin: padding-box;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 90px;
        width: 90px;
        display: block;
        border: 1px solid grey; 
}

.profile-tracks li img.cover, .edit-track img.cover{
    float: left;
    margin-right: 10px;
}
.edit-track img.cover{
    margin-top: 10px;
}




.edit-cover{
    font-size: 10px;
    position: relative;
}
.edit-cover input[type=file]{
    position: absolute;
    left: -100000px;
}

.profile-tracks li .edit-cover{
    float: left;
    height: 92px;
    width: 92px;
    margin-left: -103px;
    margin-top: 0;
    text-align: center;
}
.profile-tracks li .edit-cover label{
    margin-top: 40%;
    display: block;
}
.profile-tracks li .edit-cover label .button{
    padding: 2px;
}
.edit-track .edit-cover label .button{
    float: left;
    margin-top: 30px;
}



.track-info{
    margin-top: 12px;
    float: left;
}

.top-separator{
    margin-top: -13px;
    margin-left: -41px;
    margin-bottom: 10px;
    border-top: 0;
}

#top-login{
    float: right;padding: 2px; text-align:left; position:relative; margin-right: -25px; margin-top: -14px;
    background-color: #F9F9F9;
}


#top-advert{
	border: 1px solid #E8E8E8;
    border-radius: 6px;
    background-color: #F4F4F4;
}

