/* ss stands for Story Server */

/****** Remote FLV ******/
.remote {
   position: relative;
}

.remote .controls {
   position: absolute;
   top: 0px;
   left: 0px;
}

.remote .controls a {
   position: absolute;
   top: -3000px;
   left: -3000px;
}

.remote .controls a:focus {
   position: relative;
   top: 9px;
   left: 0px;
   padding: 6px 10px;
   font-size: 1.2em;
   font-weight: bold;
   outline: none;
   border: 3px solid #7A94AA;
}


/****** General ******/

body.ss {
   margin: 0 0 35px 0;
   background: #adc4da url('../images/background.png');
}
.ss {
   color: #000000;
   font-family: Arial, Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
   font-size: 100.1%;
}
.ss abbr, .ss acronym {
   border-bottom: 1px dotted;
}
.ss q {
   font-style: italic;
}
.ss .clearing {
   clear: both;
}
.ss a {
   text-decoration: none;
}
.ss a:link {
   color: #5e92bd;
}
.ss a:visited {
   color: #5e92bd;
}
.ss #story a:visited {
   color: #845aa0;
}
.ss a:focus {
   color: #5e92bd !important;
   background: #ffffff;
}
.ss a:hover {
   background: transparent;
}
.ss a:hover,
.ss a:focus {
   text-decoration: underline !important;
}
.ss img {
   border: 0;
}
.ss h1, .ss h2 {
   font-weight: bold;
}

/****** Wrapper ******/

.ss #wrapper {
   width: 45.5em; /* 728px */
   margin-left: 40px; /*2.5em*/
   margin-top: 2px;
   border: 3px solid #7a94aa;
}

.ss .hidden {
   position: absolute;
   left: -5000px;
   top: -5000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

#skiplinks a, #skiplinks a:hover, #skiplinks a:visited {
   position: absolute;
   left: -5000px;
   top: -5000px;
   overflow: hidden;
   display: inline;
}

#skiplinks a:focus, #skiplinks a:active {
   position: absolute;
   display: block;
   font-size: 0.875em;
   font-weight: bold;
   top: 0;
   left: 40px;
   padding: 0.5em 0.5em 0.5em 0.85em;
   background: #FEFEFE;
   color: #4F7FAF;
   width: 185px;
   border-width: 0 3px 3px 3px;
   border-style: solid;
   border-color: #4F7FAF;
   z-index: 10;
   text-decoration: none !important;
}

/****** Header ******/

.ss #siteheader a:focus img {
   border: 1px solid #4F7FAF;
   background: #ffffff;
}

.ss #siteheader a:hover img {
   border: none;
   background: transparent;
}

.ss #siteheader {
   height: 4.750em; /*76px;*/
   background: #f0f0f1;
   position: relative;
   border-width: 3px 0px 0px 0px;
   border-style: solid;
   border-color: #7a94aa;
}
.ss #sitelogo {
   position: absolute;
   top: 1.438em;
   left: 8.750em;
   width: 7.000em;
   height: 1.813em;
}
.ss #orfatlogo {
   position: absolute;
   top: 1.438em;
   left: 15.6875em;
   width: 5.563em;
   height: 1.813em;
}
.ss #navigation {
   position: absolute;
   top: 3.188em;
   left: 8.750em;
   width: 35.250em;
   text-align: right;
}
.ss #navigation ul {
   float: right;
   margin: 0;
   padding: 0;
   list-style: none;
}
.ss #navigation ul li {
   float: left;
   padding: 0;
   margin: 0;
   font-size: 0.813em;
   font-weight: bold;
}
.ss #navigation ul li.separator {
   margin-left: 8px;
   margin-right: 12px;
   border-right: 2px solid #cfd6d7;
}

/* for the spotlight rendering */
.ss #navigation ul li.special {
   margin-left: 14px;
}
.ss #navigation ul li p {
   margin: 0px 3px 0px 0px;
   padding: 1px 5px;
   color: #316490;
   background: #d0d9e1;
}

.ss #navigation ul li p a {
   color: #316490;
}

/****** Search *****/
.ss #search {
   position: absolute;
   top: 1.438em; /*23px;*/
   left: 31.250em; /*500px;*/
}

