@charset "UTF-8";
/* CSS Document */

/* Clearing browser defaults */

html, body {height: 100%;}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
padding:0;
margin:0;
}
h1, h2, h3, h4, h5, h6 {
font-size:1em;
font-weight:normal;
overflow: hidden;
}
a {
    text-decoration:none;
    color: #fff;
}
a img {
border:none;
}
ol, ul {
    list-style-type:none;
}
body {
    font-family: "Helvetica Neue", Arial;
    overflow-x: hidden;
    background: #000;
}
#wrapper {
    min-height: 100%;
    overflow-x: hidden;
}
#content {
    padding-bottom: 30px;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#landingpage-footer {
    position: relative;
    margin-top: -30px;
    height: 30px;
    line-height: 30px;
    clear: both;
    background: #000;
    color: #ccc;
    font-size: 11px;
    text-align: center;
}
#landingpage-footer a {
    color: inherit;
    text-decoration: underline;
}
#landingpage-footer img {
    height: 12px;
}

#edit-bar {
    background: #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb');
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb));
    background: -moz-linear-gradient(top,  #ddd,  #bbb);
    font-size: 14px;
    font-weight: 300;
}
#edit-bar>ul {
    overflow: hidden;
}
#edit-bar>ul>li {
    float: left;
}
#edit-bar>ul>li.title {
    display: block;
    background: #333;
    color: #fff;
    padding: 20px 30px;
    font-size: 20px;
}
#edit-bar>ul>li>a {
    display: block;
    font-size: 20px;
    padding: 20px 15px;
    color: #333;
    text-decoration: none;
    border-right: 1px solid #999;
}
#edit-bar>ul>li>a:hover {
    background: #bbb;
}
#edit-bar>ul>li>a.active, #edit-bar>ul>li>a:active {
    background: #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#edit-bar>ul>li>a>img {
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}


#edit-bar>div {
    padding: 10px;
    display: none;
    overflow: hidden;
    background: #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

}
#edit-bar .settings-subnavigation {
    width: 275px;
    float: left;
}
#edit-bar .settings-subnavigation>li {
    padding: 5px 10px;
    color: #000;
    text-shadow: 0 1px 1px #fff;
    font-size: 14px;
    clear: both;
    font-weight: 800;
    background: #fff;
    margin-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
#edit-bar .settings-subnavigation>li:hover {
    background: #ddd;
}
#edit-bar .settings-subnavigation>li.active {
    background: #ccc;
}
#edit-bar .settings-subsections>div {
    display: none;
    overflow: hidden;
    padding: 10px;
    background: #eee;
}
#edit-bar .settings-subsections>div p.description {
    margin: -10px -10px 10px -10px;
    background: #666;
    padding: 10px;
    color: white;
    font-size: 13px;
}
#edit-bar .settings-subsections>div p {
    margin-bottom: 10px;
}
#edit-bar .settings-subsections>div ol {
    list-style-type: decimal;
    margin-left: 30px;
}
#edit-bar .settings-subsections>div ol>li {
    margin-bottom: 10px;
}
#edit-bar .settings-subsections>div ol>li span {
    display: block;
}
#edit-bar .settings-subsections>div ol>li a {
    color: inherit;
    text-decoration: underline;
}
#edit-bar .settings-subsections>div .heading a {
    color: inherit;
}
#edit-bar .settings-subsections>div form {
    overflow: hidden;
}


#edit-bar .settings-subsections>div ul {
    overflow: hidden;
}
#edit-bar .settings-subsections>div ul li a {
    color: inherit;
}
#edit-bar .settings-subsections>div ul li label {
    font-weight: 500;
}
#edit-bar .settings-subsections>div ul li textarea {
    display: block;
    height: 25px;
    width: 400px;
}
#edit-bar .settings-subsections>div ul li input[type="text"] {
    border: 1px solid #999;
    outline: none;
    padding: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#edit-bar .settings-subsections>div ul li input[type="text"]:focus {
    border-color: #333;
}
#edit-bar .settings-subsections>div ul li [type="submit"] {
    display: inline;
}
#edit-bar .settings-subsections>div ul.list li {
    margin-bottom: 5px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ccc;
    clear: both;
    overflow: hidden;
}
#edit-bar .settings-subsections>div ul.list li label {
    width: 150px;
    display: block;
    float: left;
}
#edit-bar .settings-subsections>div ul.list li input[type="text"] {
    font-size: 14px;
}
#edit-bar .settings-subsections>div ul.list li select {
    font-size: 14px;
}
#edit-bar .settings-subsections>div ul.list li textarea {
    width: 500px;
    height: 50px;
}


