/*
Theme Name: Storyteller
Theme URI: http://graphpaperpress.com/themes/storyteller/
Author: Graph Paper Press
Author URI: http://graphpaperpress.com
Description: A theme perfect for telling multimedia stories including video and photos.
Version: 1.1.6
License: GPL, V2
License URI: license.txt
Tags: two-columns, custom-menu, sticky-post, post-formats
*/


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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-wrap: break-word;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #fdfdfd;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}
nav {
    position: relative;
    clear: both;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea,
.fancy {
    color: #656464;
    font-family: 'Droid Serif', Georgia,"Times New Roman",serif;
    font-size: 14px;
    line-height: 1.6;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
    font-family: "Allerta", Helvetica, sans-serif;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 { font-size:2em; line-height:1; margin-bottom:.5em; color:#00a0d0; font-family:'Didot LT W01 Roman'; text-transform: uppercase;}

h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 0.8em;
}
hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1.5em; font-family:'NeuzeitOfficeW01-Regula';
	font-size: 18px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
    margin-left:1.5em;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    box-shadow: inset 0 2px 1px #fff;
    color: rgba(0,0,0,.8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.4rem;
    padding: 1.12em 1.5em .88em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
    background: linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
    border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type=text],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
    color: #111;
}
input[type=text] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

/* Links */
a {
    text-decoration: underline;
}
a:visited {
}
a:hover,
a:focus,
a:active {

}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom:1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom:1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

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


/* =Layout
----------------------------------------------- */

.site {
    width: 90%;
    margin: 1em auto;
}
.site-header, .site-content, .site-footer {
    clear: both;
    margin: 2em auto;
    width: 100%;
}
.site-header {
    padding: 2.5em 0;
    float:left;
    margin:0;
}
.widget-area {
    overflow: hidden;
}

#sidebar ul#recentcomments li {
    margin-bottom:0.6em;
}
/* has sidebar */
.has-sidebar .site-content {
    float: left;
    margin: 0 -25% 0 0;
}
.has-sidebar #content {
    margin: 0 27% 0 0;
    max-width:73%;
}
.has-sidebar .widget-area {
    float: right;
    width: 25%;
}
body.home #content, body.blog #content {
    margin: 0;
    max-width:100%;
    width:100%;
}
body.home .site-content {
    float: left;
    margin: 0;
}
#primary img {
    max-width: 100%;
    height: auto;
}
.single #primary, .page #primary, .single .hentry, .page .hentry {
}
.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
body.has-sidebar .widget-area {
    width: 100%;
    float: left;
}
#social { float: right; }
h1.site-title {
    font-size: 4em;
    margin-bottom: 0px;
    line-height: 1em;
    float: left;
}
span.underline {
    width: 100%;
    float: left;
    margin-bottom: 1em;
}
span.logo-underline {
    margin-bottom: 0;
}
.site-description {
    float: left;
    margin:1.8em 0 0 1.8em;
    color: #777;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 200;
    clear:right;
}
.site-description a {
    text-decoration: none;
    color: #777 !important;
}
.entry-header {
    float: left;
    width: 100%;
}
.entry-content a {
    text-decoration: underline;
}
h1.entry-title {
    text-align: center;
    font-size: 2.5em;
    margin: 0.5em 0 0 0;
}
.single h1.entry-title {
    margin-top:1em;
}
.has-sidebar h1.entry-title {
    text-align: left;
}

h1.site-title a {
    text-decoration: none
}
h1.entry-title a, h2.entry-title a {
    text-decoration: none;
}
h2.section-title, #homewidgets h3.widget-title {
    font-size: 1.8em;
    margin-bottom: 0px;
    line-height: 1.5em;
    text-transform: uppercase;
    float: left;

}
.post-format-content {
    float: left;
    max-width:100%;
    width:100%;
}
.cat-links, .sep, .comments-link, .tag-links {
}
.sep {
    margin: 0 6px;
}
#footer-wrap {
    width: 100%;
    height: auto;
}
a.readmore {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}
.page-header {
    margin: 1em 0;
    float: left;
    width: 100%;
}
.page-header .page-title {
    font-size: 1.5em;
    text-transform: uppercase;
}
.home-slide-title {
width: auto;
font-size: 2em;
text-align: left;
padding: 14px 8px;
background: rgba(0,0,0,.3);
float: left;
}
.home-slider p.flex-caption {
    bottom: 6em;
}
.home-slider .slide-no-title p.flex-caption {
bottom: 0;
}
.slider-caption {
    float: left;
    clear: left;
    background: rgba(0,0,0,.3);
    padding: 4px 8px;
    margin-bottom:34px;
}
#homewidgets {
    margin-bottom: 0;
    margin-top: 2.5em;
    width:100%;
}
#homewidgets .widget {
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom:2.5em;
}
#secondary {
    float: right;
    width: 23%;
    margin-top: 4.6em;
    margin-left: 2%;
}
h3.widget-title {
    font-size: 1.5em;
    margin-bottom: 0.4em
}
#secondary h3.widget-title {
    font-size: 1.5em;
    text-transform: uppercase;
}
#footer-widgets h3.widget-title {

}
.widget ul {
    list-style: none;
}
.widget ul li {
    margin-bottom:0.3em;
}

