/*
Theme Name: Modified Spun
Theme URI: http://www.corneliaknee.de
Author: Caroline Moore + Conny Knee + Manuel Kugelmann
Author URI: http://carolinemoore.net/
Description: It's all about your content -- pure and simple.
Version: based on Spun 1.07
License: GNU General Public License
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

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.

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
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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;
}
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: #fff;
}
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;
	border:2px solid rgb(146, 208, 80);
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #444;
	//font-family: "Droid Serif", "Playfair Display", "Times New Roman", serif;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}


/* conny styles */

.text-unimportant
{
	color: #888;
	font-size: 77%;
}

.text-secondary
{
	color: #888;
	font-size: 77%;
}

.text-grey
{
	color: #888;
	font-size: 85%;
}

span.text-unimportant,
span.text-secondary
{
	display: inline-block;
	line-height: 1.5;
}

span.text-grey
{
	display: inline-block;
	line-height: 1.5;
	//margin: -3em 0px 0.5em;
	margin: 0px 0px 0.5em;
}




.text-unimportant ul,
.text-unimportant ol, 
ul.text-unimportant,
ol.text-unimportant, 
.text-secondary ul,
.text-secondary ol, 
ul.text-secondary,
ol.text-secondary, 
.text-grey ul,
.text-grey ol, 
ul.text-grey,
ol.text-grey
{
    	margin: -1.7em 0px 2em 1.5em;
	line-height: 1.5;
}

.text-unimportant li
.text-secondary li,
.text-grey li
{
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}


body ul,
body ol
{
    	margin: 0 0 0 1em;
	padding: 0px;
}

.entry-content li
{
    	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}





/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: "Droid Serif", Georgia, "Playfair Display", "Times New Roman", serif;
	font-style: italic;
	margin: 1em 0;
}
h1 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1em;
}
h2 {
	font-size: 28px;
	font-size: 2.8rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
	/*margin: 1em 0 0.5em 0;*/
	margin: 1em 0 0.2em 0;
}
h4 {
	font-size: 20px;
	font-size: 2.0rem;
}
h5 {
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	text-transform: uppercase;
}
h6 {
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	text-transform: uppercase;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
::selection {
	background-color: #444;
	color: #fff;
}
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 2em;
}
ul {
	list-style: none;
}
ul li:before {
	content: "\02022";
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 0 -1.5em;
	padding: 0 1em 0 0;
}
ul ul li:before {
	content: "\00B0";
}
ul ul ul li:before {
	content: "\25C7";
	font-size: 10px;
	font-size: 1rem;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: lower-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
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;
}
cite {
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
}
blockquote {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-family: "Droid Serif", Georgia, "Playfair Display", "Times New Roman", serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	margin: 1.5em 0;
	padding: 1em 1.5em;
}
blockquote p {
	margin: 0;
}
blockquote cite {
	clear: both;
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	text-transform: uppercase;
}
address {
	font-style: italic;
	margin: 0 0 1.5em;
}
pre {
	background: #fafafa;
	border: 1px dashed #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	background: #fafafa;
	border: 1px dashed #eee;
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #aee6f8;
	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 {
	font-size: 100%;
	margin: 0 0 1.5em;
	width: 100%;
}
td {
	//border-bottom: 1px solid #eee;
	padding: 5px 10px 5px 0px;
}
th {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 10px;
	text-transform: uppercase;
}
tr:hover {
	background: rgba(0,0,0,.01);
}
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"] {
	background: #eee;
	border: 0 none;
	border-radius: 50px;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	margin: 0;
	padding: .65em 1em;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #444;
	color: #fafafa;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
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 {

}
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],
input[type=password],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
	color: #999;
}
input[type=text],
input[type=email],
input[type=password] {
	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%;
}

/* Linkformatierung */
a {
	//color: rgb(122,188,80);
	color: rgb(146,208,80);
	text-decoration: none;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}


a:active {
	color: rgb(146,208,80);
}

a:visited {
	color: rgb(146,208,80);
}

a:hover {
	color: rgb(105,161,43);
}

a:focus {
	color: rgb(105,161,43);
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-top: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-top: 1.5em;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}

.aligntop {
	vertical-align: top;
}

/* 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;
}




/* =Menu
----------------------------------------------- */

#masthead hgroup 
{
	width: 70%;
}

#masthead .main-navigation 
{
	width: 30%;
}



.main-navigation 
{
	color: #666;
	display: block;
	float: right;
	//font-family: Quicksand, Helvetica, Arial, sans-serif;
	font-family: Arial, Verdana, sans-serif;
	/*-webkit-text-stroke: .35px;  Hack to fix thin text in Windows */
	font-size: 14px;
	font-size: 1.4rem;
	//margin: 5px 0 0;
	margin: 0 0 0 0;
	position: relative;
	text-align: right;
	//text-transform: uppercase;
	//vertical-align: baseline;
	height: 32px;

}

