/* Tampere Film Festival - Restate 2009 */
/* Styles for public user interface */

* { margin:0; padding:0; }
body {
    background: #CCFF99 url(../pix/body-bg2.gif);
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size:13px;
    color: #3e3e3e;
    
}
#tfflogo {
    float: left;
    margin-right: 15px;
}
/* everything goes in here. centered */
#wrap {
    width:980px;
    margin:auto;
    text-align:left;
    position: relative;
}
/* all content here, white bg with some padding */
div.content, .content {
    background: #ffffff;
    border: 1px solid #888;
    position: relative;
}

/* header */
#header {
    height:50px;
    width: 100%;
}

/* wrapper element that mas some margin above and below */
div.wrap {
    margin-top:12px;
    margin-bottom:12px;
}
/* for "aligning" purpouses */
.right { float:right; }
.left { float:left; }
.hide { display:none; }


.content.left {
    width: 330px;
    border: 0!important;
    padding-left: 0!important;
}
.content.right {
    border: 0!important;
    padding-top: 0!important;
}
#festivaldate {
    color: #006633;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
}
/* Navigation */
#navi {
    margin:auto;
    margin-bottom:10px;
}
#navi ul {
    list-style:none;
    min-height:10px;
    height: auto !important;
    height:10px;
}
#navi ul li {
    float:left;
    min-height:10px;
    height: auto !important;
    height:10px;
    background: #efefef;
}
#navi ul li a {
    font-size:18px;
    text-decoration: none;
    /* background: #dfdfdf; */
    padding:9px;
    padding-left:18px;
    padding-right:18px;
    display:block;
    color:#353535;
}
#navi ul li a:hover {
    background: #006633;
    color:#ffffff;
}

/* loginStatus */
#loginStatus {

    float:left;
    width: 380px;
    overflow: hidden;
    /* background:#22dd77; */
    /* background: #ccff99; */
    background: #fff;
}
#loginStatus #loginInfo {
    
}
#loginStatus #loginInfo span {
    font-weight:normal;
    font-style: italic;
}

#userActions {
    float:right;
    width: 200px;
    text-align: right;
    font-size: 12px;
    padding-left: 10px;
    font-style: oblique;
}
a#loginUserEmail {
    padding-left: 18px;
    background: url('/pix/icons/user_edit.png') no-repeat 0 -15px;
    line-height: 15px;
    text-decoration: none;
    /* color: #444; */
    margin-left: 5px;
}
a#loginUserEmail:hover {
    background: url('/pix/icons/user_edit.png') no-repeat 0 0;
    text-decoration: underline;
}
a#chpassUser {
    margin-right: 3px;
    text-decoration: none;
}
a#logoutUser {
    margin-left: 3px;
    color: red;
    text-decoration: none;
}
a#chpassUser:hover,
a#logoutUser:hover { text-decoration: underline; }
#loginStatus #subInfo {
    margin-top: 10px;
    color: #000;
    height: 35px;
}
#filmEntryCount {
    color: #fff;
    background: #000;
    padding: 5px;
    font-size: 15px;
    font-family: "trebuchet ms";
    font-weight: bold;
    -moz-border-radius: 3px;
}
#newEntrylink
{
    margin-left: 14px;
    text-decoration: none;    
}
#newEntrylink:hover
{
    text-decoration: underline;
}



/* Users entrylist */
div.entrylist {
    padding: 0;
    width: 220px;
    position:relative;
    top:-53px;
}
div.entrylist h2 {
    margin:21px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin-bottom:16px;
    font-size:14px;
    font-weight: bold;
}
#wrap div.content div.entrylist {
    border-bottom:0px;
}
ul#user-entryList {
    text-align:right;
    border-top:1px solid #cfcfcf;
    list-style: none;
}
ul#user-entryList li {
    border-bottom:1px solid #dfdfdf;
}
ul#user-entryList li a {
    display:block;
    padding:12px;
    padding-top:11px;
    padding-left:6px;
    border-right:3px solid #656565;
    text-decoration:none;
    color:#757575;
    background:#efefef;
}
ul#user-entryList li a:hover,
ul#user-entryList li a#active
{
    background:#dfdfdf;
    color:#646464;
    border-right:3px solid #229944;
}


ul#user-entryList div.additionalInfo { display:none; }


div.message {
    width:696px;
    border:1px solid #efefef;
    min-height:60px;
}
div.message div {
    float:left;
    min-height:10px;
    width:30%;
    margin-right:2%;
    border:1px solid red;
}
#userMessageBox {
    width: 650px;
    padding:10px;
}


/* entryform user messages*/
div.attachmentsInfo
{
}
div.attachmentsInfo ul
{
    height:62px;
}

div.attachmentsInfo li
{
    float:left;
    display:block;
    height:56px;
}

div.userInfo
{
    float:right;
}


/*===== CONTACTS */
#contactslistWrap,
#crewlistWrap{
    margin-right:24px;
    width:260px;
    float:left;
}
#contactslist li,
#crewmemberlist li {
    list-style-image: url('/pix/icons/bullet.png');
    margin-left: 15px;
}
#contactslist li a,
#crewmemberlist li a {
    width: 16px;
    height: 16px;
    background: url('/pix/icons/user_edit.png') no-repeat 0 -15px;
    overflow: hidden;
    display: inline-block;
}
#contactslist li a:hover,
#crewmemberlist li a:hover {
    background: url('/pix/icons/user_edit.png') no-repeat 0 0;
}
#contactslist li a span,
#crewmemberlist li a span { display: none; }
a#addContact, 
a#addCrewmember {
    background: url('/pix/icons/user_add.png') no-repeat 0 -15px;
    padding-left: 20px;
    height: 15px;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}
a#addContact:hover,
a#addCrewmember:hover {
    background: url('/pix/icons/user_add.png') no-repeat 0 0;
}

/*======= Frontpage stuff */

#frontpageBox p {
    margin-right:190px;
}
#frontpageBox {
    padding-bottom:16px;
}
div.frontpage div.reset {
    margin-right:0;
}

#infoCol {
    float:right;
    width:280px;
    margin-left:38px;
    padding:10px;
}


div.entryrow
{
    margin-bottom:6px;
    
}
/* Suggestions */
#suggestions
{
    position:absolute;
    top:48px;
    left:10px;
    background:#ffffff;
    border:1px solid #dadada;
    z-index:10000;
    min-width:155px;
    cursor: pointer;
    display:none;

}
#suggestions div
{
    padding-left:6px;
    padding-top:3px;
    padding-bottom:5px;
    padding-right:9px;
}



/* hide things */
#no_csrf_blz-label,
#no_csrf_blz-element,
#nippu-label,
#submitter_id-element,
#createAccount-label,
#hiddenImages img {
    display:none;
}




/*====== Footer */
#footer {
    text-align:center;
    padding-top:8px;
    color: #000;
}
#footer a {color: #000; text-decoration: none;}
#footer a:hover { text-decoration: underline;}
body div#wrap .clear {
    clear:both;
    height:0;
    line-height:0;
    font-size:1px;
    visibility: hidden;
}

