/*
Theme Name: Ravens Eye Shell
Theme URI: http://ravenseyedesign.com/wp-content/themes/ravenseye/
Author: Raven's Eye Design
Author URI: http://ravenseyedesign.com/
Description: A theme custom designed featuring standards-centric HTML5 features and efficient code.
Version: 1.3
Tags: custom-menu, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

This is the base theme for custom Wordpress installations by Raven's Eye Design. It needs to be included with custom child themes in order to function properly.

*/


/* =Color scheme
--------------------------------------------------------------

.white {
	color: #fff;
}
.black {
	color: #000;
}

*/


/* =Default Browser Style Reset
-------------------------------------------------------------- */

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;}
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;}
input, select {vertical-align: middle;}
html { -webkit-font-smoothing: antialiased; }
html { overflow-y: scroll; }
pre {
padding: 15px;
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 */
}


/* =Structure
-------------------------------------------------------------- */

body {
	background: #1a170a url(images/back.jpg) center top no-repeat;
	font-size: 100%;
	line-height: 1.125em; /* 16×1.125=18 */
	color: #333;
}
.outer, .branding, .colophon {
	width: 980px;
	margin: 0 auto;
}
.outer {
	margin-bottom: 20px;
}
.branding {
	background: #fff url(images/masthead.png) 0 0 no-repeat;
	height: 160px;
}
.branding .content {
	padding: 0;
}
.wrap {
	background: #fff url(images/container.png) repeat-y;
	float: left;
}
.wrap .content {
	padding: 0;
}
.access {

}
.access .content {
	padding: 10px;
}
.main {
	float: left;
	width: 580px;
}
.main .content {
	padding: 10px 30px;
}
.secondary {
	float: left;
	width: 200px;
}
.secondary .content {
	padding: 0 20px;
}
.content {
	padding: 10px;
}
.colophon {
	background: #ddd;
	clear: both;
}
.colophon .content {
	padding: 0 20px 10px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}


/* =Fonts
-------------------------------------------------------------- */
body, #search, #commentform #submit, .password-send {
	font-family: "myriad-pro", Arial, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6, input, textarea, .addthis_default_style p.share {
	font-family: "myriad-pro", Arial, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}
blockquote {
	font-family: "minion-pro", Georgia, "Times New Roman", Times, serif;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}
#site-title a {
	background: transparent url(images/header.gif) no-repeat;
	width: 360px;
	height: 80px;
	display: block;
}
#site-description {
	margin: 20px 0 0 20px;
	color: #fff;
	font-weight: normal;
}


/* =Main Menu
-------------------------------------------------------------- */




/* =Right Menu
-------------------------------------------------------------- */

.secondary h1 {
	color: #ccc;
	font-size: 1.2em;
	text-transform: none;
	margin-bottom: 10px;
}
.widget_umrp ul, .secondary ul.menu {
	list-style: none;
	list-style-image: none; /* needed for ie7 */
	padding: 0;
}
.widget_umrp ul li,  .secondary ul.menu li {
	list-style: none;
	list-style-image: none; /* needed for ie7 */
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.1em;
}
.widget_umrp ul li a, .secondary ul.menu li a {
	text-decoration: none;
	color: #fff;
	padding: 2px 0 2px 25px;
	margin: 0 0 0 -10px;
	display: block;
	width: 220px;
	line-height: 18px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-radius-topright: 4px;
	-khtml-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: transparent;
	-webkit-transition: background 0.5s ease, color 0.2s linear;
	-moz-transition: background 0.5s ease, color 0.2s linear;
	-o-transition: background 0.5s ease, color 0.2s linear;
	transition: background 0.5s ease, color 0.2s linear;
	cursor: pointer;
}
.widget_umrp ul li a:hover, .secondary ul.menu li a:hover {
	color: #f63;
	background: #ccc;
}
.widget_umrp ul li.current_post a, .secondary ul.menu li.current-menu-item a {
	color: #ccc;
	background: #fff;
	font-weight: normal;
}
.widget_umrp ul li.current_post a:hover, .secondary ul.menu li.current-menu-item a:hover {
	color: #f63;
	background: #fff;
	cursor: pointer;
}
.umrp-nav-bottom, .secondary .umrp-loader {
	word-spacing: 0.2em;
	color: #333 !important;
}
.umrp-nav-label {
	font-size: 15px;
	color: #666 !important;
	line-height: 20px;
}
.umrp-nav-bottom a.page-numbers {
	line-height: 20px;
	font-size: 15px;
	color: #666;
	background: transparent;
}
.umrp-nav-bottom a.page-numbers:hover {
	color: #f63 !important;
	background: #ccc !important;
}
.umrp-nav-bottom .current {
	color: #ccc !important;
	font-size: 18px;
	font-weight: bold !important;
	background: transparent;
	line-height: 20px;
}