.menu-main-container
{
	height: 100%;
	width: 100%;
}

.main-navigation ul 
{
	height: 100%;
	width: 100%;
	list-style: none;
	margin: 0;
	padding-left: 0;

}
.main-navigation li 
{
	position: relative;
	float: right;
	
	font-size: 14px;
	margin: 16px 0 0 20px;
}

.main-navigation li:before {
	content: "";
	margin: 0;
	padding: 0;
}
.main-navigation ul ul {
	float: left;
	//opacity: 0;
	position: absolute;
		top: 1.6em;
		left: 0;
	text-align: left;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	visibility: hidden;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	background: rgba(255,255,255,.9);
	padding: 5px 10px;
	text-transform: none;
	width: 150px;
}
.main-navigation ul ul li,
.main-navigation ul ul li:hover {
	margin: 0 0 0 -10px;
}
.main-navigation ul ul ul li,
.main-navigation ul ul ul li:hover {
	margin: 0;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a,
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
	opacity: 1;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	visibility: visible;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
display: none;
}
.main-navigation ul li.current_page_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-menu-item a {
display: none;
}
.main-navigation ul ul .parent > a:after {
	color: #666;
	content: " » ";
	display: inline-block;
	margin: 0 0 0 .5em;
}


a.qtrans_flag_and_text 
{
	padding-left: 20px;
	background-position: left 40%;
	border-radius: 0;
}

.qtrans_language_chooser .active 
{
	visibility:hidden;
	width: 0;
	margin: 0;
	padding: 0;
}

.main-navigation
{
	list-style-type: none;
}


.main-navigation a,
.menu-toggle 
.main-small-navigation a,
.main-navigation h1,
.main-small-navigation h1
{
	color: rgb(146,208,80);
	display: block;
	text-decoration: none;
	text-transform: none;
}

.main-navigation a:hover,
.menu-toggle:hover 
.main-small-navigation a:hover,
.main-navigation h1:hover,
.main-small-navigation h1:hover
{
	color: rgb(105,161,43);
}

/* Small menu */
.menu-toggle 
{
	clear: none;
	cursor: pointer;
	display: block;
	float: right;

	//font-family: Quicksand, Helvetica, Arial, sans-serif;
	font-family: Arial, Verdana, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;

	text-transform: uppercase;

	margin: 0;
	position: relative;
	text-align: right;

	transition: color .4s ease-in-out;
	-webkit-transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	-o-transition: color .4s ease-in-out;
	width: auto;
}

.main-small-navigation .menu
{
	clear: both;
	display: none;
/*
	font-family: Quicksand, Helvetica, Arial, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
*/
	margin: 0;
	padding: 2em 0 0;
	width: 100%;
}

.main-small-navigation .menu li 
{
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
/*
	margin-left: 10px;
*/
	text-transform: uppercase;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}


/* =Layout
----------------------------------------------- */


#page {
	background: transparent;
	margin: 0 auto;
	//padding: 0 50px;
	width:900px;
}

/*abstand hauptcontent vom oberen bildschirmrand, default: 120px*/
#main
{
	margin-top: 100px;
}


/*content-blocker height muss gleich main margin-top sein.*/
#content-blocker
{
	top: 0;
	position: fixed;
	
	left: 0;
	right: 0;
	
	//width: 650px;
	//margin: 0 120px;
	
	height: 95px;

	padding-bottom: 4px;
	
	z-index: 1;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255, 255, 255, 1) 90%,rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255, 255, 255, 1) 90%,rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255, 255, 255, 1) 90%,rgba(255, 255, 255, 0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255, 255, 255, 1) 90%,rgba(255, 255, 255, 0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00FFFFFF, endColorstr=#FFFFFFFF,GradientType=0 ); /* IE6-9 */
	
}




#primary {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 0;
	//background-color: #0f0;
}

#primary:before,
#primary:after,
#content:before,
#content:after,
#main:before,
#main:after {
	content: "";
	display: table;
}

#primary:after,
#content:after,
#main:after {
	clear: both;
}


.search #primary,
.single #primary,
.page #primary,
.search-no-results #primary,
.error404 #primary 
{
	width: 700px;
}

.home #primary
{
	width: 102%;
}

#secondary {
	clear: both;
	display: none;
	padding: 50px 0;
}

#colophon {
	color: #eee;
	clear: both;
	font-family: Quicksand, Helvetica, Arial, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px 0 20px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
