body {
    font-family:'Century Gothic', 'Lucida Grande', Helvetica, sans-serif;
    font-size:10pt;
    background:#fff;
    padding:0;
    margin:0;
}
p {
    margin:0;
}

#contain {
    /*background: #fff url(../bg-template.jpg) top center no-repeat;*/
    width:970px;
    margin:0 auto;
}
#header {
    padding:20px;
}

#header-swap {
    display:none;
    height:116px;
}

#header-swap .toggle_show {
    color:#999;
}

#actions-swap {
    float: right;
}

#actions-swap p {
    margin-top: 36px;
    color:#999;
    float:right;
    padding:4px 20px;
    text-align:right;
    line-height: 1;
}

#logo {
    float:left;
    width:160px;
}
#logo a img {
    border: none;
}

#actions {
    float:right;
    width:482px;
}
#heading {
    margin-top:10px;
    color:#e23d38;
    text-align:justify;
    float:right;
    width:170px;
    text-align:left;
}
#heading h2 {
    font-size:160%;
    margin:0;
    font-weight:normal;
}
#heading p {
    font-size:90%;
}

.info {
    float:right;
    width:140px;
    height:60px;
    padding:16px 0 0 0;
}
.info p {
    border-left:1px solid #aaa;
    color:#333;
    padding:4px 20px;
    text-align:right;
    line-height:1;
}
.hide-and-play {
    width:105px;
}
.hide-and-play p {
    text-align:left;
}
.hide-and-play a {
    color:#333;
    text-decoration:none;
}

#grid {
    margin-top:-14px;
    background:#fff url(../img/bg-dotted-line.png) top left repeat;
    position: relative;
}

#grid ul {
    padding:0;
    margin:0;
    list-style-type:none;
}

#grid li {
    display:block;
    position:relative;
    cursor:move;
    width:120px;
    height:153px;
    float:left;
    padding:0;
    margin:0;
    z-index:29;
}

#grid .flavor-dot {
    position: absolute;
    width:92px;
    height:91px;
    background-position:top center;
    background-repeat:no-repeat;
    margin:19px 13px 4px 13px;
    padding:0;
    border:1px solid #9d9d9d;
    -moz-border-radius:46px;
    -webkit-border-radius:46px;
}

#grid .flavor-name {
    text-align:center;
    padding:0 2px 2px;
    line-height:1;
    margin-top:114px;
    color: #333333;
}

#footer {
    margin-top:20px;
    padding:5px 20px 20px 0px;
    font-size: 9pt;
    color: #AAAAAA;
}

#footer a {
    color: #CCCCCC;
    font-weight: bold;
}

#footer div {
    float: left;
}

#footer-rss {
    width: 240px;
    margin-right: 25px;
}

#rss-link {
    display: block;
    float: right;
    background:#fff url(../img/rss.png) -21px 0 no-repeat;
    width: 21px;
    height: 20px;
}

#rss-link:hover {
    background-position: 0 0;
}

#footer-follow {
    width: 225px;
    margin-right: 15px;
}

#footer-follow ul {
    padding: 0;
    margin: 8px 0 0 0;

    list-style-type: none;
}

#footer-follow li {
    float: left;
    margin-right: 12px;
}

#footer-follow a {
    display: block;
}

#facebook {
    background:#fff url(../img/facebook.png) 0 0 no-repeat;
    background-position: -29px 0;
    width: 29px;
    height: 35px;
}

#youtube {
    background:#fff url(../img/youtube.png) -26px 0 no-repeat;
    width: 26px;
    height: 29px;
}

#twitter {
    background:#fff url(../img/twitter.png) -39px 0 no-repeat;
    width: 39px;
    height: 33px;
}

#flicker {
    background:#fff url(../img/flicker.png) -34px 0 no-repeat;
    width: 34px;
    height: 35px;
}

#footer-hours {
    width: 260px;
    margin-right: 19px;
}

#footer-address {
    width: 150px;
    margin-top: 6px;
}

#footer-address .footer-title {
    font-size: 8pt;
    margin-bottom: 2px;
}

#footer-address .footer-text {
    font-size: 8pt;
    line-height: 140%;
}

#last-address-line {
    color: #CCCCCC;
    font-weight: bold;
}

.footer-title {
    font-weight: bold;
    color: #888888;
    font-size: 11pt;
    letter-spacing: 0px;
    margin-bottom: 7px;
}

.footer-text {
    line-height: 126%;
}

#tooltip {
    position: absolute;
    display: none;
    width: 150px;
    height: 130px;
    z-index:1000;
}

#tooltip-body {
    position: relative;
    background-color: #ffffff;
    overflow-y: auto;
    padding: 5px;
    border: 1px solid #cdcdcd;
    width: 175px;
    height: 125px;
    color: #333333;
}

#tooltip-body p {
    margin: 0;
    color: #666666;
}

