﻿* { padding: 0; margin: 0; }
body > #container { height: auto;}
#content { padding-bottom: 2em; }

body, input,option,button, td,select {
 font-family: "Lucida Sans",sans-serif;
 font-size: 1.3em;
}

a, a:visited { background: inherit; text-decoration:none}
a {color: #0066ff;}
a:hover { color: #ff5e0e; background: inherit;text-decoration:underline}

td { position:relative;}

button{padding:2px 5px}

#actions{
    position:fixed;
    top:60px;
    background-color:#aaa;
    width:100%;
    -moz-box-shadow:0px 2px 7px #000000;
    -webkit-box-shadow:0px 2px 7px #000000;
    z-index:1;
}

#actions .content{
    margin: 10px 0px 10px 60px;
    float:left;
}

#actions .loggedin{
    float:right;
    margin-right:10px;
    line-height:50px;
    font-size: smaller;
    color:#fff;
}

.ajaxin{
    position:fixed;
    top:0;
    left:0;
    background-color:Red;
    color:White;
    padding:2px;
    font-size:12px;
}

.block { display:block;}

.clear { clear:both;}

.content { 
    margin: 0 auto;
    text-align:left;
}


.fl { float:left;}

#footer {
 clear: both;
 position: fixed;
 bottom:0;
 z-index: 10;
 height: 2em;
 background-color: #fff;
 right:0;
}

#footer .content{
    margin-right:10px;
}

#header
{
    height:60px;
    color:#aaaaaa;
    background-color:#222222;
    font-size: 1.4em; 
    font-family:Lucida Sans;
    position:fixed;
    top:0;
    width:100%;
    z-index:1;
}

#header .title {
    margin-left:40px;
    line-height:50px;
    text-decoration:none;
    color:#ffffff;
}
#header .title:hover { text-decoration:underline;}

#loading1, #loading2 { color:#666;}

#login{
    font-size:12px;
}

#main
{
    text-align:center;
    margin-top:100px;
}

.panel
{
    width:500px;
    margin-left:90px;
    float:left;
    margin-bottom:50px;
}

.panel h1{
    font-size:36px;
    line-height:1.1em;
    font-family:Arial;
}
.panel h2{
    font-size:24px;
    color:#222;
    font-family:georgia,times;
    letter-spacing:0px;
    line-height:1em;
    font-weight:normal;
    text-transform:none;
}
.panel h3{
    font-size:16px;
    color:#666;
    line-height:1em;
    text-shadow:none;
}

.panel .signin{
    margin-top:20px;
}

.panel ul{
    margin-left:20px;
}

.panel li {
    font-size:18px;
}

.pi {
    border:0;
    height:48px;
    width:48px;
    cursor:pointer;
    margin-right:5px;
}


.smaller{
    font-size:1em;
}

.selected
{
    background-color:orange;
}

.selected a
{
    color:White;
}

.thm_select img
{ 
    z-index:2; 
    position:relative;
}

.tweetDate{
    font-size:12px;
    color:#666;
}
