/*
Theme Name: John Robinson Photo
Theme URI: http://johnrobinsonphoto.com
Description: Photography theme.
Author: Tom Harnasz
Version: 1.0
Tags: custom.

License:
License URI:

General comments (optional).
*/





/**
* HTML5 ✰ Boilerplate
*
* style.css contains a reset, font normalization and some base styles.
*
* Credit is left where credit is due.
* Much inspiration was taken from these projects:
* - yui.yahooapis.com/2.8.1/build/base/base.css
* - camendesign.com/design/
* - praegnanz.de/weblog/htmlcssjs-kickstart
*/


/**
* html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
* v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
* html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

a:active, a:focus {outline:none;}
/**
* Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
*/

body { font:13px/1.231 sans-serif; *font-size:small; font-family: ff-meta-web-pro;} /* Hack retained to preserve specificity */
select, input, textarea, button {  }

/* Normalize monospace sizing:
en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
* Minimal base styles.
*/

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }


/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
    /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-#EAEAEA-space-pre-wrap/ */
    #EAEAEA-space: pre; #EAEAEA-space: pre-wrap; word-wrap: break-word;
    padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
    border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
No text-shadow: twitter.com/miketaylr/status/12228805301
Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
* You might tweak these..
*/



body{ 
    background-image:url('img/bg_img.jpg'); background-repeat:no-repeat; margin-top:0; background-color:black; 
    background-position:center top; padding:0;

}


p{margin-bottom:5px;}


div#container  {
    width: 960px;
    margin: 0px auto;	
}



div#nav-wrapper{

    height:42px;
    margin-top:75px;
    margin-bottom: 20px; 
    text-align: center;
}


/*wp numbers*/



li.page_info{margin-right:15px;}

li.active_page a{color:#910d1a !important; font-size:16px !important}

li.next-previous{margin-left:10px;}

li.next-previous a{margin-left:15px;}

/*Font Stacks*/


div#home-wrapper{
    margin-left:30px;

}

div#home-content{
    width:900px;
    margin-bottom:30px;

}


div#home-left{width:260px;float:left;margin-right:35px;}
div#home-right{width:600px;float:left;padding-top:5px;}



div#search-box{
    margin-bottom: 20px;
}

input#search-field{
    height: 29px;
    padding:0;
    margin:0;
    border:none;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: none;
    width:163px;
    border-bottom:solid 1px #393939;border-right:solid 1px #393939;
    border-left: solid 1px black;

    border-top: solid 1px black;
    background-image:url('img/search_bg.png');
    background-repeat:no-repeat;
    color:#b5af86;
    padding-left:35px;
    font-size:13px;
    outline: none;


}

input#search-field-home{
    height: 29px;
    padding:0;
    margin:0;
    border:none;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: none;
    width:220px;
    border-bottom:solid 1px #393939;border-right:solid 1px #393939;
    border-left: solid 1px black;

    border-top: solid 1px black;
    background-image:url('img/search_bg.png');
    background-repeat:no-repeat;
    color:#b5af86;
    padding-left:35px;
    font-size:13px;
    outline: none;

}

div#top-search{
    clear:both;
    width:100%;
    float:left;
    text-align: center;
    margin-bottom:10px;
    margin-top:20px;
}


div#top-search-gallery{
    clear:both;
    width:100%;
    float:left;
    text-align: center;
    margin-bottom:30px;
    margin-top:20px;
}



input#search-field-search{
    height: 29px;
    padding:0;
    margin:0;
    border:none;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: none;
    width:220px;
    border-bottom:solid 1px #393939;border-right:solid 1px #393939;
    border-left: solid 1px black;

    border-top: solid 1px black;
    background-image:url('img/search_bg.png');
    background-repeat:no-repeat;
    color:#b5af86;
    padding-left:35px;
    font-size:13px;
    outline: none;
    
}



p.title{font-size: 100px;}

