/*
 * Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.6.0
 */
/* reset */
html{color:#333;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/* fonts */
body{font:12px/1.35 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* end YUI */

a { 
    text-decoration: none;
    color: #C00; 
    cursor: pointer; 
}
a:hover { 
    text-decoration: underline; 
}
button {
    border: none;
    background: none;
}
body { 
    padding-top: 1px;
}
#leaderboard {
    position: absolute;
    top: 0px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
#page_effects {
    overflow: hidden;
    width: 1024px;
    background: transparent url('http://i.mysimon.com/images/fd/Redesign/fd_tile.png') repeat-y center;
}
#cap {
    padding-top: 24px;
    overflow-x: hidden;
    width: 1024px;
    background: transparent url('http://i.mysimon.com/images/fd/Redesign/fd_top.png') no-repeat center top; 
    margin: 0px auto 0 auto;
    position: relative;
}
*+html #cap { background-position: 0px 0px; }
#page {
    width: 1000px;
    margin-left: 10px;
    background-color: #fff;
    padding-bottom: 20px;
    min-height: 450px;
}
#header {
    position: relative;
    height: 133px;
    background: #fff url('http://i.mysimon.com/images/fd/Redesign/fd_topgradient.gif') repeat-x;
}
#header #logo {
    position: absolute;
    width: 245px;
    height: 71px;
    background-image: url('http://i.mysimon.com/images/logo/mysimon_logo.gif');
    top: 19px;
    left: 15px;
}
#simon_property {
    position: absolute;
    top: 0px;
    left: 249px;
    font-size: 9px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    display: none;
}
#simon_property a {
    color: #000;
}
#header ul {
    position: absolute;
    top: 95px;
    left: 46px;
    font-family: serif;
    font-size: 15px;
}
#header ul a {
    color: #777;
}
#header ul li {
    float: left;
    margin: 5px 36px 5px 0px;
}
#header ul li.last {
    position: relative;
}
#header ul li.last button {
    border: none;
    background: transparent url('http://i.mysimon.com/images/fd/Redesign/fd_holiday_downarrow.png');
    width: 23px;
    height: 24px;
    position: absolute;
    top: -3px;
    right: -34px;
}
#header ul li.last button:hover {
    background-image: url('http://i.mysimon.com/images/fd/Redesign/fd_holiday_downarrow_over.png');
}
#header ul li.last a {
    color: #54a25b;
}
#header ul li:hover {
}
#header ul li:hover a {
}
#header ul li.menu {
    position: relative;
    height: 30px;
}
#header ul li.menu ul {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #81c381;
    top: 21px;
    left: -8px;
    width: 196px;
    padding: 4px 0 0 0px;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    opacity: 0;
    filter:alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    height: 0;
    -moz-transition: opacity 0.5s ease, height 0.8s ease;
    -webkit-transition: opacity 0.5s ease, height 0.8s ease;
    -o-transition: opacity 0.5s ease, height 0.8s ease;
    transition: opacity 0.5s ease, height 0.8s ease;

    display: none;
}
#header ul li.menu:hover ul {
    opacity: 1;
    filter:alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    height: auto;
    display: block;
}
#header ul li.menu ul li {
    float: none;
    padding: 4px 0 4px 10px;
    width: auto;
    margin: 0;
}
#header ul li.menu ul li:hover {
    background-color: #81c381;
}
#header ul li.menu ul li:hover a {
    color: #fff;
}
#header #member {
    position: absolute;
    top: 20px;
    left: 268px;
    font-family: serif;
    color: #777;
    font-size: 13px;
}
#breadcrumb {
    padding: 10px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.fb-like {
    position: absolute;
    top: 50px;
    left: 654px;
}
.twitter {
    position: absolute;
    top: 50px;
    left: 756px;
}
.twitter iframe {
    width: 210px !important;
}
#header .facebook {
    position: absolute;
    top: 70px;
    left: 260px;
}
#header #search {
    position: absolute;
    top: 45px;
    left: 266px;
}
#header #search input {
    border: 2px solid #eee;
    height: 15px;
    width: 330px;
    border-radius: 3px;
    padding: 5px 5px;
    color: #666;
    font-family: serif;
    font-size: 15px;
}
#header #search button {
    border: none;
    background: transparent url('http://i.mysimon.com/images/fd/Redesign/button_topnav_search.png') no-repeat;
    position: absolute;
    top: 0px;
    left: 332px;
    width: 33px;
    height: 29px;
}
#content {
    width: 980px;
    margin: 0 auto;
}
#footer {
    width: 100%;
    float: left;
    min-height: 200px;
    background: #e7e7e7 url('http://i.mysimon.com/images/fd/Redesign/fd_gradient_footer.gif') repeat-x;
    position: relative;
    left: -3px;
    border-top: 1px solid #ddd;
}    
#footer #ontology {
    font-family: serif;
    font-size: 14px; *font-size: 12px;
    width: 980px;
    margin: 0 auto;
    font-weight: bold;
    padding: 0 20px;
}
@media \0screen { #footer #ontology { font-size: 12px; } }
#footer #ontology p {
    margin: 15px 10px 0 9px;
    font-size: 18px;
} 
#footer #ontology p a {
    color: #777;
}
#footer #ontology ul {
    float: left;
    width: 119px;
    margin: 15px 10px;
}
#footer #ontology ul li {
    padding: 2px 0;
}
#footer #ontology ul li a {
    font-size: 13px; *font-size: 11px;
    font-weight: normal;
    color: #777;
}
@media \0screen { #footer #ontology ul li a { font-size: 11px } }
#footer #ontology ul li a.more {
    color: #c00;
}
#footer .section {
    clear: both;
    border-top: 1px solid #ddd;
    font-family: times, serif;
}
#footer #about {
    width: 980px;
    margin: 0px auto 10px auto;
}
#footer #about ul {
    padding: 0px 62px 0px 0px;
    height: 30px;
    margin: 17px 20px 10px 10px;
}
#footer #about li {
    margin: 4px 20px 4px 0px;
    float: left;
}
#footer #about ul a {
    color: #777;
    font-size: 17px;
}
#footer #about img {
    float: left;
    margin-left: 9px;
    cursor: pointer;
}
#footer #cbsi_f {
    font-size: 14px;
    color: #555;
    clear: both;
    width: 980px;
    margin: 18px auto 50px auto;
    line-height: 1.6;
}
#footer #cbsi_f a {
}
#footer #cbsi_f p {
    margin-left: 9px;
}
#footer #cbsi_f form {
    padding: 17px 0px 13px 17px;
    border-left: 1px solid #bbb;
    float: right;
}
#footer #cbsi_f label {
    padding-right: 10px;
}

