﻿a 
{
	color: #ff6600;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
body 
{
	margin: 0;
	background: #ddd;
	color: #777;
	font-weight: normal; 
	font-size: 16px;
	line-height: 150%; 
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align: center;
}
#header 
{
    height: 50px;
	width: 760px;
    margin: auto;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	text-align: right;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}
#header_logo 
{
	float: left;
	font-size:33px;
	line-height: 43px;
}
#header_links 
{
	text-align: right;
	line-height: 45px;
}
#main_content 
{
	width: 760px;
	margin: auto;
	padding: 20px;
	background-color: #fff;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;	
	-moz-border-radius-topleft: 20px;	
	-moz-border-radius-topright: 20px;
}
#footer 
{
    clear: both;
    background-color: #fff;
    width: 760px;
    margin: auto;
    margin-bottom: 50px;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 5px;
    text-align: right;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}
#profile_top 
{
    background-color: #fff;
    width: 760px;
    height: 80px;
}
#profile_top_left
{
    width: 73px;
    margin-right: 10px;
    height: 80px;
    float: left;
}
#profile_top_middle
{
    float: left;
    padding-top: 10px;
    width: 500px;
    height: 60px;
    text-align: left;
}
#profile_top_right
{
    float: left;
    height: 80px;
    width: 177px;
}
#profile_main
{
    height: 300px;
    padding-top: 20px;
    width: 760px;
}
#profile_main_left
{
    width: 368px;
    height: 300px;
    float: left;
}
#profile_main_right
{
    width: 368px;
    height: 300px;
    padding-left: 20px;
    float: left;
}
#player_container
{
    height: 300px;
    width: 368px;
    background-color: #fff;
    overflow: scroll;
}
.scrollgeneric 
{
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0; left: 0;
}
.vscrollerbase 
{
    width: 10px;
    background-color: #777;
}
.vscrollerbar 
{
    width: 10px;
    background-color: #ff6600;
}
.hscrollerbase 
{
    height: 0px;
    background-color: white;
}
.hscrollerbar 
{
    height: 0px;
    background-color: black;
}
.scrollerjogbox 
{
    width: 0px;
    height: 0px;
    top: auto; left: auto;
    bottom: 0px; right: 0px;
    background-color: gray;
}
.player_row 
{
    filter: alpha(opacity=70);
    opacity: 0.7;
    cursor: pointer;
    width: 368px;
    background-color: #eee;
    border-bottom: 1px dashed #ddd;
    padding-left: 5%;
}
.player_row_main
{
    padding-top: 10px;
    width: 67%;
    float: left;
    text-align: left;
    font-size: 18px;
    line-height: 120%;
}
.player_row_counter
{
    padding-top: 10px;
    width: 28%;
    height: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
}
.player_row_counter_active
{
    font-size: 28px;
    color: #ff6600;
}
.player_row_counter_paused
{
    color: #777;
}
.player_row_bottom
{
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    height: 25px;
    width: 100%;
    clear: both;
}
#add_song
{
    width: 400px;
    height: 200px;
}
#add_song_header
{
    width: 100%;
    font-size: 20px;
    text-align: left;
    padding: 10px;
}
#add_song_main
{
    width: 100%;
    padding: 10%;
}
#add_song_button
{
    text-align: right;
    line-height: 50%;
    font-size: 20px;
    padding-right: 5px;
    height: 20px;
}
.upload_caption
{
    font-size: 14px;
    line-height: 130%;
}
#upload_progress
{
    width: 80%;
    margin: auto;
    height: 30px;
}
#saving_song_progress
{
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-image: url(http://songtwit.com/static/loadingAnimationGray.gif);
    background-position: center 65px;
    background-repeat: no-repeat;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
}
#modal_popup_header
{
    height: 35px;
    width: 100%;
    background-color: #ddd;
    line-height: 35px;
    text-align: right;
    font-size: 14px;
    margin-bottom: 5px;
}
.tweet_prompt
{
    line-height: 110%;
    font-size: 14px;
}
.textbox
{
    font-size: 14px;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    border: solid 1px #ddd;
}
.hidden_text
{
    display: none;
}
#tweet_countdown
{
    font-size: 14px;
    color: #999;
    font-weight: bold;
    text-align: left;
    width: 85%;
    margin: auto;
}
.button
{
    font-size: 16px;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    width: 80px;
    height: 25px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-right: 2px;
    color: #666;
    cursor: pointer;
    border: solid 1px #ccc;
    background-color: #ddd;
}
#thanks
{
    line-height: 180px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
#comment_box
{
    text-align: left;
    font-size: 17px;
    padding: 20px;
    padding-top: 10px;
    filter: alpha(opacity=100);
    opacity: 1.0; 
    background-color: #eee;
    height: 270px;
    
}
#latest_comment
{
    margin-top: 25px;
}
#be_first
{
    font-size: 15px;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 50px;
}
#next_comment
{
    width: 50%;
    text-align: right;
    margin-top: 20px;
    float: right;
}
#prev_comment
{
    width: 50%;
    margin-top: 20px;
}

.comment_text
{
    font-size: 17px;
    line-height: 100%;
}
.comment_byline
{
    font-size: 11px;
    line-height: 100%;
    font-style: italic;
}
.comment_spacer
{
    font-size: 7px;
    line-height: 100%;
}
#comment_progress
{
    width: 368px;
    height: 300px;
    background-color: #FFF;
    background-image: url(http://songtwit.com/static/loadingAnimationGray.gif);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 100;
    position: absolute;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
#comment_progress_client
{
    width: 368px;
    height: 300px;
    background-color: #FFF;
    background-image: url(http://songtwit.com/static/loadingAnimationGray.gif);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 100;
    position: absolute;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}
#permalink_top 
{
    background-color: #fff;
    width: 740px;
    height: 80px;
    padding-left: 20px;
}
#permalink_top_left
{
    width: 73px;
    margin-right: 10px;
    height: 80px;
    float: left;
}
#permalink_top_middle
{
    float: left;
    padding-top: 5px;
    width: 480px;
    height: 60px;
    text-align: left;
}
.permalink_top_right_paused
{
    color: #777;
}
#permalink_top_right
{
    text-align: center;
    font-size: 40px;
    line-height: 75px;
    position: relative;
    left: 20px;
    float: left;
    height: 80px;
    width: 177px;
    background-color: #eee;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-topleft: 20px;
}
#permalink_middle
{
    height: 255px;
    position: relative;
    background-color: #fff;
}
#permalink_comments
{
    margin-top: 25px;
    float: left;
    width: 562px;
    height: 250px;
    text-align: left;
    font-size: 18px;
    border-right: 1px dashed #ccc;
    padding-left: 20px;
}
#permalink_post_comment_progress
{
    width: 80px;
    height: 25px;
    background-color: #fff;
    background-image: url(http://songtwit.com/static/loadingAnimationSmall.gif);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 100;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-right: 2px;
}
#permalink_action_tab_container
{
    float: left;
    height: 200px;
    width: 177px;
    position: relative;
    left: 20px;
}
.permalink_action_tab
{   
    text-align: center;
    margin-top: 25px;
    font-size: 25px;
    line-height: 45px;
    width: 177px;
    background-color: #eee;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-topleft: 20px;
}
#permalink_be_first
{
    font-size: 18px;
    text-align: center;
    width: 450px;
    margin: auto;
    margin-right: 112px;
    padding-bottom: 38px;
    padding-top: 38px;
}
.permalink_comment_row
{
    width: 500px;
    margin-top: 10px;
}
#more_comments
{
    font-size: 22px;
    text-align: center;
    width: 450px;
    margin: auto;
    margin-right: 112px;
    padding-top: 15px;
}
#ViewWelcome
{
    position: absolute;
    width: 760px;
    margin: auto;
    margin-top: 50px;
    font-size: 25px;
    line-height: 32px;
    z-index: 1;
}