div#page-entry h2{font-family:  ff-dax-web-pro;font-size:19px; margin-bottom:10px;color:#b5af86;} 
div#page-entry h3{font-family:  ff-dax-web-pro;font-size:18px; margin-bottom:5px;color:#b5af86;}
div#page-entry h4{font-family: 	ff-dax-web-pro;font-size:17px; margin-bottom:5px;color:#b5af86;}
div#page-entry h5{font-family:  ff-dax-web-pro;font-size:16px; margin-bottom:5px;color:#b5af86;}
div#page-entry h6{font-family:  ff-dax-web-pro;font-size:15px; margin-bottom:5px;color:#b5af86;}

p{color:#C6C6C6;}



div#page-entry a{color:#b5af86;}
div#page-entry a:hover{color:#910d1a}


div.user-content h2{font-family: ff-dax-web-pro; font-size:18px;}
div.user-content p{font-family:ff-meta-web-pro;line-height:22px;margin-bottom:2px;}
div.user-content-home p{font-family:ff-meta-web-pro;line-height:16px;margin-bottom:30px;}



div.user-content{clear:both; float:left; margin-bottom:10px;}

header{margin-top:50px;margin-bottom:10px;}


nav{font-family: ff-dax-web-pro; width:100%; }

nav ul li{display:inline; margin-right:8px; line-height: 30px; font-size:15px; padding-left:11px; padding-right: 11px; padding-top: 5px; padding-bottom: 3px;  }
nav ul li a{color:#b5af86; font-size:15px; text-transform:uppercase;}
nav ul li:hover{border-bottom:solid 1px #393939;border-right:solid 1px #393939; text-align: center;  -moz-border-radius: 5px;
                border-radius: 5px; margin-right:7px; background: url('img/bg_li_nav.png');background-repeat: repeat-x;color:#59553b;cursor: pointer;}


nav ul li.current-menu-item{border-top:solid 1px #393939;border-left:solid 1px #393939; border-right:solid 1px black;border-bottom:solid 1px black;text-align: center;  -moz-border-radius: 5px;
                            border-radius: 5px; margin-right:7px; background: url('img/bg_li_nav.png');background-repeat: repeat-x; }

nav ul li.current-menu-item a{color:#910d1a;}

nav ul li.current-page-ancestor{border-top:solid 1px #393939;border-left:solid 1px #393939; border-right:solid 1px black;border-bottom:solid 1px black;text-align: center;  -moz-border-radius: 5px;
                                border-radius: 5px; margin-right:7px; background: url('img/bg_li_nav.png');background-repeat: repeat-x; }
nav ul li.current-page-ancestor a{color:#910d1a;}


li.current_page_item a{color:#910d1a !important}

div#main{margin-bottom:30px;}

div#home-gallery{background-image:url('img/home_main_bg.jpg'); repeat:none; height:300px; width:940px; margin-bottom:20px;}

/*Footer */

footer{width:960px; font-size:13px; border-top:solid 1px #4b4b4b; float: left; padding-left:6px;padding-top:10px;margin-bottom:50px;}

#footer-left{width:540px;float:left;}
#footer-right{width:330px;float:right; margin-right:6px;}

#foot-right-top{
    float:left;
    width:100%;
    height:40px;
}

#foot-right-bottom{
    float:left;
    width:100%;
    clear:both;
    text-align:right;
    margin-top:5px;
}



#foot-right-top-left{
    float:left;
    width:190px;
    max-height:40px;
    max-width:170px;

}


#foot-right-top-left a{margin-right:7px;}


#foot-right-top-left a#no-margin-icon{margin:0;}
#foot-right-top-right{
    float:right;
    width:145px;
    padding-top:6px;

    text-align:right;
}



footer p{font-size:12px;color:#3d3d3d;font-family:Georgia; font-style:italic;}
footer a{color:#3d3d3d;}
footer a:hover{color:#910d1a;}


p#copyright-footer{font-size:10px;line-height:19px; margin-bottom:10px;}


/* Single Photo Page */


h2.gallery-title{
    font-size: 21px;
    font-family: ff-dax-web-pro;

}

#post-photo-wrapper{

    width: 100%;
    text-align: center;
}



div#top-post-paginaton{
    clear: both;
    color: #b5af86;
    height: 30px;
    width: 100%;
    height: 30px;
    line-height: 30px;;
    margin-bottom: 10px;;

}



div#top-post-pagination-right{

    float: right;
}


div#top-post-pagination-right ul li{
    display: inline;
    margin-left: 20px;
    line-height: 40px;

}


div#top-post-pagination-right ul li a{
    font-family: ff-dax-web-pro;
}

div.user-content-single{
    width:100%;
}

div#top-post-pagination-left{

    float: left;
}