#colophon a {
	color: #eee;
}
#colophon:hover a {
	color: #999;
}


/* =Header
----------------------------------------------- */

/*height = höhe der titelbox*/
/*padding = erweiterungen der höhe oben und unten*/
#masthead {

	position: fixed;
	top: 0;
	clear: both;
	display: block;
	//min-height: 40px;
	height: 40px;
	padding: 30px 0 0 0;
	//position: relative;
	
	width: inherit;
	
	z-index: 2;
}


#masthead {
/*
	opacity: .5;
	transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
*/	
}
#masthead:hover {
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
}
#masthead:before,
#masthead:after {
	content: "";
	display: table;
}
#masthead:after {
	clear: both;
}
#masthead img {
	float: left;
	margin-right: 1em;
	width: auto;
	max-height: 75px;
}
#masthead hgroup {
	color: #999;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
}
#masthead hgroup a {
	transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
}

.site-title a {
	//color: #999;
	//color: #f00;
	color: rgb(146,208,80); // overridden by theme settings
}

.site-title a:hover {
	color: rgb(105,161,43);
}

.site-description {
	background: #444;
	border-radius: 180px;
	//color: #999;
	color: rgb(146,208,80);
	display: none;
	float: left;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: 10px;
	padding: 20px;
	width: 140px;
	height: 140px;
	text-align: center;
	word-wrap: break-word;
}
.site-title {
	font-family: "Droid Serif", Georgia, "Playfair Display", "Times New Roman", serif;
	//font-family: Arial, Verdana, sans-serif;
	/*font-size: 24px;
	font-size: 2.4rem;*/
	font-size: 32px;
	font-size: 3.2rem;
	font-style: italic;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	text-transform: none;
}

/* =Homepage
----------------------------------------------- */


.site-content
{
	/*background: rgba(200,200,200,0.5);*/
}



/* böbbelgröße und abstand */

/*margin muss an beiden stellen gleich sein (oben minus, unten plus), width oben = 100% + 2*margin, unten 33,2% - 2*margin in % */
/*margin muss an beiden stellen gleich sein (oben minus, unten plus), width oben = 100% + 2*margin, unten 25% - 2*margin in % */
/*default: margin: -1%; width: 102%; margin: 1%, width: 31.2%;*/
.articles
{
	margin: -1.2%;
	width: 104%; 
}

.hentry.sym-box  
{
	float: left;
	padding: 0;
	table-layout:fixed;
    	position: relative;
	background: transparent;
/*
	margin: 2%;
	width: 29.2%;
	min-width 200px;
*/

	margin: 1.2%;
	width: 21.8%;
	min-width 200px;
}

.page-header.sym-box  
{
	float: left;
	padding: 0;
	table-layout:fixed;
    	position: relative;
	background: transparent;

	margin: 1%;
	width: 31.2%;
	min-width 200px;
}


.hentry .sym-content
{
	border: 2px solid rgb(146, 208, 80);
	background: #555;

	transition: all .4s ease-in-out;
	-webkit-transition: all  .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

.hentry .sym-content:hover
{
	border: 2px solid rgb(146, 208, 80);
	background: rgb(136,198,70);

	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}


.hentry .sym-content a
{
	font-family: "Droid Serif", Georgia, "Playfair Display", "Times New Roman", serif;
	//font-size: 28px;
	//font-size: 2.8rem;
	font-size: 32px;
	font-size: 3.2rem;
	font-style: italic;
	//font-style: normal;
	line-height: 1.5em;

	color: rgb(250,250,250);
}

.hentry .sym-content a:hover
{
	color: rgb(250,250,250);
}



.hentry.has-thumbnail a img.attachment-post-thumbnail
{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1); /* Older versions of webkit */
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%); /* IE 10 */
	filter: gray; /* IE 9 */
	filter: url('inc/desaturate.svg#greyscale'); /* Firefox */
/*
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
*/
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}


.hentry.has-thumbnail a:hover img.attachment-post-thumbnail
{
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
/*
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
*/
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}






/* INTERNAL */

.hentry 
{
	float: left;
	padding: 0;
	table-layout:fixed;
    	position: relative;
	background: transparent;
}

.sym-box 
{
    	display: block;
    	position: relative;
}

.sym-dummy 
{
	display: block;
    	margin-top: 100%; 	
	//margin-left: 100%;
}

.sym-content
{
	display: block;
    	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


.hentry .sym-content
{
	border-radius: 50%;
}

.hentry .sym-content a,
.hentry.no-thumbnail a,
.hentry.has-thumbnail a
{
	display: table;
	width: 100%;
	height: 100%;

	//background-color: #00f;
}


.hentry .sym-content a div,
.hentry.no-thumbnail a div,
.hentry.has-thumbnail a div
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;

	//background-color: #0f0;
}