#fromblog .excerpt p {
    margin-bottom:0.5em;
}
#fromblog {
    font-size: 0.9em;
    float: left;
    width: 100%;
    margin-bottom: 2.5em;
    position: relative;
}

.flex-viewport {
    float:left;
}

#fromblog .flex-viewport {
    width:768px;
}

#fromblog .flex-direction-nav {
    top:-31px;
}
#fromblog a.flex-prev, #fromblog a.flex-next {
    height: 17px;
    width: 17px;
}
.blog-nav {
    list-style:none;
}
#fromblog a.flex-prev {
    right: 17px;
    background: url(images/prev-icon.png) top left no-repeat;
}
#fromblog a.flex-next {
    right: 0;
    background: url(images/next-icon.png) top left no-repeat;
}

.post-type-archive #content {
    width:100%;
    max-width:100%;
    }

.fromblog-post h3, .blog-grid .hentry h3 {
    text-align: center;
    margin: .5em 0;
}
.fromblog-post h3 a, .blog-grid .hentry h3 a {
    text-decoration: none;
}
.fromblog-post img, .blog-grid .hentry img {
    max-width: 100%;
    height: auto;
    width: 100%;
    float:left;
    margin-bottom: 1em;
}
.blog-grid {
    width:100%;
}
.fromblog-post, .blog-grid .hentry {
    margin: .5em 2% 0 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 32%;
    height:auto;
    position:relative;
}
.blog-grid .hentry {
    margin-top:0;
}
.fromblog-post.li3 {
    margin-right: 0;
}
.fromblog-items-wrap {
    position: relative;
    float: left;
    width: 100%;
}
a.thumb {
    float: left;
}
.omega {
    margin-right: 0px !important
}

span.required {
    color:red;
}

.hidden {visibility:hidden;}

.entry-meta a {
    text-decoration: none;
    color:#AAA;
}

.fullwidth {
    margin:0 !important;
    max-width:100% !important;
}

/* =Intro
----------------------------------------------- */

#intro {
    position: relative;
    width:100%;
    float:left;
}

#homewidgets-top {
    float:left;
    width:100%;
    margin-bottom:20px;
}
#homewidgets-top .widget {
    font-family: Georgia;
    font-style: italic;
    font-size: 1.3em;
    margin: 0;
    text-align: center;
    width:100%;
    float:left;
}

#homewidgets-top .widget h3.widget-title {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1.9em;
    font-weight: 100;
    text-align: center;
    margin: .5em auto 0;
    font-style:normal;
}

.slide-button {
    position: relative;
    bottom: 0;
    left: 0;
    font-size: 1em;
    padding: 6px 12px;
    text-decoration: none !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #FFF;
    background: rgba(0, 0, 0, .3);
    z-index:100;
    text-transform: uppercase;
    font-family: "Allerta", Helvetica, sans-serif;
}

.slide-button:hover {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    cursor: pointer;
}

.video {
    background: rgba(0, 0, 0, 0.6) url(images/play.png) no-repeat 4px 4px;
    padding: 10px 20px 10px 50px;
}

.video:hover {
    background: rgba(0, 0, 0, 1) url(images/play.png) no-repeat 4px -66px;
    padding: 10px 20px 10px 50px;
}

/* =Take Action
----------------------------------------------- */

#action-wrap {
    padding: 3em;
}
#action {
    max-width:100%;
}
#action .entry-summary {
    margin: 1em 0;
}
#action .entry-header {
    width: 70%;
    margin-right: 5%;
}
#action .entry-content {
    float: right;
    width: 25%;
    padding-top: 2.8em;
}
.button {
    background-color: #7093ab;
    font-size: 1.4em;
    padding: 10px 20px;
    text-decoration: none !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    color:#FFF;
    font-family: "Allerta", Helvetica, sans-serif;
}
.button:hover {
    background-color: #5f7e94;
    color: #fff;
    cursor: pointer;
}

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