div#bottom-post-paginaton{
    clear: both;
    color: #b5af86;
    height: 30px;
    width: 100%;
    height: 30px;
    margin-top: 10px;

}

div#bottom-post-paginaton a{
    font-family: ff-dax-web-pro;
}

li.showing{margin-right:20px;}

div#post-wrapper a{

    color: #b5af86;

}

div#post-wrapper a:visited{

    color: #b5af86;

}

div#post-wrapper a:hover{

    color: #910d1a;

}

div#bottom-post-pagination-right{

    float: right;
} 

div#bottom-post-pagination-right ul li{
    display: inline;
    margin-left: 20px;
    

}

li#li-previous a{
    color: #EAEAEA;
}


li#li-next a{
    color:#b5af86 ;
}


div#bottom-post-pagination-left{

    float: left;
}

div#photo-info {

    width: 900px;
    margin-top: 20px;
    margin-left:30px;
    margin-bottom:50px;
    float:left;
}

div#photo-info ul li{
   color:#C6C6C6;
   list-style: none;
   margin-bottom:1px;
}

div#photo-info p{
    font-family:ff-meta-web-pro;line-height:22px;
}

div#photo-info-left{
    float:left;
    width:520px;
}

div#photo-info-right{
    float:right;
    width:300px;
}


div#photo-info-description{
    width:100%;
    float:left;
    margin-bottom:10px;
    margin-bottom:20px;
}

div#photo-info-purchase{
    width:100%;
    float:left;
}

div#photo-info-purchase-left{
    width:200px;
    float:left;
}

div#photo-info-purchase-left p{
    line-height: 15px;
}


div#photo-info-purchase-right{
    float:right;
    margin-right:20px;
    width:230px;
    padding-left:15px;
    padding-top:10px;
    padding-right:15px;
    background: #494949;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding-bottom:10px;
    
}

div#photo-info-purchase-right select#sel{
    color:grey;
    font-size: 12px;
    padding: 2px 0px;
    width:100%;
   
}

div#photo-info-purchase-right p#priced{
    float:right;
    font-style: italic;
}

div#photo-info-purchase-right span#p_price{
    font-style: normal;
    font-size: 20px
}


div#photo-info-purchase-right p{
    color:white;
}


img.paypal1px{
    display:none;
}




div#photo-info h3{
    font-family:ff-dax-web-pro;
    font-size:18px;
    margin-bottom:5px;
}

button.css3button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 5px 5px;
    background-color:#baaf97;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 0px solid #003366;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(255,255,255,0.9);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(255,255,255,0.9);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0),
        0px 1px 0px rgba(255,255,255,0.3);
    margin-right:10px;
    float:left;
    margin-top:13px;
}


div#photo-info-right-top-left{
    width:150px;
    float:left;
}
div#photo-info-right-top-right{
    
    width:145px;
    float:right;
    padding-top: 5px;
}

div#photo-info-right-bottom{
    margin-top:15px;
    float:left;
    width:100%;
    color:#3d3d3d;
}

div#photo-info-right-bottom a{
    color:#3d3d3d;
    
}

div#photo-info-right-bottom a:hover{
    color:#910d1a;
}

div#photo-info-right-bottom h3:hover{
    cursor: pointer;
     color:#910d1a;
}

h3#hide-keywords{
    display:none;
}

div#keywords{
    display:none;
}

div.media-snippet{width:70px; height:70px;float:left;  margin:0; text-align:center; margin-bottom:10px;}


.wpcf7-not-valid-tip-no-ajax{padding-top:10px; font-size:12px; padding-left: 5px;}

div.wpcf7-mail-sent-ok{
    border:none !important;
    color:#b5af86;
    font-size:12px;
    float:left;
    margin:0;
}

div.wpcf7-response-output{
    border:none !important;
    color:#b5af86;
    font-size:12px;
    float:left;
    margin:0;
}


/* Taxomony Page */

