/*
Theme Name: Ogre theme
Theme URI: http://wordpress.org/
Description: Ogre Theme
Version: 1.6
Author: Steve Streeting
Author URI: http://www.stevestreeting.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* Begin Typography & Colors */

.widecolumn .entry p {
    font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
}

.widecolumn {
    line-height: 1.6em;
}

.narrowcolumn .postmetadata {
    text-align: center;
}

.thread-alt {
    background-color: #f8f8f8;
}
.thread-even {
    background-color: white;
}

.depth-1 {
    border: 1px solid #ddd;
}

.even, .alt {

    border-left: 1px solid #ddd;
}

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    margin: 0px;
}

h1 {
    font-size: 4em;
    text-align: center;
}

.post h2 {
    padding-top: 5px;
}

.entry p a:visited {
    color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar { 
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
    font-weight: normal;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

a {
    color: #c60;
    text-decoration: none;
}

a:hover {
    color: #930;
    text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */

.narrowcolumn {
    float: left;
    padding: 0 0 20px 45px;
    margin: 0px 0 0;
    width: 450px;
}

.widecolumn {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 450px;
}

.post {
    margin: 0 0 40px;
    text-align: justify;
}

.post hr {
    display: block;
}

.widecolumn .post {
    margin: 0;
}

.narrowcolumn .postmetadata {
    padding-top: 5px;
}

.widecolumn .postmetadata {
    margin: 30px 0;
}

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}

.postmetadata {
    clear: none;
    border-top: 1px solid black;
}

/* Begin Lists
        Special stylized non-IE bullets
        Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    padding-left: 10px;
}

html>body .entry li {
    margin: 7px 0 8px 10px;
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
}

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
}

#sidebar #searchsubmit {
    padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform {
    margin: 5px 10px 0 0;
}
#commentform textarea {
    width: 100%;
    padding: 2px;
}
#respond:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}
/* End Form Elements */

/* Begin Comments*/

.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

}
.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}
/* End Comments */

/* Begin Calendar */

#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 20px;
}
/* End Various Tags & Classes*/


/* Captions */

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */

/* Styles from old ogre site */

html, body {
    margin: 0; 
    padding: 0; 
    font-size: 100%; 
    background: #818E79;
}

body {
    background-color:#FFFFFF;
    margin:0px;
    text-align:center;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#wrap {
    background-color:#FFFFFF;
    min-width:800px;
    margin:0px auto;
    margin-top:0px;
    background:url('images/watermark.gif') repeat-y right bottom;
}

/* ------------------------------
   --        MAIN LOGO         --
   ------------------------------
*/

#logo {
    width:171px;
    height:84px;
    float:left;
    /*background:url('images/mainlogo.gif') no-repeat;*/
}

/* ------------------------------
   --      REPEAT HEADER       --
   ------------------------------
*/

#header {
    width:100%;
    min-width:800px;
    height:84px;
    background:url('images/headback.gif') repeat-x;
    margin-bottom:0px;
}

/* ------------------------------
   --       BANNER             --
   ------------------------------
*/

#bannerarea {
    float: left;
    margin:0;
    height:84px;
    width:65%;
    background: url('images/logoright.gif') left no-repeat;
    text-align: center;
}

#bannercontent {
    float: center;
    text-align: right;
    padding-top: 10px;
}
/* ------------------------------
   --       PEEPING HEAD       --
   ------------------------------
*/

#headerright {
    background:url('images/ogrehead.gif') no-repeat top right;
    float:right;
    height:84px;
    width:78px;
}

/* ------------------------------
   --       NAVIGATION         --
   ------------------------------
*/

#topbar {
    height: 5px;
    margin: 0px;
    padding: 0px;
    background: #333 left top repeat-x;
    text-decoration: none;
    list-style:none;
    font-size:0.8em;
    border-top:1px solid black;
    border-bottom:1px solid black;
}

#mainlevel-nav {
    margin: 0;
    padding: 0;
}

#topbar .moduletable {
    padding: 0px;
    margin: 0px;
}

#mainlevel-nav a {
    text-decoration: none;
    /*color:#F0A415;*/
    /*background-color:#495245;*/
    color:#DFDFDF;
    padding-right:10px;
    padding-left:10px;
    height:36px;
    font-weight: bold;
    margin-left:0px;
}

#mainlevel-nav li:hover, #mainlevel-nav li.li_hover {
    background: #444 url(images/menu_button.gif) 0 -36px;
    color:#FFF;
    height:26px;
    margin-left:0px;
}

#mainlevel-nav li {
    background: #555 url(images/menu_button.gif) left top no-repeat;
    height:26px;
    margin: 0 0 0 0;
    list-style: none;
    line-height: normal;
    display: block;
    float: left;
    padding-top:10px;
}

/* ------------------------------
   --        SEARCH            --
   ------------------------------
*/
#search {
    float: left;
    height: 36px;
}

#search input {
    border: none;
    margin-top: 5px;
    margin-right: 3px;
    margin-left: 2px;
    height: 14px;
    padding: 6px;
    width: 113px;
    vertical-align: middle;
    background: #eee url(images/search_input.gif) left top no-repeat;
}

/* ------------------------------
   --        TRI-COLUMN        --
   ------------------------------
*/

#top-section {
    color: #DFDFDF;
    background-color:#4F564B;
    padding: 3px;
    min-width:800px;
    font-size:0.7em;
    border-bottom:2px solid black;
}

#top-section div.moduletable {
    /*background-color:#000;*/
    background: url(../images/colbg.gif) repeat-x;
    margin: 0;
    margin-right:2px;
    margin-left:2px;
    margin-top:2px;
    padding: 1px 5px 3px;
    text-align: left;
    /*border-right: 2px solid #545C66; */
}

