/*
Theme Name: Whiffenpoof
Author: Carlos Leaño
Description: Whiffenpoof WP Theme
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whiffenpoof
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
        padding: 5px 0;
        padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
        font-size: 16px
        font-size: 1.142857143rem; (16 / $rembase)
        line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
        margin: 24px 0;
        margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}

/* ---------------------------- Styles ------------------------------------ */
body {
    background-color: #EFEDDD;
}

/* ------------------------------- Header --------------------------------- */
.head-img {
    display: block;
    margin: 0 auto;
}

.page-template-page-templatesinternal-page-php .head-img {
    display: none;
    margin: 0 auto;
}

.header-image-home {
    background: url(images/bg-bg.png) no-repeat center top #03354f;
    margin-bottom: 198px;
    height: 201px;
}

.header-image {
    height: 152px;
    background: url(images/head-bg.png) no-repeat center top #03354f;
}

/* -------------------------------- Home Info ------------------------------ */
.content-info {
    width: 930px;
    margin: 14px auto;
    overflow: hidden;
}

.home .content-info {
    margin: 0px auto 14px auto;
}

#primary {
    margin-bottom: 24px;
}

.sections {
    width:248px;
    height:186px;
    margin-left: 50px;
    float: left;
    background-color: #FFF;
    text-align:center;
    position:relative;
    z-index:10; 

}

.sections:before{
    content:""; 
    display:block;  
    position:absolute; 
    z-index:-1; 
    top:3px; 
    left:3px; 
    right:3px; 
    bottom:3px; border:1px solid #EFEDDD
}

.section-title {
    width: 94%;
    padding-top: 5px; 
    margin: 5px auto;
    color: #002A4C;
}

.section-info{ 
    width: 80%;
    height: 45%;
    padding-top: 11px;
    margin: 5px auto;
    text-align: center;
    position: relative;
    z-index: 10;
    color: #002A4C;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.home .widget_text .textwidget a {
    text-decoration: underline;
    font-weight: normal;
    font-size: 15px;
}

.dash {
    background: url(images/dash.png) no-repeat;
    display: inline-block;
    width:50px;
    height:4px;
    position: relative;
    top: -3px;
}

.text-attr {
    margin-top: 5px;
    font-variant: small-caps;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    color: #002A4C;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.section-link {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    position: relative;
    color: #002A4C;
    text-align: center;
    display: block;
}

.link-attr, .link-attr:visited {
    color: #AD763C;
}

/* --------- Post Content ---------------------------- */
#wf-main {
    width:960px;
    margin: 0 auto;
}

.entry-header {
    margin-top: 29px;
    display: block;
    float: left;
}

.entry-title {
    color: #002A4C;
}

.entry-content {
    width: 450px;
    display: block;
    float: left;
    overflow: hidden;
}

.entry-content p{
    color: #002A4C;	
    font-size: 90%;
}

/* ------------------ Sidebar Menu Widget ----------------- */
.widget-area {
    width: 175px;
    margin: 29px 42px 0 0;
    display: block;
    float:left;
    overflow: hidden;
}

.menu-whiff-history-container {
    width: 175px;
    font-size: 90%;
}

.menu-item{
    background: url(images/separator.png) no-repeat;
    padding: 7px 0 7px 0;
}

.menu-item:first-child{
    background-image: none;
}

.menu-item a:link{
    color: #002A4C;
    text-decoration: none;
}

.menu-item a:visited {
    color: #002A4C;
    text-decoration: none;
}

.menu-item:hover {
    background-color: #002A4C;
}

.menu-item:hover a{
    color: #EFEDDD !important;
}

.current-menu-item {	
    background-color: #002A4C;
    color: #EFEDDD;
}

.current-menu-item a{	
    color: #EFEDDD !important;
}

.site-content {
    width: 450px;
    position: relative;
    float: left;
}

/* ---------------------------- Main Menu -------------------------------- */ 
.wf-menu-container {
    height: 33px;
    background-color: #ad763c;
    margin-bottom: 45px;
}

