/*
Theme Name: Sonya Clark
Theme URI: 
Description: 
Author: Mark Luetke
Version: 

*/








/* 
  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.4 2009-07-27 | 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;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

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

nav ul { list-style:none; }

blockquote, q { quotes:none; }

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

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration: 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; }

/* tables still need cellspacing="0" in the markup */
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; }

/* END RESET CSS */

/* @FONT_FACE FONTS */
@font-face {
    font-family: 'AvenirMedium';
    src: url('fonts/12_avenir_65_medium_06173-webfont.eot?') format('eot'),
         url('fonts/12_avenir_65_medium_06173-webfont.woff') format('woff'),
         url('fonts/12_avenir_65_medium_06173-webfont.ttf') format('truetype'),
         url('fonts/12_avenir_65_medium_06173-webfont.svg#webfontuPwjzh5j') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* @FONT_FACE FONTS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

/* 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 
 */


body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

/* 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; }

a, a:active, a:visited { color: #4D4D4D; }
a:hover { color: #704E21; }


ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

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

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* 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], 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: #977b51; color:#fff; text-shadow: none; }
::selection { background:#977b51; 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; }



/* 
 * Non-semantic helper classes 
 */

/* 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 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* 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; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }






 /* Primary Styles
    Author: Mark Luetke
 */


body{
background-color: #777574;
color: #4D4D4D;}

.container{
width: 900px;
margin: 0 auto;
background-color: #fff;
position: relative;
-moz-box-shadow: 0px 0px 5px #444;
-webkit-box-shadow: 0px 0px 5px #444;
box-shadow: 0px 0px 5px #444;
}




/* HEADER */
header{
height: 149px;}

header h1{
background-image: url('images/logo.gif');
background-position: center;
margin-left: 44px;
height: 149px;
width: 226px;
float: left;}

.quote{
width: 290px;
float: right;
padding: 44px 30px 0 0;
color: #B3B3B3;
font-family: Georgia;
font-style: italic;
font-size: 93%;
line-height: 161.6%;
position: absolute;
top: 0;
right: 0;}

.quote cite{
text-align: right;
float: right;}


/* MAIN NAV */
nav a, 
nav a:active, 
nav a:visited, 
nav a:hover{ 
color: #4C484C;
text-decoration: none;
letter-spacing: 1px;}

nav ul li.current_page_parent,
nav ul li.current_page_item,
nav ul li.current_page_ancestor,
nav ul li.current-menu-ancestor,
nav ul li.current-menu-item{
background-color: #D3CB71;}

nav ul li ul li.current-menu-item,
nav ul li ul li.current_page_item,
nav ul li ul li.current_page_ancestor{
background-color: transparent;}

body.gallery .menu-item-117{
background-color: #D3CB71}

body.tax-text-as.gallery .menu-item-117,
body.single-sc_text.gallery .menu-item-117{
background-color: #E5E0C7}

body.tax-text-as.gallery .menu-item-141,
body.single-sc_text.gallery .menu-item-141{
background-color: #D3CB71}

nav ul li{
width: 179px;
height: 42px;
display: block;
float: left;
background-color: #E5E0C7;
margin-right: 1px;
text-align: center;
text-transform: uppercase;
font-size: 104%;
font-family: AvenirMedium;
font-weight: medium; 
line-height: 42px;
cursor: pointer;}

nav ul li:last-child{
margin-right: 0;
width: 180px;}

nav ul li ul li:last-child{
margin-right: 0;
width: 137px;}

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

#menu-item-115 a,
#menu-item-132 a,
#menu-item-117 a,
#menu-item-141 a,
#menu-item-119 a{
display: block;}



nav li ul{
visibility: hidden;
width: 137px;
position: relative;
z-index: 200;}

nav li:hover ul {
display: block;
visibility: visible;
position: absolute;
margin: 0;
padding: 0;}


nav li:hover li {
float: none; }

nav ul li ul li {
border: none;
background-color: transparent;
background-image: url('images/nav-bg.png');
text-transform: lowercase;
text-align: left;
color: #4C484C;
padding-left: 42px;
width: 137px;
height: 29px;
line-height: 28px;
background-position: 0 -42px;
cursor: pointer;}

nav ul li ul li:first-child {
background-position: 0 0;
height: 22px;
padding-top: 18px;
line-height: normal;}

nav ul li ul li:last-child {
background-position: 0 -71px;
height: 49px;}

nav ul li ul li:hover {
background-position: -180px -42px;
background-color: transparent;}

nav ul li ul li:first-child:hover {
background-position: -180px 0;}

nav ul li ul li:last-child:hover {
background-position: -180px -71px;}


/* SIDEBAR */
.sidebar{
width: 170px;
float: left;
font-family: AvenirMedium;
letter-spacing: 1px;}

.sidebar ul li{
cursor: pointer;}

.sidebar a, 
.sidebar a:active, 
.sidebar a:visited{ 
color: #B3B3B3;
text-decoration: none;}


.sidebar a:hover{
color: #4D4D4D;}

.sidebar ul{
list-style-type: none;
margin: 0;}

.sidebar ul li a{
border: none;
display: block;
background-color: transparent;
background-image: url('images/nav-bg-white.png');
text-transform: lowercase;
text-align: left;
padding-left: 42px;
width: 137px;
height: 29px;
line-height: 28px;
background-position: 0 -42px;}

.sidebar ul li ul li a{
background-position: 0 -120px;
line-height: 21px;
height: 22px;
font-family: Georgia;
font-size: 93%;
padding-left: 49px;
letter-spacing: normal;}

.sidebar ul li:first-child a{
background-position: 0 0;
height: 22px;
padding-top: 18px;
line-height: normal;}

.sidebar ul li:last-child a{
background-position: 0 -71px;}

.sidebar ul li:first-child ul li a{
background-position: 0 -120px;
height: 22px;
padding-top: 0;
line-height: 21px;}

.sidebar ul li:last-child ul li a{
background-image: none;
height: 22px;
padding-top: 0;
line-height: 21px;}

.sidebar ul li ul li:first-child a,
.sidebar ul li ul li:last-child a{
background-position: 0 -120px;
height: 22px;
padding-top: 0px;
line-height: 21px;}

.sidebar ul li a:hover{
background-position: -180px -42px;
background-color: transparent;}

.sidebar ul li:first-child a:hover{
background-position: -180px 0;}

.sidebar ul li:last-child a:hover{
background-position: -180px -71px;}

.sidebar ul li:first-child ul li a:hover,
.sidebar ul li ul li a:hover,
.sidebar ul li ul li:first-child a:hover,
.sidebar ul li ul li:last-child a:hover{
background-position: 0 -120px;
height: 22px;
padding-top: 0px;
line-height: 21px;}

.sidebar .page-item-26 .children{
display: none;}

.sidebar .current_page_item .children,
.sidebar .current_page_parent .children{
display: block;}







/* GOOD */


.sidebar ul li.current-cat ul li a,
.sidebar ul li.current-cat-parent ul li a,
.sidebar ul li.current_page_parent a,
.sidebar ul li.current_page_item a,
.sidebar ul li.current_page_ancestor a{
color: #B3B3B3;}

.sidebar ul li.current-cat a,
.sidebar ul li.current-cat-parent a,
.sidebar ul li ul li.current-cat a,

.sidebar ul li.current-cat ul li a:hover,
.sidebar ul li.current-cat-parent ul li a:hover,
.sidebar ul li ul li a:hover,

.sidebar.books .menu-item-1068 a,
.sidebar.catalogs .menu-item-1067 a,
.sidebar ul.children li a.current-cat,
#menu-text-sidebar li a.current-cat,
#menu-text-sidebar li.current-menu-item a,
.sidebar ul li.current_page_item a,
.sidebar ul li.current_page_parent a,
.sidebar ul li ul li.current_page_item a,
.sidebar ul li.current_page_item ul li a:hover,
.sidebar ul li.current_page_parent ul li a:hover,
aside.sidebar ul li.current-cat-parent ul li.cat-item a:hover{
color: #4D4D4D;}

/* TESTING */


.sidebar.books .menu-item-1068 a,
.sidebar.catalogs .menu-item-1067 a,
.sidebar ul li.current-menu-item a,
.sidebar ul li.current-cat a,
.sidebar ul li.current-cat-parent a,
.sidebar ul li.current_page_item a,
.sidebar ul li.current_page_parent a{
background-position: -180px -42px;
background-color: transparent;}

.sidebar ul li.current-cat-parent ul li a,
.sidebar ul li.current-cat ul li a{
background-position: 0px -120px;}

.sidebar ul li.current-menu-item:first-child a,
.sidebar ul li.current-cat:first-child a,
.sidebar ul li.current-cat-parent:first-child a,
.sidebar ul li.current_page_item:first-child a,
.sidebar ul li.current_page_parent:first-child a{
background-position: -180px 0;}

.sidebar ul li.current-menu-item:last-child a,
.sidebar ul li.current-cat:last-child a,
.sidebar ul li.current-cat-parent:last-child a,
.sidebar ul li.current_page_item:last-child a,
.sidebar ul li.current_page_parent:last-child a{
background-position: -180px -71px;}

.sidebar ul li:first-child ul li.current-cat a,
.sidebar ul li:first-child ul li.cat-item a,
.sidebar ul li ul li.current-cat a,
.sidebar ul li ul li.current-cat:first-child a,
.sidebar ul li ul li.current-cat:last-child a,

.sidebar ul li:first-child ul li.current_page_item a,
.sidebar ul li:first-child ul li.page_item a,
.sidebar ul li ul li.current_page_item a,
.sidebar ul li ul li.current_page_item:first-child a,
.sidebar ul li ul li.current_page_item:last-child a{
background-position: 0 -120px;
height: 22px;
padding-top: 0px;
line-height: 21px;}


body.term-27 .sidebar ul li.cat-item-26.current-cat-parent ul li.cat-item-27 a,
body.term-47 .sidebar ul li.cat-item-26.current-cat-parent ul li.cat-item-47 a,
.sidebar ul li.cat-item-26.current-cat-parent a,
.sidebar ul li.cat-item-26.current-cat-parent ul li.current-cat a,
.sidebar ul li.cat-item-39.current-cat-parent a,
.sidebar ul li.cat-item-39.current-cat-parent ul li.current-cat a{
color: #4d4d4d;}

.sidebar ul li.cat-item-26.current-cat ul li a,
.sidebar ul li.cat-item-39.current-cat ul li a,
.sidebar ul li.cat-item-26.current-cat-parent ul li a,
.sidebar ul li.cat-item-39.current-cat-parent ul li a{
color: #B3B3B3;}





.sidebar .cat-item-39 ul.children li a:before{
content: "–";}


/* PAGES */
.page-content,
.features{
width: 670px;
float: right;
padding: 22px 50px 65px 0;
min-height: 465px;}

.page-content h2,
.features h2{
font-family: AvenirMedium;
font-weight: normal;
font-size: 108%;
color: #704E21;
margin-bottom: 25px;}

.page-content p,
.features p{
font-family: Georgia;
font-size: 93%;
line-height: 21px;
margin-bottom: 25px;
text-align: justify;}

.page-content em,
.features em{
font-size: 123.1%;
font-style: italic;}


.thumbs{
list-style-type: none;
width: 720px;
float: right;
margin: 0 -50px 30px 0;}

.single .thumbs{
margin: 50px 0 0 0;}


body.tax-text-as .thumbs li,
body.single-sc_text .thumbs li,
.thumbs li{
width: 175px;
min-height: 216px;
float: left;
margin: 0 5px 25px 0;}

body.gallery .thumbs li,
body.page-template-page-projects-php .thumbs li{
min-height: 165px;}


body.tax-text-as .thumbs li{
height: 215px;}

.thumbs img{
padding: 0 0 5px;}

.thumbs a{
text-decoration: none;}

.thumb-title{
padding-left: 10px;
display: block;}


/* RESUME */
.group-noindent,
.group-indent{
font-family: Georgia;
font-weight: normal;
line-height: 21px;}


.group-indent ul{
line-height: 18px;}

.group-noindent ul li,
.group-indent ul li{
line-height: 16px;
margin-bottom: 7px;}

.group-noindent h3,
.group-indent h3{
font-weight: normal;
font-style: italic;
font-size: 123.1%;
margin-bottom: 3px;}

.group-noindent ul,
.group-indent ul{
list-style-type: none;
margin: 0 0 25px 0;}

.group-noindent ul li,
.group-noindent ul li em,
.group-indent ul li,
.group-indent ul li em{
font-size: 93%;}

.group-indent ul h4{
display: block;
float: left;
width: 40px;
font-weight: normal;} 

.group-indent ul li{
margin-left: 40px;}

.accordionButton{
cursor: pointer;
margin-bottom: 10px;}



/* CONTACT */
.column1{
width: 250px;
float: left;}

.column2{
width: 310px;
float: right;}


/* BIO */
.bio-pic a{
width: 180px;
height: 269px;
margin: 0 20px 8px 0;
float: left;
background-image: url(images/sonya-clark-portrait.jpg);
display: block;}

.bio-pic a:hover{
background-position: -180px 0;}

/* NEWLETTERS */
#ccsfg{
width: 360px;
background-color: #D7D7D7;
height: 36px;
padding: 13px 0px 10px 10px;
margin: 0 0 25px -10px;}

#ccsfg p{
text-align: left;}

.ccsfg-left{
width: 150px;
float: left;
font-size: 104%;
font-family: AvenirMedium;}

.ccsfg-left h4{
text-transform: uppercase;
font-weight: normal;
letter-spacing: 1px;}

.ccsfg-right{
width: 210px;
float: right;}

#EmailAddress{
width: 170px;
height: 25px;
border: none;
margin: 3px 0 0 10px;
padding-left: 10px;
font-family: Georgia;
color: #808080;}

input#signup{
color: red;
border: none;
background-color: transparent;
background-image: url('images/submit.png');
background-repeat: no-repeat;
width: 17px;
height: 25px;
float: right;
margin: -27px 2px 0 0;}

.page-item-550,
.page-item-548{
display: none;}








/* LAYOUT */
.alignleft{
float: left;}

.alignright{
float: right;}

img.alignleft{
padding: 0 20px 20px 0;}

img.alignright{
padding: 0 0 20px 20px;}




/* WIDGETS */
.widget-container {
float: left;
width: 300px;}

.widget-container h4{
display: none;}


.home-feed{
padding: 40px 44px 45px 44px;
background-color: #D7D7D7;
overflow: auto;
font-size: 93%;
line-height: 21px;
clear: both;}

.home-feed header{
height: auto;}

.home-feed h3{
text-transform: uppercase;
font-family: AvenirMedium;
font-weight: normal;
font-size: 104%;
letter-spacing: 1px;}

.current-exhibitions,
.update {
width: 370px;}

.current-exhibitions{
float: left;}

.update{
float: right;}

.exhibition,
.update{
font-family: Georgia;}

.exhibition header{
float: left;
font-style: italic;
margin-right: 3px;
font-size: 108%;
line-height: 21px;}

.exhibition{
margin-bottom: 20px;}









/* FOOTER */

footer{
height: 62px;
line-height: 62px;
padding: 0 0 0 24px;
color: #704E21;
font-family: AvenirMedium;
font-size: 81%;
text-transform: uppercase;
letter-spacing: 1px;
clear: both;}

body.page footer,
body.gallery footer{
background-color: #e3e3e3;}

footer ul{
margin-left: 0;}

footer ul li{
display: inline;
margin-right: 20px;}

footer a, 
footer a:active, 
footer a:visited, 
footer a:hover{ 
color: #704E21;
text-decoration: none;}








/* JFLOWPLUS */
.home-slide .caption{
background: url("images/gallery-info-bg.png") repeat top left transparent;
position: absolute;
bottom: 0px;
right: 0px;
width: 900px;
padding-top: 9px;
height: 49px;}

.home-slide .caption h2 {
float: left;
height: 49px;
width: 150px;
margin-left: 565px;
font-size: 108%;
font-family: AvenirMedium;
font-weight: normal;}

.home-slide .caption span {
font-family: Georgia;
font-size: 93%;}

.gallery-slide .caption{
background: url("images/gallery-info-bg.png") repeat top left transparent;
position: absolute;
bottom: 0px;
right: 0px;
width: 720px;
padding-top: 9px;
height: 49px;
text-align: left;}

.gallery-slide .caption h2 {
float: left;
height: 49px;
width: 150px;
margin-left: 385px;
font-size: 108%;
font-family: AvenirMedium;
font-weight: normal;}

.gallery-slide .caption span {
font-family: Georgia;
font-size: 93%;}

body.gallery #jFlowSlider{
float: right;
margin-bottom: -58px;}


#myController{
width: 900px;
clear: both;}

#myController ul {
margin: 108px 0 0 0;}

.jFlowSlideContainer a {
color: #704E21;
text-decoration: none;}

.jFlowSlideContainer a:hover {
text-decoration: none;}

.jFlowSlideContainer a:focus {
position: relative;}

.jFlowNav{
width: 180px;}

.jFlowNext div,
.jFlowPrev div{
background:url("images/gallery-info-bg.png") repeat top left transparent;
height:58px;
width:75px;
cursor:pointer;
line-height: 58px;
font-family: AvenirMedium;
font-size: 93%;
text-transform: uppercase;}

.jFlowNext div {
float: right;
padding: 0 15px 0 0;
text-align: right;}

.jFlowPrev div {
float: left;
padding: 0 0 0 15px;}

.jFlowPrev div:hover {

}

.jFlowNext div:hover {
}

.catgroup{
width: 190px;
font-family: Georgia;
font-size: 108%;
font-weight: normal;
text-align: center;
margin-top: 115px;
color: #704E21;}


.home-controller .jFlowNav{
width: 0px;}

.home-controller .jFlowNext div,
.home-controller .jFlowPrev div{
background: none;
height:0px;
width:0px;
cursor: default;
line-height: 0px;}

.home-controller .jFlowNext div {
padding: 0;}

.home-controller .jFlowPrev div {
padding: 0;}

.gallery-slide{
text-align: center;}

.gallery-slide .features h2{
text-align: left;}

.gallery-slide .features{
min-height: 0px;
padding-bottom: 30px;}

.single-sc_text .gallery-slide .features{
position: relative;}

.features .caption{
height: 58px;
line-height: 58px;
text-align: right;
padding: 0 25px 0 0;
font-family: Georgia;
font-style: italic;
font-size: 93%}

.single-sc_text .features .caption{
position: absolute;
bottom: -58px;
width: 695px;}

/* JFLOWPLUS */






/* IE6 STYLES */
html.ie6 nav ul li ul.sub-menu li{
background-image: none;
background-color: #E5E0C7;}

html.ie6 nav ul li ul.sub-menu{
background-color: #E5E0C7;
width: 179px;
margin-left: -89px;}


html.ie6 .sidebar {
float: left;
font-family: AvenirMedium;
letter-spacing: 1px;
width: 170px;
}

html.ie6 .sidebar{
clear: both;}

html.ie6 .sidebar ul li a{
background-image: none;}


html.ie6 ul.thumbs li {
position:relative;
width: 175px;
float: left;
margin: 0 5px 25px 0;}

html.ie6 span.thumb-title{
position: absolute;
top: 130px;
left: 0;
width: 175px;}
/* IE6 STYLES */







/* IE7 STYLES */
/*
html.ie7 nav ul li ul.sub-menu li{
background-image: none;
background-color: #E5E0C7;}
*/
html.ie7 nav ul li ul.sub-menu{
background-color: #E5E0C7;
width: 179px;
margin-left: -89px;}

html.ie7 nav ul li ul li {
background-image: url('images/ie-menu-bg1.png');}

html.ie7 .sidebar {
float: left;
font-family: AvenirMedium;
letter-spacing: 1px;
width: 170px;
}

html.ie7 .sidebar{
clear: both;}

html.ie7 .sidebar ul li a{
background-image: url('images/ie-menu-bg2.png');}

html.ie7 ul.thumbs li {
position:relative;
width: 175px;
float: left;
margin: 0 5px 25px 0;}

html.ie7 span.thumb-title{
position: absolute;
top: 130px;
left: 0;
width: 175px;}

html.ie7 .group-indent ul h4{
width: 43px;}

html.ie7 .group-indent ul li{
margin-left: 42px;}



/* IE7 STYLES */




/* IE8 STYLES */
html.ie8 nav ul li ul li {
background-image: url('images/ie-menu-bg1.png');}

html.ie8 .sidebar ul li a{
background-image: url('images/ie-menu-bg2.png');}

html.ie8 .sidebar ul li ul li a{
background-image: none;}


html.ie8 .group-indent ul h4{
width: 43px;}

html.ie8 .group-indent ul li{
margin-left: 42px;}
/* IE8 STYLES */





/*
 * 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, iPhone 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: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  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; }
}


.sidebar ul li a {
letter-spacing: 1px;}




.social{
  float: right;
  position: relative;
  margin: 10px 30px 0 0;
  z-index: 1000;
}

.social .fa{
  color: #704E21;
  font-size: 24px;
}