#top-section h3 {
    color: #EFEFEF;
    font-size:1.25em;
    display: block;
    margin: 0px;
    padding: 2px;
    text-align: left;
}

#top-section .box-centered h3 {
    text-align: center;
}

#top-section .box-centered img {
    border: solid 1px black;
}

#top-section .box-centered .moduletable {
    text-align: center;
}

#top-section  {
    text-align: center;
}

#top-section a {
    color: #F4BB51;
}

.column {
    float: left;
    overflow: hidden;
}

.box-ended div.moduletable {
    margin-right: 0!important;
    border: none!important;
}

/* Clearfix */

.clearfix:after {
    clear: both;
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
}

* html > body .clearfix {
    width: 100%;
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0; 
    position: relative;
}

/* ------------------------------
   --      LEFT-HAND NAV       --
   ------------------------------
*/
#sidebar {
    float:left;
    /* This is to fix up the 100% sizing in #contentarea
       It overflows to the right otherwise. We'll put a left margin of the same
       in #contentarea to shift it across. Bonkers, but it works.
    */
    margin-right:-130px;
    width:130px;
    height:auto;
    background-color:#B2C3A7;
    font-size:0.7em;
    text-align:left;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

#sidebar h2 {
    background: #333 url(images/menu_bg.gif) left top repeat-x;
    margin:0px;
    font-size:1.15em;
    font-weight:bold;
    color:#FFCC15;
    padding:3px;
}

#sidebar ul {
    list-style:none;
    margin:0;
    padding:0;
}

#sidebar ul li {
    display:block;
    margin:0px;
    padding:0px;
}

/* First-level nav */
#sidebar ul li ul li a {
    padding: 4px;
    color:#000;
    display:block;
    font-weight: bold;
    text-decoration:none;
    border-bottom:1px #565E51 solid;
}

#sidebar ul li ul li a:hover {
    color:#FFF;
    background-color:#717A6B;
}

/* Sub-level nav */
#sidebar ul li ul li ul li a {
    color:#000;
    background-color:#F8D797;
    font-weight: normal;
    display:block;
    text-decoration:none;
    border-bottom:1px #AD9669 solid;
    padding-left: 15px;
}

#sidebar ul li ul li ul li a:hover {
    color:#FFF;
    background-color:#F0A210;
}

/* ------------------------------
   --      MAIN CONTENT        --
   ------------------------------
*/

#verticalads {
    float: right;
    margin-top: 2px;
    margin-right: 0px;
    margin-left:2px;
    padding: 0px;
}

#contentarea {
    margin-left: 130px;
    margin-right: 122px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.8em;
    float: right;    
}

/* Crappy IE6 hack - IE ignores this */
html>body #contentarea {
    float: none;
    overflow: auto;
}

.contentpagetitle {
    text-decoration:none;
    color:#003300;
}

.contentpagetitle:hover {
    text-decoration:underline;
}

.left table th {
    position: relative;
    text-align:left;
    border-bottom:1px solid #aaaaaa;
}

.right table th {
    text-align:left;
    border-bottom:1px solid #aaaaaa;
}

table.contentpaneopen  {
    width: 100%;
    padding: 0;
    margin: 0;
}

table.contentpaneopen a, table th.pagenav_prev a, table th.pagenav_next a {
    color: #F47B11;
}
table.contentpaneopen a:hover, table th.pagenav_prev a:hover, table th.pagenav_next a:hover {
    color: #FF9B11;
}

table.contentpaneopen td.contentheading {
    text-align: left;
    font-size: 1.3em;
    color: black;
    padding: 0;
    padding-top: 10px;
    margin: 0;
    display:block;
    border-bottom: solid 1px black;
}

#contentarea table {
    padding:0;
    margin: 0;
    text-align: left;
}
.createdate {
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    text-align: left;
    font-size: 0.7em;
}

.modifydate {
    font-size: 0.7em;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    display: block;
}

/* ------------------------------
   --          FOOTER          --
   ------------------------------
*/

#footbar {
    height:5px;
    margin: 0px;
    padding: 0px;
    background: #333 left top repeat-x;
    text-decoration: none;
    list-style:none;
    border-top:1px solid black;
    border-bottom:1px solid black;
    clear: both;
}

#footer {
    height:36px;
    background: #818E79 url(images/footerback.gif) top left repeat-x;
    height: auto;
    font-size:0.8em;
    color:#FFF;
}

#footer a {
    color: #ff3
}

#footer a:hover {
    color: #ff3
}

#footer-content {
    padding-top: 5px;
    text-align:right;
}

/* ------------------------------
   --          GALLERY         --
   ------------------------------
*/

table.mod_headliner {
    display: block;
    border-bottom: 1px solid black;
    font-size: 1.3em;
    color: black;
    padding: 0;
}

.mod_toplight_left, .mod_toplight_right {
    margin: 0;
    padding: 0;
    width:0;
}

table.mod_title_bg td.title {
    font-weight: bold;
}

table.mod_title_bg td.title a {
    color: #F47B11;
}

table.mod_title_bg td.title a:hover {
    color: #FF9B11;
}

.vafloat {
    font-size: 0.9em;
}
.vafloat a {
    color: #F47B11;
}

.vafloat a:hover {
    color: #FF9B11;
}

#top-section .one-image h3 {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: normal;
}

/* ------------------------------
   --      END GALLERY         --
   ------------------------------
*/

/* ------------------------------
   --          DOWNLOAD        --
   ------------------------------
*/
table.downloads td {
    background-color: #F0F8F0;
}

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}
/* End Images */

/* Slickr */
.slickrwidget {
    margin-top: 10px;
}
