/* snazzy notification
----------------------------------------*/
#xn #sn_notification {
    /* The combination of float:left and width:100% for some reason causes IE to display nothing after the notification box [Jon Aquino 2006-05-07]
    /* float: left; */
    /* Reduce width to 99% to avoid slight overlap with ads in Trails in Safari  [Jon Aquino 2006-06-10] */
    width: 99%;
    padding: 7px;
    /* Use a <br> instead of margin-bottom, which does not always work e.g. Videos on Firefox [Jon Aquino 2006-06-10] */
    margin: 0 0 0 0;
    background-color: #def;
    border: 1px solid #cde;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
}
#xn #sn_notification span.icon {
    float: left;
    display: block;
    padding: 0 !important;
    width: 35px !important;
    height: 35px !important;
    border: 0 none !important;
    margin-right: 10px;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    overflow: hidden;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/xn/static/snazzy/css/gfx/lightbulb.png',sizingMethod='crop');
}
html#xn>body #sn_notification span.icon {
    background-image: url(gfx/lightbulb.png);
}
#xn #sn_notification h3 {
    height: 15px;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    background: none;
}
#xn #sn_notification p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
#xn #sn_notification p a,
#xn #sn_notification p a:link,
#xn #sn_notification p a:visited,
#xn #sn_notification p a:active,
#xn #sn_notification p a:hover {
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}


/* pos
------------------------------------------------*/
#xn #sn_nav.pos-bl ul {
    float: left;
    clear: both;
    margin: 0 0 0 10px;
    padding: 0;
}
* html#xn #sn_nav.pos-bl ul {
    margin: 0 0 5px 5px;
}
#xn #sn_nav.pos-br ul {
    position: absolute;
    bottom: 0;
    right: 10px;
    margin: 0;
    padding: 0;
}
#xn #sn_nav.pos-tr ul {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    padding: 0;
}


/* square
------------------------------------------------*/
#xn #sn_nav ul.style-square li { /* background imported in color_scheme.css */
    float: left;
    padding: 0;
    margin-right: 3px;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    list-style-type: none;
    text-align: center;
    white-space:nowrap;
}
#xn #sn_nav ul.style-square li:hover {
    background-image: none !important;
}
#xn #sn_nav.pos-tr ul.style-square  li {
    border-width: 0 1px 1px 1px;
}
#xn #sn_nav ul.style-square li.last-child {
    margin-right: 0;
}
#xn #sn_nav ul.style-square li:hover {
    background-image: none;
}
#xn #sn_nav ul.style-square li a {
    width: .1em;
    display: block;
    padding: 0.5em 1em;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration:none;
}
html#xn>body #sn_nav ul.style-square li a {
    width: auto;
}
#xn #sn_nav ul.style-square li a:hover {
    background-image: none;
}
#xn #sn_nav ul.style-square li.here a {
    background: none;
}


/* round
------------------------------------------------*/
#xn #sn_nav ul.style-round li {
    float: left;
    width: 9em;
    padding: 5px 0 0 0;
    margin-right: 3px;
    list-style-type: none;
    text-align: center;
    white-space:nowrap;
}
#xn #sn_nav ul.style-round li.last-child {
    margin-right: 0;
}
#xn #sn_nav ul.style-round li a {
    display: block;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration:none;
}
#xn #sn_nav.pos-tr ul.style-round li {
    padding-top: 0;
    padding-bottom: 5px;
}
#xn #sn_nav.pos-bl ul.style-round li a,
#xn #sn_nav.pos-br ul.style-round li a {
    padding-top: 0.2em;
}
#xn #sn_nav.pos-tr ul.style-round li a {
    padding-bottom: 0.2em;
}


/* bubble
------------------------------------------------*/
#xn #sn_nav ul.style-bubble li {
    float: left;
    width: 9em;
    padding: 0;
    margin: 0 2px 5px 2px;
    list-style-type: none;
    text-align: center;
    white-space:nowrap;
}
#xn #sn_nav.pos-tr ul.style-bubble li {
    margin-top: 5px;
}
#xn #sn_nav ul.style-bubble li.last-child {
    margin-right: 0;
}
#xn #sn_nav ul.style-bubble li a {
    display: block;
    padding: 0.4em 0.2em;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration:none;
}