#edit-bar .settings-subsections>div ul.modules {
    max-height: 190px;
    overflow: auto;
}
#edit-bar .settings-subsections>div ul.modules li {
    float: left;
    margin: 0 5px 5px 0;
    position: relative;
}
#edit-bar .settings-subsections>div ul.modules li a {
    display: block;
    font-size: 11px;
    padding: 5px;
    background: no-repeat left center #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    text-shadow: 0 1px 0px #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 1px #fff;
    -webkit-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff;
    width: 133px;
    overflow: hidden;
    position: relative;
}
#edit-bar .settings-subsections>div ul.modules li a:hover {
    background-color: #fff;
    -moz-box-shadow: inset 0 0 5px #666;
    -webkit-box-shadow: inset 0 0 5px #666;
    box-shadow: inset 0 0 5px #666;
    border-color: #999;
}
#edit-bar .settings-subsections>div ul.modules li a span.services-icons-50 {
    margin: -10px 5px -10px -10px;
}
#edit-bar .settings-subsections>div ul.modules li a.add-new {
    background: #fff;
    font-weight: 13px;
    line-height: 27px;
    font-weight: bold;
}
#edit-bar .settings-subsections>div ul.modules li img {
    float: left;
    height: 30px;
    margin-right: 5px;
    -moz-box-shadow: 0 0 2px #999;
    -webkit-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
#edit-bar .settings-subsections>div ul.modules li strong {
    display: block;
    font-weight: bold;
}
#edit-bar .settings-subsections>div ul.modules li em {
    color: #999;
    font-size: 11px;
}
#edit-bar .settings-subsections>div ul.modules li a.unavailable {
    background: #ffffcc;
}
#edit-bar .settings-subsections>div ul.modules .pro-tag {
    position: absolute;
    right: 0;
    bottom: 0;
}
#edit-bar .settings-subsections>div ul.modules li a .type {
    background: #CCC;
    text-transform: uppercase;
    padding: 1px 3px;
    display: block;
    color: #666;
    text-shadow: none;
    font-size: 8px;
    font-family: Tahoma, Verdana;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


#edit-bar .settings-subsections>div ul.box li {
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    text-shadow: 0 1px 1px #fff;
    background: #d7d8da;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 0 1px #fff;
    -webkit-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff;
    float: left;
    margin: 0 10px 5px 0;
    padding: 5px;
    height: 50px;
    width: 100px;
    text-align: center;
    vertical-align: top;
}
#edit-bar .settings-subsections>div ul.box li.large {
    width: 250px;
    height: 75px;
}
#edit-bar .settings-subsections>div ul.box li label {
    display: block;
    padding: 0 0 5px 0;
}
#edit-bar .settings-subsections>div ul.box li input[type="text"] {
    width: 65px;
}

#edit-bar .settings-subsections>div ul.box li select {
    width: 75px
}



#edit-bar .settings-subsections>div .upgrade_pitch {
    margin-top: 10px;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px #ccc solid;
}
#edit-bar .settings-subsections>div .upgrade_pitch p {
    margin-bottom: 5px;
}


#header-right li.switch-onesheet>a {
    display: block;
    padding: 3px 0 19px;
    margin-right: 5px;
}
#edit-bar>ul.right {
    float: right;
}
#edit-bar ul.right li.switch-onesheet>a:hover {
    background: inherit;
}
#edit-bar ul.right li.switch-onesheet ul {
    display: none;
    position: absolute;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 200;
    z-index: 999;
}
#edit-bar ul.right li.switch-onesheet ul a {
    color: #000;
    font-size: 12px;
    padding: 5px 10px;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #efefef; /* IE */
    background: rgba(255,255,255,.8);
}
#edit-bar ul.right li.switch-onesheet ul a:hover {
    background: #fff;

}
#edit-bar ul.right li.switch-onesheet ul li {
    float: none;
    margin:0;
}
#edit-bar ul.right li.switch-onesheet:hover ul {
    display: block;
}

