Untitled diff

Created Diff never expires
/*
/*
Theme Name: Spun
Theme Name: Spun
Theme URI: http://carolinethemes.com/2012/11/04/spun/
Theme URI: http://carolinethemes.com/2012/11/04/spun/
Author: Caroline Moore
Author: Caroline Moore
Author URI: http://carolinemoore.net/
Author URI: http://carolinemoore.net/
Description: It's all about your content -- pure and simple.
Description: It's all about your content -- pure and simple.
Version: 1.07
Version: 1.07
License: GNU General Public License
License: GNU General Public License
License URI: license.txt
License URI: license.txt
Tags: light, one-column, fixed-width, white, gray, custom-menu, custom-background, custom-header, flexible-header, rtl-language-support, translation-ready
Tags: light, one-column, fixed-width, white, gray, custom-menu, custom-background, custom-header, flexible-header, rtl-language-support, translation-ready
This theme, like WordPress, is licensed under the GPL.
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Use it to make something cool, have fun, and share what you've learned with others.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
and Blueprint http://www.blueprintcss.org/
*/
*/
/* =Reset
/* =Reset
-------------------------------------------------------------- */
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
border: 0;
font-family: inherit;
font-family: inherit;
font-size: 100%;
font-size: 100%;
font-style: inherit;
font-style: inherit;
font-weight: inherit;
font-weight: inherit;
margin: 0;
margin: 0;
outline: 0;
outline: 0;
padding: 0;
padding: 0;
vertical-align: baseline;
vertical-align: baseline;
}
}
html {
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 */
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 */
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 */
-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/ */
-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
}
body {
body {
background: #fff;
background: #fff;
}
}
article,
article,
aside,
aside,
details,
details,
figcaption,
figcaption,
figure,
figure,
footer,
footer,
header,
header,
hgroup,
hgroup,
nav,
nav,
section {
section {
display: block;
display: block;
}
}
ol, ul {
ol, ul {
list-style: none;
list-style: none;
}
}
table { /* tables still need 'cellspacing="0"' in the markup */
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-collapse: separate;
border-spacing: 0;
border-spacing: 0;
}
}
caption, th, td {
caption, th, td {
font-weight: normal;
font-weight: normal;
text-align: left;
text-align: left;
}
}
blockquote:before, blockquote:after,
blockquote:before, blockquote:after,
q:before, q:after {
q:before, q:after {
content: "";
content: "";
}
}
blockquote, q {
blockquote, q {
quotes: "" "";
quotes: "" "";
}
}
a:focus {
a:focus {
outline: thin dotted;
outline: thin dotted;
}
}
a:hover,
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
outline: 0;
outline: 0;
}
}
a img {
a img {
border: 0;
border: 0;
}
}
/* =Global
/* =Global
----------------------------------------------- */
----------------------------------------------- */
body,
body,
button,
button,
input,
input,
select,
select,
textarea {
textarea {
color: #666;
color: #666;
font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
font-family: 'Pacifico', cursive;
font-size: 16px;
font-size: 16px;
font-size: 1.6rem;
font-size: 1.6rem;
font-weight: 300;
font-weight: 300;
line-height: 1.5;
line-height: 1.5;
}
}
/* Headings */
/* Headings */
h1,h2,h3,h4,h5,h6 {
h1,h2,h3,h4,h5,h6 {
clear: both;
clear: both;
font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
font-style: italic;
font-style: italic;
margin: 1em 0;
margin: 1em 0;
}
}
h1 {
h1 {
font-size: 32px;
font-size: 32px;
font-size: 3.2rem;
font-size: 3.2rem;
line-height: 1em;
line-height: 1em;
}
}
h2 {
h2 {
font-size: 28px;
font-size: 28px;
font-size: 2.8rem;
font-size: 2.8rem;
}
}
h3 {
h3 {
font-size: 24px;
font-size: 24px;
font-size: 2.4rem;
font-size: 2.4rem;
}
}
h4 {
h4 {
font-size: 20px;
font-size: 20px;
font-size: 2.0rem;
font-size: 2.0rem;
}
}
h5 {
h5 {
font-family: Quicksand, Arial, Helvetica, sans-serif;
font-family: Quicksand, Arial, Helvetica, sans-serif;
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
font-size: 16px;
font-size: 16px;
font-size: 1.6rem;
font-size: 1.6rem;
font-style: normal;
font-style: normal;
text-transform: uppercase;
text-transform: uppercase;
}
}
h6 {
h6 {
font-family: Quicksand, Arial, Helvetica, sans-serif;
font-family: Quicksand, Arial, Helvetica, sans-serif;
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
font-size: 12px;
font-size: 12px;
font-size: 1.2rem;
font-size: 1.2rem;
font-style: normal;
font-style: normal;
text-transform: uppercase;
text-transform: uppercase;
}
}
hr {
hr {
background-color: #ccc;
background-color: #ccc;
border: 0;
border: 0;
height: 1px;
height: 1px;
margin-bottom: 1.5em;
margin-bottom: 1.5em;
}
}
/* Text elements */
/* Text elements */
::selection {
::selection {
background-color: #444;
background-color: #444;
color: #fff;
color: #fff;
}
}
p {
p {
margin-bottom: 1.5em;
margin-bottom: 1.5em;
}
}
ul, ol {
ul, ol {
margin: 0 0 1.5em 2em;
margin: 0 0 1.5em 2em;
}
}
ul {
ul {
list-style: none;
list-style: none;
}
}
ul li:before {
ul li:before {
content: "\02022";
content: "\02022";
font-size: 14px;
font-size: 14px;
font-size: 1.4rem;
font-size: 1.4rem;
margin: 0 0 0 -1.5em;
margin: 0 0 0 -1.5em;
padding: 0 1em 0 0;
padding: 0 1em 0 0;
}
}
ul ul li:before {
ul ul li:before {
content: "\00B0";
content: "\00B0";
}
}
ul ul ul li:before {
ul ul ul li:before {
content: "\25C7";
content: "\25C7";
font-size: 10px;
font-size: 10px;
font-size: 1rem;
font-size: 1rem;
}
}
ol {
ol {
list-style: decimal;
list-style: decimal;
}
}
ol ol {
ol ol {
list-style: lower-alpha;
list-style: lower-alpha;
}
}
ol ol ol {
ol ol ol {
list-style: lower-roman;
list-style: lower-roman;
}
}
ul ul, ol ol, ul ol, ol ul {
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
margin-bottom: 0;
margin-left: 1.5em;
margin-left: 1.5em;
}
}
dt {
dt {
font-weight: bold;
font-weight: bold;
}
}
dd {
dd {
margin: 0 1.5em 1.5em;
margin: 0 1.5em 1.5em;
}
}
b, strong {
b, strong {
font-weight: bold;
font-weight: bold;
}
}
dfn, cite, em, i {
dfn, cite, em, i {
font-style: italic;
font-style: italic;
}
}
cite {
cite {
font-size: 12px;
font-size: 12px;
font-style: normal;
font-style: normal;
text-transform: uppercase;
text-transform: uppercase;
}
}
blockquote {
blockquote {
border-top: 1px solid #eee;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
border-bottom: 1px solid #eee;
font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
font-size: 24px;
font-size: 24px;
font-size: 2.4rem;
font-size: 2.4rem;
font-style: italic;
font-style: italic;
margin: 1.5em 0;
margin: 1.5em 0;
padding: 1em 1.5em;
padding: 1em 1.5em;
}
}
blockquote p {
blockquote p {
margin: 0;
margin: 0;
}
}
blockquote cite {
blockquote cite {
clear: both;
clear: both;
float: right;
float: right;
font-size: 12px;
font-size: 12px;
font-size: 1.2rem;
font-size: 1.2rem;
font-style: normal;
font-style: normal;
text-transform: uppercase;
text-transform: uppercase;
}
}
address {
address {
font-style: italic;
font-style: italic;
margin: 0 0 1.5em;
margin: 0 0 1.5em;
}
}
pre {
pre {
background: #fafafa;
background: #fafafa;
border: 1px dashed #eee;
border: 1px dashed #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 14px;
font-size: 14px;
font-size: 1.4rem;
font-size: 1.4rem;
line-height: 1.6;
line-height: 1.6;
margin-bottom: 1.6em;
margin-bottom: 1.6em;
padding: 1.6em;
padding: 1.6em;
overflow: auto;
overflow: auto;
max-width: 100%;
max-width: 100%;
}
}
code, kbd, tt, var {
code, kbd, tt, var {
background: #fafafa;
background: #fafafa;
border: 1px dashed #eee;
border: 1px dashed #eee;
font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
}
abbr, acronym {
abbr, acronym {
border-bottom: 1px dotted #666;
border-bottom: 1px dotted #666;
cursor: help;
cursor: help;
}
}
mark, ins {
mark, ins {
background: #aee6f8;
background: #aee6f8;
text-decoration: none;
text-decoration: none;
}
}
sup,
sup,
sub {
sub {
font-size: 75%;
font-size: 75%;
height: 0;
height: 0;
line-height: 0;
line-height: 0;
position: relative;
position: relative;
vertical-align: baseline;
vertical-align: baseline;
}
}
sup {
sup {
bottom: 1ex;
bottom: 1ex;
}
}
sub {
sub {
top: .5ex;
top: .5ex;
}
}
small {
small {
font-size: 75%;
font-size: 75%;
}
}
big {
big {
font-size: 125%;
font-size: 125%;
}
}
figure {
figure {
margin: 0;
margin: 0;
}
}
table {
table {
font-size: 90%;
font-size: 90%;
margin: 0 0 1.5em;
margin: 0 0 1.5em;
width: 100%;
width: 100%;
}
}
td {
td {
border-bottom: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 5px 10px;
padding: 5px 10px;
}
}
th {
th {
border-bottom: 1px solid #eee;
border-bottom: 1px solid #eee;
font-size: 16px;
font-size: 16px;
font-size: 1.6rem;
font-size: 1.6rem;
padding: 5px 10px;
padding: 5px 10px;
text-transform: uppercase;
text-transform: uppercase;
}
}
tr:hover {
tr:hover {
background: rgba(0,0,0,.01);
background: rgba(0,0,0,.01);
}
}
button,
button,
input,
input,
select,
select,
textarea {
textarea {
font-size: 100%; /* Corrects font size not being inherited in all browsers */
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 */
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: baseline; /* Improves appearance and consistency in all browsers */
*vertical-align: middle; /* Improves appearance and consistency in all browsers */
*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
}
button,
button,
input {
input {
line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
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 */
*overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}
}
button,
button,
html input[type="button"],
html input[type="button"],
input[type="reset"],
input[type="reset"],
input[type="submit"] {
input[type="submit"] {
background: #eee;
background: #eee;
border: 0 none;
border: 0 none;
border-radius: 50px;
border-radius: 50px;
color: #fff;
color: #fff;
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
font-size: 12px;
font-size: 12px;
font-size: 1.2rem;
font-size: 1.2rem;
line-height: 1;
line-height: 1;
margin: 0;
margin: 0;
padding: .65em 1em;
padding: .65em 1em;
text-transform: uppercase;
text-transform: uppercase;
transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
}
}
button:hover,
button:hover,
html input[type="button"]:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
input[type="submit"]:hover {
background: #444;
background: #444;
color: #fafafa;
color: #fafafa;
transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
}
}
button:focus,
button:focus,
html input[type="button"]:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="submit"]:focus,
button:active,
button:active,
html input[type="button"]:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
input[type="submit"]:active {
}
}
input[type="checkbox"],
input[type="checkbox"],
input[type="radio"] {
input[type="radio"] {
box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
padding: 0; /* Addresses excess padding in IE8/9 */
padding: 0; /* Addresses excess padding in IE8/9 */
}
}
input[type="search"] {
input[type="search"] {
-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-moz-box-sizing: content-box;
-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) */
-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
box-sizing: content-box;
box-sizing: content-box;
}
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
-webkit-appearance: none;
}
}
button::-moz-focus-inner,
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/ */
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;
border: 0;
padding: 0;
padding: 0;
}
}
input[type=text],
input[type=text],
input[type=password],
input[type=password],
input[type=email],
input[type=email],
textarea {
textarea {
color: #666;
color: #666;
border: 1px solid #f2f2f2;
border: 1px solid #f2f2f2;
border-radius: 3px;
border-radius: 3px;
}
}
input[type=text]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=email]:focus,
textarea:focus {
textarea:focus {
color: #999;
color: #999;
}
}
input[type=text],
input[type=text],
input[type=email],
input[type=email],
input[type=password] {
input[type=password] {
padding: 3px;
padding: 3px;
}
}
textarea {
textarea {
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 3px;
padding-left: 3px;
vertical-align: top; /* Improves readability and alignment in all browsers */
vertical-align: top; /* Improves readability and alignment in all browsers */
width: 98%;
width: 98%;
}
}
/* Links */
/* Links */
a {
a {
color: #333;
color: #333;
text-decoration: none;
text-decoration: none;
transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
}
}
a:visited {
a:visited {
color: #333;
color: #333;
}
}
a:hover,
a:hover,
a:focus,
a:focus,
a:active {
a:active {
color: #999;
color: #999;
text-decoration: none;
text-decoration: none;
transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
}
}
/* Alignment */
/* Alignment */
.alignleft {
.alignleft {
display: inline;
display: inline;
float: left;
float: left;
margin-top: 1.5em;
margin-top: 1.5em;
margin-right: 1.5em;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-bottom: 1.5em;
}
}
.alignright {
.alignright {
display: inline;
display: inline;
float: right;
float: right;
margin-top: 1.5em;
margin-top: 1.5em;
margin-left: 1.5em;
margin-left: 1.5em;
margin-bottom: 1.5em;
margin-bottom: 1.5em;
}
}
.aligncenter {
.aligncenter {
clear: both;
clear: both;
display: block;
display: block;
margin: 1.5em auto;
margin: 1.5em auto;
}
}
/* Text meant only for screen readers */
/* Text meant only for screen readers */
.assistive-text {
.assistive-text {
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
position: absolute !important;
}
}
/* =Menu
/* =Menu
----------------------------------------------- */
----------------------------------------------- */
.main-navigation {
.main-navigation {
color: #999;
color: #999;
display: block;
display: block;
float: right;
float: right;
font-family: Quicksand, Helvetica, Arial, sans-serif;
font-family: Quicksand, Helvetica, Arial, sans-serif;
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
font-size: 14px;
font-size: 14px;
font-size: 1.4rem;
font-size: 1.4rem;
margin: 5px 0 0;
margin: 5px 0 0;
position: relative;
position: relative;
text-align: right;
text-align: right;
text-transform: uppercase;
text-transform: uppercase;
width: 60%;
width: 60%;
}
}
.main-navigation ul {
.main-navigation ul {
list-style: none;
list-style: none;
margin: 0;
margin: 0;
padding-left: 0;
padding-left: 0;
}
}
.main-navigation li {
.main-navigation li {
float: right;
float: right;
margin: 0 0 5px 20px;
margin: 0 0 5px 20px;
position: relative;
position: relative;
}
}
.main-navigation li:before {
.main-navigation li:before {
content: "";
content: "";
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}
}
.main-navigation a {
.main-navigation a {
color: #999;
color: #999;
display: block;
display: block;
text-decoration: none;
text-decoration: none;
}
}
.main-navigation ul ul {
.main-navigation ul ul {
float: left;
float: left;
opacity: 0;
opacity: 0;
position: absolute;
position: absolute;
top: 1.6em;
top: 1.6em;
left: 0;
left: 0;
text-align: left;
text-align: left;
transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
visibility: hidden;
visibility: hidden;
z-index: 99999;
z-index: 99999;
}
}
.main-navigation ul ul ul {
.main-navigation ul ul ul {
left: 100%;
left: 100%;
top: 0;
top: 0;
}
}
.main-navigation ul ul a {
.main-navigation ul ul a {
background: rgba(255,255,255,.9);
background: rgba(255,255,255,.9);
padding: 5px 10px;
padding: 5px 10px;
text-transform: none;
text-transform: none;
width: 150px;
width: 150px;
}
}
.main-navigation ul ul li,
.main-navigation ul ul li,
.main-navigation ul ul li:hover {
.main-navigation ul ul li:hover {
margin: 0 0 0 -10px;
margin: 0 0 0 -10px;
}
}
.main-navigation ul ul ul li,
.main-navigation ul ul ul li,
.main-navigation ul ul ul li:hover {
.main-navigation ul ul ul li:hover {
margin: 0;
margin: 0;
}
}
.main-navigation li:hover > a {
.main-navigation li:hover > a {
}
}
.main-navigation ul ul :hover > a {
.main-navigation ul ul :hover > a {
}
}
.main-navigation ul ul a,
.main-navigation ul ul a,
.main-navigation ul ul a:hover {
.main-navigation ul ul a:hover {
}
}
.main-navigation ul li:hover > ul {
.main-navigation ul li:hover > ul {
display: block;
display: block;
opacity: 1;
opacity: 1;
transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
visibility: visible;
visibility: visible;
}
}
.main-navigation li.current_page_item a,
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
.main-navigation li.current-menu-item a {
}
}
.main-navigation ul li.current_page_item ul a,
.main-navigation ul li.current_page_item ul a,
.main-navigation ul li.current-menu-item ul a,
.main-navigation ul li.current-menu-item ul a,
.main-navigation ul ul li.current_page_item a,
.main-navigation ul ul li.current_page_item a,
.main-navigation ul ul li.current-menu-item a {
.main-navigation ul ul li.current-menu-item a {
}
}
.main-navigation ul ul .parent > a:after {
.main-navigation ul ul .parent > a:after {
color: #999;
color: #999;
content: " » ";
content: " » ";
display: inline-block;
display: inline-block;
margin: 0 0 0 .5em;
margin: 0 0 0 .5em;
}
}
/* Small menu */
/* Small menu */
.menu-toggle {
.menu-toggle {
clear: none;
clear: none;
color: #444;
color: #444;
cursor: pointer;
cursor: pointer;
display: block;
display: block;
float: right;
float: right;
font-family: Quicksand, Helvetica, Arial, sans-serif;
font-family: Quicksand, Helvetica, Arial, sans-serif;
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
font-size: 14px;
font-size: 14px;
font-size: 1.4rem;
font-size: 1.4rem;
font-style: normal;
font-style: normal;
margin: 0;
margin: 0;
position: relative;
position: relative;
text-align: right;
text-align: right;
text-transform: uppercase;
text-transform: uppercase;
transition: color .4s ease-in-out;
transition: color .4s ease-in-out;
-webkit-transition: color .4s ease-in-out;
-webkit-transition: color .4s ease-in-out;
-moz-transition: color .4s ease-in-out;
-moz-transition: color .4s ease-in-out;
-o-transition: color .4s ease-in-out;
-o-transition: color .4s ease-in-out;
width: auto;
width: auto;
}
}
.main-small-navigation .menu {
.main-small-navigation .menu {
clear: both;
clear: both;
display: none;
display: none;
font-family: Quicksand, Helvetica, Arial, sans-serif;
font-family: Quicksand, Helvetica, Arial, sans-serif;
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
margin: 0;
margin: 0;
padding: 2em 0 0;
padding: 2em 0 0;
width: 100%;
width: 100%;
}
}
.main-small-navigation .menu li {
.main-small-navigation .menu li {
font-size: 14px;
font-size: 14px;
font-size: 1.4rem;
font-size: 1.4rem;
margin-left: 10px;
margin-left: 10px;
text-transform: uppercase;
text-transform: uppercase;
}
}
/* =Layout
/* =Layout
----------------------------------------------- */
----------------------------------------------- */
#page {
#page {
background: #fff;
background: #fff;
margin: 0 auto;
margin: 0 auto;
padding: 0 50px;
padding: 0 50px;
width: 1000px;
width: 1000px;
}
}
.single #primary,
.single #primary,
.page #primary,
.page #primary,
.search-no-results #primary,
.search-no-results #primary,
.error404 #primary {
.error404 #primary {
clear: both;
clear: both;
margin: 0 auto;
margin: 0 auto;
width: 800px;
width: 800px;
}
}
#secondary {
#secondary {
clear: both;
clear: both;
display: none;
display: none;
padding: 50px 0;
padding: 50px 0;
}
}
#colophon {
#colophon {
color: #eee;
color: #eee;
clear: both;
clear: both;
font-family: Quicksand, Helvetica, Arial, sans-serif;
font-family: Quicksand, Helvetica, Arial, sans-serif;
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
font-size: 12px;
font-size: 12px;
font-size: 1.2rem;
font-size: 1.2rem;
padding: 100px 0 50px;
padding: 100px 0 50px;
text-align: left;
text-align: left;
text-transform: uppercase;
text-transform: uppercase;
width: 100%;
width: 100%;
}
}
#colophon a {
#colophon a {
color: #eee;
color: #eee;
}
}
#colophon:hover a {
#colophon:hover a {
color: #999;
color: #999;
}
}
/* =Header
/* =Header
----------------------------------------------- */
----------------------------------------------- */
#masthead {
#masthead {
clear: both;
clear: both;
display: block;
display: block;
min-height: 30px;
min-height: 30px;
opacity: .2;
opacity: .2;
padding: 30px 0;
padding: 30px 0;
position: relative;
position: relative;
transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
-webkit-transition: opacity .5s ease-in-out;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
width: 100%;
width: 100%;
}
}
#masthead:hover {
#masthead:hover {
opacity: 1;
opacity: 1;
transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
-webkit-transition: opacity .5s ease-in-out;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
}
}
#masthead:before,
#masthead:before,
#masthead:after {
#masthead:after {
content: "";
content: "";
display: table;
display: table;
}
}
#masthead:after {
#masthead:after {
clear: both;
clear: both;
}
}
#masthead img {
#masthead img {
float: left;
float: left;
margin-right: 1em;
margin-right: 1em;
width: auto;
width: auto;
max-height: 75px;
max-height: 75px;
}
}
#masthead hgroup {
#masthead hgroup {
color: #999;
color: #999;
float: left;
float: left;
font-size: 14px;
font-size: 14px;
font-size: 1.4rem;
font-size: 1.4rem;
font-weight: bold;
font-weight: bold;
position: relative;
position: relative;
text-transform: uppercase;
text-transform: uppercase;
width: 25%;
width: 25%;
}
}
#masthead hgroup a {
#masthead hgroup a {
transition: color .5s ease-in-out;
transition: color .5s ease-in-out;
-webkit-transition: color .5s ease-in-out;
-webkit-transition: color .5s ease-in-out;
-moz-transition: color .5s ease-in-out;
-moz-transition: color .5s ease-in-out;
-o-transition: color .5s ease-in-out;
-o-transition: color .5s ease-in-out;
}
}
.site-description {
.site-description {
background: #444;
background: #444;
border-radius: 180px;
border-radius: 180px;
color: #999;
color: #999;
display: none;
display: none;
float: left;
float: left;
font-size: 24px;
font-size: 24px;
font-size: 2.4rem;
font-size: 2.4rem;
line-height: 1;
line-height: 1;
margin: 10px;
margin: 10px;
padding: 20px;
padding: 20px;
width: 140px;
width: 140px;
height: 140px;
height: 140px;
text-align: center;
text-align: center;
word-wrap: break-word;
word-wrap: break-word;
}
}
.site-title {
.site-title {
font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
font-size: 24px;
font-size: 24px;
font-size: 2.4rem;
font-size: 2.4rem;
font-style: italic;
font-style: italic;
font-weight: normal;
font-weight: normal;
line-height: 1em;
line-height: 1em;
margin: 0;
margin: 0;
text-transform: none;
text-transform: none;
}
}
.site-title a {
.site-title a {
color: #999;
color: #999;
}
}
/* =Homepage
/* =Homepage
----------------------------------------------- */
----------------------------------------------- */
#primary {
#primary {
padding: 0;
padding: 0;
width: 100%;
width: 100%;
}
}
#primary:before,
#primary:before,
#primary:after,
#primary:after,
#content:before,
#content:before,
#content:after,
#content:after,
#main:before,
#main:before,
#main:after {
#main:after {
content: "";
content: "";
display: table;
display: table;
}
}
#primary:after,
#primary:after,
#content:after,
#content:after,
#main:after {
#main:after {
clear: both;
clear: both;
}
}
.hentry {
.hentry {
background: #fff;
background: #fff;
float: left;
float: left;
margin: 10px;
margin: 10px;
padding: 0;
padding: 0;
position: relative;
position: relative;
table-layout:fixed;
table-layout:fixed;
width: 180px;
width: 180px;
height: 180px;
height: 180px;
}
}
.blog .hentry,
.blog .hentry,
.archive .hentry,
.archive .hentry,
.search .hentry {
.search .hentry {
background: transparent;
background: transparent;
}
}
.blog .hentry a,
.blog .hentry a,
.archive .hentry a,
.archive .hentry a,
.search .hentry a {
.search .hentry a {
display: block;
display: block;
width: 100%;
width: 100%;
height: 100%;
height: 100%;
z-index: 10;
z-index: 10;
}
}
.blog .hentry a .attachment-post-thumbnail,
.blog .hentry a .attachment-post-thumbnail,
.archive .hentry a .attachment-post-thumbnail,
.archive .hentry a .attachment-post-thumbnail,
.search .hentry a .attachment-post-thumbnail {
.search .hentry a .attachment-post-thumbnail {
border-radius: 180px;
border-radius: 180px;
filter: grayscale(100%);
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-filter: grayscale(1); /* Older versions of webkit */
-webkit-filter: grayscale(1); /* Older versions of webkit */
-moz-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%); /* IE 10 */
-ms-filter: grayscale(100%); /* IE 10 */
filter: gray; /* IE 9 */
filter: gray; /* IE 9 */
filter: url('inc/desaturate.svg#greyscale'); /* Firefox */
filter: url('inc/desaturate.svg#greyscale'); /* Firefox */
opacity: .8;
opacity: .8;
-webkit-opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
-moz-opacity: .8;
transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
width: 100%;
width: 100%;
height: 100%;
height: 100%;
z-index: 1;
z-index: 1;
}
}
.blog .hentry span.hometitle {
position: absolute;
top: 70px;
width: 100%;
color: #FAFAFA;
display: table-cell;
font-family: 'Pacifico', cursive;
font-size: 3.2rem;
height: 180px;
line-height: 32px;
overflow: hidden;
text-align: center;
transition: background 0.4s ease-in-out 0s;
vertical-align: middle;
width: 180px;
word-wrap: break-word;
text-shadow: 1px 1px #000000;
}
.blog .hentry {
position: relative;
}
.blog .hentry a:hover img,
.blog .hentry a:hover img,
.archive .hentry a:hover img,
.archive .hentry a:hover img,
.search .hentry a:hover img {
.search .hentry a:hover img {
border-radius: 180px;
border-radius: 180px;
filter: none;
filter: none;
-webkit-filter: none;
-webkit-filter: none;
-moz-filter: none;
-moz-filter: none;
-o-filter: none;
-o-filter: none;
-ms-filter: none;
-ms-filter: none;
opacity: 1;
opacity: 1;
-webkit-opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
-moz-opacity: 1;
transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
width: 100%;
width: 100%;
height: 100%;
height: 100%;
}
}
.hentry.no-thumbnail {
.hentry.no-thumbnail {
background: #eee;
background: #eee;
border-radius: 180px;
border-radius: 180px;
overflow: hidden;
overflow: hidden;
transition: background .4s ease-in-out;
transition: background .4s ease-in-out;
-webkit-transition: background .4s ease-in-out;
-webkit-transition: background .4s ease-in-out;
-moz-transition: background .4s ease-in-out;
-moz-transition: background .4s ease-in-out;
-o-transition: background .4s ease-in-out;
-o-transition: background .4s ease-in-out;
word-wrap: break-word;
word-wrap: break-word;
width: 180px;
width: 180px;
max-width: 180px;
max-width: 180px;
height: 180px;
height: 180px;
max-height: 180px;
max-height: 180px;
}
}
.hentry.no-thumbnail span {
.hentry.no-thumbnail span {
color: #fafafa;
color: #fafafa;
display: table-cell;
display: table-cell;
font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
font-size: 32px;
font-size: 32px;
font-size: 3.2rem;
font-size: 3.2rem;
font-style: italic;
font-style: italic;
line-height: 32px;
line-height: 32px;
overflow: hidden;
overflow: hidden;
text-align: center;
text-align: center;
transition: background .4s ease-in-out;
transition: background .4s ease-in-out;
-webkit-transition: background .4s ease-in-out;
-webkit-transition: background .4s ease-in-out;
-moz-transition: background .4s ease-in-out;
-moz-transition: background .4s ease-in-out;
-o-transition: background .4s ease-in-out;
-o-transition: background .4s ease-in-out;
-ms-transition: background .4s ease-in-out;
-ms-transition: background .4s ease-in-out;
vertical-align: middle;
vertical-align: middle;
word-wrap: break-word;
word-wrap: break-word;
width: 180px;
width: 180px;
height: 180px;
height: 180px;
}
}
.hentry.no-thumbnail:hover {
.hentry.no-thumbnail:hover {
background: #444;
background: #444;
color: #fff;
color: #fff;
transition: background .4s ease-in-out;
transition: background .4s ease-in-out;
-webkit-transition: background .4s ease-in-out;
-webkit-transition: background .4s ease-in-out;
-moz-transition: background .4s ease-in-out;
-moz-transition: background .4s ease-in-out;
-o-transition: background .4s ease-in-out;
-o-transition: background .4s ease-in-out;
-ms-transition: background .4s ease-in-out;
-ms-transition: background .4s ease-in-out;
}
}
/* =Content
/* =Content
----------------------------------------------- */
----------------------------------------------- */
.sticky {
.sticky {
}
}
.single .hentry,
.single .hentry,
.error404 .hentry,
.error404 .hentry,
.page .hentry,
.page .hentry,
.search-no-results .no-results {
.search-no-results .no-results {
margin: 0 0 1.5em;
margin: 0 0 1.5em;
padding: 70px 50px;
padding: 70px 50px;
width: 700px;
width: 700px;
height: auto;
height: auto;
z-index: 10;
z-index: 10;
}
}
.entry-meta {
.entry-meta {
clear: both;
clear: both;
color: #999;
color: #999;
font-family: Quicksand, Helvetica, Arial, sans-serif;
font-family: Quicksand, Helvetica, Arial, sans-serif;
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
font-size: 12px;
font-size: 12px;
font-size: 1.2rem;
font-size: 1.2rem;
margin: 50px 0 0;
margin: 50px 0 0;
opacity: .3;
opacity: .3;
text-transform: uppercase;
text-transform: uppercase;
transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
}
}
.entry-meta a {
.entry-meta a {
color: #999;
color: #999;
}
}
.entry-meta:hover {
.entry-meta:hover {
opacity: 1;
opacity: 1;
transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
}
}
.post-date,
.post-date {
display: none;
}
.cat-links,
.cat-links,
.tags-links {
.tags-links {
display: block;
display: block;
max-width: 90%;
max-width: 90%;
}
}
.byline {
.byline,
display: none;
.entry-date {
display: none;
}
}
.entry-title,
.entry-title,
.entry-title a {
.entry-title a {
color: #444;
color: #444;
font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
font-size: 32px;
font-size: 32px;
font-size: 3.2rem;
font-size: 3.2rem;
font-style: italic;
font-style: italic;
line-height: 1em;
line-height: 1em;
margin: 0 0 20px 0;
margin: 0 0 20px 0;
}
}
.single .byline,
.single .byline,
.group-blog .byline {
.group-blog .byline {
display: inline;
display: inline;
}
}
.entry-content,
.entry-content,
.entry-summary {
.entry-summary {
font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
font-size: 18px;
font-size: 18px;
font-size: 1.8rem;
font-size: 1.8rem;
font-weight: 300;
font-weight: 300;
margin: 1.5em 0 0;
margin: 1.5em 0 0;
}
}
.page-links {
.page-links {
clear: both;
clear: both;
font-size: 12px;
font-size: 12px;
font-size: 1.2rem;
font-size: 1.2rem;
margin: 2em 0;
margin: 2em 0;
text-transform: uppercase;
text-transform: uppercase;
}
}
.page-links span.active-link,
.page-links span.active-link,
.page-links a span.active-link {
.page-links a span.active-link {
background: #eee;
background: #eee;
border-radius: 17px;
border-radius: 17px;
color: #fff;
color: #fff;
display: inline-block;
display: inline-block;
margin: 0 3px 3px 0;
margin: 0 3px 3px 0;
padding: 5px;
padding: 5px;
text-align: center;
text-align: center;
transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
width: 17px;
width: 17px;
height: 17px;
height: 17px;
}
}
.page-links a:hover span.active-link,
.page-links a:hover span.active-link,
.page-links span.active-link {
.page-links span.active-link {
background: #444;
background: #444;
color: #fff;
color: #fff;
transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
}
}
.edit-link {
.edit-link {
clear: both;
clear: both;
display: block;
display: block;
}
}
.edit-link a {
.edit-link a {
color: #999;
color: #999;
font-size: 12px;
font-size: 12px;
text-transform: uppercase;
text-transform: uppercase;
}
}
.page-header h1 {
.page-header h1 {
background: #444;
background: #444;
border-radius: 180px;
border-radius: 180px;
color: rgba(255,255,255,.13);
color: rgba(255,255,255,.13);
display: block;
display: block;
float: left;
float: left;
font-size: 36px;
font-size: 36px;
font-size: 3.6rem;
font-size: 3.6rem;
line-height: 16px;
line-height: 16px;
margin: 10px;
margin: 10px;
padding: 70px 20px 0;
padding: 70px 20px 0;
width: 140px;
width: 140px;
height: 110px;
height: 110px;
text-align: center;
text-align: center;
}
}
.page-header h1 span {
.page-header h1 span {
color: #fff;
color: #fff;
font-size: 24px;
font-size: 24px;
font-size: 2.4rem;
font-size: 2.4rem;
}
}
.page-header h1 a {
.page-header h1 a {
color: #fff;
color: #fff;
}
}
/* =Post Formats
/* =Post Formats
----------------------------------------------- */
----------------------------------------------- */