.main-navigation {
    clear: none;
    display: block;
    float: right;
    width: auto;
    margin-top: 20px;
    max-width:76%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family:'NeuzeitOfficeW01-Regula';
    font-size: 1.3em;  font-weight: 100;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
ul.menu-top-right ul {
    margin: 0;
}
.main-navigation li, ul.menu-top-right li {
    float: left;
    position: relative;
    margin-left: 1.5em;
    line-height:2em;
}
.main-navigation li li, ul.menu-top-right li li {
    line-height:1.5em;
}
.main-navigation a, ul.menu-top-right a {
    display: block;
    text-decoration: none;
    font-size: 0.9em;
}
.main-navigation ul ul, ul.menu-top-right ul {
    display: none;
    float: left;
    position: absolute;
    top: 1.9em;
    left: -1em;
    z-index: 99999;
}
.main-navigation ul ul ul, ul.menu-top-right ul ul {
    left: 100%;
    top: -1px;
}
.main-navigation ul ul a, ul.menu-top-right ul a {
    width: 200px;
    padding:4px;
}
.main-navigation ul ul li, ul.menu-top-right ul li {
    margin-left: 0;
    padding-left: 1em;
    padding-top: 2px;
    padding-bottom: 2px;
}
.main-navigation li:hover > a, ul.menu-top-right li:hover > a {
}
.main-navigation ul ul :hover > a, ul.menu-top-right ul :hover > a {
}
.main-navigation ul ul a:hover, ul.menu-top-right ul a:hover {
}
.main-navigation ul li:hover > ul, ul.menu-top-right li:hover > ul {
    display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {

}

/* Top menu */
.menu-top-right {
    float: right;
    font-size: 0.8em;
    list-style: none outside none;
    margin: 0.5em 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.menu-top-right li {
    float: left;
    margin: 0 0 0 0.5em;
    list-style: none;
}

/* Small menu */
.menu-toggle {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.2em;
	text-transform: uppercase;
	font-family:'Neuzeit Office W01 Bold';
	letter-spacing: 1px;
	color: #00a0d0;
}
.main-small-navigation .menu {
    display: none;
    position: absolute;
    z-index: 999;
    padding: 4px;
    list-style: none;
    right: 0;
    top: -10px;
    width: 40%;
}

.main-small-navigation .menu li {
    width: 100%;
    text-align: left;
	font-family:'NeuzeitOfficeW01-Regula';
	text-transform: uppercase;
	letter-spacing: 1px;
}
.main-small-navigation .menu li a {
    text-decoration: none;
}
.main-small-navigation .menu ul {
    list-style: none;
    margin-left: 0;
}
/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
    margin: 0 0 2em;
    float: left;
    width:100%;
}
.archive .hentry {
    padding-bottom: 10px;
}
.tax-pcategory .hentry, .tax-ptag .hentry, .post-type-archive .hentry {
    border-bottom:0;
}
.entry-meta {
    clear: both;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Georgia";
    letter-spacing: 1px;
}
.single .entry-meta {
}
.entry-meta a:hover {
    text-decoration: none;
    color:#2d2d2d;
}

.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
    float: left;
    max-width: 100%;
    width:100%;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
}
.wp-caption img {
    display: block;
    margin: 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
    font-style:italic;
    font-size:0.9em;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
#content .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
    border: none;
    height: auto;
    max-width: 100%;
}
#content .gallery dd {
    margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}
#site-header img {
    margin-bottom: 2em;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
#content .nav-previous {
    float: left;
    width: 50%;
}
#content .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

#nav-below {
    margin-bottom: 2em;
    float: left;
    width: 100%;
}
#image-navigation {
    margin-top:1em;
}
.nav-previous, .nav-next {
    margin: 1em 0;
}
.nav-previous, .previous-image {
    float: left;
}
.nav-next, .next-image {
    float: right;
}
.nav-previous a, .nav-next a, .next-image a, .previous-image a {
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 0.8em;
    text-decoration: none;
}

/* =Comments
----------------------------------------------- */
#comments {
    float: none;
}
.bypostauthor {
}