#edit-bar ul.store-link-list li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px #999 solid;
}
#edit-bar ul.store-link-list img {
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
#edit-bar ul.store-link-list form {
    display: inline;
}

#guidelines {
    display: none;
    width: 1024px;
    height: 760px;
    position: absolute;
    left: 50%;
    top:0;
    margin-left: -512px;
    background: url('http://onesheet.s3.amazonaws.com/site_media/images/guidelines.png') 50% 0 transparent no-repeat;
}
#guidelines-description {
    font-size: 12px;
    padding: 5px;
    background: #ccc;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

#header {
    background: #000;
    position: relative;
    z-index: 30;
    font-family: "Helvetica Neue", Arial;

}
#header #header-left {
    height: 54px;
}
#header li.logo img {
    height: 29px;
    margin: 10px;
}
#content {
    position: relative;
}
#background-inset img.instruction-screen {
    position: absolute;
    top: 0px;
    left: 10%;
}
input[type="submit"], a.button {
    font-size: 14px;
    padding: 4px 7px;
}
#share-buttons {
    margin-top: 6px;
    float: right;
}
#share-buttons li {
    float: left;
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
    display: none !important;
}
#header ul {
    overflow: hidden;
}
#header ul li {
    float: left;
}
#header .logo img {
    vertical-align: bottom;
}
#header .logo span {
    line-height: 44px;
}
#header-left li.onesheet-name {
    font-family: "Helvetica Neue", Arial;
    background: none;
    outline: none;
    border-radius: 0;
    margin: 0;
    color: #ccc;
    font-size: 18px;
    -webkit-appearance: listitem;
    padding: 16px 0;
    font-weight: 100;
}
#header-left li.edit a {
    padding: 5px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 14px 0;
    font-size: 13px;
    border: none;
}
#header-left li.edit a.active {
    background: #ccc;
    color: #333 !important;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .7);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.7);
    text-shadow: 0 1px 1px #fff !important;
}
#header-left li.preview-message {
    font-size: 12px;
    padding: 20px 10px;
    text-decoration: underline;
}
#header-right {
    float: right;
}
#header-right li {
    float: left;
}
#header-right a {
    display: block;
    padding: 15px;
    font-size: 30px;
    color: #999;
    text-shadow: 0px -1px 1px black;
}
#header-right a:hover {
    color: #fff;
}



li#share ul {
    display: none;
    position: absolute;
    right: 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 200;
    z-index: 999;
}
li#share ul a {
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #000;
    min-width: 200px;
}
li#share ul a:hover {
    background: #333;
}
li#share ul li {
    float: none;
    margin:0;
}
li#share:hover ul {
    display: block;
}

#content .share-buttons {
    display: none;
    position: absolute;
    font-size: 30px;
    top: 0;
    right: 0;
    background: #000;
    padding: 0 5px;
    opacity: .4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE */
	filter: alpha(opacity=40); /* IE */
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
	z-index: 10;
}
#content .share-buttons:hover {
    opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE */
	filter: alpha(opacity=100); /* IE */
}
#content .share-buttons #share ul {
    right: 0;
}
#content .share-buttons #share li {
    float: left;
}




#main-info {
    z-index: 10;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
}
#main-info.highlight {
    border: 10px solid #fff;
    margin: -10px 0 0 -10px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);

}
#main-info #artist-info {
}
#main-info h1#artist-name {
    padding: 10px;
    font-size: 40px;
    font-weight:bold;
    font-family: "Helvetica Neue", Arial;
    line-height: 1;
    border-top:none;
}
#main-info #tag-line {
    margin-top: -10px;
    padding: 10px;
    font-size: 16px;
    font-weight:bold;
    font-family: Georgia;
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE */
    filter: alpha(opacity=70); /* IE */
}
#main-info #tags {
    overflow: hidden;
    margin: 5px;
}
#main-info #tags ul li {
    float: left;
    margin-right: 10px;
}
#main-info #tags ul li a {
    display: block;
    padding: 2px 8px;
    background: #333; /* IE */
    color: #ccc; /* IE */
    background: rgba(0,0,0,.4);
    color: rgba(255,255,255,.5);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 12px;
}
#main-info #social-buttons {
    overflow: hidden;
    float: left;
}
#main-info #social-buttons li {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
#main-info #social-buttons li.google-plus {
    width: 65px;
}
#main-info #social-buttons li.twitter-follow {
    width: 190px;
}
#main-info #social-buttons li.facebook-like {
    width: 90px;
}
#main-info #artist-homepage {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
#main-info #artist-homepage a {
    color: inherit;
}

