<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Albedo
Theme URI: http://graphpaperpress.com/themes/albedo/
Author: Graph Paper Press
Author URI: http://graphpaperpress.com/
Description: A theme to showcase your photographs
Version: 1.2.4
License: GNU General Public License
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 {
	color: #656464;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Open Sans Condensed', sans-serif;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
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;
}
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 {
	margin: 0 auto;
}
.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;
	float:left;
	max-width:75%;
}
.has-sidebar .widget-area {
	float: right;
	width: 25%;
}
body.home #content, body.blog #content {
	margin: 0;
	max-width:100%;
}

body.home .site-content {
	float: left;
	margin: 0;
}

#primary img {
	max-width: 100%;
	height: auto;
}
.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
body.has-sidebar .widget-area {
	width: 100%;
	float: left;
}
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;
}
.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;
}
h1.entry-title {
	margin-top:1em;
	text-align:left;
}
.single-portfolio h1.entry-title {
	margin-top:0.5em;
}
.has-sidebar h1.entry-title {
	text-align: left;
}
.single-portfolio h1.entry-title {
	text-align: center;
}
.portfolio h2.entry-title {
	text-align: center;
	margin: 0;
	font-size: 2em;
}
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 {
	float: left;
}
.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: 100%;
	font-size: 1.8em;
	text-align: center;
	padding: 22px 0;
}
.home-slider p.flex-caption {
	bottom: 6em;
}
.home-slider .slide-no-title p.flex-caption {
bottom: 0;
}
#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, #sell-media-sidebar h2.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;
}
.portfolio-vertical .caroufredsel_wrapper {
	height:236px !important;
}

.portfolio-horizontal .caroufredsel_wrapper {
	height:108px !important;
}
.portfolio-items-wrap {
	clear:both;
}
#fromblog .excerpt p {
	margin-bottom:0.5em;
}
#fromblog, #fromportfolio, #sellmediahome {
	font-size: 0.9em;
	float: left;
	width: 100%;
	margin-bottom: 2.5em;
	position: relative;
}
#fromblog-desc {
	margin-right: 12px;
	width: 180px;
	float: left;
}
.flex-viewport {
	/* float:left; */
	clear: both;
}

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

#fromportfolio .flex-direction-nav, #fromblog .flex-direction-nav, #sellmediahome .flex-direction-nav {
	top:21px;
	position:absolute;
	right:0;
}
#fromblog .flex-direction-nav {
	top:-31px;
}
#fromblog a.flex-prev, #fromblog a.flex-next, #fromportfolio a.flex-prev, #fromportfolio a.flex-next, #sellmediahome a.flex-prev, #sellmediahome a.flex-next {
	height: 17px;
	width: 17px;
}
.portfolio-nav, .blog-nav {
	list-style:none;
}
#fromblog a.flex-prev, #fromportfolio a.flex-prev, #sellmediahome a.flex-prev {
	right: 17px;
	background: url(images/prev-icon.png) top left no-repeat;
}
#fromblog a.flex-next, #fromportfolio a.flex-next, #sellmediahome a.flex-next {
	right: 0;
	background: url(images/next-icon.png) top left no-repeat;
}
.portfolio-image-wrap h3.portfolio-home-title, #fromportfolio h3.portfolio-home-title, #sellmediahome h3.portfolio-home-title {
	position:absolute;
	width:100%;
	text-align:center;
	z-index:10;
	opacity:0;
	display:none;
	line-height:1em;
	font-size:1.4em;
}
.portfolio-image-wrap h3.portfolio-home-title {
	font-size:1.8em;
}

.portfolio-image-wrap h3.portfolio-home-title a, #fromportfolio h3.portfolio-home-title a, #sellmediahome h3.portfolio-home-title a {
	color:#f3f3f3;
	font-weight:normal;
	text-decoration:none;
}
.portfolio-image-wrap h3.portfolio-home-title a:hover, .portfolio-image-wrap a.view:hover, #fromportfolio a.view:hover, #fromportfolio h3.portfolio-home-title a:hover, #sellmediahome a.view:hover, #sellmediahome h3.portfolio-home-title a:hover {
	color:#CCC;
}
.portfolio-image-wrap span.view-overlay, #fromportfolio span.view-overlay, #sellmediahome span.view-overlay {
	text-align:center;
	width:100%;
	position:absolute;
	z-index:10;
	opacity:0;
	display:none;
	left:0;
}
.portfolio-image-wrap a.view, #fromportfolio a.view, #sellmediahome a.view {
	color:#f3f3f3;
	font-size:2.5em;
	text-transform:uppercase;
	text-decoration:none;
	border-top:4px solid #F3F3F3;
	padding-top:3px;
}