/* =Content
-------------------------------------------------------------- */

/* General Formatting */
h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-weight: bold;
	margin: 0.8em 0 0.4em 0;
	line-height: 1.2em;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p {
	font-size: 0.875em;
	line-height: 1.8em;
	margin: 0.8em 0 0.4em 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
small {
	font-size: 0.9em;
}
code {
	font: 1.1em Consolas, 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 20px;
	border-left: 6px solid #d0d4d8;
	padding-left: 25px;
	font-size: 16px;
	font-style: italic;
	line-height: 1.5em;
	background: transparent url(images/quote.png) no-repeat scroll top left;
	background-position: top left;
	min-height: 32px;
}
hr {
	display: none;
}
a img {
	border: none;
}
sup, sub {
	font-size: 0.7em;
}

/* User Styles */
.left-text {
	text-align: left;
}
.right-text {
	text-align: right;
}
.centered-text {
	text-align: center;
}
.citation {
	color: #666;
	font-size: 0.875em;
	line-height: 1.2em;
	font-style: normal;
}
.highlight {
	font-weight: bold;
	font-size: 1.05em;
	line-height: 1.3em;
}
.border-top {
	border-top: 1px solid #ccc;
	padding-top: 4px;
}
.border-bottom {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.no-margin-top {
	margin-top: 0;
}
.big-margin-top {
	margin-top: 5em;
}
.hidden {
	display: none;
}
.one-line-per-page {
	margin: 200px 20px;
}
.clear {
	clear: both;
}

/* Posts */
.post {
	text-align: left;
}
.post h1 {
	text-align: left;
}
.post h1 a, .post h2 a {
	text-decoration: none;
}
.post h1 a:hover, .post h2 a:hover {
	text-decoration: underline;
}
.entry-meta {
	font-style: italic;
	text-align: left;
	font-size: 0.85em;
	word-spacing: 0.2em;
	clear: both;
	display: block;
	color: #888;
	padding-top: 10px;
}
a.more-link {
	display: block;
}
a.post-edit-link,
a.post-edit-link:visited {
	display: block;
	width: 30px;
	margin: 20px auto;
	clear: both;
	text-align: center;
	padding: 4px 10px 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333;
	background-color: #f6f6f6;
	font-weight: bold;
	text-decoration: none !important;
	border: 1px solid #aaa;
}
a.post-edit-link:hover {
	background-color: #fff;
	color: #c70000;
}
a.post-edit-link:active {
	color: #ff1f1f;
	background-color: #fff;
	top: 1px;
}

/* Fancy custom formats */
.page-link {
	word-spacing: 3px;
	font-size: 13px;
}
.page-link a {
	width: 16px;
	line-height: 16px;
	font-size: 13px;
	margin: 2px;
	padding: 2px 6px;
	text-decoration: none;
	border: 1px solid #ddd;
	text-align: center;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 40% repeat-x;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #144;
}
.page-link a:hover {
	color: #3aa;
	border-color: #3aa;
	background-position: 0 90%;
}
.nav-right {
	font-size: 0.9em;
	float: right;
	text-align: right;
	clear: right;
	padding-bottom: 20px;
}
.nav-left {
	font-size: 0.9em;
	float: left;
	text-align: left;
	clear: left;
	padding-bottom: 20px;
}

/* Main Lists */
ul, ol {
	margin: 0.8em 0 0.4em 0;
	padding: 0;
}
ul li, ol li {
	margin: 0.6em 0 0 2em;
	font-size: 0.9em;
	line-height: 1.5em;
}
ul li {
	list-style: url(images/bullet.png);
}
ul li li {
	list-style: square;
}
li li, li li li, li li li li, li li li li li, li li li li li li {
	font-size: 1em;
	line-height: 1.5em;
}

/* Main Links */
a {
	text-decoration: underline;
	color: #777;
}
a:visited {
	color: #888;
}
a:hover {
	color: #f00;
}


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

.copyright {
	float: right;
	text-align: right;
}
.address {
	float: left;
	text-align: left;
}
.colophon p {
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 0.8em 0 0.4em;
	color: #666;
}
.colophon a, .colophon a:visited {
	text-decoration: underline;
	color: #777;
}
.colophon a:hover {
	color: #f00;
}


/* =Images
-------------------------------------------------------------- */

p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.aligncenter, img.alignright, img.alignleft, img.wp-post-image {
	border: none;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow:  1px 1px 3px #666;
	box-shadow:  1px 1px 3px #666;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright, div.alignright {
	margin: 10px 0 15px 30px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 10px 30px 15px 0;
	display: inline;
}
.alignright {
	float: right;
	border: none;
}
.alignleft {
	float: left;
	border: none;
}
.no-shadow, img.no-shadow, div.no-shadow {
	-moz-box-shadow: none;
	-webkit-box-shadow:  none;
	box-shadow: none;
}

/* Captions */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow:  1px 1px 3px #666;
	box-shadow:  1px 1px 3px #666;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 2px 4px 5px;
	margin: 0;
	text-align: center;
}

/* For magnifying glass icon - must wrap image in a div with class="zoom" and a span with class="magnify" must be placed just before the image. All images must be placed with class of "none" for positioning, and the alignment class must be added to this div instead. */
.zoom {
	position: relative;
	width: 360px; /* Change this to match the thumbnail size in the template */
	height: 270px; /* Change this to match the thumbnail size in the template */
}
.magnify {
	position: absolute;
	width: 20px;
	height: 20px;
	background: transparent url(images/magnify.png) no-repeat;
	top: 5px;
	left: 5px;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
	z-index: 99;
	display: block;
}


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

/* Gravity Forms */
.gform_description {
	font-size: 0.875em;
}
.gform_body input, .gform_body textarea {
	font-size: 15px !important;
}

/* WP Password Section */
#password-section {
	width: 400px;
}
#password-section label {
	font-size: 16px;
	float: left;
}
#password-section .password-box {
	font-size: 16px;
	float: left;
	display: block;
	width: 140px;
	float: left;
	line-height: 22px;
	padding: 4px;
}
#password-section .password-send {
	font-size: 16px;
	cursor: pointer;
	float: left;
	display: block;
	width: 60px;
	margin-left: 0.4em;
	line-height: 22px;
	padding: 4px;
}
#password-section .password-send:hover {
	color: #f00;
	border-color: #f00;
}