#main-info #sections {
}
#main-info #sections>li {
    position: relative;
    font-size: 12px;
    padding: 5px 10px;
}
#main-info #sections>li.music-player {
    padding: 0;
}
#drag-handle {
    display: none;
    position: absolute;
    top:5px;
    right: 5px;
    height: 20px;
    padding: 2px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #000;
    z-index: 999;
}

#store-link-bar {
    overflow: hidden;
    float: right;
    padding: 5px;
}
#store-link-bar li {
    float: left;
    margin-left: 10px;
    font-size: 10px;
    text-align: center;
}
#store-link-bar li a {
    color: inherit;
}
#store-link-bar li img {
    height: 30px;
    display: block;
}

#settings-modal {
    z-index: 600;
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -285px;
    width: 530px;
    font-family: "Helvetica Neue", Arial;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    padding: 20px
}
#settings-modal a {
    color: #666;
}
#settings-modal p.notes a {
    color: #FFF;
}
#settings-modal .settings-content {
    overflow: hidden;
    max-height: 600px;
}
#settings-modal .settings-content .locked {
    text-align: center;
}
#settings-modal .settings-content .locked h1 {
    font-size: 20px;
    font-weight: bold;
}
#settings-modal .settings-content .locked img {
    display: block;
    margin: 10px auto;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#settings-modal .settings-content .name {
    overflow: hidden;
    margin-bottom: 10px;
}
#settings-modal .settings-content .name .name {
    font-size: 20px;
    font-weight: bold;
}
#settings-modal .settings-content .name img {
    float: left;
    margin-right: 10px;
}
#settings-modal .settings-content .name .service {
    font-size: 14px;
    color: #999;
    font-style: italic;
}
#settings-modal .header {
    text-align: center;
    font-weight: 400;
    font-size: 36px;
}
#settings-modal .description {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}
#settings-modal p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
}
#settings-modal li {
    padding: 10px;
}
#settings-modal li.module-type-choice {
    padding-right: 0;
}
#settings-modal li.module-type-choice input[type='radio'] {
}
#settings-modal li.module-type-choice label {
    border: #ddd 1px solid;
    float: left;
    width: 228px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: normal;
}
#settings-modal li.module-type-choice label.unavailable, #settings-modal li.module-type-choice label.unavailable:hover {
    color: #bbb;
    background: none;
}
#settings-modal li.module-type-choice label:hover {
    background-color: #ddd;
}
#settings-modal li.module-type-choice label img {
    vertical-align: bottom;
    height: 16px;
    margin-right: 5px;
}

