/*
 * Default Styles
 */

* { padding: 0px; margin: 0px; }
a img { border: none; }
body {
        color: #333333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
        background-color: #f4f4f4;
}
h1, h2 {
        clear: left;
        color: #333333;
        line-height: 24px;
        font-weight: normal;
}
h3, h4 {
        clear: left;
        color: #333333;
        font-family: Arial, Helvetica, sans-serif;
}
h1 strong {
        font-size: 20px;
        color: #222222;
}
h2 {
        font-size: 18px;
}
h3 {
        font-size:14px;
        font-weight: bold;
        margin: 10px 0px;
}
h4 {
        font-size: 14px;
        font-weight: bold;
        margin: 10px 5px;
}
li {
        margin: 15px 0 15px 15px;
}
p {
        margin: 20px 0;
}

/*
 * Page Areas
 */
#background {
        margin: 30px 0 0 0;
        padding: 0px 25px 60px 25px;
        background-image: url(/images/layout/background-bg.gif);
        background-repeat: repeat-x;
        background-position: top;
        background-color: #e4e4e4;
}
#body {
        min-width:900px;
        max-width:1000px;
        margin: 0px auto;
}
#loggedinprofileinfo,
#loggedoutprofileinfo {
        position: absolute;
        top: 0;
        padding: 5px;
}
#header {
        padding: 5px 0px;
}
#header form {
        float: right;
        padding-top: 45px;
}
.summary {
        margin: 15px 0;
}
.moreinfo {
        padding-top:5px;
}
.moreinfo, .see, .buy, .do, .eat  {
        padding-top:5px;
}
#ssb {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    background:#F0F7F9 none repeat scroll 0 0;
    border-top:1px solid #6B90DA;
    clear:both;
    margin:0 0px 11px;
    padding:0.1em;
}
#resultStats {
    margin:0 8px 11px;
    padding:0.1em;
}
#ssb div {
    float:left;
    padding:4px 0.5em 0 7px;
}
#ssb p {
    margin:0.1em 0;
    padding:0.2em;
    text-align:right;
    white-space:nowrap;
}
#prs * {
    float:left;
}
/*
 * Content Areas
 */
#startcontent, #divider {
        background-color: #ffffff;
        border: solid 1px #cfcfcf;
}
#startcontent {
    background-image: url(/images/layout/content-bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}
#content {
    padding: 20px;
}
#promotion {
        display: block;
        text-align:center;
        background-color:#88ee88;
        padding-top:5px;
        padding-bottom:5px;
        font-size:14px;
}
#toc li {
    margin: 4px 0 4px 15px;
}

/*
 * Main Area Styles
 */
.main {
        width: 66%;
        padding: 25px;
}
.description {
        display:none;
        position:absolute;
        width:400px;
        min-width:400px;
  }
.show {
        display:block;
        padding-left:20px;
}

/*
 * Event Styles
 */
.event tr {
        vertical-align: top;
}
.event td {
        padding: 2px 10px 2px 0px;
}
.event {
        padding: 1px;
}
.event .description {
        padding: 15px;
        border-bottom: dotted 2px #888888;
}
.event p {
        margin: 15px 0px;
}
.event a.disableColor {
        text-decoration: none;
}

/*
 * Event Styles
 */
.sidebar {
        float: right;
        width: 250px;
        margin: 0 0 0 25px;
        padding: 0 0 0 25px;
        border-left: dashed 1px #d4d4d4;
}
.sidebar h2 {
    margin: 0px;
}
.sidebar h3 {
    margin: 0px;
}
.sidebar table {
        width: 100%;
        padding: 10px 0;
        border-top: dotted 1px #e4e4e4;
}
.sidebar td {
        line-height: normal;
        padding: 2px 0;
}
.sidebar tr {
        vertical-align: top;
}
.sidebar table img {
        width: 34px;
}

#weatherinfo {
        background-color: #ffffff;
}
#weatherinfo h2 {
        padding: 4px 0;
        font-size: 18px;
        line-height: normal;
}

.thisclass{
    background-color:#CC0000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.formbutton {
        text-align:right;
        margin:10px 10px;
}
/*
 * General Classes
 */