.hentry.has-thumbnail a img.attachment-post-thumbnail
{
	width: 100%;
	/*max-height: 100%;*/
	border-radius: 50%;
	border: 0;
}

.hentry.no-thumbnail a span
{

}


.has-thumbnail a span,
.no-thumbnail a span
{
	text-align: center;
	horizontal-align: middle;
	vertical-align: middle;
	margin: 0.5em;

	//overflow: visible;

	word-break: normal;
    	//-ms-word-break: break-all;
    	//word-break: break-all;
     	//word-break: break-word; /* Non standard for webkit */
    	-webkit-hyphens: manual;
       	-moz-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;

	//white-space: pre-wrap; /* css-3 */
	//white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	//white-space: -pre-wrap; /* Opera 4-6 */
	//white-space: -o-pre-wrap; /* Opera 7 */
	//word-wrap: break-word; /* Internet Explorer 5.5+ */
}


.nav-entry .no-thumbnail a span.short-title
{
	display: block;
	//background-color: #f00;
}

.hentry.no-thumbnail a span.short-title
{
    display: none;
}


.nav-entry .no-thumbnail a span.full-title
{
	display: none;
}

.hentry.no-thumbnail a span.full-title
{
	display: block;
	//background-color: #f00;
}









/*reset*/
.hentry .entry-header.sym-box, 
.hentry .page-header.sym-box, 
.hentry .entry-header .sym-dummy, 
.hentry .page-header .sym-dummy, 
.hentry .entry-header .sym-content, 
.hentry .page-header .sym-content
{
    	display: inline-block;
    	position: relative;
	margin: 0;
	background: transparent;
	border: 0; 
}

/*#primary h1.entry-title {
	line-height: 0.6em;
}*/

/*
.blog .hentry a,
.archive .hentry a,
.search .hentry a
{
	display: block;
	z-index: 10;
	width: 100%;
	height: 100%;
}
*/



/* =Navigation
----------------------------------------------- */

#image-navigation {
	clear: both;
}
.next-image {
	float: right;
}
.site-content .site-navigation {
	clear: both;
	margin: 1.5em 0;
}

.site-content #nav-below
{
	margin: 0;
}

.site-content #nav-below .nav-previous,
.site-content #nav-below .nav-next,
.site-content #image-navigation .nav-previous, 
.site-content #image-navigation .nav-next 
{
	//clear: both;
	top: 0px;
	padding-top: 100px;
	//margin-top: 100px;

	display: block;
	position: fixed;
	
	z-index: 1;
	width: 120px;

	height: 100%;
	//background-color: #aaa;
}

.site-content #nav-below .nav-previous,
.site-content #image-navigation .nav-previous 
{
	left: 50%;
	margin-left: 330px;
	text-align: left;
}

.site-content #nav-below .nav-next,
.site-content #image-navigation .nav-next 
{
	right: 50%;
	margin-right: 330px;
	text-align: right;
}


.site-content #nav-below .nav-entry
{
	float: left;
	margin-top: 0 0 10px 0;
    width: 100%;
}

.site-content #nav-below .nav-previous .nav-entry
{
	float: right;
	margin-right: 0;
}

.site-content #nav-below .nav-next .nav-entry
{
	float: left;
	margin-left: 0;
}


#nav-old a
{
    font-size: 20px;
    font-size: 2.0rem;
}



.single .nav-entry .sym-box
{
	margin: 0;
	padding: 0;
	z-index: 10;
}




.single .nav-entry .sym-box
{
	margin-bottom: 10px;
	width: 120px;
}


.nav-entry a span
{
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.5em;
}

.single .nav-entry-active .sym-content
{
	background-color: #92d050;
}


.site-content #nav-below .nav-symbol a,
.site-content #image-navigation .nav-symbol a
{
	color: rgb(146,208,80);
	//opacity: 0.3;

}
.site-content #nav-below .nav-symbol a:hover,
.site-content #image-navigation .nav-symbol a:hover
{
	color: rgb(105,161,43);
	opacity: 1;
}

.site-content #nav-below .nav-symbol a span,
.site-content #image-navigation .nav-symbol a span
{
	font-size: 200px;
	font-size: 20.0rem;

	//margin-top: -200px;

	line-height: 100px;
	height: 100px;

	display: block;
	top: 50%;
	position: absolute;
}




#nav-below .meta-nav,
#image-navigation .meta-nav 
{
	font-family: Nunito, Helvetica, Arial, sans-serif;
	font-weight: 300;
}