#settings-modal li.module-type-choice label strong {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
#settings-modal li.module-type-choice label.selected {
    background-color: #fff;
}
#settings-modal li.module-type-choice label.selected:hover {
    background-color: #eee;
}
#settings-modal li.custom-name, #settings-modal li.additional-settings {
    display: none;
}
#settings-modal li>em {
    display: block;
    clear: both;
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 5px;
}
#settings-modal li.additional-settings table tr td {
    width: 50px;
    padding: 5px;
    border-bottom: #ccc 1px solid;
    text-align: center;
    font-size: 12px;
}
#settings-modal li.additional-settings table tr:first-child td {
    border-bottom-width: 2px;
}
#settings-modal li.additional-settings table tr td:first-child {
    text-align: left;
    width: 370px;
}
#settings-modal li.additional-settings table tr td:first-child strong {
    display: block;
    font-weight: bold;
}
#settings-modal li.additional-settings table tr td:first-child em {
    display: block;
    color: #999;
    font-size: 11px;
}
#settings-modal ul.sharing {
    overflow: hidden;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px #ccc solid;
    clear: both;
}
#settings-modal ul.sharing li {
    float: left;
    padding: 0;
    margin-right: 5px;
}
#settings-modal ul.sharing li a {
    display: block;
    padding: 3px 10px 2px 5px;
}
#settings-modal ul.sharing li a:hover {
    background: #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#settings-modal .deactivate-module {
    margin: 10px 0;
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE */
	filter: alpha(opacity=60); /* IE */
    top: 0;
    z-index: 100;
}
#modal {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    z-index: 200;
}
#modal-content {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -400px;
    width: 840px;
    min-height: 500px;
    font-family: "Helvetica Neue", Arial;
    background: #222;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
}
#modal-content .nav {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    float: left;
    width: 148px;
    font-size: 12px;
}
#modal-content .nav a {
    display: block;
    padding: 10px;
    color: #fff;
    opacity: .4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE */
    filter: alpha(opacity=40); /* IE */
}
#modal-content .nav a:hover {
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE */
    filter: alpha(opacity=80); /* IE */
}
#modal-content .nav a:active {
    text-shadow: 0 0 5px #fff;
}
#modal-content .nav a.current {
    color: #333;
    font-weight: 600;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE */
    filter: alpha(opacity=100); /* IE */
    background: #fff;
}
#modal-content .nav a img {
    height: 16px;
    width: 16px;
    margin-right: 5px;
    vertical-align: bottom;
}




#modal-content .section {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    float: left;
    width: 690px;
    color: black;
    background: #fff;
}
#modal-content .section a {
    color: #666;
    text-decoration: underline;
}


#modal-content .section .content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 560px;
    min-height: 460px;
    padding: 20px;
}
ul.list li {
    padding: 20px 0;
    border-bottom: 1px #ccc solid;
    font-size: 13px;
}
.widget ul.list li {
    padding: 10px !important;
}
ul.list li:first-child {
    padding-top: 0;
}
ul.list li:hover {
    background: #efefef;
    color: #333;
}
ul.list li:hover a {
    color: #666;
    text-decoration: underline;
}
ul.list li p {
    margin-bottom: 10px;
}
ul.list li .title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
ul.list li .date {
    font-size: 12px;
    color: #ccc;
}
#modal-content .section .content ul.grid {
    margin: 5px;
}
#modal-content .section .content ul.grid li {
    float: left;
    margin: 5px;
}
#modal-content .section .content ul.grid li a {
    text-decoration: none;
    width: 176px;
    height: 176px;
    border: 1px solid #ccc;
    display: block;
    padding: 10px;
    text-align: center;
}
#modal-content .section .content ul.grid li a:hover {
    background: #efefef;
}
#modal-content .section .content ul.grid img {
    border: 5px white solid;
    box-shadow: 0 0 5px #333;
    max-height: 90px;
}
#modal-content .section .content ul.grid span.main {
    font-weight: bold;
    font-size: 15px;
    display: block;
}
#modal-content .section .content ul.grid span.sub {
    font-size: 12px;
}

ul.concerts li {
    overflow: hidden;
}
.widget ul.concerts li {
    font-size: 11px;
}
ul.concerts li div {
    float: left;
    margin-right: 10px;
}
ul.concerts li div.date {
    color: inherit;
    width: 15%;
}
ul.concerts li div.location {
    width: 60%;
}
ul.concerts li div.link {
    width: 15%;
    text-align: right;
}
#modal-content .section .content .fill {
    background: #000;
    min-height: 309px;
}
#modal-content .section .content #biography, #modal-content .section .content #contact-form-container {
    font-size: 13px;
}
#modal-content .section .content #biography p {
    margin-bottom: 15px;
}
#modal-content .section .content #biography a.edit-biography {
    display: block;
    padding: 10px;
    background: #efefef;
    text-transform: uppercase;
}


div.point-modal {
    background: white;
    z-index: 999;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 10px;
    color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

}
div.point-modal a {
    padding: 3px 6px;
    background: #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
}
div.point-modal a:hover {
    background: #666;
}