.wf-menu {
    height: 33px;
    width: 960px;
    margin: 0 auto;
}

#menu-main-menu li{
    text-transform: uppercase;
    float: left;
    display: block;
    margin: 7px 20px 0 0;
    padding: 0 20px 0 0;
    border-right: solid 1px #ebe6d5;
}

#menu-main-menu li:last-child{
    border-right: none !important;
}

#menu-main-menu li.menu-item{
    background: none;
}

#menu-main-menu li.menu-item a{
    color: #EFEDDD ;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: none;
    font-variant: small-caps;
    font-size: 18px;
}

#menu-main-menu li.menu-item a:hover{
    background-color: #AD763C !important;
    color: #002A4C;
}

#menu-main-menu .current-menu-item a{
    text-decoration: underline;
    color: #002A4C !important;
}

.logo {
    background: url(images/dragon.png) no-repeat center top;
    width: 148px;
    height: 86px;
    position: relative;
    top:120px;
    float: left;
}

.menu-main-menu-container {
    float: left;
    margin: 0px 0 0 258px;
}

/* --------------------- Whiffenpoof Pages Widget ------------------- */
.wf-widget-area {
    width: 250px;
    display: block;
    float:right;
    overflow: hidden;
}

.wf-pages {
    width: 250px;
}
.wf-page {
    width:248px;
    height:186px;
    margin: 19px 0 0 0;
    float: right;
    background-color: #FFF;
    text-align:center;
    position:relative;
    z-index:10; 
}

.wf-page:before {
    content:""; 
    display:block;  
    position:absolute; 
    z-index:-1; 
    top:3px; 
    left:3px; 
    right:3px; 
    bottom:3px; 
    border:1px solid #EFEDDD;
}
.wf-page-title {
    width: 94%;
    padding-top: 5px; 
    margin: 5px auto;
    color: #002A4C;
}

.wf-page-info {
    width: 77%;
    height: 45%;
    padding-top: 5px;
    margin: 5px auto;
    text-align: justify;
    position:relative;
    z-index:10; 
    color: #002A4C;
}
/* ----------- book thumbnail on post ------------- */
.alignleft {
    float: left;
    margin: 12px 12px 12px 0;
}

/* --------- Category Title ------------------- */
.main-title {
    font-size: 120%;
    color: #AD763C;
}

/* ----------- Login Styles ------------------ */
.section-login {
    width: 220px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.login-fields {
    width: 140px;
    display: block;
    position: relative;
}

.login-btn {
    background: url(images/login-btn.png) no-repeat;
    width: 140px;
    height: 50px;
    margin-left:75px;
    top:-48px;
    display: block;
    border: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
}

/* -------------------- Footer ----------------------*/
.footext {
    text-align: center;
    color: #002A4C;
}

.und {
    text-decoration: underline;
    color: #002A4C;
}


.header-image #icon {
    position: absolute;
    top: 119px;
    left: 27px;
}