/* =Content
----------------------------------------------- */

.sticky {
}

.single .hentry,
.error404 .hentry,
.page .hentry,
.search-no-results .no-results {
	margin: 0 50px 0em 50px;
	padding: 0px 0px 0px 0px;
	width: 600px;
	height: auto;
	z-index: 10;
}
.entry-meta {
	clear: both;
	color: #999;
	font-family: Quicksand, Helvetica, Arial, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 12px;
	font-size: 1.2rem;
	margin: 50px 0 0;
	text-transform: uppercase;
/*	
	opacity: .3;	
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
*/
}
.entry-meta a {
	color: #999;
}
.entry-meta:hover {
	opacity: 1;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.post-date,
.cat-links,
.tags-links {
	display: block;
	max-width: 90%;
}
.byline {
	display: none;
}
.entry-title,
.entry-title a {
	color: #444;
	font-family: "Droid Serif", Georgia, "Playfair Display", "Times New Roman", serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-style: italic;
	//font-weight:bold;
	line-height: 1em;
	margin: 0 0 20px 0;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	// font-family: "Droid Serif", "Playfair Display", "Times New Roman", serif;
	font-family: Arial, Verdana, sans-serif;
	//font-size: 18px;
	font-size: 20px;
	//font-size: 1.8rem;
	font-weight: 300;
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 2em 0;
	text-transform: uppercase;
}
.page-links span.active-link,
.page-links a span.active-link {
	background: #eee;
	border-radius: 17px;
	color: #fff;
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 5px;
	text-align: center;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	width: 17px;
	height: 17px;
}
.page-links a:hover span.active-link,
.page-links span.active-link {
	background: #444;
	color: #fff;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.edit-link {
	clear: both;
	display: block;
}
.edit-link a {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.page-header h1.page-title
{
	background: #444;
	border-radius: 180px;
	color: rgba(255,255,255,.13);
	display: block;
	float: left;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 16px;
	margin: 10px;
	padding: 70px 20px 0;
	width: 140px;
	height: 110px;
	text-align: center;
}

.page-header h1.page-title span 
{
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
}

.page-header h1.page-title a
{
	color: #fff;
}







/* =Post Formats
----------------------------------------------- */

.format-aside .entry-title {
	display: none;
}
.single .format-aside .entry-content {
	display: block;
	font-family: "Droid Serif", Georgia, "Playfair Display", "Times New Roman", serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-style: italic;
	margin: -50px 0 0;
	padding: 50px 0;
	text-align: center;
}
.single .format-status .entry-title {
	display: none;
}
.single .format-status.hentry {
	padding-top: 50px;
}
.single .format-status .status-avatar img {
	border-radius: 40px;
	float: left;
	margin: 1.5em 2em 0 0;
}
.single .format-quote .entry-title {
	display: none;
}
.single-post-thumbnail {
	margin: 0 0 2em;
}
.single-post-thumbnail img {
	max-width: 100%;
	height: auto;
}
.single-gallery {
	margin: 0 0 2em;
}
.single-gallery img {
	border-radius: 180px;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
	border-radius: 50%;
}
.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%;
}
.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-top: 1.5em;
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.wp-caption-text {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
	text-transform: uppercase;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	text-transform: none;
}
.site-content .gallery a img {
	border: none !important;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery .gallery-item {
	margin: 0 0 1.5em;
}
.site-content .format-gallery .gallery .gallery-item {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Comments
----------------------------------------------- */


.site-content .comment-navigation {
	margin: 0 0 3em;
}
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a {
	color: #eee;
	display: block;
	float: left;
	font-family: Nunito, Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-size: 5.0rem;
	font-weight: 300;
	line-height: normal;
	margin: 0;
	width: 50%;
	height: 50px;
}
.comment-navigation .nav-next a {
	float: right;
	text-align: right;
}





#comments {
	background: #fff;
	clear: both;
	display: none;
	padding: 0 50px 50px;
}
.paginated-comments #comments {
	display: block;
}
#comments-toggle {
	clear: both;
	height: 50px;
	position: relative;
	visibility: hidden;
}
.commentlist,
.commentlist ul.children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist ul.children {
	margin: 0 0 0 1.5em;
}
.commentlist ul.children li:before {
	content: "";
}
h2.comments-title {
	padding: 50px 0 0;
	margin: 0 0 auto;
}
.bypostauthor {
}
.form-allowed-tags {
	display: none;
}
li.comment,
.pingback,
.trackback {
	border-top: 1px solid #fafafa;
	clear: both;
	margin: 2em 0 0;
	padding: 2em 0 0;
}
.commentlist > li.comment:first-child,
.commentlist > .pingback:first-child,
.commentlist > .trackback:first-child {
	border-top: 0 none;
}
.pingback p,
.trackback p {
	margin: 0;
}
.comment-author cite {
	font-size: 14px;
	font-size: 1.4rem;
}
.comment-author .avatar {
	border-radius: 40px;
	float: left;
	margin: 0 1em 0 0;
}
.comment-content {
	font-family: "Droid Serif", Georgia, "Playfair Display", "Times New Roman", serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	margin: 1.5em 0 0 65px;
}
.comment-meta {
	color: #eee;
	font-family: Quicksand, Helvetica, Arial, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.comment-meta a {
	color: #eee;
}
.comment-meta:hover {
	color: #444;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.comment-meta:hover a {
	color: #444;
}
a.comment-reply-link {
	background: #fafafa;
	border-radius: 50px;
	color: #ddd;
	display: inline-block;
	float: right;
	font-family: Quicksand, Helvetica, Arial, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}
a.comment-reply-link:hover {
	background-color: #444;
	color: #fafafa;
}
a#cancel-comment-reply-link {
	background: #fafafa;
	border-radius: 50px;
	color: #ddd;
	display: block;
	float: right;
	font-family: Quicksand, Helvetica, Arial, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	padding: 5px 10px;
}
a#cancel-comment-reply-link:hover {
	background-color: #444;
	color: #fafafa;
}
#respond {
	padding: 3em 0 0;
}
#reply-title {
	margin: 0;
}
.says {
	display: none;
}
.comments-link a {
	background: #ececec;
	border-radius: 30px;
	color: #aaa;
	display: block;
	float: right;
	line-height: 1;
	text-align: center;
	width: 30px;
	height: 30px;
}
.comments-link .tail {
	border-top: 10px solid #ececec;
	border-right: 8px solid transparent;
	border-bottom: 0;
	border-left: 0;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
		top: 95%;
		left: 12px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	width: 0;
	height: 0;
	z-index: -1;
}
.comments-link a:hover {
	background: #444;
	color: #fafafa;
}
.comments-link a:hover .tail {
	border-top: 10px solid #444;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	border: 1px solid #eee;
	border-radius: 2px;
	margin: 0 0 .5em;
	padding: 5px 10px;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	max-width: 92%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	border: 0 none;
	float: right;
	width: 84%;
}
.comment-form-comment textarea {
	border: 0 none;
	clear: both;
	width: 100%;
}
.nocomments {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	clear: both;
	font-family: "Droid Serif", Georgia, "Playfair Display", "Times New Roman", serif;
	font-size: 20px;
	font-size 2.0rem;
	font-style: italic;
	padding: 2em 0;
	text-align: center;
}