#comments-title {
    padding: 8px 4px;
    text-transform: uppercase;
    font-size: .9em;
}
article.comment {
    display: block;
}
#respond input[type=text] {
    display: block;
    width: 40%;
}
#respond textarea {
    display: block;
    margin: 0 0 1em;
    width: 60%;
}
#respond .form-allowed-tags {
    clear: both;
    width: 60%;
}
#respond .form-allowed-tags {
    display: none;
}
.commentlist {
    margin: 2em 5%;
    list-style-type: none;
}
.commentlist li {
    position: relative;
    margin: 0 0 2em;
}
.comment {
    max-width: 100%;
    overflow: hidden;
    display: block;
}
article.comment {
    margin: 20px 0 0;
    padding-bottom: 10px;
}
.comment header {
    font-size: 1.2em;
}
.comment .comment-content {
    font-size: .9em;
    float: left;
    width: 100%;
    margin-top: 1em;
}
.comment footer {
    float: left;
    width: 75%;
    font-size: .7em;
}
.comment .reply {
    float: right;
    font-size: .9em;
    width: 100%;
    text-align: right;
    font-weight: bold;
}
.commentmetadata {
}
.pinglist {
    margin: 20px 0 40px 52px;
    list-style-type: decimal;
}
#commentform {
    margin-top: 20px;
}
.children {
    list-style-type: none;
    margin-left: 55px;
}
.comment .avatar {
    float: left;
    margin: 0 1em .5em 0;
}
.comment-author {
    display: inline;
    margin-right: 5px;
    font-size:1.2em;
}
.comment-author cite {
    font-weight: bold;
    font-style: normal;
}
.comment-meta {
    display: block;
    font-size: 11px;
}
.comment-body {
    margin: 0 0 30px 55px;
}
.comment-reply-link {
    font-size: .8em;
    padding: 3px;
    text-transform: uppercase;
}
#cancel-comment-reply-link {
    font-size: 1.4em;
}
#respond {
    padding-bottom: 35px;
}
#respond h3 {
    font-size: 14px;
    font-weight: bold;
}
.nocomments {
    text-align: center;
    padding: 20px;
}
.comment-body ul {
    list-style-type: disc;
}
.comment-body ol {
    list-style-type: decimal;
}
#commentform label small {
    font-size: 12px;
}
.comment-author-admin article {
    padding: 1em;
}
.comment-author-admin footer {
    left: 1em;
}
.depth-2, .depth-3, .depth-4, .depth-5 {
    font-size: 1em;
}



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

.widget {
    margin: 0 0 3em 0;
}

/* Search widget */
#searchsubmit {
    display: none;
}


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

#colophon {
    padding: 2em 0 1em 0;
}
.one aside {
    width: 100%;
    float: left;
}
.two aside {
    width: 47%;
    float: left;
    margin-right:3%;
}
.three aside {
    width: 30%;
    float: left;
    margin-right: 3.33%;
}
.four aside {
    width: 23%;
    float: left;
    margin-right: 2%;

}
#footer-widgets {
    float: left;
    width: 100%;
}
.site-info {
    clear: both;
    text-align: center;
    font-size: 0.9em;
	font-family:'Didot LT W01 Roman';
    text-transform: uppercase;
	  letter-spacing: 2px;
    padding-top: 0em;
	padding-bottom: 1em;
}
.site-info a {
    text-decoration: none;
}
.site-info .sep {
    float:none;
}



/* =Icons
----------------------------------------------- */
.menu-top-right li.facebook a,
.menu-top-right li.twitter a,
.menu-top-right li.rss a,
.menu-top-right li.vimeo a {
    background-image: url(images/icons-small.png);
    text-indent: -9999em;
    float: left;
    padding: 3px;
    height: 16px;
}

.menu-top-right .facebook a {
    width: 14px;
    background-position: -24px 0;
}
.menu-top-right .facebook a:hover {
    background-position: -24px -25px;
}
.menu-top-right .twitter a {
    width: 16px;
    background-position: -45px 0;
}
.menu-top-right .twitter a:hover {
    background-position: -45px -25px;
}
.menu-top-right .rss a {
    width: 16px;
    background-position: 0px 0;
}
.menu-top-right .rss a:hover {
    background-position: 0 -25px;
}
.menu-top-right .vimeo a {
    width: 16px;
    background-position: -68px 0;
}
.menu-top-right .vimeo a:hover {
    background-position: -68px -25px;
}

.menu-top-right .phone a {
    width: auto;
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: bold;
    top: -2px;
    position: relative;
}

.comment-bubble::before {
    background-position: 74% 4px;
}

.comments-link {
    text-decoration: none;
    margin-top:-2px;
}
.comments-link:hover {
    text-decoration: none;
}

.comment-bubble {
    margin-top:-1px;
    font-size:12px;
}

.entry-meta .cat-links a {
}
.entry-meta .cat-links a:hover {

}

#slider-wrap, #top-menu-wrap {
    width:100%;
    height:auto;
    position:relative;

}
#slider-wrap a img {
    max-width:100%;
    height:auto;
}
#top-menu-wrap {
    z-index:9999;
}