#leftColumn { 
    padding-top: 10px; 
    width: 192px; 
    float: left; 
    height: 100%;
    border-right: 1px solid #e7e7e7; 
}

#content #leftColumn h2
    { color: #777; margin: 2px 5px 4px 0px; font-weight: normal; font-size: 16px; }

#leftColumn #leftNav li
    { font-size: 12px; width: 175px; padding: 8px 6px 8px 2px; border-bottom: 1px solid #e7e7e7; }

#leftColumn #leftNav li.leftColumnLast
    { border-bottom: none !important; }

#leftColumn #leftNav li h3  
    { color:#666; font-weight: bold; font-size: 12px; }

#leftColumn #leftNav li h3 a
    { color:#666; }

#leftColumn #leftNav li h3 a:hover
    { text-decoration: underline; }

#leftColumn #leftNav li ul li
    { font-size: 12px; margin: 4px 0 0 0; padding: 0 0 0 0; color: #000; border: none; }

#leftColumn #leftNav li ul li .last
    { background: none; padding-top: 2px; }

#leftColumn #leftNav li ul li.last a
    { color: #999; padding: 0 0 0 14px; background: url('http://i.mysimon.com/images/fd/door_sprite.gif') no-repeat -183px -153px; }

#leftColumn #leftNav li ul li a
    { color: #C00; font-weight: normal; }

#leftColumn #leftNav li ul li a:hover
    { text-decoration: underline; }

#leftColumn #leftNav li:last-child {
    border-bottom: none;
}

#breadCrumb
    { float:left; width: 100%; min-height: 18px; padding: 5px 0 5px 0; font-size: 11px; }

#content h1
    { font-weight: bold; font-size: 24px; line-height: 1; color: #666; margin: 0 0 3px 2px; position: relative; }

#content h1 span
    { font-size: 16px; font-weight: normal; display: block;  }

#content h2
    { position: relative; color: #666; font-size: 16px; font-weight: normal; margin: 2px 0 5px 3px; clear: both; }

#centerColumn {
    padding: 10px 0 0 7px;
    width: 460px;
    margin-left: 197px;
}
#centerColumn h1 {
    margin: 2px 0 0 2px;
}
#centerColumn h2 a, #centerColumn h1 a#seeAll
    { position: absolute; right: 10px; top: 5px; font-size: 12px; font-weight: normal; color: #C00; }

#centerColumn h2 a:hover, #centerColumn h1 a:hover
    { text-decoration: underline; }

.pagination
    { height: 25px; width: 100%; padding: 5px 10px 0 0; margin: 0 0 10px 0; float: right; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; }

.pagination ul
    { position: relative; float: right; margin: 0; }

.pagination ul li
    { height: 16px; display: inline; float: left; padding: 0 5px; margin: 5px 0 0 0; line-height: 1; }
.pagination ul li + li {
    font-size: 18px;
    margin-top: 2px;
}
.pagination ul li a
    { padding: 5px 0 0 0!important; line-height: 1; margin: 0 0 -3px 0;}

.pagination ul li.next
    { padding: 0 5px; height:32px;  font-size: 24px; margin: 0;}

.pagination ul li.prev
    { padding: 0 5px; font-size: 24px; margin: 0; }

.pagination ul li.next a
    { height: 100px; }

.pagination ul li.prev a
    { height: 100px; }

.pagination ul li.next a:hover
    { background: transparent url(http://i.mysimon.com/images/fd/pastiche/sidenav/right_arrow_highlight.gif) no-repeat scroll 0 0px; }

.pagination ul li.prev a:hover
    { background: transparent url(http://i.mysimon.com/images/fd/pastiche/sidenav/left_arrow_highlight.gif) no-repeat scroll 0 5px; }

.pagination ul li.next a:hover img
    { visibility: hidden; }

.pagination ul li.prev a:hover img
    { visibility: hidden; }

#disclaimer
    { float: left; margin: 0 0 10px 0; }
    
#mediaKit
  { width: 560px; margin: 0 auto; }

#mediaKit #content
  { width: 50%; float: left; padding: 0 0 50px; }

#mediaKit #image
  { width: 50%; float: right; text-align: center; }

#sbox-window
    { min-height: 300px !important; height: auto !important; width: 408px !important;/*padding: 0 !important;*/ }

#lightbox_body
    { z-index: 3000000; float: left; width: 100%; height: 100%; background: url('http://i.mysimon.com/images/styles/registration/register_bluescreen_top2.png') left top no-repeat; }
    
#sbox-window
    { background: url('http://i.mysimon.com/images/styles/registration/register_bluescreen_bottom3_shorter.png') #f7fdfe left bottom no-repeat !important; }

#sbox-content
    { background: none !important; }

#lightbox_body #loginLink
    { padding: 0 15px 15px 15px; }

#lightbox_body #simonHead 
    { position: absolute; top: -130px; left: 17px; }

#lightbox_body #haveAccount
    { padding: 0 0 25px 15px;  }

#lightbox_body #login
    { float: left; width: 200px; padding: 0 0 0 20px; height: 100%; border-right: 1px solid #CCC; }
    
#lightbox_body #register
    { float: left; width: 190px; height: 100%; padding: 0 0 0 20px; }

#lightbox_body h2
    { padding: 20px 0 0 15px; margin: 0; font-size: 14px; font-weight: bold; color: #036 !important; }

#lightbox_body h3
    { float: left; padding: 0 0 5px 15px; font-weight: bold; color: #666; }

#lightbox_body form#loginForm
    { position: relative; height: auto; padding: 0 0 0 15px; float: left; }

#lightbox_body form#registerForm
    { position: relative; height: 260px; padding: 0 0 0 15px; clear: both; }

#lightbox_body form label
    { float: left; width: 150px; margin: 0 0 10px 0; font-weight: bold; font-size: 14px; color: #666; }

#lightbox_body form label.check
    { width: 190px; padding: 3px 0 10px 0; font-size: 10px; font-weight: normal; }

#lightbox_body form input
    { float: left; width: 210px; margin: 0 0 11px 0; font-size: 14px; }

#lightbox_body #loginForm input#email
    { float: left; width: 210px; margin: 0 0 30px 0; font-size: 14px; }

#lightbox_body form #regCheckBox
    { float: left; width: 15px; margin: 3px 10px 10px 151px; }

#lightbox_body form #rememberEmail
    { float: left; width: 15px; margin: 3px 10px 10px 151px; }

#lightbox_body form .agree
    { float: left; margin-bottom: 0; font-weight: normal; }

#lightbox_body form #submit
    { /*position: absolute; right: 70px; bottom: 0;*/ float: left; padding: 0 50px 0 150px; margin: 0; width: auto; }

#lightbox_body #forgotPW
    { float: left; padding: 5px 80px 0 155px; color: #00C }

#lightbox_body hr
    { clear: both; width: 98%; border: 1px solid #FFF; }

#lightbox_body p
    { float: left; width: auto !important; padding: 10px 15px; font-size: 12px; color: #666; }

#lightbox_body ol
    { float: right; padding: 0 20px 0 0; width: 355px; }

#lightbox_body ol li
    { padding: 5px 0 5px 15px; list-style: decimal outside; }

#lightbox_body form button
    { float: left; margin: 10px 0 10px 0; }
    
#lightbox_body form #loginButton
    { float: left; width: auto !important; margin: 0 0 0 150px; }

#regWrapper
    { position: absolute; top: 0; left: 0; z-index: 3000000; width: 100%; height: 100%; background: #000; }

#lightbox_body #help
    { float: left; width: 100%; text-align: left; padding: 0 0 10px 15px; font-size: 10px; font-weight: normal ; }

#lightbox_body #legal
    { float: left; font-size: 9px; color: #666; }

#regForm
    { position: absolute; top: 200px; left: 50%; margin-left: -150px; z-index: 3000000; width: 300px; height: 300px; background: #FFF; border: 3px solid #000; opacity:1 !important; filter:alpha(opacity=100) !important; }

#lightbox_body #errors 
    { font-weight: bold; font-size: 12px; margin: 0 0 10px 0; float: left; padding: 0 0 10px 15px; color: #C00; }
   
.sdcID
    { position: absolute; top: 180px; left: 2px; width: 133px; padding: 2px 5px 0 5px; font-size: 11px; color: #6699CC; background: #CCFFFF; border-radius: 4px; border: 1px solid #6699CC; z-index: 1000; word-wrap: break-word; box-shadow: 6px 8px 7px #888; }


 
/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.1 rc4
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
	zoom: 1;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 3px 4px 4px 4px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 0;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
}

.sbox-loading #sbox-content {
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}
.sbox-content-iframe#sbox-content {
	overflow: visible;
}
/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
}

.autocompleter-choices {
   background-color: #fff;
   font-family: serif;
   padding: 5px 0 0 0px;
   border-bottom: 1px solid #CCC;
   border-left: 1px solid #CCC;
   border-right: 1px solid #CCC;
   font-size: 15px;
   cursor: pointer;
   left: 10px;
   position: absolute;
   text-align: left;
   top: 0;
   z-index: 5000000;
}
.autocompleter-choices li {
   padding: 5px 8px;
}
.autocompleter-queried {
   font-weight: bold;
}
.autocompleter-choices li:hover {
   color: #FFF;
   background-color: #CC0000;
}
.autocompleter-selected {
    color: #FFF;
    background-color: #CC0000;
}

#sitemap {
    border-top: 1px solid #ddd;
    float: left;
    width: 100%;
}
#sitemap ul {
    margin: 10px 20px;
    float: left;
    width: 29%;
}
#sitemap h1 {
    font-size: 19px;
    color: #999;
    margin: 16px 0px 0px 7px;
}
#sitemap h2 {
    font-size: 14px;
    margin: 7px 0px 0px 0px;
}
#sitemap h3 {
    font-size: 12px;
    margin: 3px 0px 0px 6px;
    color: #555;
}
#sitemap a {
    font-size: 12px;
    padding-left: 10px;
}
#global_footer {
    border-top: 1px solid #ddd;
    background-color:#eee;
    height: 250px;
}

#about_us {
    font-family: times, serif;
    margin: 10px 0px 30px 32px;
    font-size: 14px;
    color: #555;
}
#about_us h2 {
    margin: 0px;
    padding: 0px;
    font-size:24px;
    font-family: arial;
    clear: none;
}
#about_us p {
    margin: 10px 0;
    width: 400px;
    clear: none;
}
#about_us img {
    float: right;
    margin-right: 30px;
}
