/*
 * Stylesheet with global styles for Sal's Realm of RuneScape
 * Author: Salmoneus and Neo Avatars
 * http://runescape.salmoneus.net
 * Date: 01 June 2014
*/

html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

body {
    background: #143049 url("../images/layout/page_bg.jpg") repeat top left;
    font-family: "Open Sans", Tahoma, sans-serif;
    font-size: 12px;
}

/* Generic element styles */

h1 {
    color: #5C3317;
    text-align: center;
    text-decoration: underline;
    font-size: 36px;
    font-family: "Droid Sans", Tahoma, sans-serif;
    margin: 0.25em 0 0.25em 0;
    text-shadow: 0px 1px 2px #555;
    cursor: default;
}

h2 {
    font-size: 28px;
    font-family: "Droid Sans", Tahoma, sans-serif;
    letter-spacing: 1px;
    color: #5F3A12;
    border-top: 1px solid #5F3A12;
    cursor: default;
}

h3 {
    font-size: 22px;
    font-family: "Droid Sans", Tahoma, sans-serif;
    color: #4F300F;
    text-decoration: underline;
    padding-left: 6px;
    cursor: default;
}

h4 {
    font-size: 18px;
    font-family: "Open Sans", Tahoma, sans-serif;
    color: #4F300F;
    cursor: default;
}

h5 {
    font-size: 14px;
    font-family: "Open Sans", Tahoma, sans-serif;
    color: #4F300F;
    cursor: default;
}

h6 {
    font-family: "Open Sans", Tahoma, sans-serif;
    color: #4F300F;
    cursor: default;
}

p {
    margin: 1em 0 1.15em 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
}

.contentMain li {
    font-size: 12px;
}

dt {
    font-weight: bold;
    margin: 15px 50px 5px 66px;
}

dt:before {
    position: relative;
    top: 13px;
    content: "Q:";
    font-size: 34px;
    font-family: "Droid Sans", Tahoma, sans-serif;
    margin-right: 7px;
    margin-left: -60px;
    padding: 0 8px 5px 8px;
    color: #FFD87D;
    background-color: #733D1A;
    font-weight: normal;
}

dd {
    margin: 25px 50px 0px 66px;
    border-bottom: 1px solid #3F2408;
    padding-bottom: 20px;
    line-height: 150%;
}

dd:before {
    position: relative;
    top: 13px;
    content: "A:";
    font-size: 32px;
    font-family: "Droid Sans", Tahoma, sans-serif;
    margin-right: 7px;
    margin-left: -60px;
    padding: 0 9px;
    color: #733D1A;
    background-color: #FFD87D;
}

abbr[title],
acronym[title] {
    border-bottom-width: 0;
}

blockquote {
    margin: 1em;
    padding: 0 35px 5px 40px;
    position: relative;
    border-left: 3px solid #5F3A12;
    background: url("../images/layout/quote.gif") no-repeat 5px 0;
}

blockquote p {
    font-size: 12px;
    color: #222;
}

blockquote .source {
    font-size: 11px;
    font-style: normal;
    color: #000;
    margin-top: 1.3em;
    margin-bottom: 0.2em;
}

a {
    text-decoration: none;
}

a,
a:visited {
    color: #57432B;
}

a:hover {
    /*color: #00266F;*/
    color: #3F301D;
    text-decoration: underline;
}

a img {
    border: 0;
}

.hidden {
    display: none;
}

/* Forms */

form {
    margin: 0 auto;
    padding: 0;
}

form.classyForm {
    background: #BD976A;
    border: 3px double #381F04;
    width: 600px;
}

form.donationForm {
    width: 400px;
}

fieldset {
    float: left;
    clear: left;
    border: 1px solid #7F5F27;
    padding: 0;
    margin: 1em 0;
    width: 100%;
    background: #D6AE84;
    -moz-border-radius: 0.6em;
    -o-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
}

fieldset.submit {
    float: none;
    width: auto;
    border: 0;
    padding-left: 11.2em;
    background: transparent;
}

fieldset legend {
    margin-left: 1em;
    font-weight: bold;
    color: #7F4D17;
    border: 1px solid #7F5F27;
    background: #D6AE84;
    padding: 2px;
    -moz-border-radius: 0.6em;
    -o-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
}

fieldset.submit legend {
    display: none;
}

fieldset p {
    margin: 0.6em;
    font-size: 12px;
}

fieldset.formColumn {
    float: left;
    width: auto;
    border: 0;
    width: 45%;
}

fieldset .center {
    position: relative;
    left: 50%;
    float: left;
}

input,
textarea,
select {
    margin-left: .2em;
    margin-right: .2em;
    border-color: #7F5F27;
    color: #251B11;
    border: 1px solid #AF8252;
    background: #DFBC8C;
    float: left;
    font-size: 12px;
    font-family: "Open Sans", Verdana, Tahoma, Serif;
}

form.donationForm input,
form.donationForm textarea,
form.donationForm select{
    font-size: 1.6em;
    font-weight: bold;
    height: 1.6em;
    line-height: 1.6em;
}

span.donationCurrency {
    position: absolute;
    left: 6em;
    font-size: 1.4em;
    font-weight: bold;
    color: #444;
    float: left;
    line-height: 1.8em;
}

form.donationForm input[type="text"] {
    width: 200px;
}

form.donationForm input#donationAmount {
    padding-left: 15px;
    width: 185px;
}

form.donationForm input#donationButton {
    background: transparent;
    border: 0;
    width: 147px;
    height: 47px;
}

input.focused,
textarea.focused {
    background-color: #CFAB81;
    border-color: #7F5F27;
}

input.error,
textarea.error,
select.error {
    border: 1px solid #c00;
}

input[type="checkbox"],
input[type="radio"] {
    border: 0;
    background: transparent;
}

input[type="checkbox"].left {
    margin-left: 1em;
}

.button,
.buttonLong,
.buttonMedium,
.buttonMega,
.buttonMediumSmall,
.buttonSmall,
.buttonTiny,
.buttonVeryLong {
    width: 98px;
    height: 21px;
    cursor: pointer;
    border: 0;
    padding: 0;
    background: url(../images/layout/button_medium.png) no-repeat top left;
    color: #FFEEB7;
    font-weight: bold;
}

.buttonTiny {
    width: 27px;
    background-image: url(../images/layout/button_tiny.png);
}

.buttonSmall {
    width: 40px;
    background-image: url(../images/layout/button_small.png);
}

.buttonMediumSmall {
    width: 72px;
    background-image: url(../images/layout/button_msmall.png);
}

.buttonLong {
    width: 152px;
    background-image: url(../images/layout/button_long.png);
}

.buttonVeryLong {
    width: 207px;
    background-image: url(../images/layout/button_vlong.png);
}

.buttonMega {
    width: 290px;
    background-image: url(../images/layout/button_mega.png);
}

.button:hover,
.buttonLong:hover,
.buttonMega:hover,
.buttonMediumSmall:hover,
.buttonSmall:hover,
.buttonTiny:hover,
.buttonVeryLong:hover {
    background-position: bottom left;
}

fieldset div.field,
fieldset div.fieldBottom {
    position: relative;
    padding: 0.5em 0;
    margin: 0;
    font-size: 11px;
    float: left;
    clear: left;
    width: 100%;
    border-bottom: 1px dashed #AF8252;
    min-height: 22px;
    line-height: 22px;
}

fieldset div.fieldBottom,
fieldset.submit div.field {
    border: 0;
}

form.donationForm .field {
    border: 0;
}

label {
    display: block;
    float: left;
    padding: 0;
    margin: .2em 0.8em 0 0.8em;
    text-align: left;
    font-size: 11px;
    width: 10em;
}