.sidebar-left .widget  h3.widget-title{
    color: #ad763c;
    font-size: 22px;
    padding: 0 0 10px 8px;
    font-variant: small-caps;
    font-weight: normal;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.sidebar-left  ul.menu .menu-item.current-menu-item a{
    background: #033d65;
    border-bottom: 1px solid #033d65;
    color: #fff;
}

.sidebar-left  ul.menu .menu-item a{
    float: left;
    border-bottom: 1px solid #ad763c;
    display: block;
    font-variant: small-caps;
    margin: -1px 0 0 0;
    padding: 5px 5px 3px 8px;
    position: relative;
    text-decoration: none;
    width: 183px;
    font-size: 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.sidebar-left  ul.menu .menu-item a:hover{
    color: #fff!important;
    background: #033d65!important;
}

.sidebar-left ul.menu .menu-item{
    background: none;
    padding: 0px;
}

.sidebar-left{
    float: left;
    font-size: 14px;
    padding: 0px 22px 0px 0px;
    width: 196px;
    margin: 0px;
    display: block;
    position: relative;
}

.sidebar-left .widget-area{
    width: 100%;
    margin-top: 0px;
}

.sidebar-left .widget-area .menu-whiff-history-container{
    width: 100%;
    display: block;
}


.page-template-page-templatesinternal-page-php .entry-title {
    color: #002A4C;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 9px 0;
    font-variant: small-caps;
    font-weight: normal;
}

.page-template-page-templatesinternal-page-php .entry-header{
    margin: 0px;
}

.page-template-page-templatesinternal-page-php  .entry-content p {
    padding: 0 0 16px 0;
    font-size: 12px;
}

.page-template-page-templatesinternal-page-php  .entry-content{
    float: left;
    font-family: 'trebuchet ms', arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    text-align: justify;
    width: 460px;
}

.page-template-page-templatesinternal-page-php .site-content {
    position: relative;
    float: left;
    font-family: 'trebuchet ms', arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    padding: 0px 20px 0px 15px;
    text-align: justify;
    width: 460px;
}

a {
    color: #002a4c;
    outline: none;
}

.sidebar-right .widget_text .widget-title{
    color: #002A4C;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0px 0px 0px;
    background: #fff;
    width: 48%;
    text-align: center;
    margin: 2px auto 0px auto;
    font: normal 100% Georgia, 'Times New Roman', Times, serif;
    font-variant: small-caps;
    font-weight: normal;
    text-transform: none;
    font-size: 18px;
}

.sidebar-right .widget_text a{
    color: #002A4C;
    text-decoration: none;
}

.sidebar-right .widget_text .textwidget a{
    text-decoration: underline;
}

.sidebar-right .widget_text .textwidget{
    width: 77%;
    height: 45%;
    padding-top: 5px;
    margin: 5px auto;
    text-align: justify;
    position: relative;
    z-index: 10;
    color: #002A4C;
    text-align: center;
}


.sidebar-right .widget_text .textwidget a{
    text-decoration: none;
}

.sidebar-right .widget_text .textwidget a.final_link {
    display: block;
    padding: 0 0 26px 0;
    text-decoration: underline;
    color: #ad763c
}

.sidebar-right .widget_text{
    margin: 0 0 28px 0;
    min-height: 189px;
    padding: 0px 0px 0px 0px;
    display: block;
    position: relative;
    width: 246px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background: url(images/box-bg.PNG) no-repeat center top #fff;
}

.sidebar-right .widget_text:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #EFEDDD;
}

.sidebar-right{
    float: left;
    padding: 0px;
    margin: 0px;
    width: 246px;
}

.home .widget-area {
    width: auto;
    margin: 0px;
    display: block;
    float: none;
    overflow: hidden;
}

.entry-content h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 18px 0;
    font-weight: normal;
    font-variant: small-caps;
    font-weight: normal;
    color: #ad763c;
}


.footer-box .sections{
    width: 100%;
    height: auto;
    margin: 0;
    background: transparent;
    display: block;
    position: relative;
}

.footer-box .sections .textwidget{
    color: #002a4c;
    font: normal 100% Georgia, 'Times New Roman', Times, serif;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 21px 0;
}

.symple-heading span {
    background: transparent;
}

.symple-divider.dashed {
    border-top: 2px dashed #002A4C;
}

.symple-divider.double {
    height: 5px;
    border-top: 1px solid #002A4C;
    border-bottom: 1px solid #002A4C;
}

.symple-divider.solid {
    border-top: 1px solid #002A4C;
}

.widget_text .sections a{
    font-variant: small-caps;
    font-weight: normal;
    text-decoration: none;
    font-size: 18px;
    line-height: 13px;
}

.widget_text .sections a b{
    font-weight: normal;
}

.page-template-page-templatesinternal-page-php #primary #content {
    margin-top: 31px;
}

.home .widget-area aside.widget_text:nth-child(1)  .sections{
    margin-left: 25px;
}

.home .widget-area aside.widget_text:nth-child(2)  .sections{
    margin-left: 75px;
}

.home .widget-area aside.widget_text:nth-child(3)  .sections{
    margin-left: 75px;
}