div#top-title{
    width:100%;
    text-align: center;
    clear:both;
}

div#top-title-gallery{
    margin-bottom:30px;
    width:100%;
    text-align: center;
    float:left;
}

div#top-cat-paginaton{
    clear: both;
    color: #b5af86;
    height: 30px;
    width: 100%;
    height: 30px;
    line-height: 30px;

    margin-bottom: 20px;
}

div#top-cat-paginaton-right form{
}



div#top-cat-paginaton a{
    color:#b5af86;
    font-family: ff-dax-web-pro;
    font-size:13px;
}

div#top-cat-paginaton a:hover{
    color:#910d1a;
}


div#top-cat-pagination-right{
    width:550px; 
    text-align: right;
}




div#top-cat-pagination-right ul li{
    display: inline;
}

div#top-cat-pagination-right ul li#previous{
    margin-right:20px
}


span.next{
    color:red;
}





div#post-wrapper{
    width:100%;
    float:left;

}

div.photo-snippet{

    width: 280px;
    height: 280px;
    float: left;
    position: relative;
    margin-bottom:30px;	
    margin-right:30px;

}




div.photo-snippet a{

    color:#EAEAEA;

}


div.no-margin{
    margin-right:0px;

}


div.photo-snippet-info{
    position: absolute;
    bottom: 0;
    height: 52px;
    width: 270px;
    background-image: url('img/thumb_bg.png');
    background-repeat: repeat-x;
    z-index: 9999;
    padding-left: 10px;
    /*font-family: 'Open Sans', sans-serif;
    */

    font-family: ff-dax-web-pro;
}

div.photo-snippet-info-left{
    float:left;
    width:218px;



}

div.photo-snippet-info-left-title{
    max-width: 218px;
    overflow: hidden;
    max-height: 30px;
}



div.photo-snippet-info-left p.author{
    max-height: 40px;
    overflow: hidden;
    display: none;

}


div.photo-snippet-info-right{
    position: absolute;
    bottom: 10px;
    right:10px;
    padding-top: 10px;

}


div.photo-snippet-info-right p.number-posts{
    font-size: 22px;
    color:#EAEAEA;
    display:none;

}

div.photo-snippet-info p{
    margin: 0;
    padding: 0;	
}

div.photo-snippet-info p.title{
    font-size: 18px;
    color: #EAEAEA;	
    margin-top: 7px;
    margin-bottom: 1px;
}

div.photo-snippet-info p.author{
    font-size: 11px;
    color: #EAEAEA;	
    margin-left: 2px;
    margin-top: 2px;
}

div#listing{
    float: left;
    padding-left:30px;
    padding-right: 30px;
    width:900px;
    min-height:400px;
}


div#user-content{

    clear: both;
    margin-bottom: 30px;
    float:left;
    height:20px;
    border:solid 1px white;
}
div#top-cat-pagination-right{

    float: right;
}

div#top-cat-pagination-left{

    float: left;
}

div#top-cat-pagination-left a{ 
    font-family:ff-dax-web-pro;
    font-size:13px;
}

div#bottom-pagination-right{
    float:right;
    color:#b5af86;
}


div#bottom-pagination-right ul li{
    display:inline;

}


div#bottom-pagination-right a{
    color:#b5af86;
        font-family: ff-dax-web-pro;
        font-size:13px;
}

div#bottom-pagination-right a:hover{
    color:#910d1a;
}



span.current-cat{color:#910d1a;}

/*Standard Page Template - Left and right column. */

div#left-col-page{
    width: 680px;
    min-height: 400px;
    float: left;
}


div#right-col-page{

    float: right;
    margin-left:60px;
}

div#left-col-page-contact{
    width: 400px;
    min-height: 400px;
    float: left;
}

div#right-col-page-contact{
    float:left;
    margin-left:20px;
    padding-top:20px;
}

div#right-col-page-contact p{margin-bottom:15px;}

div#right-col-page-contact input,textarea{
    color:#b5af86;;
    background: none;

    border:none;

    border:solid 1px #393939;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height:29px;
    outline:none;
    padding-left:10px;
    width:300px;

}

div#right-col-page-contact textarea{
    height:150px;
    padding-top:10px;
}