.ss #search #query {
   font-family: Arial, sans-serif;
   font-size: 0.75em;
   border-top: 1px solid #C7C7C7;
   border-left: 1px solid #C7C7C7;
   border-bottom: 1px solid #C7C7C7;
   border-right: 1px solid #C7C7C7;
   width: 12.000em;
   margin-right: 0.333em;
}

.ss #search #submitbutton {
   position: relative;
   font-size: 0.813em;
   top: 0.385em;
   width: 4.154em;
   height: 1.385em;
}

/****** Network Navigation ******/

.ss #networknavigation {
   margin: 0;
   padding: 5px 0 3px 28px;
   background: #e1e5e8 url('../images/background_network.png') repeat-x;
}
.ss #networknavigation ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   overflow: hidden;
   white-space: nowrap;
}

.ss #networknavigation ul li {
   float: left;
   font-size: 0.68em;
   text-transform: uppercase;
   letter-spacing: 1px;
   padding-right: 40px;
}

.ss #networknavigation ul li.last {
   padding-right: 0;
}

/****** Storybox ******/

.ss .storybox {
   background: #fdfdfd;
   border-top: 3px solid #7a94aa;
   padding: 0 1.313em 0.813em 17.625em;
   position: relative;
}
.ss .storybox div.titleimage {
   float: left;
   display: inline;
   margin: 0.625em 0 0 -16.75em;
}
.ss .storybox p.teaser {
   padding: 0;
   margin: 0;
}
.ss .storybox h2 {
   padding: 1.666em 0 0 0;
   margin: 0;
   font-size: 1.125em;
   line-height: 1.313em;
}
.ss .storybox p {
   margin: 0;
   color: black;
   font-size: 0.813em;
   line-height: 1.625em;
}

/****** Metaline ******/

.ss .storybox .metaline {
   color: #9ea7a9 !important;
   font-size: 0.688em !important;
   text-transform: uppercase;
   position: absolute;
   top: 0;
   width: 39.091em; /* 430px */
   overflow: hidden;
   margin-left: -0.727em;
   padding-top: 0.727em;
   border-bottom: 0.091em solid #9ea7a9;
}
.ss .storybox .metaline .tag {
   padding-left: 0.727em;
   text-transform: uppercase;
   letter-spacing: 0.1em;
   white-space: nowrap;
   font-weight: bold;
   float: left;
}
.ss .storybox .metaline .time {
   float: right;
}
.ss .storybox .metaline .time a {
   font-weight: bold;
}
.ss .storybox .metaline .time span.separator {
   margin: 0 15px;
}

/****** Story ******/

.ss #story {
   color: #4c5b5f;
}
.ss #story h1 {
   padding: 1.666em 0 0 0;
   margin: 0 0 0.125em 0;
   font-size: 1.125em;
   line-height: 1.313em;
}
.ss #story h2 {
   font-size: 1em;
   line-height: 1.56em;
   padding: 0;
   margin-top: 1em; /*12px;*/
   margin-bottom: 0.4em;
}
.ss #story strong {
   color: #4c5b5f;
}
.ss #story em {
   font-style: italic;
}
.ss #story ul, .ss #story ol {
   margin: 0 0 10px 0;
   padding: 0;
   list-style: none;
   font-size:0.813em;
   line-height:1.56em;
   color: black;
}
.ss #story li {
   background: url('../images/listmarker.png') no-repeat;
   background-position: 0 6px;
   padding-left: 10px;
   margin-bottom: 2px;
}
.ss #story p {
   font-size: 0.813em;
   line-height: 1.538em;
   margin-top: 0;
   margin-bottom: 10px;
   color: black;
}
.ss #story p.backlink {
   font-weight: bold;
   margin-top: 30px;
}
.ss #story p.backlink a:visited {
   color: #5e92bd;
}
.ss blockquote {
   margin: 0;
}
.ss p em strong,
.ss p strong em {
   background: #ddeeff;
   font-weight: bold;
   font-style: normal;
}
.ss #story div.image {
   font-size: 0.813em;
   line-height: 1.56em;
   /* margin-right: 10px; */
   color: #000000;
   width: 32.231em;
}

.ss #story div.image.body .caption {
   font-size: 0.846em;
   line-height: 1.5em;
   /* margin-top: -4px; */
   margin-bottom: 6px;
}