label.indent {
    margin-left: 11.8em;
}

label.required {
    font-weight: bold;
}

label.required:after {
    content: "*";
}

label.mini {
    width: 6em;
    margin-right: 1em;
}

label.staticField {
    width: auto;
}

#recaptcha_area {
    margin-left: 11.8em;
}

#outdatedBrowserBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #CD0000;
    border: 2px solid #800000;
    z-index: 2000;
}

#outdatedBrowserBar p.content {
    color: #FFF;
    font-size: 11px;
    text-align:center;
    margin: 3px 114px 3px 1px;
}

#outdatedBrowserBar div.browserLogos {
    width: 104px;
    height: 32px;
    float: right;
    margin: 0 6px 0 3px;
}

#pageOuter {
    position: relative;
    min-width: 1000px;
}

/* Borders for the outer edge of the page */

div.topBorder {
    background: url(../images/layout/page_border_t.png) repeat-x top left;
    height: 8px;
    width: 100%;
    font-size: 2px;
}

div.topBorderLeft,
div.topBorderRight {
    background: url(../images/layout/page_corners.png) no-repeat 0 0;
    height: 8px;
    width: 100%;
    float: left;
}

div.topBorderRight {
    background-position: 100% -8px;
}

div.boxOuter,
div.boxInner {
    background: url(../images/layout/page_borders_lr.png) repeat-y 0 0;
    padding: 0 0 0 8px;
    height: 100%;
}

div.boxInner {
    background-position: 100% 0;
    padding: 0 8px 0 0;
}

/* Site banner and search */

div#banner {
    height: 130px;
    width: 100%;
    padding-bottom: 29px;
    overflow: hidden;
    background: #0D1721 url(../images/layout/head_border_b.png) repeat-x bottom left;
}

div.bannerBottom {
    background: #2B2318;
    height: 29px;
}

/* Site Search */

#googleSearchBanner {
    position: absolute;
    top: 90px;
    right: 10px;
}

#googleSearchBanner .cse .gsc-control-cse,
#googleSearchBanner .gsc-control-cse {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

#googleSearchBanner form.gsc-search-box {
    display: none;
}

#site-search {
    height: 35px;
    padding: 10px;
    overflow: hidden;
}

#site-search input.site-search-input {
    margin: 0;
    padding: 5px 22px 5px 9px;
    height: 18px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #baa57c #7b532c #65482b;
    background: #d9d0c6;
    background: rgba(217,208,198,0.8);

    -moz-border-radius: 17px 3px 3px 17px;
     border-radius: 17px 3px 3px 17px;
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
     -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;            
}

#site-search input.focused {
    background: #d9d0c6;
}

#site-search input.site-search-input::-moz-focus-inner {
    border: 0;
}

#site-search input.site-search-button {
    background: #c0976f url(../images/icons/12x12/find.png) no-repeat center center;
    background: url(../images/icons/12x12/find.png) no-repeat center center, -moz-linear-gradient(#c0976f, #8a623b);
    background: url(../images/icons/12x12/find.png) no-repeat center center, -webkit-gradient(linear,left bottom,left top,color-stop(0, #8a623b),color-stop(1, #c0976f));
    -moz-border-radius: 3px 17px 17px 3px;
    border-radius: 3px 17px 17px 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #baa57c #7b532c #65482b;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;   		
    width: 50px;
    height: 30px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font: bold 14px Arial, Helvetica;
    color: #23441e;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#site-search input.site-search-button:hover {
    background: #8a623b url(../images/icons/12x12/find.png) no-repeat center center;
    background: url(../images/icons/12x12/find.png) no-repeat center center, -moz-linear-gradient(#8a623b, #c0976f);
    background: url(../images/icons/12x12/find.png) no-repeat center center, -webkit-gradient(linear,left bottom,left top,color-stop(0, #c0976f),color-stop(1, #8a623b));
}

#site-search input.site-search-button:active {
    background: #c0976f url(../images/icons/12x12/find.png) no-repeat center center;
    outline: none;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#site-search div.clear {
    position: absolute;
    top: 16px;
    right: 64px;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    background: transparent url(../images/icons/16x16/clear_search.png) no-repeat 0 0;
    cursor: pointer;
}

:-ms-input-placeholder {
    font-style: italic;
    color: #403224;
}

::-webkit-input-placeholder {
    font-style: italic;
    color: #403224;
}

:-moz-placeholder {
    font-style: italic;
    color: #403224;
}

::-moz-placeholder {
    font-style: italic;
    color: #403224;
}

/* Global layout */

#header {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

#columns {
    clear: both;
    width: 100%;
    overflow: hidden;
}

#columns,
#columnMid,
#columnContent,
#columnCenterWrap,
#columnMid,
#columnLeft,
#columnRight {
    position: relative;
    float: left;
}

/* Navigation styles */

.columnPanel {
    background: #F7D3A6;
    border: 1px solid #000;
    padding: 0;
    margin: 0;
}

.columnPanel {
    font-size: 0.9em;
}

.columnPanel ul {
    border: 0;
    padding: 0;
    margin: 0;
}

.columnPanel ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.columnPanel ul.sideNav {
    margin-left: 16px;
    padding: 4px 0 4px 6px;
    list-style: square;
    color: #333;
}

.columnPanel ul.sideNav li {
    list-style: square;
}

ul.nav li {
    display: block;
    border-top: 1px solid #deb98e;
    width: 100%;
    line-height: 16px;
}

ul.nav li a {
    display: block;
    padding: 0 1px 0 3px;
}

ul.nav li a.parent {
    width: 154px;
    float: left;
}

ul.nav li a:hover {
    text-decoration: none;
}

ul.nav li:hover {
    background-color: #E0BC90;
}

ul.nav li:first-child {
    border: 0;
}

ul.nav li .navHandle {
    display: block;
    float: left;
    margin: 2px 2px 0 0;
    cursor: pointer;
    width: 13px;
    height: 13px;
}

ul.nav li.loading {
    background-position: right center;
}

ul.nav li ul {
    display: none;
    border-top: 1px solid #C8A27D;
    margin: 0;
    padding: 0;
    background: #EBC79A;
}

ul.nav li ul li:hover {
    background: #D4B084;
}

ul.nav li ul li:last-child {
    border-bottom: 0;
}

ul.nav li ul li a {
    padding: 0 0 0 18px;
}

ul.nav li ul li a,
ul.nav li ul li a:visited,
ul.nav li ul li a:hover {
    background-position: center left;
    background-repeat: no-repeat;
}

ul.nav li ul li.p2p a,
.memberIcon {
    background-image: url(../images/layout/nav_members.png);
}

ul.nav li ul li.f2p a,
.freeplayIcon {
    background-image: url(../images/layout/nav_free.png);
}

.memberIcon,
.freeplayIcon {
    display: block;
    width: 14px;
    height: 11px;
}

.showExtra,
.hideExtra,
.emptyHeading {
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/layout/nav_showhide.png) no-repeat right top;
    margin: 2px 2px 0 0;
    cursor: pointer;
}

.hideExtra {
    background-position: top left;
}

.showExtra:hover {
    background-position: bottom right;
}

.hideExtra:hover {
    background-position: bottom left;
}

.navHandle b {
    display: none;
}

div.spacerTop {
    background:url(../images/layout/nav_header.png) repeat-x left top;
    height: 7px;
    width: 100%;
    overflow: hidden;
    font-size: 2px;
}

div.sideColumn h2 {
    background: #70644E url(../images/layout/nav_header.png) repeat-x 0% -7px;
    height: 24px;
    line-height: 24px;
    font-family: "Open Sans", Verdana, Tahoma, Serif;
    font-weight: bold;
    font-size: 16px;
    font-variant: small-caps;
    border: 1px solid #000;
    text-align: center;
    color: #FFE7A2;
    margin: 0;
    padding: 0;
    text-shadow: -1px -1px 0 #2B2318,
        1px -1px 0 #2B2318,
        -1px 1px 0 #2B2318,
        1px 1px 0 #2B2318;
}

div.spacerBottom {
    background:url(../images/layout/nav_header.png) repeat-x 0% -31px;
    height: 7px;
    width: 100%;
    font-size: 2px;
    overflow: hidden;
}

div.sideColumn .rightBorder {
    background: transparent url(../images/layout/nav_bg_sides.png) repeat-y right top;
    padding: 0 8px 0 0;
}

div.sideColumn .leftBorder {
    background: url(../images/layout/nav_bg_sides.png) repeat-y left top;
    padding: 0 0 0 8px;
    height: 100%
}

/* Rounded corners for the side column footers */

.sideColumn .columnFooter,
.columnFooter .footerCenter,
.columnFooter .cornerFooterLeft,
.columnFooter .cornerFooterRight{
    height:5px;
    font-size: 2px;
    overflow: hidden;
}

.columnFooter .footerCenter {
    margin: 0 10px;
    background: url(../images/layout/nav_bg_bottom.png) repeat-x left top;
}

.columnFooter .cornerFooterRight {
    background: url(../images/layout/nav_bg_bottom.png) no-repeat 100% -6px;
}

.columnFooter .cornerFooterLeft {
    background: url(../images/layout/nav_bg_bottom.png) no-repeat 0 -12px;
}

/*Scroll for the content / footer*/

.columnCenter .scrollFooter,
.scrollFooter .scrollFooterCenter,
.scrollFooter .scrollFooterLeft,
.scrollFooter .scrollFooterRight,
.columnCenter .scrollHeader,
.scrollHeader .scrollHeaderCenter,
.scrollHeader .scrollHeaderLeft,
.scrollHeader .scrollHeaderRight{
    height: 8px;
    font-size: 2px;
    overflow: hidden;
}

.scrollFooter .scrollFooterCenter,
.scrollHeader .scrollHeaderCenter {
    margin: 0 8px;
    background: url(../images/layout/scroll_edges_tb.png) repeat-x left bottom;
}

.scrollHeader .scrollHeaderCenter {
    background-position: left top;
}

.scrollFooter .scrollFooterLeft,
.scrollFooter .scrollFooterRight,
.scrollHeader .scrollHeaderLeft,
.scrollHeader .scrollHeaderRight {
    background: url(../images/layout/scroll_corners.png) no-repeat left bottom;
}

.scrollFooter .scrollFooterRight {
    background-position: right bottom;
}

.scrollHeader .scrollHeaderLeft {
    background-position: left top;
}

.scrollHeader .scrollHeaderRight {
    background-position: right top;
}

.contentOuter {
    padding: 0 0 0 8px;
    background: url(../images/layout/scroll_edges_lr.png) repeat-y left top;
    height: 100%;
}

.contentInner {
    padding: 0 8px 0 0;
    background: url(../images/layout/scroll_edges_lr.png) repeat-y right top;
    height: 100%;
}

#content,
#footer {
    background: #D9B992 url(../images/layout/scroll_bg.jpg) repeat left top;
    height: 100%;
    padding: 0.5em;
    margin: 0;
    overflow: hidden;
}

