/* general */

body{
    font-family: "Helvetica Neue", Verdana, Arial;
    font-size: 10pt;
    color: #222;
    background: #fff;
    text-align: center;
    padding: 1em;
    margin: auto;
    width: 100%;
    height: 100%;
}

#gradient-header {
    z-index: -1;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    padding:0;
    margin:0;
    overflow:hidden;
    background-image: url(images/gradient.jpg);
    background-repeat: repeat-x;
}

.rounded{
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari */
}

a{
    color: #222;
    text-decoration: none;
}

img.border { border: 1px solid white; }

img { border: none; }

ul{ list-style: none; }

/* menus */

.menucell{
    float:left;
    text-align: center;
    margin: 1.5em .5em;
}

#Home {
    margin-left:10%;
}

.findmecell,.menucell{
    background: #933;
    height: 20px;
    width: 80px;
    padding: 1.1em; 
}

.findmecell{
    clear:both;
    text-align: left;
    padding-left: 3em;
    margin: .6em 2em .6em auto;
}

.findmecell,.menucell,.findmecell a,.menucell a{
    color:#fff;
}

.menucell:hover,.findmecell:hover{
    cursor: pointer;
    background: #711;
}


#findme:hover{ cursor: default; }

/* page divs */

div.content{
    width: 100%;
    background: #fff;
    padding: 1em;
    font-size: small;
    border: 1px solid #444;
    margin: auto;
    text-align:left;
}

div#leftnav, div#maincontent, div#rightbar {
    float: left;
    display: inline;
    margin: 0;
}

div#leftnav{
    clear: both;
    margin-left: auto;
    width: 15%;
}

div#maincontent{
    width: 55%;
}

#footer{
    clear:both;
    margin-left:1em;
}

div.script {
    display:none;
}

div.subfooter{
    margin: .2em;
    padding: 0;
    float: left;
    display: table-cell;
}

/* twitter */

.widget-title{
    font-size: medium;
    text-decoration: underline;
    margin: .2em;
}

.widget{
    float:right;
    clear:right;
    width:18%;
    display:block;
    font-size: .77em;
    margin: 0 5em 2em auto;
    background: #fff;
    border: 1px solid #333;
    padding:1em;
}

#qr_code { border: none; }
#qr_code img { width: 150px; height: 150px; }

.widget ul{
    text-align: justify;
    margin:.2em 0;
}

.widget li{
    margin-left:-4em;
    padding:.5em;
}

.widget li:before{
    content: "-";
}

.borderless { border: 0; }


