/*
Theme Name: Lisa Rivas Theme
Author: sprclldr
Author URI: http://sprclldr.com/
Description: The base theme is a the starting point for all of our custom theme work. It's a combination of best practices and experience accumulated by our team.
Version: 1.0

The Base Theme is licensed under the GPL license. Feel free to use the Base Theme for commercial and non-commercial ventures. Though it is not required, we do appreciate a link.

Standards are always changing, so make sure you are up-to-date.
Last updated: 02-24-2012
*/

.right, .alignright { float: right; }
.left, .alignleft { float: left; }
.aligncenter { margin: 0 auto; display:block; }
.clear { clear: both; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 */

/*
================================================================================
 *
 Normalize -------------
 *
================================================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
 
* {font-weight:normal;text-rendering: optimizeLegibility; margin:0; padding:0}

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: proxima-nova, sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; background: #F1F3EF;}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #222; text-decoration: none;}
a:visited { color: #222; }
a:hover { color: #ccc; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn, em { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0; padding: 0; list-style: none}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/*
================================================================================
 *
 Primary styles -------------
 *
================================================================================
 */

/* =============================================================================
   Setup
   ========================================================================== */

p {}
h1 {}
h2 {}
h3 {}
h4, h5, h6 {}
blockquote p:before {}
blockquote p:after {}


/* =============================================================================
   Header + Nav
   ========================================================================== */
#wrapper {width: 960px; margin: 0 auto}
.wrapper {width: 920px; padding:0 20px; margin: 0 auto}
#header-wrap {height:60px; background:#666; position: absolute; left:0; right:0; top:0}
#header-wrap h1 {display: inline; font-size:1em}
#header-wrap a, #header-wrap h1 a {font-size:.9em; line-height: 60px; color:white; font-family: "proxima-nova", sans-serif; letter-spacing:1px; text-transform: uppercase}
#header-wrap a:hover {color:#ccc}
img.logo {height: 45px; width: 166px;}
#nav {float: right}
#nav li {display: inline}
#nav li a {margin-right:10px; padding-right:10px; color:white }
#nav .current-menu-item a{font-weight: bold}

/* =============================================================================
   Gallery
   ========================================================================== */
#gallery-home {width:900px; height:620px; margin:0 auto 0px; position:relative; float:none}
#gallery-home #thumbs {display: none}
#gallery {width:700px; height:745px; margin:0 0 30px 40px; position:relative; float:right}
#slideshow {height:600px; line-height: 0; overflow:hidden;}
#slideshow a {text-decoration: none}
#gallery #thumbs {width:550px; margin: 20px auto;}
#gallery .thumbs li {margin: 0; float: left; list-style-type: none}
#gallery .thumbs li.selected a{border:1px solid #333; margin:9px}
#gallery .thumbs a {width:90px; height:90px; margin:10px; display: block;}
#gallery .thumbs a img{max-width: 100%; max-height:100%}
#gallery .pagination a, #gallery .pagination .current {margin-right:10px;}
#gallery .pagination .current {font-weight: bold}
#gallery .pagination {margin:10px auto;text-align: center;}

#caption {margin:10px 0; font-size:1em; text-align: center}
#collection-list {width: 200px}
#collection-list li {list-style-type: none; margin-bottom: 10px;}
#collection-list a {font-size:.8em;text-transform: uppercase}
#collection-list .current_page_item a, #collection-list .children .current_page_item a{font-weight: bold}
#collection-list .children {margin-left:10px}
#collection-list .children li {margin-bottom: 0}
#collection-list .children a{font-weight: normal}
.collection-list-content { font-size:.8em; color:#666}

/* =============================================================================
   Interior
   ========================================================================== */
body.home #content {padding-bottom: 0}
#content {padding: 82px 20px 40px 20px;	 background: #f1f3ef }
.left-content {width: 650px; float:left}
.hentry {float: left; }
.newer-older {float: left; width:100%; padding: 10px 0;/* border-top: 1px solid #5c707c */;text-transform: uppercase;font-size: 14px}
.newer-older a {display: block}
.older span,.newer span {display: inline-block;width: 14px;height: 14px;background: url('img/plus.gif') no-repeat;position: relative; top: 3px; }
.older {float: left;}
.newer {float: right;}
.hentry span.previous {margin-right: 10px}
.hentry span.next {margin-left: 10px}
.hentry p, .hentry ul {margin-bottom:20px; font-size: 13px;line-height: 18px;}
.hentry ul li {list-style: disc;margin-left: 15px}
#content h1 {padding-bottom:20px; margin: 0; font-size: 1.4em; letter-spacing: 1px; text-transform: uppercase}
#content h2, #content h2 a {padding-bottom:10px; font-family:"abril-display",serif; color: #999; font-size: 1.4em; font-weight:bold; font-style: italic}
#content h3 {text-transform: uppercase;font-size: 13px; font-weight:bold}
#content blockquote, #content blockquote p {font: italic 22px/31px "abril-display",serif; color: #999}
#content img.alignleft {margin:10px 25px 10px 0}
#content img.alignright {margin:10px 0 10px 25px}
.post-content img {max-width: 650px;}
#comments {width:650px;}
a.post-meta-links {margin-bottom: 15px; display:block; color:#ff0000; font-size: .8em;}
.post {border-bottom: 1px solid #666; margin-bottom:15px;}
.hentry .m-3col li{width:200px; margin-left:0; margin-right:10px; display: inline-block; list-style: none;}
.hentry .m-3col img {margin-bottom:10px; display: block;}
.hentry .m-3col-header {margin-bottom:10px;}
/* body.blog .hentry, body.archive .hentry,body.search .hentry  { margin-bottom: 30px; border-bottom: 1px solid; } */

ol.commentlist, ul.children {list-style-type: none;}
.depth-1 {padding:5px; border: 1px solid #DDD; margin-bottom:10px;}
.depth-2, .depth-3, .depth-4 {padding-left:50px;}
ol.commentlist .avatar {margin:0 10px 10px 0;}
.comment {margin-bottom:10px;}
.comment-content p {font-size: 16px; line-height:19px;}
.comment-author {font-size: 14px; line-height:16px;}
.fn {font-size: 19px; line-height:19px;}
.comment-link,.comment-link:visited {color:red; font-size:21px; line-height:24px;}
.comment-form-comment label {display: block;}
#comment {width:100%;}

/* =============================================================================
   Sidebar
   ========================================================================== */

#sidebar { width: 225px; height: 100%; margin: 10px 0 0 40px; float: right; }
.widget-area {padding-top:15px; border-top: 1px solid; margin-bottom:15px; font-size:12px; line-height: 19px;}

/* =============================================================================
   Form
   ========================================================================== */
#gform_wrapper_1 {margin-top:15px;width:500px}
.gform_description {font-size: .8em;}
.gform_body ul li.gfield {margin-left:0;margin-bottom:10px}
.gfield_label {font-size: .8em; text-transform: uppercase}
.gform_wrapper .gform_body .ginput_container textarea.textarea {padding:7px}
.medium {padding-left:7px; color:#333}
.gform_button, input#submit {padding:7px; border:0; margin-top:10px; background:#999; font-size: 1em; text-transform: uppercase; color:white;}
.gform_button:hover, input#submit:hover {background:#20B1C2}
.validation_error, .validation_message {padding:3px; margin:10px 0; background:red;}
.validation_message {color:yellow; background:none}

/* =============================================================================
   Footer
   ========================================================================== */

#footer-wrap {height:40px; background:#666; position: relative; left:0; right:0; bottom:0}
#footer-wrap a:hover {color:#ffcc33}
#nav-footer {margin-top: 9px;float: left}
#nav-footer li {display: inline}
#nav-footer li a {margin-right:10px; padding-right:10px; color:white }
#footer-wrap span {font-size:10px; line-height:40px; color:#ccc;}

/*
================================================================================
 *
 Non-semantic helper classes -------------
 Please define your styles before this section.
 *
================================================================================
 */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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: h5bp.com/p */
.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; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/*
================================================================================
 *
 Print styles -------------
 Inlined to avoid required HTTP connection: h5bp.com/r
 *
================================================================================
 */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { 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; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