.author,
.contributors,
.previousAuthors {
    text-align:center;
}

.contentMenu {
    border: 1px solid #372d21;
    background: #74624B;
    padding: 2px 0 1px 0;
    margin: 0 0 3px 0;
    box-shadow: 0px 2px 3px #555;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.contentMenu a {
    color: #2c2114;
}

.contentMenu a:hover {
    color: #1d160d;
}

.intro p {
    text-shadow: 10px 10px 0 rgba(255,255,255,0.07);
}

.intro p:first-child:first-letter {
    font-size: 36px;
    font-family: "Open Sans", Tahoma, sans-serif;
    float: left;
    margin: 5px 6px 0 0;
    line-height: 0.8;
    color: #111;
    text-shadow: 2px 2px 3px #000;
}

.credits {
    padding: 0 0 20px 0;
    color: #222;
}

#pageUpdateInfo {
    border-top: 1px solid #CA9D6D;
    font-size: 12px;
    margin: 4px 0;
    padding: 4px 0 0 0;
}

/* Top user menu */
#userMenu {
    position: relative;
    float: right;
    padding: 0;
    margin: 0;
    width: auto;
    line-height: 100%;
    z-index: 1000;
}

#userMenu li {
    margin: 0 5px;
    padding: 0 0 .3em 0;
    float: right;
    position: relative;
    list-style: none;
}

#userMenu a {
    display: block;
    font-size: .9em;
    text-decoration: none;
    background: url(../images/icons/24x24/sprites.png) no-repeat;
    margin: 0;
    height: 24px;
    width: 24px;
}

#userMenu a span,
ul.breadcrumbs li a span
{
    display: none;
}

#userMenu a:hover {

}

#userMenu li:hover > a {

}

html[xmlns] #userMenu {
    display: block;
}

* html #userMenu {
    height: 1%;
}

#userMenu a.updateResource {
    background-position: 0px -49px;
}

#userMenu a.userHighscores {
    background-position: 0px -145px;
}

#userMenu a.userQuests {
    background-position: 0px -97px;
}

#userMenu a.contentCorrect {
    background-position: 0px -183px;
}

/* Breadcrumbs */

ul.breadcrumbs {
    margin: 0 0 0 5px;
    padding: 0;
    list-style: none;
    float: left;
    width: auto;
    overflow: hidden;
}

ul.breadcrumbs li {
  float: left;
  margin: 0 .5em 0 1em;
  height: 26px;
}

ul.breadcrumbs li a {
  background: #927957;
  padding: 0.4em 0.25em;
  float: left;
  text-decoration: none;
  color: #211a11;
  text-shadow: 0 1px 0 rgba(174,153,124,0.5);
  font-size: 9pt;
  position: relative;
}

ul.breadcrumbs a:hover {
  background: #60513e;
  color: #927957;
  text-shadow: 0 1px 0 rgba(55,44,31,0.5);
}

ul.breadcrumbs a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #927957 #927957 #927957 transparent;
  left: -1em;
}

ul.breadcrumbs a:hover::before {
  border-color: #60513e #60513e #60513e transparent;
}

ul.breadcrumbs a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #927957;
  right: -1em;
}

ul.breadcrumbs a:hover::after {
  border-left-color: #60513e;
}

ul.breadcrumbs .current,
ul.breadcrumbs .current:hover {
    font-weight: bold;
    background: none;
}

ul.breadcrumbs .current:hover {
    color: #111;
    text-shadow: 0 1px 0 rgba(174,153,124,0.5);
}

ul.breadcrumbs .current::after,
ul.breadcrumbs .current::before {
    content: normal;
}

.breadcrumbs li.home {
    padding: 0;
}