.ss #story div.remote {
   margin-bottom: 0.75em;
   font-size: 0.813em;
}
.ss #story div.remote div.file.mp3 div.player {
   width: 301px;
   background-color: #DEE0E4;
   margin: 0;
   padding: 0;
}
.ss #story div.remote div.file.mp3 div.downloadLink {
   margin-top: 3px;
   font-size: 0.85em;
}
.ss #story div.remote div.file.video div.playerLink {
   margin-top: 7px;
   font-size: 0.85em;
}
.ss #story div.mailto {
   font-size:0.813em;
   height:0;
   left: -148px;
   position:relative;
   top: -29px;
}

/****** Story Factbox ******/

.ss #story .fact {
   width: 14.750em;
   margin-left: -16.75em;
   float: left;
   display: inline;
}
.ss #story .fact p,
.ss #story .fact .caption {
   margin: 5px 0;
   color: #343F42;
   font-size: 0.69em;
   line-height: 1.5em;
}
.ss #story .fact blockquote {
   margin-left: 0em;
   color: #343F42;
}
.ss #story .fact h2 {
   font-size: 0.8125em;
   line-height: 1.267em;
   margin-bottom: -3px;
}
.ss #story .fact div.image {
   font-size: inherit;
   line-height: inherit;
   margin: 0;
   color: inherit;
   width: 14.75em;
}
.ss #story .fact ul, .ss #story .fact ol {
   margin: 5px 0;
   padding: 0;
   color: #535f62;
   font-size: 0.688em;
   line-height: 1.5em;
}
.ss #story .fact li {
   font-weight: bold;
   background-position: 0 4px;
   margin-bottom: 1px;
}

/****** Forum ******/

.ss #forumDisclaimer {
   border-top: 3px solid #7a94aa;
   padding: 5px 0 15px 0;
   background: #FFFFFF;
}
.ss #forumDisclaimer p {
   margin: 10px 14px 0 9px;
   color: #000000;
   font-size: 11px;
   line-height: 15px;
}
.ss #forumTragedy {
   margin-top: 0.125em;
   background: #FFFFFF;
}
.ss #forumTragedy p {
   margin: 0 1.313em 0 0.875em;
   padding-left: 270px;
   padding-top: 12px;
   padding-bottom: 10px;
   color: #000000;
   font-size: 0.813em;
   line-height: 1.56em;
}
.ss .forum {
   border-top: 3px solid #7a94aa;
   padding: 1.875em 1.615em 0.3125em 17.625em;
   background: #fefefe;
}
.ss #postButton {
   margin: 0 0 0 -6.75em;
   display: inline;
   float: left;
}
.ss .forum .navigation_newer a {
   font-size: 0.85em;
   font-weight: bold;
   float: left;
   background: url('../images/factbox_arrow.png') no-repeat;
   background-position: 0 3px;
   padding-left: 11px;
   margin-left: 0.125em;
}
.ss .forum .navigation_older a {
   font-size: 0.85em;
   font-weight: bold;
   float: right;
   background: url('../images/factbox_arrow.png') no-repeat;
   background-position: 0 3px;
   padding-left: 11px;
   margin-left: 0.125em;
}

.ss #forum ul li.forumnavigation {
   position: static; 
}

.ss .forum ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   color: #343F42;
}
.ss .forum ul li h2,
.ss .forum ul li h3,
.ss .forum ul li div {
   font-size: 0.813em;
}
.ss .forum ul li {
   position: relative;
   margin-bottom: 1em;
}
.ss .forum ul li.note {
   font-weight: bold;
   font-size: 0.923em;
}
.ss .forum ul li h2,
.ss .forum ul li h3 {
   padding: 0;
   margin: 0;
}
.ss .forum ul li p.author {
   font-size: 0.6875em;
   margin: 0;
   padding: 0;
   font-weight: bold;
}
.ss .forum ul li div.text {
   line-height: 1.462em;
}
.ss .forum ul li div.text p {
   margin: 0 0 0.375em 0;
   padding: 0;
}
.ss .forum ul.postings li div.text {
   width: 26.923em;
   overflow: hidden;
}
.ss .forum ul.postings li h2 {
   width: 25em;
   overflow: hidden;
}
.ss .forum ul.replies li h3,
.ss .forum ul.replies li div.text {
   width: 25em;
   overflow: hidden;
}
.ss .forum ul li div.reply {
   position: absolute;
   bottom: 0;
   right: 0;
   z-index: 10;
}
.ss .forum ul.replies {
   clear: both;
   margin: 0 0 0 1.5625em;
   padding: 0;
}
.ss .forum ul.replies li {
   margin: 0;
   padding-top: 0.75em;
}

