﻿body 
{
    margin: 0 auto;
    padding: 0 0 15px 0;
}

h1, h2, h3, h4
{
    padding: 0px;
    margin: 5px 0px;
}

#Wrapper
{
    margin: 0 auto;
    width: 960px;
    text-align: left;
}

.container, .box
{
    padding: 10px 5px 10px 7px;
}

.container input
{
    margin-top: 5px;
}

.right
{
    float: right;
}

#Header
{
    height: 85px;
    margin: 0;
}

#Header img.logo
{
    float: left;
    padding-bottom: 5px;
}

#Connect
{
    float: right;
    margin-top: 15px;
}

#Connect img.user_picture 
{
    width: 30px;
    height: 30px;
    float: left;
    margin: 0px 5px 0px 0px;
}

#MainMenu
{
    float: left;
    width: 600px;
}

#Menu
{
    clear: both;
    height: 30px;
    padding: 0px;
}

/*
.menuItem
{
    min-width: 75px;
    height: 27px;
}*/

#Content
{
    margin: 0 auto;
    padding: 0px;
    width: 960px;
}

#MainContentWrapper
{
    float: left;
    width: 640px;
    min-height: 700px;
    padding: 5px;
    position: relative;
}

.mainContentWrapper
{
    margin: 30px 0px;
}

#SideContentWrapper
{
    width: 310px;
    margin-left: 650px;
}

#Footer
{
    clear: both;
    position: relative;
    height: 15px;
    padding-top: 5px;
}

.dataLabel
{
    width: 8em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}

.dataLabelInline
{
    width: 8em;
    text-align: right;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: top;
}

.clearleft
{
    clear: left;
}

.clearright
{
    clear: right;
}

ul.tweets, ul.simpletweets, ul.items, ul.photos, ul.videos
{
    padding: 0px;
    margin: 0px;
}

ul.photoTweets 
{
    padding: 5px 0px;
    margin: 0px;
}

li.photoTweet
{
    width: 150px; 
    height: 150px; 
    display:inline-block; 
}

ul.photos, ul.videos
{
    padding: 10px 0px 5px 5px;
}

li.photo
{
    width: 75px;
    height: 75px;
    display:inline-block;
}

li.video
{
    display: inline;
}

ul.tweets li.tweet
{
    padding: 15px 5px;
    margin: 0px;
    overflow: hidden;	
}

ul.simpletweets li.tweet
{
    padding: 5px 2px;
    margin: 0px;
    overflow: hidden;
}

ul.tweets li.tweet .msg
{
    margin-bottom: 5px;
    margin-left: 58px;
}

ul.simpletweets li.tweet .msg
{
    margin-bottom: 5px;
}

ul.tweets li.tweet .info, ul.tweets li.tweet .info2
{
    margin-left: 58px;
}

ul.tweets li.tweet .info2
{
    margin-top: 5px;
}

ul.tweets li.tweet div.avatar
{
    float: left;
    overflow: hidden;
    width: 48px;
    height: 48px;
}

ul.tweets li.tweet div.avatar img
{
    max-width: 48px;
    max-height: 48px;
}

ul.tweets li.tweet div.avatar2
{
    float: right;
    overflow: hidden;
    width: 48px;
    height: 48px;
}

ul.tweets li.tweet div.avatar2 img
{
    max-width: 48px;
    max-height: 48px;
}

.pager
{
    padding: 5px 0px;
    text-align: center;
    width: 100%;
}

.rightpager
{
    padding: 5px 0px;
    text-align: right;
    width: 100%;
}

img.detailPicture 
{
    float: right;
    margin: 5px;
    max-height: 140px;
    max-width: 140px;
}

.container ul.simple
{
    margin-left: 0px;
    padding-left: 20px;
}

#yw-forecast
{
    min-height: 500px;
}

/* MENU */
#nav 
{
    display: block;
    position: absolute;
    margin: 0;
    padding: 0px;
    background-color: transparent;
    z-index: 10000;
}

#nav li {
    margin: 0;
    padding: 0px;
    float: left;
    position: relative;
    list-style: none;
    margin-right: 2px;
}

#nav img
{
    margin-top: 8px;
    margin-left: 5px;
    vertical-align: middle;
    float: left;
    height: 16px;
    width: 16px;
}

#nav img.right
{
    float: right;
}

#nav a {
    color: #555;
    font-weight: bold;
    text-decoration: none;
    display: block;
    height: 25px;
    padding:  5px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    background: #eeeeee;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#nav img + a
{
    padding-left: 27px;
}

#nav a:hover {
    color: #fff;
    text-decoration: underline !important;
}

ul#nav .current a, ul#nav li:hover > a  {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #003366;
  background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#003366), to(#6685A3), color-stop(.8,#335C85));
  background: -moz-linear-gradient(0% 100% 90deg,#003366, #003366, #6685A3 100%);
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

ul#nav .active a  {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #003366;
  background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#003366), to(#6685A3), color-stop(.8,#335C85));
  background: -moz-linear-gradient(0% 100% 90deg,#003366, #003366, #6685A3 100%);
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* SUB MENU */
#nav ul li:hover a, #nav li:hover li a {
    background: none;
    border: none;
    color: #fff;
}
#nav ul li:hover {
    color: #555 !important;
    background: #ccc !important;
    text-shadow: none !important;
    border-radius: 10px;
    -moz-border-radius-topright: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    -moz-border-radius-topleft: 10px !important;
    -webkit-border-top-left-radius: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
}

#nav ul li:hover > a
{
    color: #555 !important;
}

/* SUB MENU */
#nav li:hover > ul 
{
    color: #555;
    display: block;
    background: #003366;  
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#nav li ul li:hover > ul 
{
    color: #555;
    display: block;
    background: #003366;  
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* SUB MENU */
#nav ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 175px;
    position: absolute;
    top: 30px;
}
#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}

#nav ul a {
    font-weight: normal;
    padding-left: 27px;
}

/* SUB SUB MENU */
#nav ul ul {
    left: 150px;
    top: 0;
}

div.breadcrumb
{
    margin: 0px;
    padding: 4px 5px;
    width: 640px;
    height: 18px;
}

div.breadcrumb.top
{
    top: 0;
    left: 0;
    position: absolute;
}

div.breadcrumb.bottom
{
    bottom: 0;
    left: 0;
    position: absolute;
}

li.forecast
{
    position: relative; 
    width: 180px; 
    display: inline-block; 
    min-height: 210px; 
    margin: 8px 6px; 
    padding: 5px;
}

li.simpleforecast
{
    position: relative; 
    width: 85px; 
    display: inline-block; 
    min-height: 50px; 
    margin: 0; 
    padding: 5px 5px 0px 5px;
}

.displayOptions
{
    float: right;
    padding: 0px 5px 0px 0px;
    margin-top: -23px;
}

.displayOptions span
{
    font-size: 0.8em;
}

.displayOptions img
{
    border-width: 0px;
    vertical-align: middle;
}