.breadcrumbs li.home a {
    display: block;
    background-image: url(../images/icons/16x16/home.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 16px;
    padding-left: 16px;
}

/*ul.breadcrumbs,
ul.breadcrumbs li {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
    height: 26px;
    line-height: 26px;
}

ul.breadcrumbs {
    height: 2em;
    line-height: 2em;
    margin-left: 3px;
}

.breadcrumbs li {
    font-size: 12px;
    color: #222;
    width: auto;
}

.breadcrumbs li a {
    display: block;
    padding: 0 15px 0 25px;
    height: 26px;
    width: auto;
    float: left;
    background: url(../images/icons/12x12/arrow_right_brown.png) no-repeat right center;
}

.breadcrumbs li.last a {
    background: none;
    padding: 0;
}

.breadcrumbs li.last {
    padding: 0 15px 0 5px;
}*/



/*Footer*/

#siteCredits {
    font-size: 12px;
    text-align: center;
    margin: 4px 0;
    padding: 4px 0 0 0;
    border-top: 1px solid #CA9D6D;
    color: #222;
}

#pageFooter {
    margin: 0.2em 0 0 0;
}

#pageFooter .column {
    width: 155px;
    float: left;
}

#pageFooter .columnAward {
    width: 100px;
    float: right;
    margin-right: 1em;
}

#pageFooter .column h4 {
    font-size: 16px;
    margin: 4px 0 8px 0;
}

ul.footerNav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footerNav li {
    margin: 0 0 4px 0;
    font-size: 11px;
    height: 16px;
}

ul.footerNav li a {
    display: block;
}

ul.footerNav li a:hover {
    color: #57432B;
}

ul.iconNav li a {
    background: url(../images/icons/16x16/sprites_social.png) no-repeat;
}

.footerSpacer {
    height: 4px;
}

ul.iconNav li a.iconLink {
    padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: left center;
    height: 16px;
    line-height: 16px;
}

ul.iconNav li a.twitterFollow  {
    background-position: 0 -102px;
}

ul.iconNav li a.facebookLike {
    background-position: 0 -34px;
}

ul.iconNav li a.feedAdd {
    background-position: 0 -136px;
}

ul.iconNav li a.contactUs {
    background-position: 0 -119px;
}

/*Latest News stuff for homepage*/

.headlines {
    width: 543px;
    height: 156px;
    margin: 0 auto;
    padding: 27px 0 0 23px;
    background: url(../images/layout/headline_box.png) no-repeat;
}

.headlines .newsContainer {
    border: 1px solid #b19879;
    background: #DCBA94;
    height: 120px;
    margin: 4px;
    overflow: hidden;
}

.headlines .forumUpdates,
.headlines .rsUpdates {
    float: left;
    width: 255px;
}

.headlines .rsUpdates {
    margin-left: 10px;
}

.headlines ul{
    margin: 0;
    padding: 0;
    list-style: none;
    background: #F7D3A6;
}

.headlines ul li {
    position: relative;
    height: 92px;
    overflow: hidden;
    border-top: 1px solid #CA9D6D;
    padding-left: 4px;
    margin: 0;
    padding: 2px;
    list-style: none;
}

div.headlines ul li a.feedTitle {
    font-weight: bold;
    font-size: 8.5pt;
}

div.headlines ul li a.feedTitle:hover {
    text-decoration: none;
}

div.headlines ul li span.feedDate {
    display: block;
    float: left;
    width: 46px;
    color: #eee;
    font-size: 7.5pt;
    background: #74624B;
    border: 1px solid #372D21;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 2px;
    margin: 1px 2px 0 0;
    cursor: default;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.headlines ul li div.feedDescription {
    font-size: 8pt;
    line-height: 18px;
    padding: 2px 1px 1px 1px;
}

.headlines h3 {
    background: #E9C7A1 url(../images/layout/headline_header.png);
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #251B11;
    width: 100%;
    height: 24px;
    border: 0;
    padding: 0;
    margin: 0;
}

.headlines h3 a {
    text-decoration: none;
}

ul.tweetTicker {
    background: url(../images/icons/24x24/twitter_grey_bird.png) no-repeat left center;
    width: 424px;
    height: 26px;
    margin: 0;
    padding: 0 4px 0 26px;
    list-style: none;
    float: left;
    overflow: hidden;
}

ul.tweetTicker li {
    padding: 0;
    margin: 0;
    display: none;
    line-height: 9.5pt;
}

ul.tweetTicker li:first-child {
    display: list-item;
}

ul.tweetTicker li span {
    font-size: 7.75pt;
    color: #d5cabc;
}

ul.tweetTicker li a {
    color: #d5cabc;
}

ul.tweetTicker li a:hover {
    text-decoration: none;
    color: #d1c2af;
}

ul.tweetTicker li a.statusName {
    font-weight: bold;
}

ul.tweetTicker li span.statusInfo,
ul.tweetTicker li span.statusInfo a {
    color: #d0b899;
    white-space: nowrap;
    text-wrap: none;
}

ul.tweetTicker li span.statusInfo a:hover {
    color: #d3c4b0;
}

ul.sidebarTweets {
    margin: 8px 8px 0 8px;
}

ul.sidebarTweets li p {
    font-size: 8.5pt;
    margin: 0;
}

ul.sidebarTweets li p.status {
    background: #947f64;
    color: #e1d8cc;
    border-radius: 5px;
    padding: 7px;
}

ul.sidebarTweets li p.status a {
    color: #eee;
}

ul.sidebarTweets li p.statusInfo {
    background: url(../images/layout/twitter_arrow.png) no-repeat 7px 0;
    font-size: 7.5pt;
    margin: 0 0 20px 0;
    padding: 7px 0 0 22px;
    color: #645643;
}

/* Website news post styles */

.sitePost {
    padding: 10px 0 10px 0;
    width: 98%;
    position: static;
    text-align: center;
    margin: auto;
}

.sitePost h2 {
    height: 28px;
    line-height: 28px;
    background: #CAA378 url(../images/layout/post_header.png) no-repeat;
    padding: 0 8px;
    margin: 0;
    border: 1px solid #A99174;
    border-bottom: 0;
    font-size: 18px;
    text-align: left;
    text-shadow: none;
    -webkit-border-top-left-radius: 0.6em;
    -moz-border-radius-topleft: 0.6em;
    -webkit-border-top-right-radius: 0.6em;
    -moz-border-radius-topright: 0.6em;
    border-top-left-radius: 0.6em;
    border-top-right-radius: 0.6em;
}

.sitePost h2 a {
    color: #251B11;
}

.sitePost p.publishInfo {
    color: #333;
    margin: 1em;
    font-size: 12px;
}

p.publishInfo span.author {
    color: #111;
}

.sitePost .postContent {
    border: 1px solid #A99174;
    background: #e4c298;
    font-size: 11px;
    text-align: left;
    -webkit-border-bottom-left-radius: 0.6em;
    -moz-border-radius-bottomleft: 0.6em;
    -webkit-border-bottom-right-radius: 0.6em;
    -moz-border-radius-bottomright: 0.6em;
    border-bottom-left-radius: 0.6em;
    border-bottom-right-radius: 0.6em;
}

.sitePost p {
    margin: 1em;
}

.postMeta {
    padding: 4px;
    color: #222;
    font-size: 12px;
    background: #ddbb97;
    border: 1px solid #b19879;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.blogPost .postDetails {
    font-size: 11px;
    color: #222;
    margin-top: 0.5em;
}

.blogPost .postMeta {
    padding: 4px;
    color: #222;
    background: transparent;
    border: 1px solid #CA9D6D;
    font-size: 11px;
}

.blogPost .postEntry {
    margin: 1.4em 0;
}

.pollSubmitTable {
    margin: 0 auto;
    text-align: center;
}

/* Twitter styles */

#feedContainer {
    font-size: 9px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#feedContainer {
    display: block;
    padding: 0;
    margin: 0;
}

#feedContainer .feedTitle {
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
    background: #E0BC90;
    color: #50290F;
}

#feedContainer .publishDate,
#feedContainer .publishDate a {
    color: #7F4D17;
}