/****** Posting Form ******/

.ss .forum form {
   font-size: 0.813em;
   line-height: 1.56em;
   color: #495356;
   padding: 0 0 1.875em 0;
   margin: 0;
}
.ss .forum form div.row {
   margin-bottom: 0.625em;
}
.ss .forum form input,
.ss .forum form textarea {
   width: 360px;
}
.ss .forum form textarea {
   overflow: auto;
}
.ss .forum form input.button {
   width: auto;
}

/****** Spotlight ******/

.ss .spotlight {
   border-top: 3px solid #7a94aa;
   padding: 1px 1.313em 7px 16.125em;
   background: #7a94aa;
   background-repeat: no-repeat;
   position: relative;
   height: 2.063em;
}

.ss .spotlight h1.label {
   position: absolute;
   top: 1.077em;
   left: 14.154em;
   margin: 0;
   padding: 0;
   font-size: 0.813em;
   color: #cbd8e3;
   text-transform: uppercase;
   letter-spacing: 1px;
   z-index: 10;
}

.ss .spotlight .body p {
   padding: 0.688em 0 0 1.4em;
   margin: 0;
   font-size: 1em;
   font-weight: bold;
   z-index: 10;
}
.ss .spotlight a {
   text-decoration: none;
   color: #fdfdfd !important;
}
.ss .spotlight a:focus {
   background: #7a94aa !important;
}

.ss .spotlight .body img {
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 0;
}

/****** Footer ******/

.ss #footer {
   height: 2.308em;
   padding-left: 19.615em;
   padding-top: 0.615em;
   background: #7a94aa;
   font-size: 0.813em;
}
.ss #footer a {
   color: #ffffff;
}

.ss #footer a:focus:hover {
   color: #ffffff !important; 
   background: none;
}

.ss #footer img {
   position: relative;
   top: 3px;
}
.ss #orflogo {
   margin-left: 8.000em;
}

/****** Storylist Navigation ******/

.ss div.navigation {
   background-color: #f3f3f3;
   position: relative;
}
.ss div.navigation.top.page1 {
   display: none;
}
.ss div.navigation h1 {
   font-size: 1.1em;
   font-weight: bold;
   margin: 0;
   color: white;
}
.ss div.navigation div.prev,
.ss div.navigation div.next {
   font-size: 0.6875em;
   font-weight: bold;
}
.ss div.navigation div.prev {
   float: left;
   display: inline;
   margin-left: 21px;
   margin-top: 4px;
   margin-bottom: 4px;
}
.ss div.navigation div.prev a {
   padding-left: 10px;
   background: url('../images/arrow_storylist_left.png') no-repeat 0 4px;
}
.ss div.navigation div.next {
   float: right;
   padding-right: 10px;
   background: url('../images/arrow_storylist_right.png') no-repeat right 4px;
   margin-right: 21px;
   margin-top: 4px;
   margin-bottom: 4px;
}
.ss div.navigation.storytag {
   padding: 7px 0 2px 17.625em;
   background-color: #7A94AA;
}

/****** Notfound / Error ******/

.ss .error {
   color: #4c5b5f;
   font-size: 0.8125em;
   background: #fefefe;
   margin-top: 0.125em;
   padding: 2em 1.313em 10em 16.6em;
}
.ss .error h1 {
   font-size: 1.1em;
}

/****** Banner ******/

.ss #bannerXlarge {
   font-size: 0;
   margin: 0 0 3px 43px;
   padding: 0;
}

.ss #bannerSkyscraper {
   position:absolute;
   top: 4.88em; /* 78px */
   left: 46.063em; /* 737px; */
   height:0;
   padding:0;
   margin:0;
}

/****** Various ******/

.ss .arrow,
.ss .arrowBig {
   position: relative;
   top: 2px;
}

/****** Search results ******/
.ss #searchResults {
   background: #FFFFFF;
   border-top: 3px solid #7a94aa;
   padding: 0.500em 1.313em 0em 0.875em;
   position: relative;
}

.ss #searchResults .storyabstract {
   position: relative;
}