/* =Widgets
----------------------------------------------- */

.sidebar-link {
	background: #fafafa;
	border-radius: 40px;
	clear: both;
	color: #ddd;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 40px;
	margin: 2em auto 0;
	text-align: center;
	transition: background .4s ease-in-out, color .4s ease-in-out;
	-webkit-transition: background .4s ease-in-out, color .4s ease-in-out;
	-moz-transition: background .4s ease-in-out, color .4s ease-in-out;
	-o-transition: background .4s ease-in-out, color .4s ease-in-out;
	-ms-transition: background .4s ease-in-out, color .4s ease-in-out;
	width: 40px;
	height: 40px;
}
.sidebar-link.toggled-on {
	line-height: 36px;
}
.sidebar-link:hover {
	background-color: #444;
	color: #fafafa;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.widget {
	font-family: "Droid Serif", Georgia, "Playfair Display", "Times New Roman", serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 100;
	margin: 0 0 3em;
	word-break: break-word;
}
.widget-column {
	width: 23%;
}
.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 .5em 0;
}
.one.widget-column {
	float: none;
	margin: 0 auto;
}
.two.widget-column {
	float: left;
	margin: 0 13.5%;
}
.three.widget-column {
	float: left;
	margin: 0 5%;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* Calendar */
#wp-calendar caption {
	font-weight: 700;
	margin: 0 0 .5em 0;
	text-align: center;
}
#wp-calendar td,
#wp-calendar th {
	padding: 2px;
	text-align: center;
}
#wp-calendar #next {
	text-align: right;
}
#wp-calendar #prev {
	text-align: left;
}

/* WordPress.com Widgets */

/* Flickr */
#flickr_badge_wrapper {
	background: transparent;
	border: 0 none;
}
#flickr_badge_uber_wrapper {
	margin: 0 auto;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #ccc;
}
.widget_recent_comments td {
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}
.widget_authors ul,
.widget_author_grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_authors img {
	vertical-align: middle;
}
.widget_authors li {
	margin-bottom: 10px;
}


