body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    min-width: 1000px;
}

#wrapper {
    width: 100%;
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
}

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


/* Header */
header {
    width: 100%;
}
header div.leaderboard {
    float: right;
    width: 728px;
    max-height: 90px;
    margin-right: 7px;
}
header a.logo {
    float: left;
    width: 252px;
    height: 90px;
    background: url("/wp-content/themes/anorakv3/images/new-logo.jpg") 0 0 no-repeat #fff;
}


#header-nav {
    float: left;
    width: 100%;
    background-color: #e11f27;
    height: 40px;
}
#header-nav ul {
    list-style: none;
    float: left;
    padding: 11px 0 5px 15px;
}
#header-nav ul li {
    float: left;
    margin-right: 15px;
    position: relative;
}
#header-nav ul li a {
    color: #fff;
    text-decoration: none;
    text-transform:uppercase;
}
#header-nav ul li a:hover {
    text-decoration: underline;
}
#header-nav ul li > ul {
    display: none;
    position: absolute;
    left: -10px;
    padding: 0;
    width: 200px;
    background-color: #e11f27;
    z-index: 100000;
}
#header-nav ul li > ul li {
    float: left;
    clear: left;
    padding: 5px 10px;
    font-size: 0.9em;
}
#header-nav ul li:hover > ul  {
    display: block;
}
#header-nav form {
    float: right; margin: 6px 5px 0 0;
}
#search-field {
    border: 1px solid #fff;
    height: 24px;
    padding-left: 5px;
    margin-left: 10px;
    float: left;
    display: none;
}
#search-submit {
    display: inline;
}
#header-nav .header-button {
    float: right;
    margin: 10px 2px;
}
#header-nav .social-hideable {
    float: right;
    margin-left: 2px;
    margin-right: 2px;
}
#header-nav span.social-hideable {
    margin-top: 11px;
}

/* Image Slider */
#image-slider  {
    float: left;
    margin: 10px 0 30px 0;
}
#image-slider .prev, #image-slider .next {
    height: 100%;
    width: 30px;
    position: absolute;
    background-color: #ccc;
    opacity: 0.9;
    cursor: pointer;
    z-index: 10;
    top: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#image-slider .prev {
    right: 0;
    background-image: url('images/arrow-r.png');
}
#image-slider .next {
    left: 0;
    background-image: url('images/arrow-l.png');
}
#image-slider .prev:hover, #image-slider .next:hover {
    background-color: #e11f27;
    opacity: 1;
}
a .hover-text {
    position: absolute;
    padding: 2px;
    margin: 0;
    line-height: 1.5em;
    background-color: #e11f27;
    color: white;
    font-size: 10px;
    pointer-events: none;
    z-index: 100;
    display: none;
    width: 104px;
    text-decoration: none;
}
a:hover .hover-text {
    display: block;
}




/* Homepage post list */
#posts {
    width: 100%;
    max-width: 650px;
    float: left;
    padding: 0 7px;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin-bottom: 100px;
}
.post {
    width: 100%;
    clear: both;
    float: left;
    margin: 5px 0 0 0;
    padding: 0 0 5px 0;
    border-bottom: solid 1px #E11F27;
}
.post p {
    margin: 5px 0;
}
.post h3 {
    margin: 5px 0 5px 0;
}
.post h3 a {
    font-family: 'Volkhov', serif;
    color: #5E180F;
    text-decoration: none;
}
.post.sticky-post h3 a {
    color: #D52B32;
}
.post img.thumb {
    float: left;
    display: block;
    margin-right: 5px;
    width: 100px;
    height: 100px;
}
.post img.large-image {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    margin-bottom: 5px;
}
.post span.date, .post span.category {
    font-size: 0.8em;
}
.post span.date {
    font-weight: bold;

    color: #202020;
}
.post span.category {
    float: right;
    font-size: 0.8em;
    background-color: #e11f27;
    min-width: 100px;
    text-align: right;
    padding: 1px 5px 1px 1px;
}
.post span.category a {
    color: #fff;
    text-decoration: none;
}
.post span.comments {
    background-image: url('images/comment_bg.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 6px;
    color: #fff;
    font-size: 0.9em;
    float:right;
    clear: right;
    margin: 5px;
}

.category-blurb {
    font-family: 'Volkhov', serif;
    color: #000;
    font-size: 0.8em;
    line-height: 1.5em;
}


/* Sidebar */

#sidebar {
    width: 300px;
    float: left;
    margin-left: 25px;
}
#sidebar h2 {
    background: url("/wp-content/themes/anorakv3/images/sidebar-a.jpg") 0 0 no-repeat #fff;
    padding-left: 27px;
    color: #231f20;
    font-family: 'Volkhov', serif !important;
    font-size: 1.3em;
    line-height: 1.2em; /* lines up image and text a bit */
}
#sidebbar div.link {
    width: 100%;
}

.recent-comments li p {
    margin: 5px;
}

/* Sidebar : Galleries */
.pic-of-the-day-widget-thumbs {
    float: left;
}
.pic-of-the-day-widget-thumbs  a img {
    display: block;
    margin: 0 5px 5px 0;
}