.portfolio-image-wrap a.view {
	font-size:3.2em;
}
h3.portfolio-home-title {
	top:25%;
	width:100%;
	text-align:center;
	left:0;
}
.portfolio-image-wrap span.view-overlay {
	bottom:25%;
}

#fromportfolio .portfolio-horizontal h3.portfolio-home-title, #sellmediahome .portfolio-horizontal h3.portfolio-home-title {
	top:14px;
}
#fromportfolio .portfolio-horizontal span.view-overlay, #sellmediahome .portfolio-horizontal span.view-overlay {
	bottom:0px;
}
#fromportfolio .portfolio-square h3.portfolio-home-title, #sellmediahome .portfolio-square h3.portfolio-home-title {
	top:46px;
}
#fromportfolio .portfolio-square span.view-overlay, #sellmediahome .portfolio-square span.view-overlay {
	bottom:46px;
}
#fromportfolio .portfolio-vertical h3.portfolio-home-title, #sellmediahome .portfolio-vertical h3.portfolio-home-title {
	top:70px;
}
#fromportfolio .portfolio-vertical span.view-overlay, #sellmediahome .portfolio-vertical span.view-overlay {
	bottom:70px;
}
#fromportfolio span.divider, #sellmediahome span.divider {
	width:144px;
}

#primary .portfolio-image-wrap {
	float: none;
	position: relative;
	width: 100%;
	max-height: 800px;
}

#primary .portfolio-image-wrap a, #primary .portfolio-image-wrap img {
	float:none;
}

#primary .portfolio-image-wrap img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width:auto;
	border:0;
}


.archive .portfolio-2-col .portfolio-image-wrap a.view {
	padding-top:25px;
}

.archive .portfolio-3-col .portfolio-image-wrap a.view {
	padding-top:1px;
}

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

.fromblog-post h3 {
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	margin: 0.5em 0;
}
.fromblog-post h3 a {
	text-decoration: none;
}
.fromblog-post img {
	max-width: 100%;
	height: auto;
	width: 100%;
	float:left;
}
.fromblog-thumb {
	width:100%;
}
.carousel li.carousel-item {
	margin: 6px 8px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	max-width:184px;
	height:auto;
	position:relative;
}
#fromportfolio .carousel li, #sellmediahome .carousel li {
	background:#2d2d2d;
}
.fromblog-items-wrap {
	position: relative;
	float: left;
}
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 {
	float: none;
	margin:0 !important;
	width: 100%;
}
/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: auto;
	margin-top: -28px;
	max-width:76%;
}
.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;
	padding: 4px;
}
.main-navigation ul ul ul, ul.menu-top-right ul ul {
	left: 102%;
	top: -5px;
}
.main-navigation ul ul a, ul.menu-top-right ul a {
	width: 200px;
}
.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 &gt; a, ul.menu-top-right li:hover &gt; a {
}
.main-navigation ul ul :hover &gt; a, ul.menu-top-right ul :hover &gt; a {
}
.main-navigation ul ul a:hover, ul.menu-top-right ul a:hover {
}
.main-navigation ul li:hover &gt; ul, ul.menu-top-right li:hover &gt; 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 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.3em;
}
.main-small-navigation .menu {
	display: none;
	position: absolute;
	z-index: 999;
	padding: 4px;
	list-style: none;
	right: 0;
	top: 0;
	width: 40%;
	z-index:999;
}

.main-small-navigation .menu li {
	width: 100%;
	text-align: center;
}
.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%;
	max-width:100%;
}
.archive .hentry {
	padding-bottom: 10px;
}
.tax-pcategory .hentry, .tax-ptag .hentry, .post-type-archive .hentry {
	border-bottom:0;
}
.tax-pcategory #content {
	max-width:100%;
	width:100%;
}
.tax-ptag #content {
	max-width:100%;
	width:100%;
}
.entry-meta {
	clear: both;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Georgia";
	letter-spacing: 1px;
}
.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;
}
#content .post-format-content .gallery {
	margin-bottom:0;
}
.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%;
}