/* Search Form */
#search{
    margin: 20px 0;
    height: 30px;
}
#search input[type='text']{
    padding: 6px 15px 6px 35px;
    width: 50%;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url('images/search.png') no-repeat 10px 6px #fcfcfc;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    color: #666;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 12px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#search input[type='text']:focus{
    width: 70%;
}


/* =Comments
-------------------------------------------------------------- */

.commentlist {
	text-align: left;
}
.commentlist li {
	margin: 5px 0 0 0;
	padding: 6px 10px 4px;
	list-style: none;
	line-height: 1.3em;
	font-size: 0.9em;
	clear: both;
}
.commentlist p {
	margin: 10px 5px 6px 0;
	line-height: 1.3em;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	font-size: 0.8em;
	text-align: right;
	color: #aaa;
	font-style: italic;
	padding: 0 6px;
	display: block;
}
.commentmetadata a {
	color: #999;
}
.commentmetadata a:hover {
	color: #3aa;
}
.commentlist cite {
	color: #888;
	font-style: normal;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1em;
	display: block;
	text-align: center;
	width: 64px;
	height: auto;
}
.commentlist cite a {
	text-decoration: none;
}
#respond {
	margin-top: 10px;
}
.c-grav {
	width: 64px;
	float: left;
	position: relative;
}
.c-grav img {
  	border: 4px solid #e3e3e3;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.main .c-grav a {
	text-decoration: none;
}
.main .c-grav a:hover {
	text-decoration: underline;
}
.c-body {
	float: left;
	width: 300px;
	font-size: 1.1em;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	padding: 4px 20px 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left: 25px;
	border: 1px solid #eee;
	color: #333;
}
.talk-bubble-stem {
	background: transparent url(images/talk-bubble.png) 0 0 no-repeat;
	width: 16px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: -26px;
}
.authcomment .c-grav img {
	border-color: #e4e9de;
}
.authcomment .c-body {
	background: #e4e9de !important;
	border-color: #ab9;
	color: #547;
}
.authcomment .talk-bubble-stem {
	background-image: url(images/talk-bubble-auth.png) !important;
}
.form-allowed-tags {
	display: none;
}
.comment-form-comment label {
	display: none;
}

/* Comment Form */
#commentform input, #commentform textarea {
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	border: 1px solid #ddd;
	padding: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#commentform input {
	width: 200px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 400px;
	margin-top: 5px;
}
#commentform #submit {
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000;
	padding: 2px;
	border-color: #999;
	width: 120px;
	background-position: 0 60%;
}
#commentform #submit:hover {
	color: #f00;
	border-color: #f00;
	background-position: 0 90%;
}
#commentform p {
	margin: 5px 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area h1 {
	font-size: 1.2em;
}


/* =Extras
-------------------------------------------------------------- */