#modules {
    overflow: hidden;
    clear: both;
    padding-top: 5px;
}
#modules li {
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE */
    filter: alpha(opacity=70); /* IE */
    background: #CCC;
}
#modules li.active, #modules li:hover  {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE */
    filter: alpha(opacity=100); /* IE */
}
#modules li a {
    padding: 5px;
    display: block;
    color: #000;
}
#modules li a img {
    margin: 0 7px 0 0;
    width: 20px;
    height: 20px;
    float: left;
}
#modules li a span.format {
    float: right;
    padding: 3px 5px;
    font-size: .6em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    margin-left: 5px;
}


#settings-modal form input[type="text"] {
    float: none;
    width: 300px;
}
#settings-modal form input[type="submit"] {
    float: right;
}
#settings-modal form li.options {
    background: #fff;
    padding: 0;
}
#settings-modal form li.options label {
    display: block;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #efefef;
    padding: 0 10px;
}
#settings-modal form li.options label input {
    margin: 0 5px 0 0;
}




/* ------------------------------------------------------------------
    DOCK
    The dock/navigation bar is how the user launches the modal.
    The user can choose between several styles of the dock, and then
    can customize color, font, opacity, etc...
------------------------------------------------------------------ */

#dock {
    position: absolute;
    z-index: 9;
}
#dock ul {
    overflow: visible;
}
#dock ul li {
    position: relative;
}
#dock li a {
    position: relative;
    display: block;
    color: #eee;
    text-align: center;
    font-family: inherit;
    font-weight: bold;
    text-shadow: 0 1px 1px #000;
    background: rgb(0,0,0); /* IE */
    background: rgba(0,0,0,.5);
}
#dock li a:hover {
    text-decoration: underline;
}
form.remove {
    padding: 0;
    display: none;
    border: none;
    background: none;
}
#dock form.remove img {
    position: absolute;
    right: -7px;
    top: -7px;
    cursor: pointer;
    z-index: 10;
}
#dock.top-rounded-bar,
#dock.top-full-width-bar {
    top: 0;
    left: 0;
}
#dock.bottom-full-width-bar {
    position: fixed;
    bottom: 0;
    left: 0;
}
#dock.top-rounded-bar {
    margin-left: 20px;
}
#dock.top-full-width-bar,
#dock.bottom-full-width-bar {
    width: 100%;
}
#dock.top-rounded-bar li:first-child a {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}
#dock.top-rounded-bar li:last-child a {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
#dock.top-rounded-bar li,
#dock.top-full-width-bar li,
#dock.bottom-full-width-bar li {
    float: left;
}
#dock.top-rounded-bar li a,
#dock.top-full-width-bar li a,
#dock.bottom-full-width-bar li a {
    padding: 5px 10px 7px;
    font-size: 14px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#dock.top-rounded-bar li a img,
#dock.top-full-width-bar li a img,
#dock.bottom-full-width-bar li a img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: bottom;
}
#dock.top-rounded-bar li:last-child a {
    border-right: none;
}

/* The icon-dock type is similar to OSX and iOS docks and icon sets */
#dock.right-icon-dock {
    right:0;
    top: 50px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
#dock.left-icon-dock {
    left:0;
    top: 50px;
}
#dock.left-icon-dock li a,
#dock.right-icon-dock li a {
    font-size: 10px;
    width: 55px;
    padding: 5px;
}
#dock.left-icon-dock li a:hover,
#dock.right-icon-dock li a:hover {
    text-decoration: none;
}
#dock.left-icon-dock li:first-child a {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}
#dock.left-icon-dock li:last-child a {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
#dock.right-icon-dock li:first-child a {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}
#dock.right-icon-dock li:last-child a {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}
#dock.left-icon-dock li a img,
#dock.right-icon-dock li a img {
    height: 36px;
    width: 36px;
    margin: 0;
}

/* The stack type is the links appearing on their own lines, with space in between then */