/* color picker
----------------------------------------*/
#xn_bar #xn_bar_panel_manage_appearance_custom {
    position: relative;
}
/* Fix for select elements showing through div popups in IE: cover them with a hidden IFrame.
/* From hedgerwow, "<SELECT> Free Layer", http://www.hedgerwow.com/360/bugs/css-select-free.html  [Jon Aquino 2006-05-09] */
iframe#xn_fix_for_ie_z_index_bug {
    position: absolute;
    display:none;
    z-index:88888888;
    filter:mask();
}
#xn_bar #xn_color_picker_div {
    position: absolute;
    background: #fff;
    padding: 10px;
    border: 1px solid #999;
    /* Ensure it appears above sIFR-based font preview in IE [Jon Aquino 2006-05-09] */
    /* And above iframe#xn_fix_for_ie_z_index_bug [Jon Aquino 2006-05-09] */
    z-index:99999999;
}
#xn_bar #xn_color_picker_div table tbody td {
    border: 3px solid #fff;
    margin: 0px;
    padding: 0px;
}
#xn_bar #xn_color_picker_div table tbody tr.swatches td {
    width: 20px;
    height: 17px;
    /* Set line height; otherwise the td ends up a few pixels too short in Firefox for some reason [Jon Aquino 2006-05-10] */
    line-height: 17px;
    /* See Eric A. Meyer, "Giving 'cursor' a Hand", http://developer.mozilla.org/en/docs/Giving_'cursor'_a_Hand  [Jon Aquino 2006-03-28] */
    cursor: pointer;
    cursor: hand;
}
#xn_bar #xn_color_picker_div table tr td#xn_color_picker_selected_color_value {
    text-align: left;
    font-size: 1em;
}
#xn_bar #xn_color_picker_div table tr td#xn_color_picker_selected_color_value input {
    width: 5em;
    font-size: 0.9em;
    color:#666;
}
#xn_bar #xn_color_picker_div table tr td#xn_color_picker_selected_color_value a,
#xn_bar #xn_color_picker_div table tr td#xn_color_picker_selected_color_value a:link,
#xn_bar #xn_color_picker_div table tr td#xn_color_picker_selected_color_value a:visited,
#xn_bar #xn_color_picker_div table tr td#xn_color_picker_selected_color_value a:hover,
#xn_bar #xn_color_picker_div table tr td#xn_color_picker_selected_color_value a:active {
    color: #999;
    font-weight: normal;
    font-size: .8em;
    position: absolute;
    right: 14px;
    top: 10px;
}


/* hacks
----------------------------------------*/
/* IE 5-6 only. We will show the icon once we've made it transparent using AlphaImageLoader. [Jon Aquino 2006-05-10] */
* html #sn_header img#sn_icon {
    visibility: hidden;
}

#xn_bar fieldset.group dl dd#header_appname_font_preview div.xn_web_font {
    font-size:30px;
    /* Give it an explicit height; otherwise IE puts extra whitespace above it for some reason [Jon Aquino 2006-05-16] */
    height:15px;
    clear: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Prevent white-on-white buttons in Google Maps. See BAR-298 [Jon Aquino 2006-05-30] */
#xn_bar_panel #sn_map * {
    color: #000;
}

/* See BAR-343 and Eric A. Meyer, "Containing Floats", http://www.complexspiral.com/publications/containing-floats/  [Jon Aquino 2006-05-31] */
div.clearer {
    clear: left !important;
    line-height: 0 !important;
    height: 0 !important;
}

/* Spinner; see BAR-302 [Jon Aquino 2006-06-02] */
#xn_manage_panel_spinner {
    padding-right: 20px;
}

/* Make tabs fully clickable in IE. See BAR-108 and http://www.alistapart.com/articles/slidingdoors2/#clickable  [Jon Aquino 2006-06-23] */
#xn #sn_nav ul.style-square li a {
    width: .1em;
}
html#xn>body #sn_nav ul.style-square li a {
    width: auto;
}