/* Social Network Links */
.socialnets {
	margin: 10px 0 0;
}
.socialnets a {
	margin: 0 3px 0 0;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
	width: 37px;
	height: 40px;
	background: transparent url(images/socialnets/feed.png) 0 0px no-repeat;
	display: block;
	float: left;
}
.socialnets a#feed:hover, .socialnets a#facebook:hover, .socialnets a#twitter:hover, .socialnets a#myspace:hover, .socialnets a#linkedin:hover, .socialnets a#youtube:hover {
	background-position: 0px -38px;
}
.socialnets a#facebook {
	background-image: url(images/socialnets/facebook.png);
}
.socialnets a#twitter {
	background-image: url(images/socialnets/twitter.png);
}
.socialnets a#myspace {
	background-image: url(images/socialnets/myspace.png);
}
.socialnets a#youtube {
	background-image: url(images/socialnets/youtube.png);
}
.socialnets a#linkedin {
	background-image: url(images/socialnets/linkedin.png);
}

/* AddThis Buttons */
.addthis_toolbox {
	margin: 20px 0 0 0;
	clear: both;
}
.addthis_default_style a {
	margin: 3px 0 0;
}
.addthis_default_style p.share {
	margin: 0 0 0 0;
	float: left;
}
.colophon .addthis_toolbox {
	margin: 10px auto;
	clear: both;
	width: 350px;
}
.colophon .addthis_default_style p.share {
	margin: 0 4px 0 0;
	float: left;
	font-size: 1em;
}

/* Site Credit */
.credit  {
	margin: 0 auto;
	clear: both;
	text-align: center;
}
.credit a {
	color: #888;
	text-decoration: none;
	display: block;
	margin: 20px auto 10px;
	font-size: 0.9em;
}
.credit a:hover {
	color: #f00;
}
.credit a span {
	text-decoration: underline;
}

/* Noscript warning */
.js-warning {
	width: 600px;
	position: absolute;
	top: 0px;
	left: 40px;
	right: 40px;
	margin: 40px auto 0;
	background: #fff;
	color: #f00;
	border: 2px solid #f00;
	font-size: 30px;
	line-height: 36px;
	padding: 20px;
	text-align: center;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #333;
	z-index: 10000;
}

/* Pagination */
.wp-pagenavi {
	margin: 0 0 20px 0;
	padding: 20px 0;
	font-size: 0.9em;
}
.wp-pagenavi a {
	display: block;
	width: 16px;
	line-height: 16px;
	font-size: 14px;
	margin: 2px;
	padding: 2px;
	float: left;
	text-decoration: none;
	border: 1px solid #ddd;
	text-align: center;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 40% repeat-x;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #144;
}
.wp-pagenavi a:hover {
	color: #3aa;
	background-position: 0 90%;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #666;
	border: none;
	background-color: #fff;
	display: block;
	float: left;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: none;
	color: #666;
	background-color: #fff;
	display: block;
	float: left;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: none;
	color: #666;
	background-color: #fff;
	display: block;
	float: left;
}
.pagelink {
	word-spacing: 0.5em;
}

/* fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 3, ../scss/_fancybox.scss */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 12, ../scss/_fancybox.scss */
.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 21, ../scss/_fancybox.scss */
.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
/* line 27, ../scss/_fancybox.scss */
.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 36, ../scss/_fancybox.scss */
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 44, ../scss/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 51, ../scss/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 61, ../scss/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}
/* line 63, ../scss/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 70, ../scss/_fancybox.scss */
.fancybox-outer {
  position: relative;
}

/* line 74, ../scss/_fancybox.scss */
.fancybox-inner {
  position: relative;
  overflow: hidden;
}

/* line 79, ../scss/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 83, ../scss/_fancybox.scss */
.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 90, ../scss/_fancybox.scss */
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 96, ../scss/_fancybox.scss */
.fancybox-iframe {
  width: 100%;
  height: 100%;
}

/* line 101, ../scss/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 106, ../scss/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("images/fancybox/fancybox_sprite.png");
}

/* line 110, ../scss/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
/* line 120, ../scss/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 127, ../scss/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 137, ../scss/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 150, ../scss/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 154, ../scss/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 158, ../scss/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 169, ../scss/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 174, ../scss/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 179, ../scss/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 183, ../scss/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 195, ../scss/_fancybox.scss */
.fancybox-lock {
  overflow: hidden;
}

/* line 199, ../scss/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("images/fancybox/fancybox_overlay.png");
}

/* line 209, ../scss/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 215, ../scss/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 223, ../scss/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 230, ../scss/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 234, ../scss/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
/* line 241, ../scss/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 258, ../scss/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 264, ../scss/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 268, ../scss/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Scroll to top arrow */
/* line 747, ../scss/_base.scss */
a#scroll-to-top {
  z-index: 9000;
  background: url(images/uparrow.png) no-repeat center center;
  /* Match to background image size */
  width: 35px;
  height: 35px;
  /* Postion on the page */
  position: fixed;
  right: 30px;
  bottom: 30px;
  /* Hide link text */
  text-indent: -9999px;
  font-size: 0;
  /* Other */
  cursor: pointer;
  outline: 0;
}