/* =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: 50%;
	float: left;
}
.three aside {
	width: 30%;
	float: left;
	margin-right: 3.33%;
}
.four aside {
	width: 22%;
	float:left;
	margin-right: 4%;
}

#footer-widgets {
	float: left;
	width:100%;
}
.site-info {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding-top: 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;
}
.icon {
	float: left;
	margin: 0;
}

.icon::before {
	float: left;
	padding: 0 10px;
	margin: 0 5px 0 0;
	content: "";
	background: url(images/icons-small.png) 200px -2px;
	height: 16px;
	display: inline-block;
	opacity:0.6;
}

.cat-icon {
	width: 14px;
	height: 11px;
	display: block;
	background: url(images/cat-icon.png) no-repeat;
	margin-right: 7px;
	float: left;
	margin-top: 2px;
	opacity:0.6;
}

.entry-meta .cat-links a {
	color:#AAA;
}
.entry-meta .cat-links a:hover {
	color:#2d2d2d;
}

.time-icon {
	width: 13px;
	height: 12px;
	display: block;
	background: url(images/clock-icon.png) no-repeat;
	margin-right: 4px;
	float: left;
	margin-top: 1px;
	opacity:0.6;
}

.tag-icon {
	width: 13px;
	height: 12px;
	display: block;
	background: url(images/tag-icon.png) no-repeat;
	margin-right: 7px;
	float: left;
	margin-top: 2px;
	opacity:0.6;
}


/* =Portfolio
----------------------------------------------- */
.portfolio-2-col .hentry {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.portfolio-3-col .hentry {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.portfolios .portfolio-image-wrap, .archive .portfolio-image-wrap {
	margin: 0 0 1em;
	float: left;
	position:relative;
	max-width:100%;
}

.portfolios .portfolio-image-wrap:hover, .archive .portfolio-image-wrap:hover {	
	background:#2d2d2d;
}

.portfolio-image-wrap img {
	float:left;
}


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

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



}

/* =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, #fromportfolio a.view, #sellmediahome 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: 728px;
	}
	#fromportfolio .carousel li.carousel-item, #sellmediahome .carousel li.carousel-item {
		max-width: 179px;
	}
	#fromblog .carousel li.carousel-item {
		max-width: 174px;
	}
	#fromblog .flex-viewport {
		width: 536px;
		position: relative;
		float: left;
	}

	.archive .portfolio-2-col .portfolio-image-wrap a.view {
		padding-top:12px;
	}

	.archive .portfolio-3-col .portfolio-image-wrap span.view-overlay {
	bottom: 13%;
	}

}


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

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

@media only screen and (max-width: 767px) {
	.container {
		width: 300px;
	}
	#fromblog .flex-viewport {
		width: 300px;
	}
	#fromblog-desc {
		width: 300px;
		margin: 0 0 1em 0;
	}
	#homewidgets .widget {
		width: 100%;
		margin-right: 0;
	}
	#secondary {
		width: 100%;
		margin-left: 0;
	}
	#menu-social-menu {
		float: left;
	}
	.portfolios .hentry {
		width: 100%;
		margin-right: 0;
	}
	#fromportfolio .portfolio-horizontal h3.portfolio-home-title, #sellmediahome .portfolio-horizontal h3.portfolio-home-title {
		top:0px;
	}
	#fromportfolio .portfolio-horizontal a.view, #sellmediahome .portfolio-horizontal a.view {
		bottom:0px;
		font-size:2em
	}

	#fromportfolio .portfolio-square h3.portfolio-home-title, #sellmediahome .portfolio-square h3.portfolio-home-title {
		top:24px;
	}
	#fromportfolio .portfolio-square span.view-overlay, #sellmediahome .portfolio-square span.view-overlay {
		bottom:24px;
	}

	#fromportfolio .portfolio-vertical h3.portfolio-home-title, #sellmediahome .portfolio-vertical h3.portfolio-home-title {
		top:14px;
	}
	#fromportfolio .portfolio-vertical span.view-overlay, #sellmediahome .portfolio-vertical span.view-overlay {
		bottom:0px;
	}

	.portfolio-square .caroufredsel_wrapper {
		height:150px !important;
	}

	.portfolio-vertical .caroufredsel_wrapper {
		height:184px !important;
	}

	.portfolio-horizontal .caroufredsel_wrapper {
		height:84px !important;
	}

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

	.archive .portfolio-2-col .portfolio-image-wrap a.view {
		padding-top:0px;
	}

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

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

	#fromblog-desc {
		display:none;
	}

	.has-sidebar #content {
		max-width:100%;
		margin:0;
	}


}


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

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

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

	#fromportfolio .portfolio-horizontal h3.portfolio-home-title, #sellmediahome .portfolio-horizontal h3.portfolio-home-title {
		top:0px;
	}
	#fromportfolio .portfolio-horizontal span.view-overlay, #sellmediahome .portfolio-horizontal span.view-overlay {
		bottom:0px;
	}

	#fromportfolio .portfolio-square h3.portfolio-home-title, #sellmediahome .portfolio-square h3.portfolio-home-title {
		top:20px;
	}
	#fromportfolio .portfolio-square span.view-overlay, #sellmediahome .portfolio-square span.view-overlay {
		bottom:20px;
	}

	#fromportfolio .portfolio-vertical h3.portfolio-home-title, #sellmediahome .portfolio-vertical h3.portfolio-home-title {
		top:36px;
	}
	#fromportfolio .portfolio-vertical span.view-overlay, #sellmediahome .portfolio-vertical span.view-overlay {
		bottom:36px;
	}
	.portfolio-square .caroufredsel_wrapper {
		height:140px !important;
	}

	.portfolio-vertical .caroufredsel_wrapper {
		height:172px !important;
	}

	.portfolio-horizontal .caroufredsel_wrapper {
		height:80px !important;
	}

	.archive .portfolio-2-col .portfolio-image-wrap a.view {
		padding-top:19px;
	}

	.archive .portfolio-3-col .portfolio-image-wrap a.view {
		padding-top:17px;
	}

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

	#fromblog-desc {
		display:none;
	}

}


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

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

/* You can also use a &lt;br class="clear" /&gt; to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* Sticky footer css */

html, body {
	height: 100%;
}

#page {
	min-height: 100%;
}