/* =Jetpack
------------------------------------------------*/

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon {
	display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #colophon {
	display: block;
}
#infinite-footer .container {
	background: rgba(255,255,255,.5);
	border: none;
}
#infinite-footer .blog-credits,
#infinite-footer .blog-credits a,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-info a,
#infinite-footer .blog-info a:hover {
	color: rgba(0,0,0,.3);
	font-family: Quicksand, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.infinite-loader {
	clear: both;
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
	text-align: center;
	width: 35px;
}
#infinite-handle {
	clear: both;
	margin: 0 auto 13px;
	padding: 25px 0 0;
}
#infinite-handle span {
	background: #fafafa;
	color: #ddd;
	border-radius: 40px;
	clear: both;
	display: block;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	width: 90px;
	height: 40px;
}
#infinite-handle span:hover {
	background-color: #444;
	color: #fafafa;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.sharedaddy:before,
.sharedaddy:after {
	content: "";
	display: table;
}
.sharedaddy:after {
	clear: both;
}


/* =Responsive
----------------------------------------------- */

/*
#page {
	background: #fff;
	margin: 0 auto;
	padding: 0 50px;
	width:900px;
}

.home #primary,
.search #primary,
.single #primary,
.page #primary,
.search-no-results #primary,
.error404 #primary 
{
	width: 700px;
}

#secondary {
	clear: both;
	display: none;
	padding: 50px 0;
}


.articles
{
	margin: -1%;
	width: 102%; 
}

.hentry.sym-box  
{
	float: left;
	padding: 0;
	table-layout:fixed;
    	position: relative;
	background: transparent;

	margin: 1%;
	width: 31.2%;
	min-width 200px;
}

*/






@media screen and ( max-width: 1000px ) 
{
	#page 
	{
		width: 600px;
	}

	.home #primary,
	.search #primary,
	.single #primary,
	.page #primary,
	.search-no-results #primary,
	.error404 #primary 
	{
		width: 500px;
	}
	.hentry.no-thumbnail,
	.hentry.no-thumbnail span
	{
		font-size: 24px;
		font-size: 2.4rem;
		line-height: normal;
	}
}

@media screen and ( max-width: 800px ) 
{

	#page 
	{
		width: 500px;
		padding: 0;
	}
	.home #primary,
	.search #primary,
	.single #primary,
	.page #primary,
	.search-no-results #primary,
	.error404 #primary 
	{
		width: 500px;
	}
	.hentry.sym-box  
	{
		min-width: 123px;
	}
	.hentry.no-thumbnail,
	.hentry.no-thumbnail span
	{
		font-size: 23px;
		font-size: 2.3rem;
		line-height: normal;
	}
	.page-header h1 
	{
		margin: 5px;
		padding: 35px 11px 0;
		width: 101px;
		height: 88px;
	}

	#comments 
	{
		padding: 0;
	}
	.comment-author .avatar
	{
		float: right;
		margin: 0 0 0 1em;
	}
	.comment-content 
	{
		margin: 1.5em 0 0;
	}
	.one.widget-column,
	.two.widget-column,
	.three.widget-column 
	{
		clear: both;
		float: none;
		width: auto;
	}
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input 
	{
		border: 0 none;
		float: right;
		width: 75%;
	}
	.single .format-status.hentry 
	{
		padding-top: 0;
	}
	/* Let's make grayed-out elements easier to see at smaller screen sizes */
	/*
	#masthead,
	#colophon,
	#colophon a,
	.entry-meta 
	{
		color: #999;
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
	.blog .hentry a .attachment-post-thumbnail,
	.archive .hentry a .attachment-post-thumbnail,
	.search .hentry a .attachment-post-thumbnail 
	{
		filter:none;
		-webkit-filter:none;
		-moz-filter:none;
		-o-filter:none;
	}
	*/

	blockquote 
	{
		font-size: 20px;
		font-size: 2.0rem;
	}

}

