body {
    background: #C6EDFD;
    color: #266382;
    font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    color: #008BD1;
    font-weight: bold;
    text-align: left;
}

h1 {
    font-size: xx-large;
}

h2 {
    font-size: x-large;
}

a {
    color: #008BD1;
}

a:hover {
    text-decoration: none;
}

section {
    margin-top: 2ex;
}

.title {
    background: #47bffe;
    color: #FFFFFF;
    font-size: x-large;
}

/** HEADER */

header {
    background: #47bffe;
    background: -webkit-linear-gradient(#6accfc, #26b5fc);
    background: -o-linear-gradient(#6accfc, #26b5fc);
    background: -moz-linear-gradient(#6accfc, #26b5fc);
    background: linear-gradient(#6accfc, #26b5fc);
    border-bottom-left-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
    color: white;
    padding-top: 3ex;
    position: relative;
    text-align: left;
}

header a {
    text-decoration: underline;
}

header h1, header h2 {
    color: white;
}

header h1 {
    font-style: italic;
    font-weight: bold;
    letter-spacing: -2px;
}

header h2 {
    margin-left: 30px;
}

section h2 {
     padding-left: 0.33em;
}

/** MENU */

header nav ul {
    list-style: none;
    text-align: right;
}

header nav li {
    display: inline;
}

header nav a {
    padding: 0 10px;
    font-weight: bold;
    color: #FFFFFF;
}

header nav a:hover {
}

header nav .first a {
    border: none;
}

/** CONTENT */

#content {
    background: white;
    border-radius: 1em;
    margin: 1.5ex auto;
    padding: 2em;
}

#similar-performers-container {
    background-color: #ffffff;
}

#similar-performers {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

#featured-performers, #featured-performers-container, #featured-performers-list {
    display: block;
    margin: 1ex auto;
}

#featured-performers {
    margin-top: 0;
}

iframe {
    width: 100%;
}

#chat-window-chaturbate iframe {
    width: 703.5px;
    height: 453px;
}

iframe#chat-window-xlovecam {
    height: 340.5px;
}

figure {
    margin: 0;
    padding: 0;
}

figcaption {
    font-size: smaller;
    margin-top: 1ex;
}


#performer-chat {
    margin-bottom: 3ex;
}

#object_container {
    height: 396px;
    width: 703.5px;
}

#performer-details {
    margin-bottom: 2ex;
    margin-top: 0;
    text-align: left;
}

#performer-picture {
    margin-bottom: 3ex;
    margin-top: 3px;
}

#performer-picture img {
    border: 1px solid #cccccc;
    padding: 4px;
    width: 100%;
}

#performer-picture img:hover {
    border-color: #C6EDFD;
}

#random-performer-button h3 {
    text-align: center !important;
}

#friends-grid {
    text-align: center;
}

#other-performers-table ul {
    line-height: 90%;
    margin-top: 2ex;
    text-align: center;
}

#other-performers-table ul li {
    padding-bottom: 2ex;
}

#performer-tags {
    clear: both;
}

#performer-tags a {
    text-decoration: underline;
}

/** FOOTER */

footer {
    background: -webkit-linear-gradient(#6accfc, #26b5fc);
    background: -o-linear-gradient(#6accfc, #26b5fc);
    background: -moz-linear-gradient(#6accfc, #26b5fc);
    background: linear-gradient(#6accfc, #26b5fc);
    border-radius: 0.75em;
    color: white;
    margin-bottom: 2ex;
    text-align: center;
}

footer p {
    font-size: x-small;
    font-weight: bold;
    margin: 1ex auto;
}