#feedContainer .feedGroup {
    padding: 0;
    margin: 0;
    border-top: 1px dashed #CA9D6D;
}

#feedContainer .feedGroup:first-child {
    border-top: 0;
}

#feedContainer .feedGroup .feedEntry {
    border: 0;
    list-style: none;
    overflow: auto;
    padding: 0 4px;
}

#feedContainer .feedInit {
    height: 50px;
    margin: 20px 0 0 0;
}

#feedContainer .feedInit .loading {
    height: 16px;
}

#feedContainer .feedEntries {
    border-top: 1px dashed #CA9D6D;
}

#feedContainer .more {
    text-align: center;
    display: block;
    margin: 2px 0;
}

/* Social Media Bar */

.socialMediaBar {
    height: 32px;
    padding: 6px 0;
    margin: 1em 1.5em 1.1em 1.5em;
    border: 1px solid #B19879;
    border-left: 0;
    border-right: 0;
}

.socialMediaBar p {
    margin: 7px 20px 0 15px;
    font-weight: bold;
    color: #403224;
    float: left;
}

.socialMediaBar .socialButton {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 4px;
    background: url(../images/icons/32x32/sprite_social_icons.png) no-repeat;
}

.socialMediaBar .facebook {
    background-position: 0 0;
}

.socialMediaBar .google {
    background-position: 0 -32px;
}

.socialMediaBar .reddit {
    background-position: 0 -64px;
}

.socialMediaBar .twitter {
    background-position: 0 -96px;
}

/* TOC */

.toc {
    width: 300px;
    border: 1px solid #7F4D17;
    background: #E2BC93 url(../images/layout/toc_bg.png) repeat-x top left;
    -moz-border-radius: 0.6em;
    -o-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
    float: left;
}

.toc h3 {
    background: #CAA378 url(../images/layout/toc_header.png) no-repeat;
    border-bottom: 1px solid #7F4D17;
    text-align: center;
    text-decoration: none;
    font-size: 11pt;
    height: 20px;
    color: #3F2408;
    margin: 0;
    padding: 2px 0 0 0;
    -webkit-border-top-left-radius: 0.6em;
    -moz-border-radius-topleft: 0.6em;
    -webkit-border-top-right-radius: 0.6em;
    -moz-border-radius-topright: 0.6em;
    border-top-left-radius: 0.6em;
    border-top-right-radius: 0.6em;
}

.toc .tocToggle {
    font-size: 11px;
    text-align: right;
    margin: 4px 4px 0 0;
}

.toc ul {
    list-style-type: none;
    padding-left: 4px;
    margin: 0.5em 0 1em 0.3em;
}

.toc ul li {
    display: block;
    list-style: none;
    font-size: 11px;
    line-height: 16px;
    width: 100%;
    clear: both;
}

.toc ul li a.tocParent {
    width: auto;
    float: left;
    clear: left;
}

.toc ul li .navHandle {
    float: left;
    margin: 1px 4px 0 5px;
    width: 13px;
    height: 13px;
    clear: right;
}

.toc ul li ul {
    padding-left: 16px;
    margin: 0;
    clear: both;
}

.toc .emptyHeading {
    background: url(../images/layout/nav_empty.png) no-repeat;
    cursor: default;
}

/* Highlighted highscore data */

.help { }

.canPerform,
.max {
    color: #1D6F18;
    cursor: default;
}

.cantPerform,
.min {
    color: #c00;
    cursor: default;
}

.itemSubmit {
    font-style: italic;
}

/* Tables */
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table.classyTable,
table.equipmentTable {
    background: #BE9868;
    border: .2em solid #7F5F27;
    margin: .5em auto;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    width: 90%;
}

table.invisibleTable {
    width: auto;
    border: 0;
    margin: .5em auto;
}

table.classyTable th,
table.classyTable td {
    border: 1px solid #381F04;
    text-align: center;
    font-size: 11px;
}

table.classyTable th {
    padding: 3px 0;
    font-size: 12px;
}

table.invisibleTable td,
table.invisibleTable th {
    padding: 0 0.4em 0.4em 0.4em;
    text-align: center;
}

table th.left,
table td.left,
table td ul {
    text-align: left;
}

table.classyTable th.header {
    background: #CE9C70 url(../images/layout/table_header.png);
    color: #2b1903;
}

table.classyTable thead {
    background: #BD976A;
}

/* Sorting table columns */

th.sorting a,
th.sorting_desc a,
th.sorting_asc a {
    color: #000;
    display: block;
}

th.sorting a:hover,
th.sorting_desc a:hover,
th.sorting_asc a:hover {
    text-decoration: none;
}

div.pagination {
    width: auto;
    height: 22px;
    line-height: 16px;
    margin: 4px 2% 6px 0;
    padding: 0;
    float: right;
}

table.indexTable .title a {
    display: block;
    width: 100%;
}

/* Adverts */

#advertContentTop {
    position: relative;
    z-index: 1000;
    width: 300px;
    height: 250px;
    padding: 8px;
    margin-left: 5px;
    float: right;
    background:  url(../images/layout/box_border_lg_rect.png) no-repeat;
}

#advertPageFooter {
    position: relative;
    z-index: 1000;
    clear: both;
    width: 728px;
    height: 90px;
    padding: 8px;
    margin: 16px auto;
    background:  url(../images/layout/box_border_wide.png) no-repeat;
}

.advertFrameInner {
    position: relative;
    z-index: 999;
    text-align: center;
    font-size: 11px;
    background: #CBAE8B;
    height: 100%;
    overflow: hidden;
}

.advertSidebar {
    height: 600px;
    width: 160px;
    overflow: hidden;
    margin: 3px auto;
    text-align: center;
}

/* DataTables */

.dataTables_wrapper {
    position: relative;
    clear: both;
    margin: 0 auto;
}

.dataTables_processing {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 250px;
    height: 30px;
    margin: -15px 0 0 -125px;
    padding: 14px 0 2px 0;
    border: 2px solid #222;
    text-align: center;
    color: #999;
    font-size: 14px;
    background: url(../images/layout/grey_trans_75.png);
    -moz-border-radius: 0.6em;
    -o-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
}

.dataTables_length {
    width: auto;
    float: left;
    margin: 10px 0 10px 5%;
}

.dataTables_filter {
    width: auto;
    max-width: 50%;
    float: left;
    margin: 4px 0 4px 0;
}

.noPaging .dataTables_filter {
    max-width: 100%;
}

.dataTables_filter label {
    margin-top: 6px;
}

.dataTables_filter label.filterLabel {
    margin-top: 2px;
}

.dataTables_filter label input {
    float: none;
}

.dataTables_info {
    width: auto;
    float: left;
    margin:  5px 0 5px 5%;
    font-size: 0.9em;
    color: #222;
}

.dataTables_paginate {
    float: right;
    text-align: right;
    margin: 4px 5% 4px 0;
}

.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
    height: 19px;
    width: 19px;
    margin-left: 3px;
    float: left;
}

table.dataTable thead th {
    padding: 3px 18px 3px 10px;
}

th.sorting,
th.sorting_asc,
th.sorting_desc {
    cursor: pointer;
}

th.header {
    cursor: default;
}

th.sorting_asc {
    background: #AC875A url(../images/icons/16x16/sort_asc.gif) no-repeat center right;
}

th.sorting_desc {
    background: #AC875A url(../images/icons/16x16/sort_desc.gif) no-repeat center right;
}

th.sorting,
th.sorting_asc_disabled,
th.sorting_desc_disabled {
    background: #BD976A url(../images/icons/16x16/sort_both.gif) no-repeat center right;
}