@media screen and ( max-width: 600px ) 
{

	#page 
	{
		width: 90%;
		padding: 0;
	}
	.home #primary,
	.search #primary,
	.single #primary,
	.page #primary,
	.search-no-results #primary,
	.error404 #primary 
	{
		width: 102%;
	}
	.hentry.sym-box  
	{
		min-width: 100px;
	}

	.hentry.no-thumbnail,
	.hentry.no-thumbnail span 
	{
		font-size: 22px;
		font-size: 2.2rem;
		line-height: normal;
	}
	.page-header h1 
	{
		margin: 5px;
		padding: 48px 18px;
		width: 104px;
		height: 44px;
	}
	h1.site-title 
	{
		font-size: 22px;
	}
	.site-content #nav-below .site-navigation,
	.site-content #image-navigation .site-navigation 
	{
		margin: 1.5em 0;
		overflow: hidden;
		width: 100%;
	}

	.site-content #nav-below .nav-next a,
	.site-content #image-navigation .nav-next a,
    .site-content #nav-below .nav-prev a,
    .site-content #image-navigation .nav-prev a
    {
		color: #eee;
		display: block;
		float: none;
		font-size: 50px;
		font-size: 5.0rem;
		line-height: normal;
		margin: 0;
		opacity: 1;
		position: relative;
		top: auto;
		width: 50%;
		height: 50px;
		z-index: 1;
	}
	.site-content #nav-below .nav-next a,
	.site-content #image-navigation .nav-next a 
	{
		float: right;
	}
	.single-post-thumbnail img 
	{
		clear: both;
		width: 100%;
		margin: 0 0 2em 0;
		max-width: 100%;
		min-height: auto;
		min-width: 100%;
		height: auto;
		position: relative;
		top: auto;
		left: auto;
		z-index: 10;
	}
}






@media screen and ( max-height: 1000px ) 
{
	.site-content #nav-below .nav-previous .nav-entry
	{
		margin-left: 0;
	}

	.site-content #nav-below .nav-next .nav-entry
	{
		margin-right: 0;
	}

	.single .nav-entry  .sym-box
	{
		margin-bottom: 10px;
		width: 120px;
	}

	.nav-entry .hentry.no-thumbnail a span,
	.nav-entry a span
	{
		font-size: 19px;
		font-size: 1.9rem;
	}
}


@media screen and ( max-height: 750px ) 
{

	.single .nav-entry  .sym-box
	{
		margin-bottom: 10px;
		width: 110px;
	}
	
	.nav-entry .hentry.no-thumbnail a span,
	.nav-entry a span
	{
		font-size: 17px;
		font-size: 1.7rem;
	}
}


@media screen and ( max-height: 700px ) 
{

	.single .nav-entry  .sym-box
	{
		margin-bottom: 10px;
		width: 100px;
	}

	.nav-entry .hentry.no-thumbnail a span,
	.nav-entry a span
	{
		font-size: 15px;
		font-size: 1.5rem;
	}
}


@media screen and ( max-height: 650px ) 
{

	.single .nav-entry  .sym-box
	{
		margin-bottom: 10px;
		width: 90px;
	}

	.nav-entry .hentry.no-thumbnail a span,
	.nav-entry a span
	{
		font-size: 12px;
		font-size: 1.2rem;
	}
}


@media screen and ( max-height: 600px ) 
{

	.single .nav-entry  .sym-box
	{
		margin-bottom: 10px;
		width: 80px;
	}

	.nav-entry .hentry.no-thumbnail a span,
	.nav-entry a span
	{
		font-size: 10px;
		font-size: 1.0rem;
	}
}


@media screen and ( max-height: 550px ) 
{

	.single .nav-entry  .sym-box
	{
		margin-bottom: 10px;
		width: 70px;
	}

	.nav-entry .hentry.no-thumbnail a span,
	.nav-entry a span
	{
		font-size: 10px;
		font-size: 1.0rem;
	}
}


@media screen and ( max-height: 500px ) 
{

	.single .nav-entry  .sym-box
	{
		margin-bottom: 10px;
		width: 60px;
	}

	.nav-entry .hentry.no-thumbnail a span,
	.nav-entry a span
	{
		font-size: 10px;
		font-size: 1.0rem;
	}
}


@media screen and ( max-height: 450px ) 
{

	.single .nav-entry  .sym-box
	{
		margin-bottom: 10px;
		width: 55px;
	}

	.nav-entry .hentry.no-thumbnail a span,
	.nav-entry a span
	{
		font-size: 10px;
		font-size: 1.0rem;
	}
}


@media screen and ( max-height: 400px ) 
{
	.site-content #nav-below .nav-previous .nav-entry
	{
		margin-left: 5px;
	}

	.site-content #nav-below .nav-next .nav-entry
	{
		margin-right: 5px;
	}


	.single .nav-entry  .sym-box
	{
		margin-bottom: 5px;
		width: 65px;
	}

	.nav-entry .hentry.no-thumbnail a span,
	.nav-entry a span
	{
		font-size: 10px;
		font-size: 1.0rem;
	}
}


@media screen and ( max-height: 300px ) 
{


	.single .nav-entry  .sym-box
	{
		margin-bottom: 5px;
		width: 55px;
	}

	.nav-entry a span
	{
		font-size: 10px;
		font-size: 1.0rem;
	}
}