.image {
        float: right;
        margin: 0 0 20px 40px;
        padding: 3px;
        text-align: left;
        background-color: #f4f4f4;
        border: solid 1px #eaeaea;
}
.image span {
        display: block;
        color: #222222;
        font-size: 9px;
        line-height: 11px;
}

#retweetwidget {
        float:right;
        padding: 45px 25px 0px 25px;
}
#facebookbutton {
        float:right;
        padding: 58px 0px 0;
}
#tip-plussign {
        display: inline;
        vertical-align:bottom;
}
#tip-init,#tip-redo {
        display: inline;
        line-height:48px;
}

/* Autocomplete stuff */
#acDropdown
{
    width: 339px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    overflow: hidden;
    height: 0px;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index:1000;
}

#acDropdown ul
{
    width: 339px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
}

#acDropdown ul li
{
    height: 25px;
    margin: 0px;
    padding:0 15px;
    cursor:pointer;
}

#acDropdown ul li.over
{
    background-color: #EEE;
    color: #000;
}

#acDropdown ul li.selected
{
    background-color: #A41B21;
    color: #FFFFFF;
}
#destinationcity
{
    font-size: 3em; /* 30px */
    font-weight: normal;
    letter-spacing: -0.04em;
}

#container
{
    background: #e7e7e7 url(/images/layout/container-bg.png) repeat-x 0 0;
    margin: 15px;
    border: solid 1px #d6d6d6;
}

/* re-usable containers */
.content-area
{
    width: 756px;
    padding-top:50px;
    padding-left:200px;
    margin: auto;
    overflow: hidden;
    padding-right: 4px;
}

/* re-usable modules */
hr.br
{
    border: solid 1px #d3d1d1;
    background: transparent;
    height: 0;
    padding: 2em 0;
    clear: both;
}
button.primary
{
    font-size: 2em; /* 20px */
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    vertical-align: top;
}
button.secondary
{
    font-size: 0.87em;
    font-weight: bolder;
}
button .arrow
{
    font-size: 0.75em;
    padding: 0 2px;
    position: relative;
    top: -0.1em;
    color: #df9941;
}
button.disabled .arrow
{
    color: #e5d0b6;
}
button
{
    color: #fff;
    background: #a41b21 url(/images/layout/button-bg.png) repeat-x left center;
    text-shadow: #7d0b10 2px 3px 0px;
    border: solid 1px #a41b21;
    border-right: solid 2px #7d0b10;
    border-bottom: solid 2px #7d0b10;
    padding: 0.2em 1em;
}
button.clear
{
    color: #fff;
    background: #a41b21 url(/images/layout/button-bg.png) repeat-x left center;
    text-shadow: #7d0b10 2px 3px 0px;
    border: solid 1px #a41b21;
    border-right: solid 2px #7d0b10;
    border-bottom: solid 2px #7d0b10;
    padding: 0.2em 1em;

}
button.disabled
{
    color: #efefef;
    background: #d4adb0;
    text-shadow: #c8a5a7 2px 3px 0px;
    border: solid 1px #d3aaac;
    border-right: solid 2px #c8a5a7;
    border-bottom: solid 2px #c8a5a7;
}
button:focus, button:active
{
    color: #d6989a;
    background: #98191f;
    text-shadow: #7d0b10 1px 1px 1px;
    border-color: #7d0b10;
    border-right-color: #a41b21;
    border-bottom-color: #a41b21;
}
button.disabled:focus, button.disabled:active
{
    color: #efefef;
    background: #d4adb0;
    text-shadow: #c8a5a7 2px 3px 0px;
    border: solid 1px #d3aaac;
    border-right: solid 2px #c8a5a7;
    border-bottom: solid 2px #c8a5a7;
}
button.tertiary
{
    display: block;
    text-shadow: #7d0b10 1px 1px 0px;
    padding: 0.1em;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
button.tertiary, a.tertiary, a.tertiary:visited
{
    font-size: 1.1em; /* 11px */
    font-weight: bold;
}
input.ui-large
{
    padding: 0.3em 0;
    font-size: 2em;
    border: solid 1px #666666;
    border-bottom-color: #c8c8c8;
    border-right-color: #c8c8c8;
    background: #fff url(/images/layout/input-bg.png) repeat-x left bottom;
}
.col-7 {
	float:left;
	margin-right:10px;
	width:600px;
}
.formprimary {
	margin:1em 0;
}