/* Sidebar : Latest Stroies */
a.latest-post {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #efefef;
    color: #444;
    text-decoration: none;
}
a.latest-post:hover {
    background-color: #E11F27; 
    color: #fff;
    text-decoration: none;
}
.latest-pic {
    width: 100px;
    height: 100px;
    float: right;
    border: 0;
}
.latest-post-text {
    float: left;
    width: 180px;
    height: 90px;
    padding: 5px;
    margin-right: 8px;
    display: block;
    font-size: 0.9em;
    line-height: 1.2em;
}

/* Sidebar : Anorak Spots */
ul.anorakspots {
    width: 100%;
}
ul.anorakspots li {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #efefef;

}
ul.anorakspots li a {
    padding: 5px;
    margin-right: 8px;
    display: block;
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: bold;
    color: #444;
    text-decoration: none;
}
ul.anorakspots li:hover {
    background-color: #E11F27; 
}
ul.anorakspots li:hover a {
    color: #fff;
    text-decoration: none;
}





/* Article */
div.article, #articlesection {
    width: 100%;
    max-width: 650px;
    float: left;
}
h1.articletitle, #articlesection h1 {
    font-family: 'Volkhov', serif !important;
    font-size: 1.8em;
    color: #5E180F;
    margin: 12px 0 6px 0;
}
#articlesection h2 a, h2.title {
    font-family: 'Volkhov', serif !important;
    font-size: 1em;
    color: #5E180F;
    text-decoration: none;
}
#articlesection hr {
    width: 100%;
    border: 0;
    color: #ccc;
    background-color: #ccc;
    height: 2px;
}
.article p {
    margin: 8px 0px 8px 0px;
    font-size: 0.95em;
    line-height: 1.5em;
    color: #000000;
}
.article p.spotter a {
    margin: 8px 0px 8px 0px;
    font-family: georgia, serif;
    color: #da1a35;
    font-weight: bold;
    text-decoration: none;
}
.article p.posted {
    font-family: Georgia,Arial,Helvetica,Geneva,Sans-Serif;
    font-size: 0.75em;
    line-height: 1.8em;
    text-transform: uppercase;
}
.article iframe, .article object {
    max-width: 100%;
}

/* In Pictures */
#in-pictures-gallery {
    width: 100%;
    max-width: 650px;
    float: left;
}
#in-pictures-gallery nav {
    margin: 5px 0 10px 0;
    float: left;
}
#in-pictures-gallery nav a {
    color: #444;
    font-size: 1em;
    display: block;
    float: left;
    padding: 2px 6px;
    border: 1px solid silver;
    border-right: none;
    text-decoration: none;
}
#in-pictures-gallery nav a.z {
    border-right: 1px solid silver;
}
#in-pictures-gallery nav a.ln-selected {
    background-color: #E11F27;
    color: #fff;
}

/* Social Bar */
div.story-social-bar {
    float: left;
    clear: both;
    width: 100%;
    height: 32px;
    margin: 12px 0 12px -2px;
    padding: 4px 0 2px 0;
    background-color: #eee;
}

div.story-social-bar span.date-name a {
    /* color: #666; -- stop disguising the author link as normal text ... */
    /* text-decoration: none; */
}
div.story-social-bar span.date-name {
    float: left;
    margin: 7px 0 0 10px;
    font-size: 0.8em;
    color: #666;
}

div.mini-buttons ul {margin-top: 4px;list-style: none;float: right;}
div.mini-buttons ul li {float: left;}








#pic-of-the-day-widget-nav {
    max-width: 100%;
}
.pic-of-the-day-widget-thumbs {
    width: 90px;
}
.pic-of-the-day-widget-thumbs img {
    max-width: 90px;
    height: auto;
}







#galleria, galleria-container {
    max-width: 100%;
}

.ngg-imagebrowser h3 {
    display: none;
}







.twitter_box {
    width: 48px; height: 34px;
    position: relative;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 6px;
    margin-right: auto;
    margin-left: auto;
}
.twitter_box:after,
.twitter_box:before {
    width: 0; height: 0;
    position: absolute;
    top: 100%;
    border: solid transparent;
    pointer-events: none;
    content: " ";
}
.twitter_box:after {
    left: 50%;
    border-top-color: #fff;
    border-width: 3px;
    margin-left: -3px;
}
.twitter_box:before {
    left: 50%;
    border-top-color: #aaa;
    border-width: 4px;
    margin-left: -4px;
}
.twitter_box #followers {
    width: 100%; height: auto;
    position: absolute;
    top: 0px; left: 0px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 14px; line-height: 34px;
    letter-spacing: 0;
    white-space: nowrap;
    color: #333;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
}



.wp-pagenavi {
    float: left;
    margin: 10px 0 20px 0;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
    border: 1px solid #000;
    color: #000;
    background-color: #FFF;
}
.wp-pagenavi a:hover {
     border: 1px solid #E11F27;
     color: #FFF;
     background-color: #E11F27;
}
.wp-pagenavi a:active {
    border: 1px solid #000;
    color: #E11F27;
    background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
    color: #000000;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}
.wp-pagenavi span.current {
    font-weight: bold;
    border: 1px solid #E11F27;
    color: #E11F27;
    background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
    border: 1px solid #000000;
    color: #000000;
    background-color: #FFFFFF;
}





/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