#tooltip-arrow {
    position: absolute;
    background: transparent url(../img/arrow.png) top right no-repeat;
    width: 17px;
    height: 22px;
    top: 57px;
    left: 185px;
    z-index: 1001;
}

#tooltip-arrow-left {
    position: absolute;
    background: transparent url(../img/arrow_left.png) top right no-repeat;
    width: 17px;
    height: 22px;
    top: 57px;
    left: -16px;
    z-index: 1001;
}


/* --------------------------------------------------------------------
/* Notification Form
/* -------------------------------------------------------------------- */

.signup p {
    margin: 0 80px 1em;
    color: #666;
}

.signup .header {
    background: #75B046;
    display: block;
    height: 56px;
    margin: 20px 0;
    clear: both;
}

.signup .header h2 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: normal;
    line-height: 60px;
    margin: 0 0 24px;
    padding: 0 0 4px 10px;
}

.signup .header h3 {
    clear:both;
    color:#FFFFFF;
    float:left;
    font-size:36px;
    font-weight:normal;
    line-height:56px;
    margin:0 0 24px;
    padding:0 0 4px 10px;
    text-transform:uppercase;
}

.signup .header p {
    float: left;
    color:#FFFFFF;
    font-size:16px;
    line-height:56px;
    margin: 0 48px;
}

.signup .header p.submission {
    background: transparent url(../img/notification-arrow.png) no-repeat;
    display: block;
    height: 56px;
    width: 156px;
}

.signup .notification {
    clear: both;
    margin: 0 210px;
}

.signup .notification dt {
    color: #666666;
    line-height: 2.5em;
}

.signup dt input {
    margin-right: 20px;
    position: relative;
    top: 2px;
}

.signup dd input,
.signup dd select {
    color: #666;
}

.signup em {
    color: #E03E25;
    font-style: normal;
}

.signup .flavors {
    clear: both;
    color: #666666;
    display: block;
    margin: 0 60px 20px;
}

.signup .flavors p.small {
    margin: 0 15px 1em;
}

.signup .flavors ul {
    float: left;
    list-style-type: none;
    margin: 0 10px 20px;
    padding: 0;
    width: 260px;
}

.signup .flavors li {
    display: block;
    padding: 4px 0;
}

.signup .flavors li input {
    vertical-align:middle;
}
label {
    vertical-align:middle;
}

.signup .flavors li span.subhead {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.signup .small {
    font-size: 11px;
    font-style: italic;
}

.signup dd input[name="email"] {
    width: 300px;
}

.admin-buttons a,
.signup form button {
    background:transparent url(../img/notification-signup-button.png) no-repeat;
    border:none;
    clear:both;
    color:#FFFFFF;
    font-weight:bold;
    height:33px;
    width:166px;
    display:block;
    line-height:26px;
    margin:10px auto;
    text-align:center;
    text-decoration:none;
}

.admin-buttons a {
    line-height:37px;
}

.admin-buttons a:active {
    line-height:39px;
    padding-left:1px;
}

#adminLinks {
    float: right;
}

#adminLinks ul {
    list-style: none;
    margin: 0;
}

#adminLinks li {
    float: left;
    padding: 10px;
}

#adminLinks a {
    text-decoration: none;
    color: #666;
}

#adminLinks a:hover {
    color:#696;
}

.signup table {
    margin: 0 auto;
    width: 550px;
}

.signup th {
    border-bottom: 1px solid #dedede;
}

.signup td {
    text-align: center;
    border-bottom: 1px solid #dedede;
}

.signup td a {
    color: #666;
    text-decoration: none;
}

.signup td a img {
    border: none;
}

.signup td a span {
    font-size: 10px;
    position: relative;
    top: -4px;
}

.ui-dialog {
    padding: 10px;
    background: #dedede;
    outline-color: #ccc !important;
    outline-style: solid !important;
    outline-width: 1px !important;
    -moz-box-shadow: 1px 1px 1px 1px black;
    -webkit-box-shadow: 1px 1px 1px 1px black;
}

.ui-dialog .ui-dialog-titlebar {
    float:right;
}

.ui-dialog .ui-dialog-titlebar a {
    color: #999;
    text-decoration: none;
}

.ui-dialog .ui-dialog-titlebar a:hover {
    color: #75B046;
}


/* --------------------------------------------
   Status Messages
   -------------------------------------------- */

div.status {
    width: 450px;
    margin: 0 auto 10px !important;
    padding: 10px;
    background: #dedede;
    border: 1px solid #aaa;
}

p.status {
    margin: 0 auto !important;
    text-align: left !important;
}

ul.status {
    margin: 0 auto !important;
}

*.status.error {
    color: red !important;
}

*.status {
    color: green !important;
}

.settings td select {
    font-size:10px;
}

#error_page {
    padding: 0 20px;
}

