﻿body{
    background-color: #FFF;
    color: #AAA;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    overflow-x:hidden;
}

.topbar {
    position:fixed;
    height:40px;
    width:100%;
    top:0;
    left:0;
    background-color:#222;
    z-index: 10;
}

.bottombar {
    position:fixed;
    height:30px;
    width:100%;
    bottom:0;
    left:0;
    background-color:#222;
    z-index: 10;
}

.surfnav li a:hover {
    color:#AAAABB;
}

a {
    color: #AAA;
}

a:visited {
    color: #AAA;
}


input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: none;
}


@media screen and (max-width: 500px) {
    .center_page_graphic { 
        top:150px;
        position:relative;
    }

    h1{
        font-size:20pt;
    }
    .contentscreen{
        padding-top:40px;
        position:relative;
        top: -50px;
    }
    .statusbutton {
       right:1px;
    }
}

@media screen and (min-width: 1240px) {
    .center_page_graphic { 
        top:-180px;
        position:relative;
    }
}

.contentblock{
    padding-left: 20px;
    padding-right:20px;
    display:inline-block;
}

.boxshadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
    float:left;
}


.albumframe{
    display:inline-block;
}
.albumgrid{
    text-align: center;
}

.albumcontainer{
    padding: 20px;
    float:left;
}

.albumitem{
    width: 200px;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    float:left;
}

.albumdivider {
    float:left;
    margin:14px;
}


.applogo {
    position:fixed;
    left:14px;
    top:14px;
    width:100px;
}



.privacy_termsofservice {
    position:fixed;
    bottom:10px;
    left:10px;
    text-align:left;
    font-size:10px;
    color:#999;
    word-spacing:4px;
    letter-spacing:1px;
}

.copyright {
    position:fixed;
    bottom:10px;
    right:10px;
    text-align: right;
    font-size:10px;
    color:#999;
}

.contentscreen {
    text-align:left;
    padding-top:120px;
    padding-right:70px;
    padding-left:70px;
}

.loginarea {
    white-space: nowrap;
}

.loginbutton {
    font-size:14pt;
    font-weight: 300;
    margin-right:10px;
    background-color:#6BB;
    color:#EEE;
    border-color:#6BB;
    border-radius:20px;
    padding-left:45px;
    padding-right:45px;
    padding-top:10px;
    padding-bottom:10px;
}

.loginbutton_small {
    position:absolute;
    font-size:14pt;
    font-weight: 300;
    margin-left:10px;
    background-color:#6BB;
    color:#EEE;
    border-color:#6BB;
    border-radius:40px;
    padding-left:15px;
    padding-right:11px;
    padding-top:10px;
    padding-bottom:10px;
    font-family: Arial, Helvetica, sans-serif;
}

.logintextarea {
    width:280px;
    height:40px;
    font-size:11pt;
    font-weight:300;
    background-color:#FFF;
    border:none;
    text-align:center;
}

input:focus{
    outline-color: #6BB;
    outline-width: 2px;
}

textarea:focus {
    outline-color: #6BB;
    outline-width: 2px;
}

div:focus {
    outline-color: #6BB;
    outline-width: 2px;
}

a:focus {
    outline-color: #6BB;
    outline-width: 2px;
}

.backgroundcanvas {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    /* height:100%; */
    /* height:width*1.5; */
    z-index:-1;
}

.surfnav {
    list-style-type: none;
    margin: 0px;
    top: 0px;
    text-align: center;
    position: fixed;
    left: -28px;
    padding-bottom: 15px;
    overflow: hidden;
    width: 100%;
    background-color: #EEE;
    z-index:10;
}

.surfnav li {
    display: inline;
    color: #222;
    top: 0px;
    position: relative;
}
 
.surfnav li a {
    display: inline-block;
    color: #222;
    text-align: center;
    top: 10px;
    position: relative;
    padding: 14px;
    text-decoration: none;
    font-weight: 300;
    font-size: 14pt;
}

.statusarea{
    white-space: nowrap;
}

.statusbox {
    width:50%;
    height:14px;
    padding:35px;
    padding-left:18px;
    border-color: #CCC;
    margin:20px;
    resize:none;
}

.statusbutton{
    position:absolute;
    font-size:14pt;
    font-weight: 300;
    margin:40px;
    margin-left:10px;
    background-color:#6BB;
    color:#EEE;
    border-color:#6BB;
    border-radius:40px;
    padding-left:15px;
    padding-right:11px;
    padding-top:10px;
    padding-bottom:10px;
    font-family: Arial, Helvetica, sans-serif;
}

.friendsarea {
    margin-left:20px;
    margin-right:0px;
}

.friendsareatitle {
    /* margin-left:20px; */
    margin-right:0px;
    font-size:30pt;
    font-family: 'Quicksand', sans-serif;
}

.friendsdiv {
    float: left;
    background-color:#FFF;
    width: 200px;
    height: 88px;
    margin: 10px;
    margin-left:0px;
    padding:8px;
    border-color: #CCC;
    border-width: 1px;
    border-style: solid;
}

.addfriendsdiv {
    float: left;
    font-family: 'Quicksand', sans-serif;
    color:#EEE;
    font-weight: 300;
    background-color:#6BB;
    width: 200px;
    height: 88px;
    margin: 10px;
    margin-left:0px;
    padding:8px;
    border-color: #DDD;
    border-width: 1px;
    border-style: solid;
}

.addfriendsmessage {
    padding:30px;
}

.friendsdot{
    position:relative;
    top:-2px;
    left: 14px;
    /* left:190px; */
}

.friendsnamediv {
    margin-left: 10px;
    width: 160px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float:left;
}

.friendsname {
    font-weight: 700;
    font-size:12pt;
}

.friendsmessage {
    margin-left:10px;
    margin-top:8px;
    font-weight: 300;
    font-family: 'Quicksand';
    font-size: 10pt;
}