tr.odd {
    background: #C59F70;
}

tr.even {
    background: #BE9868;
}

.top,
.bottom {
    padding: 15px;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

.top .dataTables_info {
    float: none;
}

.dataTables_empty {
    text-align: center;
}

.paging_full_numbers {
    width: auto;
    height: 22px;
    line-height: 22px;
}

span.paginate_button,
span.paginate_active {
    float: left;
    border: 1px solid #8F622C;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    -moz-border-radius: 0.6em;
    -o-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
}

span.paginate_button {
    background: #D7AE85;
}

span.paginate_button:hover {
    background: #DFBC8C;
    border-color: #8F622C;
}

span.paginate_button a {
    display: block;
}

span.paginate_button a:hover {
    text-decoration: none;
}

span.paginate_active {
    background: #DFBC8C;
    color: #57432B;
    cursor: default;
    font-weight: bold;
}

.dataTables_paginate .paginate_button {
    float: none;
}

div.tableInfo {
    clear: both;
}

.clear {
    clear: both;
}

.loading {
    background-image: url(../images/icons/16x16/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

input.loading {
    background-position: right center;
}

.questDifficultyBar {
    height: 16px;
    background: url(../images/icons/16x16/sword.gif) repeat-x left center;
    margin: 1px auto;
}

.questDifficultyBar span {
    display: none;
}

.questComplete,
.questIncomplete {
    width: 16px;
    height: 16px;
    float: right;
    background: url(../images/icons/16x16/check.png) no-repeat center center;
}

.questIncomplete {
    background-image: url(../images/icons/16x16/uncheck.png);
}

/* Icon links */

a.iconButton,
a.icon {
    display: block;
    text-decoration: none;
    text-align: left;
    height: 16px;
    line-height: 14px;
    width: auto;
    font-size: 11px;
    color: #4F2F0C;
    border: 1px solid #7F5F27;
    background-color: #DFBC8C;
    background-position: 2px 50%;
    background-repeat: no-repeat;
    padding: 5px 4px 2px 22px;
    margin: 0 2px;
    overflow: hidden;
    -moz-border-radius: 0.6em;
    -o-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
}

a.iconButton:hover,
a.icon:hover {
    background-color: #CFAB81;
}

a.icon {
    background-position: center center;
    width: 16px;
    padding: 4px;
}

a.icon span {
    display: none;
}

/**
 * Auto Complete 5.1
 * April 13, 2010
 * Corey Hart @ http://www.codenothing.com
*/

ul.auto-complete-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    max-height: 250px;
    overflow: auto;
    background: transparent url(../images/layout/grey_trans_75.png);
    border: 1px solid #222;
}

ul.auto-complete-list li {
    list-style-type: none;
    margin: 0;
    padding: 2px 4px;
    border: 1px solid #222;
    border-top: 0;
    color: #9F9F9F;
    cursor: pointer;
    font-size: 11px;
}

ul.auto-complete-list li.auto-complete-list-rollover {
    background: url(../images/layout/grey_trans_75.png);
}

/* Browser-specific CSS fixes */

.opera input.siteSearchInput {
    top: 29px;
}

.ff2 input.siteSearchInput {
    top: 31px;
}

.opera input.siteSearchButton {
    left: 32px;
}

.opera .pollArchive {
    margin-top: -7px;
}

.opera td.radio input {
    margin-left: 3px;
}

/*Remove button padding in FF*/
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Content Styles */

img.right {
    float: right;
}

img.left {
    float: left;
}

img.center {
    display: block;
    margin: 0 auto;
}

img.middle {
    vertical-align: middle;
    margin-bottom: .25em;
}

img.frame {
    border-width: 1px;
    border-style: solid;
    border-color: #b19879 #9e886c #927e64 #a99174;
    background: #cbae8b;
    padding: 5px;
    box-shadow: 0px 2px 3px #555;
}

div.center {
    text-align: center;
}

div.center img.frame {
    margin: 0 1px;
}

.members {
    font-style: italic;
}

/* Content Messages */

p.error,
p.success,
p.info,
p.contentWarn,
div.contentWarn,
p.contentTip,
div.contentTip,
p.contentNote,
div.contentNote,
p.contentObsolete {
    padding: 3px 3px 3px 32px;
    line-height: 20px;
    color: #000;
    clear: left;
    margin: 0 1em .5em 1em;
    -moz-border-radius: 0.6em;
    -o-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
}

p.contentWarn,
div.contentWarn,
p.contentTip,
div.contentTip,
p.contentNote,
div.contentNote,
p.contentObsolete {
    margin: 1em;
}

p.success,
p.contentTip,
div.contentTip {
    border: 1px solid #215E21;
    background: #78AB46 url(../images/icons/24x24/success.png) no-repeat 4px 50%;
}

p.info,
p.contentNote,
div.contentNote {
    border: 1px solid #457F9F;
    background: #A7CBDF url(../images/icons/24x24/info.png) no-repeat 4px 50%;
}
p.error,
p.contentWarn,
div.contentWarn,
p.contentObsolete {
    border: 1px solid #9E0508;
    background: #F08080 url(../images/icons/24x24/warning.png) no-repeat 4px 50%;
}

p.contentObsolete {
    background: #C0C0C0 url(../images/icons/24x24/obsolete.png) no-repeat 4px 50%;
}

p.error {
    background-image: url(../images/icons/24x24/error.png);
}

td.left {
    text-align: left;
}

table.equipmentTable {
    width: auto;
}

.equipmentTable td {
    white-space: nowrap;
    min-width: 15px;
}

.equipmentTable th {
    height: 53px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.equipmentTable th.header {
    height: auto;
    width: auto;
}

.equipmentTable th b {
    display: none;
}

th.equipStab {
    background-image: url(../images/layout/stab.gif);
}

th.equipSlash {
    background-image: url(../images/layout/slash.gif);
}

th.equipCrush {
    background-image: url(../images/layout/crush.gif);
}

th.equipMagic {
    background-image: url(../images/layout/magic.gif);
}

th.equipRanged {
    background-image: url(../images/layout/ranged.gif);
}

th.equipSummoning {
    background-image: url(../images/layout/summoning.gif);
}

th.equipStrength {
    background-image: url(../images/layout/strength.gif);
}

th.equipPrayer {
    background-image: url(../images/layout/prayer.gif);
}

th.equipRangedStrength {
    background-image: url(../images/layout/ranged-strength.gif);
}

th.equipMagicDamage {
    background-image: url(../images/layout/magic-damage.gif);
}

th.equipAbsorbMelee {
    background-image: url(../images/layout/melee.gif);
}

th.equipAbsorbMagic {
    background-image: url(../images/layout/magic.gif);
}

th.equipAbsorbRanged {
    background-image: url(../images/layout/ranged.gif);
}

/* fancyBox v2.1.3 - www.fancyapps.com */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #111;
    color: #efefef;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #017EBF;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Open Sans",Verdana,Tahoma,Serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span,
.fancybox-help {
    background-image: url(../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -144px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/fancybox/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -72px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -108px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    /*overflow: hidden;*/
    margin-right: 0 !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
}

.fancybox-title {
    visibility: hidden;
    font: normal 12px/20px "Open Sans",Verdana,Tahoma,Serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/* Custom fancyBox styles */

.fancybox-drag {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-image {
    position: relative;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}

.fancybox-help {
    position: absolute;
    background-position: 0 -36px;
    top: -16px;
    left: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

/* qTip2 - www.craigsworks.com */

.qtip{
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 325px;
    min-width: 50px;
    font-size: 11px;
    line-height: 12px;
    direction: ltr;
}

.qtip-content{
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
    line-height: 1.2em;
}

.qtip-titlebar{
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold;
}

.qtip-titlebar + .qtip-content{
    border-top-width: 0 !important;
}

.qtip-close{
    position: absolute;
    right: -9px; top: -9px;
    cursor: pointer;
    outline: medium none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.qtip-titlebar .qtip-close{
    right: 4px; top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close{
    top: 16px;
} /* IE fix */

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon{
    display: block;
    text-indent: -1000em;
    direction: ltr;
    vertical-align: middle;
}

.qtip-icon, .qtip-icon .ui-icon{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.qtip-icon .ui-icon{
    width: 18px;
    height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal bold 10px/13px Tahoma,sans-serif;
    color: inherit;
    background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

.qtip-title {

}

.qtip-sals{
    border: 3px solid #897559;
    background: #ccbdaa;
    color: #444;
}

.qtip-sals .qtip-titlebar {
    background: #897559;
    color: #4e412e;
    text-shadow: 0 1px 0 rgba(174,153,124,0.5);
    font-size: 14px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.qtip-sals .qtip-titlebar a {
    color: #4e412e;
    text-decoration: none;
}

.qtip-sals .qtip-icon{
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}

.qtip-sals .qtip-titlebar .qtip-close{
    border-color: #AAA;
    color: #111;
}

/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
    filter: none;
    -ms-filter: none;
}

/* Tips plugin */
.qtip .qtip-tip{
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml{
    position: absolute;
    background: #ccbdaa;
    border: 0 dashed transparent;
}

.qtip .qtip-tip canvas{ top: 0; left: 0; }

.qtip .qtip-tip .qtip-vml{
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible;
}
/* Modal plugin */
#qtip-overlay{
    position: fixed;
    left: -10000em;
    top: -10000em;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs{ cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div{
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: black;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


/* IE6 Modal plugin fix */
.qtipmodal-ie6fix{
    position: absolute !important;
}

/* Special qTip styles */

.qtipIcons {
    height: 16px;
    margin-bottom: 2px;
}

.qtipIcons > div {
    padding-right: 2px;
}

.qtipField {
    padding-top: 3px;
}

.qtipMember,
.qtipFreeplay {
    background: url(../images/icons/16x16/sprites_stars.png) no-repeat left top;
    width: 17px;
    height: 16px;
    float: right;
}

.qtipFreeplay {
    background-position: left -16px;
}

.qtipTradeable,
.qtipNonTradeable {
    background: url(../images/icons/16x16/sprites_trade.png) no-repeat left top;
    width: 15px;
    height: 15px;
    float: right;
}

.qtipTradeable {
    background-position: left -14px;
}

.qtipAlchemy,
.qtipNonAlchemy {
    background: url(../images/icons/16x16/sprites_alchemy.png) no-repeat left top;
    width: 15px;
    height: 15px;
    float: right;
}

.qtipAlchemy {
    background-position: left -14px;
}

.qtipQuestComplete,
.qtipQuestIncomplete {
    background: url(../images/icons/16x16/sprites_quest.png) no-repeat left top;
    width: 16px;
    height: 16px;
    float: right;
}

.qtipQuestComplete {
    background-position: left -16px;
}

.qtip-content .loading {
    height: 50px;
    width: 100%;
    min-width: 150px;
    background-position: center center;
}

.qtip-content ul {
    margin-left: 12px;
    padding: 0 0 4px 6px;
    list-style: square;
}

/* Google site Search Overlay */

div.gsc-control-wrapper-cse form.gsc-search-box {
    display: none;
}

div.gsc-results-wrapper-overlay {
    background-color: #111;
    font-family: "Open Sans", Verdana, Tahoma, Serif;
    border: 2px solid #017EBF;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    overflow: visible;
    width: 80%;
    height: 86%;
    padding: 10px;
    left: 9%;
}

div.gsc-results-wrapper-overlay-inner {
    background: #c1a27e;
    height: 100%;
    overflow: auto;
}

div.gsc-results-wrapper-overlay-inner > div {
    margin-left: 20px;
    margin-right: 20px;
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
    font-family: "Open Sans", Verdana, Tahoma, Serif;
    font-size: 9pt;
}

.gsc-control-cse table.gsc-table-result {
    font-family: "Open Sans", Verdana, Tahoma, Serif;
}

div.gsc-above-wrapper-area {
    border: 0;
}

div.gsc-modal-background-image {
    background-color: #111;
}

.gsc-control-cse div.gsc-results-close-btn {
    background: url(../images/fancybox/fancybox_sprite.png) no-repeat 0 0;
    position: absolute;
    margin-top: -38px;
    margin-right: -38px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    float: none;
}

div.gsc-tabsArea {
    border: 0;
}

.cse .gsc-tabsArea, div.gsc-tabsArea {
    border-bottom: 1px solid #74624b;
}

div.gsc-tabHeader {
    background-color: #927957;
    font-variant: small-caps;
    letter-spacing: 1px;
    border-radius: 2px 2px 0 0;
}

.gsc-tabsArea .gsc-tabHeader.gsc-tabhActive {
    background: #74624B;
    border: 1px solid #74624b;
    border-bottom: 0;
}

.gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive {
    background: #927957;
    color: #222;
    border: 1px solid #74624b;
    border-bottom: 0;
}

.gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive:hover {
    color: #111;
}

.cse .gsc-control-cse div.gs-result,
.gsc-control-cse div.gs-result {
    border: 1px solid #74624B;
    border-radius: 18px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.gsc-resultsRoot .gsc-webResult.gsc-result,
.gsc-resultsRoot .gsc-webResult.gsc-result:hover {
    border: 0;
}

.gs-result div.gsc-table-result,
.gs-result div.gsc-thumbnail-inside,
.gs-result div.gsc-url-top {
    padding: 0;
}

.gs-result div.gs-title {
    background: #927957;
    border-radius: 17px 17px 0 0;
    padding: 8px 14px 8px 14px;
    border: 0;
}

.gsc-control-cse .gsc-result .gs-title > * {
    color: #594932;
    border: 0;
}

.gsc-control-cse .gsc-result .gs-title > *:hover,
.gsc-control-cse .gsc-result .gs-title > *:hover > b {
    color: #372e22;
}

div.gsc-result-info,
div.gsc-orderby-label,
div.gsc-option-menu-item {
    color: #444;
}

.cse .gsc-control-cse div.gsc-selected-option-container,
.gsc-control-cse div.gsc-selected-option-container {
    background-color: #9a7b52;
    background: -moz-linear-gradient(top, #c9b394, #b89d79);
    background: -webkit-gradient(linear, left top, left bottom, from(#c9b394), to(#b89d79));
    background: -o-linear-gradient(rgb(201,179,148),rgb(184,157,121));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9b394', endColorstr='#b89d79');
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.cse .gsc-control-cse div.gsc-selected-option-container:hover,
.gsc-control-cse div.gsc-selected-option-container:hover {
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.gsc-control-cse div.gsc-option-selector {
    background: url(../images/icons/12x12/arrow_down.png) no-repeat 0 0;
    height: 7px;
    margin: 0;
}

.gsc-control-cse div.gsc-option-menu {
    background: #c9b394;
}

.cse .gsc-control-cse div.gsc-option-menu-item-highlighted,
.gsc-control-cse div.gsc-option-menu-item-highlighted {
    background: #74624B;
    border-color: #74624B;
    color: #222;
}

.gsc-control-cse .gsc-url-top {
    display: none;
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
    color: #0a4363;
}

.gsc-preview-reviews,
.gsc-control-cse .gs-snippet,
.gsc-control-cse .gs-promotion em,
.gsc-control-cse .gs-snippet,
.gsc-control-cse .gs-promotion em {
    font-family: "Open Sans", Verdana, Tahoma, Serif;
    margin: 10px 16px;
}

.gsc-control-cse div.gs-per-result-labels {
    height: 16px;
    margin: 0 10px 12px 10px;
}

.gsc-control-cse .gs-per-result-labels > span {
    display: none;
}

.gsc-control-cse .gs-webResult div.gs-per-result-labels > a.gs-label {
    display: block;
    margin: 0 1px;
    float: left;
    text-decoration: none;
    font-size: 9pt;
    color: #333;
    border: 1px solid #927957;
    background-color: #9a7b52;
    padding: 3px 6px;
    background: -moz-linear-gradient(top, #c9b394, #b89d79);
    background: -webkit-gradient(linear, left top, left bottom, from(#c9b394), to(#b89d79));
    background: -o-linear-gradient(rgb(201,179,148),rgb(184,157,121));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9b394', endColorstr='#b89d79');
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 11px;
}

.gsc-control-cse .gs-webResult div.gs-per-result-labels > a.gs-label:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

div.gsc-results div.gsc-cursor {
    display: block;
    text-align: center;
}

div.gsc-results div.gsc-cursor div.gsc-cursor-page {
    padding: 0 5px;
    border: 1px solid #4c4031;
    color: #333;
}

div.gsc-results div.gsc-cursor div.gsc-cursor-page:hover {
    background: #ad906f;
    text-decoration: none;
}

div.gsc-results div.gsc-cursor div.gsc-cursor-current-page {
    background: #3a2e1f;
    color: #fff;
    padding: 0 5px;
    border: 1px solid #3a2e1f;
}

/* Site Search */

ol.searchResults {
    margin: 1em 0;
    padding: 0;
}

ol.searchResults li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #CA9D6D;
}
.searchResultInfo {

}

.searchResultPaging {
    width: 100%;
    text-align: center;
    line-height: 18px;
}

.searchResultPaging span.paginate_button,
.searchResultPaging span.paginate_active {
    display: inline-block;
    width: 30px;
    height: 18px;
    margin: 3px auto;
    padding: 2px 5px;
    padding: 0;
    float: none;
}

.searchResults li {
    font-size: 11px;
}

.searchResults li .updated {
    color: #222;
}

.searchHighlight {
    font-weight: bold;
}

.supporterList ul {
    list-style: none;
    margin: 0 auto 1.33em auto;
    padding: 0 5px;
    width: 100%;
}

/* Gallery and Galleriffic */

#gallery ul.thumbs li,
#albums ul.thumbs li {
    float: left;
    padding: 5px;
    margin: 3px;
    list-style: none;
    width: 92px;
    border-width: 1px;
    border-style: solid;
    border-color: #b19879 #9e886c #927e64 #a99174;
    background: #cbae8b;
    opacity: 0.8;
    text-align: center;
}

#albums ul.thumbs li {
    width: 142px;
    opacity: 0.67;
}

#gallery ul.thumbs li .caption {
    height: 250px;
    overflow: hidden
}

#albums ul.thumbs li .name {
    display: block;
    padding: 0 0 3px 0;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

#albums ul.thumbs li a:hover {
    text-decoration: none;
}

#gallery ul.thumbs li.selected,
#albums ul.thumbs li.selected {
    opacity: 1.0;
    border-width: 2px;
}

#gallery .navigation ul.thumbs li:hover,
#albums ul.thumbs li:hover {
    opacity: 1.0;
}

#gallery .navigation ul.thumbs li img {
    border-width: 1px;
    border-style: solid;
    border-color: #927e64 #a99174 #b19879 #9e886c;
}

#gallery .navigation .pageLink {
    position: relative;
    display: block;
    float: left;
    margin: 2px;
    width: 16px;
    height: 132px;
    visibility: hidden;
    opacity: 0.67;
}

#gallery .navigation .pageLink:focus {
    outline: none;
}

#gallery .navigation .prev {
    background: url(../images/icons/16x16/prev_arrow_black.gif) no-repeat center center;
}

#gallery .navigation .next {
    background: url(../images/icons/16x16/next_arrow_black.gif) no-repeat center center;
}

#gallery .gal_main {
    display: none;
    clear: both;
}

#gallery .navigation-container,
#albums .navigation-container {
    position: relative;
    float: left;
    left: 50%;
}

#gallery .navigation-container .navigation,
#albums .navigation-container .navigation {
    position: relative;
    float: left;
    left: -50%;
}

#gallery .navigation-container .navigation ul.thumbs,
#albums .navigation-container .navigation ul.thumbs {
    position: relative;
    float: left;
    margin: 1.5em 0 0 0;
    padding: 0;
}

#gallery .slideshow-container {
    position: relative;
    clear: both;
    float: left;
    width: 520px;
    margin: 0 0.5em;
    padding: 0.5em;
    text-align: center;
    z-index: 2;
}

#gallery .galleriffic .slideshow-container {
    height: 520px;
}

#gallery .controls {
    height: 23px;
    margin: 5px 0 0 0;
}

#gallery .controls .ss-controls {
    float: left;
}

#gallery .controls .nav-controls {
    float: right;
}

#gallery .controls a {
    padding: 5px;
}

#gallery .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 520px;
    height: 520px;
    background: url(../images/icons/16x16/ajax-loader.gif) no-repeat center center;
}