#dock.left-stack {
    left:0;
    top: 50px;
}
#dock.right-stack {
    right:0;
    top: 50px;
}
#dock.left-stack li,
#dock.right-stack li {
    margin-bottom: 20px;
}
#dock.left-stack li {
    text-align: left;
}
#dock.right-stack li {
    text-align: right;
}
#dock.left-stack li a,
#dock.right-stack li a {
    font-size: 20px;
    padding: 5px 7px;
    display: inline;
}
#dock.left-stack li a img,
#dock.right-stack li a img {
    height: 22px;
    width: 22px;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}

li .drag-handle{
  cursor: move;
  float: right;
}

/* End Dock Customizations */




#modal-content #video-list {
    overflow: hidden;
    padding: 10px;
}
#modal-content #video-list {
    margin-right: -10px;
}
#modal-content #video-list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#modal-content #video-list li a {
    width: 95px;
    min-height: 60px;
    display: block;
    background: #333;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    position: relative;
}
#modal-content #video-list li a img {
    width: 95px;
}
#modal-content #video-list li a span {
    width: 85px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    padding: 5px;
    margin-top: 5px;
}
#modal-content #video-list li a:hover span {
    display: block;
}

#mailing-list-container {
    height: 370px;
    background: #EFEFEF;
    padding: 20px;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
#mailing-list-container h2 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
}
#mailing-list-container div#mailing-list-offer {
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffcc;
    margin-bottom: 10px;
}
#mailing-list-container form {
    overflow: hidden;
}
#mailing-list-container input[type="text"] {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    padding: 10px;
    outline: none;
    width: 588px;
    margin-bottom: 10px;
}
#mailing-list-container input[type="submit"] {
    float: right;
}

.widget {
    font-family: "Helvetica Neue", Arial;
    color: #FFFFFF;
    position: absolute;
    top: 100px;
    left: 40%;
}
.widget .background {
    background: #000000;
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE */
    filter: alpha(opacity=50); /* IE */
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.widget a {
    color: #CCCCCC;
}
.widget .module-content {
    z-index: 1;
    position: relative;
    overflow: auto;
    max-height: 450px;
}

.widget .module-name{
    background-color:#000;
    float:left;
    color: #FFF;
    margin: 10px;
    padding: 10px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.widget .drag-handle,
li .drag-handle {
    display: none;
    background: #fff;
    padding: 15px;
    margin: 5px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 900;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #000;

}
li .drag-handle {
  width: 10px;
  margin: 2px;
  padding: 4px;
}

.widget .onesheet-name {
    padding: 10px;
    font-size: 40px;
    border-top:none;
    font-weight: bold;
    line-height: 1;
}
.widget .social-buttons {
    overflow: hidden;
    float: left;
    padding: 5px;
}
.widget .social-buttons li {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.widget .social-buttons li.twitter-follow {
    width: 190px;
}
.widget .social-buttons li.facebook-like {
    width: 90px;
}
.widget .website-link {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 10px;
    clear: both;
}

.share-button-list {
    overflow: hidden;
    padding: 5px 5px 2px 5px;
    background: #efefef;
    margin: -20px;
    margin-bottom: 20px;
}
.share-button-list li {
    float: right;
}


/*
 * Photo module css
 */
ul.photo-grid {
    overflow: hidden;
    margin: 0 -20px;
    background: #000;
}
ul.photo-grid li {
    float: left;
}
ul.photo-grid li a {
    display: block;
    width: 222px;
    height: 200px;
    color: #fff;
    text-shadow: 0 -1px 1px black;
    position: relative;
    border-right: 2px #000 solid;
    border-bottom: 2px #000 solid;
    overflow: hidden;
}
ul.photo-grid li a .image {
    display: block;
    width: 222px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300px;
}
ul.photo-grid li a .image img {
    min-height: 222px;
    min-width: 200px;
}
ul.photo-grid li a .info {
    display: block;
    width: 222px;
    background: #000;
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 400px;
    padding: 5px;
}
ul.photo-grid li a:hover .info {
    background: #000;
}
ul.photo-grid li a .count {
    background: #000;
    background: rgba(0,0,0,.5);
    color: #ccc;
    text-shadow: 0px -1px 0px black;
    font-size: 15px;
    padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
}
ul.photo-grid li a .main {
    display: block;
    font-weight: bold;
    width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
ul.photo-grid li a .sub {
    font-size: 11px;
    color:#999;
}