.slide-button-wrap {
    position:relative;
    z-index:999;
    height:30px;
    top:-100px;
}

/* =Call to Action Widget
----------------------------------------------- */

#action .widget {float:left;width:100%;}
.action-content {float:left;width:100%;}
.action-text {width:67%;float:left;}
.action-button {
    width: auto;
    float: left;
    padding-left: 3%;
}


/* =Responsiveness: Readers
----------------------------------------------- */

@media screen and (max-width: 768px) {

    #action .entry-header {
        float: none;
        width: 100%;
        margin-right: 0%;
    }
    #action .entry-content {
        float: none;
        width: 100%;
        padding-top: 0;
    }


}

/* =Responsiveness: Handhelds
----------------------------------------------- */

@media screen and (max-width: 520px) {

    .site-header {
        text-align: center;
    }
    small, .entry-meta, .wp-caption .wp-caption-text, .gallery-caption {
        font-size: 0.85em;
    }
    .items {
        width: 400px;
    }
    .portfolio-image-wrap a.view {
        font-size: 1.5em;
    }


}

/* =Responsiveness: Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px;
    }

    .action-text {
        width:100%;
        float:left;
    }
    .action-button {
        width:100%;
        float:left;
        padding-left:0%;
    }

    #tagline {
        clear:both;
        float:left;
        margin:0.5em 0 0 0;
    }
    nav.main-navigation {
        margin-top: 0px;
       clear: both;
       max-width: 100%;
    }
   .main-navigation ul {
        margin-left: -18px
   }
}


/* =Responsiveness: Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    .container {
        width: 300px;
    }
    #homewidgets .widget {
        width: 100%;
        margin-right: 0;
    }
    #secondary {
        width: 100%;
        margin-left: 0;
    }
    #menu-social-menu {
        float: left;
    }

    .home-slide-title {
        font-size: 1.5em;
    }

    .one aside, .two aside, .three aside, .four aside {
        float: left;
        margin: 0;
        width:100%;
    }

    h1.site-title {
        font-size:2.5em;
    }

    .slide-button-wrap {
        top: -50px;
    }

    .slide-button-wrap .flex-caption {
        display: none;
    }

    #tagline {
        clear:both;
        float:left;
        margin:0.5em 0 0 0;
    }

    .menu-toggle {
        bottom:26px;
    }
    .action-text {
        width:100%;
        float:left;
    }
    .action-button {
        width:100%;
        float:left;
        padding-left:0%;
    }
    .slide-button {
        font-size:1em;
    }
    .video {
        background: url(images/play.png) no-repeat scroll 4px 0 #7093AB;
    }
    .video:hover {
        background: url(images/play.png) no-repeat scroll 4px -70px #7093AB;
    }
    .blog-grid .hentry {
        width:100%;
        margin-right:0;
    }

    .has-sidebar #content {
        margin: 0;
        max-width: 100%;
    }
    .slider-caption {
        display:none;
    }
    .home-slide-title {
        margin-bottom: 30px;
        font-size: 1.2em;
    }
    .flex-direction-nav li a {
        top: 25% !important;
    }

    #action-wrap {
        padding:2em 0;
    }

    .fromblog-post {
        margin: 2em 0 0 0;
        float: none;
        width: 100%;
    }
}


/* =Responsiveness: Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 420px;
    }
    #homewidgets .widget {
        width: 100%;
        margin-right: 0;
    }
    #secondary {
        width: 100%;
    }
    #menu-social-menu {
        float: left;
    }

    h1.site-title {
        font-size:3em;
    }

    .slide-button-wrap {
        top: -50px;
    }

    #tagline {
        clear:both;
        float:left;
        margin:0.5em 0 0 0;
    }

    .menu-toggle {
        bottom:26px;
    }
    .action-text {
        width:100%;
        float:left;
    }
    .action-button {
        width:100%;
        float:left;
        padding-left:0%;
    }
    .slide-button {
        font-size:1em;
    }
    .video {
        background: url(images/play.png) no-repeat scroll 4px 0 #7093AB;
    }
    .video:hover {
        background: url(images/play.png) no-repeat scroll 4px -70px #7093AB;
    }
    .blog-grid .hentry {
        width:100%;
        margin-right:0;
    }

    .has-sidebar #content {
        margin: 0;
        max-width: 100%;
    }
    .flex-direction-nav li a {
        top: 35% !important;
    }
}


/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.last {
    margin-right:0 !important;
}

/* iPad margin buf fix */

#top-menu, #header, #page, #colophon {
    padding-left: 1%;
    padding-right: 1%;
    width: 98% !important;
    max-width: 960px;
}