.ss #searchResults .infobox {
   font-size: 0.938em;
   margin-left: 70px;
   margin-bottom: 5px;
   margin-top: 2px;
   font-weight: bold;
}

.ss #searchResults .query {
   float: left;
   width: 405px;
}

.ss #searchResults .storybox {
   border-top: none;   
}

.ss #searchResults .infobox h1 {
   margin: 0px;
   font-size: 1em;
}

.ss #searchResults .infobox p {
   text-align: right;
   font-size: 14px;
   color: #829094;
}

.ss #searchResults .infobox p a {
   color: #5d92bd;
}

.ss #searchResults .infobox em {
   color: #5d92bd;
   font-style: normal;
}

.ss #searchResults .resultwrapper {
   margin-left: 98px;
}

.ss #searchResults .results {
   clear: both;
}

.ss #searchResults .metaline {
   width: 43.633em;   
}

.ss #searchResults .metaline .tag {
   padding-left: 8px;
   letter-spacing: 0.1em;
}

.ss #searchResults .metaline .update {
   position: relative;
   top: 0.182em;
}

.ss #searchResults .metaline .time {
   padding-right: 1.1em; /*10px;*/
   text-align: right;
   text-transform: none;
}

.ss #searchResults .results .storybox {
   margin-bottom: 0.850em;
   padding-left: 120px;
   background: none;
}


.ss #searchResults .resultwrapper.oldresult .storybox {
   padding-left: 120px;
   background: none;
}

.ss #searchResults .resultwrapper.oldresult .storybox h2 {
   padding-top: 0em;
}

.ss #searchResults .results .storyimage {
   width: 100px;
   margin: 30px 0px 0px 0px;
   float: left;
}

.ss #searchResults .results .storybox h2 {
   font-size: 0.938em;
   margin:  0px;
   padding-top: 2em;
}

.ss #searchResults .results .storybox p {
   font-size: 0.813em;
   line-height: 1.385em;
}

.ss #searchResults .results .storybox p a:visited {
   color: #845aa0;
}

.ss #searchResults .navigation {
   clear: both;
   margin-top: 35px;
   height: 40px;
   background: #ffffff;
}

.ss #searchResults .navigation ul {
   margin-left: 220px;
   padding: 0;
}

.ss #searchResults .navigation li {
   float: left;
   list-style: none;
   margin-right: 0.833em; /*10px;*/
   width: 2em; /*24px;*/
   border: 1px solid #4F7FAF;
   text-align: center;
   padding: 3px 0px;
   font-size: 0.75em;
}

.ss #searchResults .navigation img {
   position: relative;
   top: -2px;
}

.ss #searchResults .navigation .current {
   font-weight: bold;
   font-style: normal;
   background: #7A94AA;
   color: #ffffff;
}

.ss #searchResults .navigation .current a {
   color: #ffffff !important;
   background: #7A94AA !important;
}

/**** Nickname View *****/
.ss .author {
   position: relative;
}

.ss .ss-nickname {
   cursor: pointer;
   position: relative;
}

.ss #ss-active-nickview {
   outline: none !important;   
}

.ss .ss-nickview-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   background: #FCFFFF;
   padding: 3px 15px 3px 3px;
   border: 2px solid #7A94AA;
   z-index: 10;
   cursor: pointer;
}

.ss .ss-nickview-wrapper:hover {
   border-color: #5B6F7F;   
}

.ss .ss-nickview-wrapper h3 {
   width: auto !important;
   font-weight: bold;
   font-size: 1.4em !important;
   margin-bottom: 2px;  
}

.ss .ss-nickview-wrapper p {
   width: auto !important;
   margin: 3px 0px;
   font-size: 1.3em !important;
   font-weight: normal;
}

.ss .ss-closeNickview {
   position: absolute;
   top: -10000px;
   left: -10000px;
}

.ss #forum .ss-nickview-wrapper .normalButton.small.emailaction {
   font-size: 0.85em;
   padding: 2px 4px !important;
   -moz-border-radius:2px 2px 2px 2px;
   background:none repeat scroll 0 0 #EEEEEE;
   border: 2px solid #AAAAAA !important;
   display:inline-block;
   font-weight:bold;
   text-decoration:none !important;
   outline: none !important;
   margin-top: 5px;
}

.ss #forum .ss-nickview-wrapper .normalButton.small.emailaction:hover {
   border-color: #888888 !important;   
}