#gallery .slideshow span.image-wrapper {
    position: absolute;
    display: block;
    top: 30px;
    left: 0;
}

#gallery .slideshow a.advance-link {
    display: block;
    width: 520px;
    height: 520px;
    text-align: center;
}

#gallery .slideshow a.advance-link:hover {
    text-decoration: none;
}

#gallery .slideshow img {
    border-width: 1px;
    border-style: solid;
    border-color: #b19879 #9e886c #927e64 #a99174;
    background: #cbae8b;
    margin: 3px;
    padding: 5px;
}

#gallery .caption-container {
    position: relative;
    margin: 0;
    padding: 30px 0 0 0;
}

#gallery .caption-container h3 {
    margin-top: 0;
    padding-top: 5px;
}

#gallery .image-caption {
    display: block;
    position: absolute;
    top: 30px;
    left: 540px;
    z-index: 1;
}

#gallery .image-desc,
#gallery .image-meta,
#gallery .download {
    font-size: 0.9em;
    line-height: 1.3em;
    color: #222;
}

/* AjaxPoll */

.ajpWrap h3 {
    font-family: "Open Sans", Tahoma, sans-serif;
    font-variant: small-caps;
    text-decoration: none;
    text-shadow: none;
}

/* jQuery UI */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0; 
    clip: rect(0, 0, 0, 0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px; 
}

.ui-helper-reset { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    line-height: 1.3; 
    text-decoration: none; 
    font-size: 100%; 
    list-style: none;
}

.ui-helper-clearfix:before, 
.ui-helper-clearfix:after { 
    content: ""; 
    display: table;
}

.ui-helper-clearfix:after { 
    clear: both; 
}

.ui-helper-clearfix { 
    zoom: 1; 
}

.ui-helper-zfix { 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    position: absolute; 
    opacity: 0; 
    filter: Alpha(Opacity=0);
}

.ui-state-disabled { 
    cursor: default !important;
}

.ui-icon { 
    display: block; 
    text-indent: -99999px; 
    overflow: hidden; 
    background-repeat: no-repeat; 
}

.ui-widget-overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

/* Google Webfonts */

@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Droid Sans Bold"), local("DroidSans-Bold"), url("http://themes.googleusercontent.com/static/fonts/droidsans/v4/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}