#main {
	overflow:auto;
	padding-bottom: 70px;
	clear: both;
}

#footer-wrap {
	position: relative;
	margin-top: -70px;
	clear:both;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}


/* =Genericons
----------------------------------------------- */
@font-face {
    font-family: 'Genericons';
    src: url('images/font/genericons-regular-webfont.eot');
    src: url('images/font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/font/genericons-regular-webfont.woff') format('woff'),
         url('images/font/genericons-regular-webfont.ttf') format('truetype'),
         url('images/font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**
 * All Genericons
 */

.genericon,
li.github a:before,
li.dribbble a:before,
li.twitter a:before,
li.facebook a:before,
li.facebook-alt a:before,
li.feed a:before,
li.vimeo a:before,
li.wordpress a:before,
li.googleplus a:before,
li.pinterest a:before,
li.pinterest-alt a:before,
li.flickr a:before,
li.youtube a:before,
li.tumblr a:before,
li.linkedin a:before,
li.linkedin-alt a:before {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Genericons';
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

/**
 * Menu Icons
 */

li.github a:before,
li.dribbble a:before,
li.twitter a:before,
li.facebook a:before,
li.facebook-alt a:before,
li.feed a:before,
li.vimeo a:before,
li.wordpress a:before,
li.googleplus a:before,
li.pinterest a:before,
li.pinterest-alt a:before,
li.flickr a:before,
li.youtube a:before,
li.tumblr a:before,
li.linkedin a:before,
li.linkedin-alt a:before {
	line-height: 1;
	margin-right: 6px;
}

/**
 * IE7 and IE6 hacks
 */

.genericon {
	*overflow: auto;
	*zoom: 1;
	*display: inline;
}

/**
 * Sizes
 */

.genericon-medium {
	line-height: 1.2;
}
.genericon-small {
	line-height: .9;
}

/**
 * Individual icons
 */

/* Post formats */
.genericon-standard:before { content: '\f100'; }
.genericon-aside:before { content: '\f101'; }
.genericon-image:before { content: '\f102'; }
.genericon-gallery:before { content: '\f103'; }
.genericon-video:before { content: '\f104'; }
.genericon-status:before { content: '\f105'; }
.genericon-quote:before { content: '\f106'; }
.genericon-link:before { content: '\f107'; }
.genericon-chat:before { content: '\f108'; }
.genericon-audio:before { content: '\f109'; }

/* Social icons */
.genericon-github:before, li.github a:before { content: '\f200'; }
.genericon-dribbble:before, li.dribbble a:before { content: '\f201'; }
.genericon-twitter:before, li.twitter a:before { content: '\f202'; }
.genericon-facebook:before, li.facebook a:before { content: '\f203'; }
.genericon-facebook-alt:before , li.facebook-alt a:before{ content: '\f204'; }
.genericon-wordpress:before, li.wordpress a:before { content: '\f205'; }
.genericon-googleplus:before, li.googleplus a:before { content: '\f206'; }
.genericon-linkedin:before, li.linkedin a:before { content: '\f207'; }
.genericon-linkedin-alt:before, li.linkedin-alt a:before { content: '\f208'; }
.genericon-pinterest:before, li.pinterest a:before { content: '\f209'; }
.genericon-pinterest-alt:before, li.pinterest-alt a:before { content: '\f210'; }
.genericon-flickr:before, li.flickr a:before { content: '\f211'; }
.genericon-vimeo:before, li.vimeo a:before { content: '\f212'; }
.genericon-youtube:before, li.youtube a:before { content: '\f213'; }
.genericon-tumblr:before, li.tumblr a:before { content: '\f214'; }



/* Meta icons */
.genericon-comment:before { content: '\f300'; }
.genericon-category:before { content: '\f301'; }
.genericon-tag:before { content: '\f302'; }
.genericon-time:before { content: '\f303'; }
.genericon-user:before { content: '\f304'; }
.genericon-day:before { content: '\f305'; }
.genericon-week:before { content: '\f306'; }
.genericon-month:before { content: '\f307'; }
.genericon-pinned:before { content: '\f308'; }

/* Other icons */
.genericon-search:before { content: '\f400'; }
.genericon-unzoom:before { content: '\f401'; }
.genericon-zoom:before { content: '\f402'; }
.genericon-show:before { content: '\f403'; }
.genericon-hide:before { content: '\f404'; }
.genericon-close:before { content: '\f405'; }
.genericon-close-alt:before { content: '\f406'; }
.genericon-trash:before { content: '\f407'; }
.genericon-star:before { content: '\f408'; }
.genericon-home:before { content: '\f409'; }
.genericon-mail:before { content: '\f410'; }
.genericon-edit:before { content: '\f411'; }
.genericon-reply:before { content: '\f412'; }
.genericon-feed:before { content: '\f413'; }
.genericon-warning:before { content: '\f414'; }
.genericon-share:before { content: '\f415'; }
.genericon-attachment:before { content: '\f416'; }
.genericon-location:before { content: '\f417'; }
.genericon-checkmark:before { content: '\f418'; }
.genericon-menu:before { content: '\f419'; }
.genericon-top:before { content: '\f420'; }
.genericon-minimize:before { content: '\f421'; }
.genericon-maximize:before { content: '\f422'; }
.genericon-404:before { content: '\f423'; }
.genericon-spam:before { content: '\f424'; }
.genericon-summary:before { content: '\f425'; }
.genericon-cloud:before { content: '\f426'; }
.genericon-key:before { content: '\f427'; }
.genericon-dot:before { content: '\f428'; }
.genericon-next:before { content: '\f429'; }
.genericon-previous:before { content: '\f430'; }
.genericon-expand:before { content: '\f431'; }
.genericon-collapse:before { content: '\f432'; }
.genericon-dropdown:before { content: '\f433'; }
.genericon-dropdown-left:before { content: '\f434'; }
.genericon-top:before { content: '\f435'; }
.genericon-draggable:before { content: '\f436'; }
.genericon-phone:before { content: '\f437'; }
.genericon-send-to-phone:before { content: '\f438'; }
.genericon-plugin:before { content: '\f439'; }
.genericon-cloud-download:before { content: '\f440'; }
.genericon-cloud-upload:before { content: '\f441'; }
.genericon-external:before { content: '\f442'; }
.genericon-document:before { content: '\f443'; }
.genericon-book:before { content: '\f444'; }

/* Generic shapes */
.genericon-uparrow:before { content: '\f500'; }
.genericon-rightarrow:before { content: '\f501'; }
.genericon-downarrow:before { content: '\f502'; }
.genericon-leftarrow:before { content: '\f503'; }</pre></body></html>