div#right-col-page-contact .wpcf7-submit{
    background:none;
    color:#b5af86;;
    width:100px;
    text-align:center;
    padding-left:0;
    border:solid 2px #393939;
}


div#page{
    clear: both;
    float:left;
    margin-bottom:25px;
}


div#page-header{
    width: 940px;
    clear: both;
    margin-bottom: 15px;
}


div#page-entry{
    margin-bottom: 30px;
}


div#right-nav{
    border: black 1px solid;
    border-bottom:solid 1px #393939;border-right:solid 1px #393939; border-radius: 5px; -moz-border-radius: 5px; bborder-radius: 5px;color:#59553b;
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 20px;
    background: url('img/right_nav_bg.png');background-repeat: repeat-x;
    width:184px;
    padding-left: 10px;
    font-family: ff-meta-web-pro;
    color:#b5af86;
}


a.h4sidebar{
    font-family:ff-dax-web-pro;
    font-size:16px !important;
    margin-bottom:10px;
}

a.current_parent{
    font-family:ff-dax-web-pro;
    font-size:16px !important;
    margin-bottom:10px;
    color:#910d1a !important;
}


div#search-right-nav{
    border: black 1px solid;
    border-top:solid 1px #393939;border-left:solid 1px #393939; border-radius: 5px; -moz-border-radius: 5px; bborder-radius: 5px;color:#59553b;
    min-height: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    background: url('img/right_nav_bg.png');background-repeat: repeat-x;
    width:184px;
    padding-left: 10px;
    font-family: Garamond,Georgia;
    color:#b5af86;
    margin-bottom:20px;
}

div#search-right-nav input#search{
    color:#b5af86;
    width:120px;
    background: none;
    padding-left:5px;
    height: 20px;
    border:none;


}


div#search-right-nav p{
    margin-top:10px;
    margin-left:10px;
    border: solid 1px #b5af86;
    width:154px;
    border-radius: 5px; -moz-border-radius: 5px;

}

div#right-nav ul li{list-style: none;}


div#right-nav li{margin-left: 10px; width: 150px; border-bottom: solid 1px #b5af86; padding-bottom: 5px;padding-top: 9px; }


div#right-nav  a{color:#b5af86; font-size: 14px;}
div#right-nav  a:hover{color:#910d1a;}

div#right-nav h4{font-size:16px;}


div#blog-rss{
    margin-top: 25px;
    padding-bottom: 10px;
}

div#blog-rss p{
    font-size: 12px;
    line-height: 20px;
    float:left;
    margin-left:10px;
}

div#blog-rss a{
    font-size: 12px;
    line-height: 20px;
}

div#blog-rss img{
    float:left;
}

div#blog-rss h4{
     font-family:ff-dax-web-pro;
     margin-bottom:10px;
     
}

h4{
    font-size: 16px;
}

span.colour{
    color:#b5af86;
}

div.blog-post{
    margin-bottom: 20px;
    width:100%;
    padding-bottom: 15px;
    clear:both;
    float:left;
}

div.blog-post h2{
    margin-bottom: 10px;
}

div.entry{
    margin-bottom: 10px;
}






div.blog-post a{color:#b5af86}
div.blog-post a:hover{color:#910d1a;}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h2{font-size:26px; margin-bottom:10px;color:#b5af86;}
h3{font-size:20px; margin-bottom:5px;color:#b5af86;}

.user-content h2{font-size:20px;}

h2 a{color:#b5af86}
h2 a:hover{color:#910d1a;}


a, a:active, a:visited {text-decoration:none; }




/* =WordPress Core
-------------------------------------------------------------- */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.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;
}




/**
* Primary styles
*
* Author: Carrot Media - Tom Harnasz
*/

/**
* Non-semantic helper classes: please define your styles before this section.
*/

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
* Media queries for responsive design.
*
* These follow after primary styles so they will successfully override.
*/

@media all and (orientation:portrait) {
    /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
    /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


    /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
    /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
* Print styles.
*
* Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
*/
@media print {
    * { background: transparent !important; color: black !important; text-shadow: 
            !important; filter:none !important;
        -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited { color: #444 !important; text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img { page-break-inside: avoid; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3{ page-break-after: avoid; }
}



