/*
Theme Name: nr 1.1
Description: nr theme.

Author: Kai M&uuml;ller
Author URI: http://kaimueller.eu

*/

/*---------------------------------------------------------------------------------------------*/
/*	CSS Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ v2.0
/*---------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}
address{padding:0 0 30px; line-height:1.7;}
abbr,acronym{border-bottom:.1em dotted;}
ins{background:#ffffcc;text-decoration:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul{list-style:none;}
blockquote:before,blockquote:after{content:none;}
table{border-collapse:collapse;border-spacing:0;}
input:focus,textarea:focus{border:1px solid #999; outline:0;}
a:hover, a:active, a:focus { outline: none; -moz-outline-style: none;}
::-webkit-input-placeholder {color:#fff;}
:-moz-placeholder {color:#999;}
.placeholder {color: #999;}

/* --- Clearfix --- */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;}

/*-----------------------------------------------------------------------------------*/
/*	General Structure
/*-----------------------------------------------------------------------------------*/
html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;

}
body {
	max-width:100%;
	margin:75px auto 0 auto;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #fff;
	background: url(images/portrait.jpg) right bottom fixed no-repeat #282A2D;
}
#wrap {
	margin:0 auto;
	z-index: 5555;
	}

/*-----------------------------------------------------------------------------------*/
/*	Headlines
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight:200;
	color:#fff;
	text-rendering: optimizeLegibility;
	text-align: left;
}
h1 {
	margin: 2em 0 1.6em;
	font-size: 150%;
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight:200;
}
h2 {
	margin: 1.35em 0 1.2em;
	font-size: 150%;
	line-height:1.5;
	text-transform: none;
}
h3 {
	margin: 1.35em 0 1.2em;
	font-size: 130%;
	line-height:1.3;
	font-weight: 300;
}
h4 {
	margin: 1.1em 0 0;
	font-size: 120%;
	line-height:1.25;
	font-weight: 700;
}
h5 {
	margin: 0.9em 0 0.9em;
	font-size: 120%;
	line-height:1.25;
}
h6 {
	margin: 0.7em 0 0.7em;
	font-size: 120%;
	line-height:1.25;
}

/*-----------------------------------------------------------------------------------*/
/*	Alignment
/*-----------------------------------------------------------------------------------*/
.alignleft,
.alignright {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
#content img.alignleft,
#content img.alignright {
	margin-top:10px;
	margin-bottom:10px;
}

/*-----------------------------------------------------------------------------------*/
/*	Links
/*-----------------------------------------------------------------------------------*/
a,
#site-title h1 a:hover,
#branding .optional-nav ul a:hover,
#content h2.entry-title a:hover,
#header .mobile-nav a.menu-btn:hover {
	text-decoration:none; color:#282A2D;
}
a:hover {
	text-decoration:underline;
}
a {color: #282A2D}
a.more-link {
	margin:0px auto 0 auto;
	text-align: center;
	display:block;
}

a.link-link {
	margin:30px auto 0 auto;
	display:block;
text-align: center;
	        color: #fff;
	        /*border-top: 1px solid #eee;*/
	        font-family: 'Source Sans Pro';
	        font-size: 100%;
	        text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Colors
/*-----------------------------------------------------------------------------------*/
/* --- Link Color --- */
a,
#content h2.entry-title a:hover,
#branding .optional-nav ul a:hover,
#footer .widget_tag_cloud a,
.widget_recent_entries ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_twitter ul li a:hover,
#footer .flickr_badge_wrapper .flickr-bottom a,
#footer .widget_links ul li a:hover,
#footer .widget_pages ul li a:hover,
#footer .widget_categories ul li a:hover,
#footer .widget_nav_menu ul li a:hover,
#footer .widget_meta ul li a:hover,
#footer .widget_archive ul li a:hover,
.bwp-rc-widget li.sidebar-comment a:hover {
	color:#fff;
}
#header .mobile-nav a.menu-btn,
#main-nav ul li a:hover,
input#submit, 
input.wpcf7-submit,
#content .wp-pagenavi a.page,
#content .wp-pagenavi a.nextpostslink,
#content .wp-pagenavi a.previouspostslink,
#content .wp-pagenavi a.first,
#content .wp-pagenavi a.last,
#content .wp-pagenavi span.current {
 color:#fff;
}
a.more-link {
	background:#fff; color: #fff;
}
p a {color: #E8624F; text-decoration: underline;}
p a:hover {color: #7FE1DC; text-decoration: none;}


/*-----------------------------------------------------------------------------------*/
/*	Lists
/*-----------------------------------------------------------------------------------*/
#content ol {
	list-style: decimal;
}
#content ul {
    list-style: disc;
}
#content .post ol,
#content .page ol {
	 margin:0 0 30px 22px;
}
#content .post ol ol,
#content .page ol ol {
	 margin:0 0 0 22px;
}
#content .post ul,
#content .page ul {
    margin:30px 0 30px 0px;
}
#content .post ul ul,
#content .page ul ul {
    margin:30px 0 0 0px;
}
.entry-content ul li,
.entry-content ol li {
	margin: 30px 0 0 30px;
	padding: 0;
	display: list-item;
	line-height:1.8;
	width: 600px;
	text-align: left;
}

#content .post ul,
#content .page ul {
    margin:20px 0 30px 0px;
}

dl dt {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height:1.6;
}
dl dd {
	margin: 0 0 10px 0;
	line-height: 1.4;
}

/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/
	
#site-title h1 {
	font-size:450%;
	font-weight:200;
	line-height:1.0em;
	word-wrap: break-word;
	text-align:left;
	color: #fff;
	background: #E8624F;
	display: inline;
	padding:0; 
	margin:0; 
	z-index: 9999;
}
#site-title h1 a {
	font-weight:200;
	margin: 0;
	color: #fff;
	padding: 0 5px;
}


#site-title h1 a:hover { color:#282A2D;} 


#header .mobile-nav a.menu-btn {

	/*-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			  border-radius: 4px;*/
			  display: none;
}

/* --- Header Image (optional) --- */
.header-image {
	display:none;
}

#header { position: fixed; top: 45px; left: 50px;  }
header ul {font-size: 120%;}

/*-----------------------------------------------------------------------------------*/
/*	Posts
/*-----------------------------------------------------------------------------------*/
#content .post {
	position: relative;
	margin:0 0 20px 0;
	padding:0px;
	display:block;
}
#content .entry-content,
#content .entry-summary {
	font-size:105%;
}
.entry-date {text-align: center; margin: 0px auto 60px 0; display: block; font-size: 60%; font-family: 'Source Sans Pro', Helvetica, sans-serif; font-weight: 300; }
/*-----------------------------------------------------------------------------------*/
/*	Post Header
/*-----------------------------------------------------------------------------------*/
.entry-header {
	word-wrap: break-word;
}
#content h1.entry-title,
#content h2.entry-title {
	margin:0 auto;
	line-height:1.50 !important;
	text-align:left;
	font-weight: 200;
	padding: 40px 0 0 0;	
}
#content h1.entry-title {
		font-size:300%;
		border-left: 3px solid #E8624F; padding: 0 0 0 10px; margin: 40px 0 0 0;
		color: #7FE1DC;
}

#content h2.entry-title {
		font-size:300%;
		
}

#content h2.entry-title a, #content h1.entry-title a {
	color: #7FE1DC;	
} 


/*-----------------------------------------------------------------------------------*/
/*	Typography
/*-----------------------------------------------------------------------------------*/
#content p {
	margin: 0px 0 30px 0;
	font-size:100%;
	line-height:1.7;
	-webkit-hyphens: auto;
   -moz-hyphens: auto;
   hyphens: auto;
}
#content p.intro {
	font-size:125%;
	line-height:1.5;
}

#content .entry-content,
#content .entry-summary {
	padding:0 0 25px;
}
#content .entry-content p:last-child, 
#content .entry-summary p:last-child {
	margin: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#content pre,
#content code {
	font-size:115%;
}
pre {
	margin:0;
	font-family: monospace;
	font-size:105%;
}
pre {
	margin-bottom: 30px;
	padding: 15px;
	background: #f4f4f4;
	overflow: auto;
	font-family: monospace;
	font-size:105%;
	line-height: 1.3;
}
small {
	font-size:70%; 
}


#content blockquote {
	margin:0 0 30px;
	padding:0 0 0 20px;
	font-size:105%;
	color:#666;
}
#content blockquote blockquote {
	margin:10px 0 0;
}
#content blockquote p {
	margin: 0;
	font-style:italic;
	line-height:1.6 !important;
}
#content blockquote p cite {
	margin-top:20px;
	display:inline-block;
	font-size:70%;
	color:#999;
	font-style:normal;
}
#content blockquote cite a {
	color:#999;
}
#content blockquote cite a:hover {
	color:#fff;
}
#content blockquote p cite:before {
	content:"\2212 \0020";
}
#content blockquote.pull {
	margin: 0 0 1.4em;
	text-align: center;
}
#content blockquote.pull.alignleft {
	width: 50%;
	margin: 0 1.4em 0.5em 0;
	padding:0;
	float:left;
	display:inline;
	font-size:110%;
	text-align: right;
}
#content blockquote.pull.alignright {
	width: 50%;
	margin: 0 0 0.5em 1.4em;
	padding:0;
	float:right;
	display:inline;
	font-size:110%;
	text-align: left;
}

.entry-content h3 {
font-weight: 200;
		font-size:180%;
		padding: 0; margin: 70px 0 0px 0;
		color: #7FE1DC;
		width: 70%;
}

/*-----------------------------------------------------------------------------------*/
/*	Images / Video
/*-----------------------------------------------------------------------------------*/
#content img {
	max-width:100%;
	height:auto;
	width: auto\9; /* ie8 */
}

#content img.img-border {
	max-width:98.1%;
	padding:5px;
	background:#fff;
	border:1px solid #e5e5e5;
}

#content .wp-caption.alignnone {
	margin: 0 0 20px;
}
#content .wp-caption {
	width:auto !important;
	max-width: 100%;
	text-align: left;
}
#content p.wp-caption-text, 
.entry-caption p {
	margin: 0;
	padding: 8px 0 10px;
	font-size:85% !important;
	color:#666;
	font-style:italic;
}
/* Embedded elements */
#content object,
#content embed {
	max-width:100%;
	margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*	Tables
/*-----------------------------------------------------------------------------------*/
#content table {
	width: 100%;
	margin:10px 0 30px;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size:90%;
}
#content table thead {
	border-top:1px solid #ccc;
}
#content table tr {
	border-bottom:1px solid #ccc;
}
#content table tr th {
	padding: 5px 10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#content table tr td {
	padding: 5px 10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

/*-----------------------------------------------------------------------------------*/
/*	Single Posts
/*-----------------------------------------------------------------------------------*/
.single-post #content .post {
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
	color: #fff;
}
#content .single-posts-meta {
	margin:0;
	padding:10px 0 10px;
	text-align:left;
	clear:both;
	color: #fff;
	
}


#content .single-posts-meta ul {
	margin:0;
	padding:0;
	list-style:none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 100%;
	text-align: left;
}
#content .single-posts-meta ul li.cats {
	padding:0px 0 0 4px;
}
#content .single-posts-meta ul li span {
	font-size: 100%;
	}
#content .single-posts-meta ul li a {
	margin:0 3px 5px 0;
	padding:3px 5px;
	display:inline-block;
	font-size: 100%;
	line-height:1.1;
	color: #fff;
	text-decoration: underline;

}
#content .single-posts-meta ul li a:hover {
	text-decoration:none;
}


.author-info {display: none;}

/*-----------------------------------------------------------------------------------*/
/*	Post Formats
/*-----------------------------------------------------------------------------------*/

/* --- Link --- */
#content .format-link {
	text-align:center;
}
#content .format-link a.link {
	margin:0;
	font-weight:bold;
	font-style:italic;
	line-height:1.3 !important;
}
#content .format-link p {
	margin:0 0 20px;
	color:#666;
}
/* --- Quote --- */
#content .format-quote blockquote {
	margin:0;
	padding:0;
	text-align:center;
	border-left:none;
}
/* --- Status --- */
#content .format-status p {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height:1.5;
}
/* --- Image --- */
#content .format-image .entry-content, 
#content .format-image .entry-summary {
	padding: 0;
}
#content img, .entry-content img, .entry-content a img {display: block; margin: 0 0 30px 0; }
#content .format-image h2.entry-title {
	margin:20px 0 0;
	clear:both;
	line-height:1.25;
}
#content .format-image p {
	margin:0;
}
#content .format-image a {
	margin:0;
}
#content .format-image p img {
	margin:0 0 20px;
}
/* --- Image on Single Posts --- */
.single-post #content .format-image .entry-wrap {
	position:relative;
	width: 100%;
	padding:0;
	float:left;
}
.single-format-image ul.entry-info li.post-date {
	display:inline;
}
.single-post #content .format-image ul.entry-info li.post-author:before {
	content: " \00b7 \0020";
}
.single-post #content .format-image .entry-wrap img {
	max-width:100%;
	margin-left:0;
}
.single-format-image #content .format-image p img {
	margin: 0;
}
.entry-content img {border: 3px solid #fff;}
/* --- Gallery --- */
#content .gallery {
	margin:50px 0 0 0;
	padding:0;
}
#content .gallery-item {
	text-align:center;
}
#content .gallery-item img {
	width:23.3%;
	height:auto;
	margin:0 1% 1% 0;
	float:left;
}
#content .format-gallery .gallery-caption {
	display:none;
}
/* --- Image Attachment --- */
#content .type-attachment {
	position: relative;
	margin: 0;
	padding: 35px 20px;
	text-align: center;

}
#content .type-attachment img{
border: 5px solid #fff;
}	

#content .type-attachment .entry-wrap {
	position:relative;
	margin: 0;
	padding:0;
	float:left;
	clear: none !important;
}
/* --- Video / Gallery / Audio Titles --- */
#content .format-video h2.entry-title,
#content .format-gallery h2.entry-title,
#content .format-audio h2.entry-title {

}
/* --- Post Formats / Single Post --- */
.single-format-aside #content h1.entry-title,
.single-format-quote #content h1.entry-title {

	text-transform:none;
	letter-spacing: 0;
}
.single-format-image #content h1.entry-title,
.single-format-video #content h1.entry-title,
.single-format-gallery #content h1.entry-title,
.single-format-audio #content h1.entry-title,
#content .type-attachment h1.entry-title  {

}
.single-format-link #content h1.entry-title,
.single-format-status #content h1.entry-title {
	display:none;
}

/*-----------------------------------------------------------------------------------*/
/*	Archives / Search Results / 404
/*-----------------------------------------------------------------------------------*/
.archive #content {
	margin-bottom:40px;
}
.archive #nav-below {
	padding-bottom:0;
}
#content .page-header {
	padding: 35px 0 15px;
	clear:both;
}
#content .page-header h1.page-title {
	margin:0;
	padding: 0 0 0 20px;
	font-size:75%;
	font-weight:normal;
}
#content .page-header h1.page-title span {
	font-weight:bold;
}
#content .page-header p {
	display:none;
}
.entry-content .s {
	width:220px;
	height:40px;
	padding: 0 10px;
	border:1px solid #ccc;
	font-family: Georgia, 'Times New Roman', serif;
	font-size:105%;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*	Page
/*-----------------------------------------------------------------------------------*/
#content .page {
	position: relative;	
	margin: 60px 0 0 0;
	padding:0;
	clear:both;
	overflow:hidden;
}
#content .page h1.entry-title {
	margin:0 0 30px;
}
#content .page .entry-meta {
	margin:0;
	text-align:left;
}

/*-----------------------------------------------------------------------------------*/
/*	Fullwidth Page
/*-----------------------------------------------------------------------------------*/
#content .fullwidth {
	width: 100%;
	float:none;
}

/*-----------------------------------------------------------------------------------*/
/*	Previous / Next Pagination
/*-----------------------------------------------------------------------------------*/
#nav-below,
#nav-single,
#comment-nav,
#image-nav {
	margin:0;
	padding: 40px 20px 40px;
	clear:both;
	overflow:hidden;
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
	font-size:85%;
	border-top: 1px solid #eee;
}
#comment-nav {
	padding: 40px 0 !important;
	font-size:90%;
}
#nav-single,
#image-nav {
	border-top:1px solid #eee;
}
#nav-single .nav-previous,
#nav-single .nav-next,
#image-nav .previous-image,
#image-nav .next-image {
	padding-top:20px;
}
#nav-single a {color: #666;}
#nav-below a,
.nav-previous a, 
.nav-next a, 
.previous-image a, 
.next-image a  {
	font-weight:bold;
	letter-spacing:0.2em;
}
#nav-below a:hover,
.nav-previous a:hover, 
.nav-next a:hover, 
.previous-image a:hover, 
.next-image a:hover {
	text-decoration: none;
	color:#333;
}
.nav-previous, 
.previous-image {
	float:right; 
}
.nav-next, 
.next-image {
	float:left;
}

#previous, #next {font-size: 500%;}
#previous {text-align: right; float: right;} 
#next {text-align: left; float: left;}


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

#footer {max-width:900px;margin: 30px auto 0 auto; float: none; clear: both; display: block; padding: 80px 0 130px 0; text-align: left; }
#footercontainer {
	/*padding:auto;*/
	display:block;
	overflow:hidden;
	text-align:left;
	margin: 50px auto 0 0;
	color: #fff;
	padding: 0;
	/*border-bottom: 1px solid #333;*/
	max-width: 700px;
	font-size: 100%;
}

#footer h2 { text-align: left; float: none; display: block; margin: 0px auto 0px auto; line-height: 1.0em; color: #7FE1DC; border-left: 3px solid #E8624F; padding: 0 0 0 10px;}


#footercontainer h2 {font-size:400%; text-align: left; float: none; display: block; margin: 0px auto 0px auto; line-height: 1.0em; color: #7FE1DC; }
#footercontainer h2 span {color: #fff;} 
#footercontainer h2 span a {color: #E8624F}
#footercontainer h3 {font-size:300%; text-align: left; float: none; display: block; margin: 30px auto 0px auto; padding: 0; line-height: 1.6em; color: #7FE1DC;  }
#footercontainer h3 a {font-weight:300; color: #fff;} 
#footercontainer .optional-nav {
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size:100%;
	line-height:4em;
	font-weight: 600;
	word-wrap: break-word;
	text-align:left;
	margin: 0px auto 0px auto;
	width: 100%;
	color: #fff;
}

ul#latestposts { margin: 20px 0 0 0; float: none; font-size: 150%; font-weight: 200; max-width: 700px; overflow: hidden; }

ul#latestposts li { margin: 0;}
ul#latestposts li a {text-decoration: none; display: block; border-bottom: 1px solid #333; color: #fff; padding: 10px 0 10px 10px}
ul#latestposts li a:hover {color: #fff; background: #E8624F;}
.search {
	margin:0 auto;
	padding:5px 0;
	float:right;
	display:block;
}

#contact h2 {font-size:400%; text-align: left; float: none; display: block; margin: 30px auto 0px 0; padding: 0; line-height: 1.0em; }
#contact h2 span {color: #fff;} 
#contact h2 span a {color: #E8624F}

#contact { display: block;  margin: 20px 0 0 0;  float: none; font-size: 100%; font-weight: 200; max-width: 100%; overflow: hidden; }



.search input {
	width:340px;
	padding: 15px 0 0 0;
	border: none;
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	font-weight: 900;	
	font-size:150%;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 0 0 30px auto;
	color: #fff;
	background: #000;
	border-bottom: 1px solid #fff;	
	letter-spacing: 0.1em;
	float:right:
	display: block;
}

.searchsubmit {
	display:none;
}

input .field {color: #fff;}


.search-results {
	margin:0 auto;
	padding:0;
	float:right;
	display:block;
	width: 100%;
}


.floatleft {display: block;}

.attachment-thumbnail {padding: 3px; background: #fff; }






		  
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*	CSS3 Media Queries for Responsiveness (mobile-first, from small to big)
/*-----------------------------------------------------------------------------------*/



/* --- smartphones in landscape mode --------------------------- */
@media screen and (min-width:320px) {
/* --- Alignment --- */
.alignleft {
	display:block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	display:block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.alignnone {
	display:block;
	float: none;
}
#content img.wp-post-image {
	margin: 10px 15px 30px 0;
	padding: 0;
	float: none;
}

/* --- Typography --- */
#content p {
	font-size:100%;
}

#content h1.entry-title {
		font-size:240%;
		line-height:100%;
		margin: 0;
		margin-top: 80px;

}
#content h2.entry-title {
		font-size:100%;
		line-height:1.0;
		margin-top: 80px;
}
.entry-date {text-align: center; font-size: 50%; }
.page .entry-date {display: none; }

/* --- Single Post --- */
#content .post .author-description {
	padding:0 0 0 0px;
}

.entry-content h2 {margin: 3em auto 0 auto;}

#content p {
	font-size: 100%;
	line-height:1.8;
	padding: 0 5%;
	width: 90%;
}

.entry-content p {
	padding:0 15% 0 15%;
	display: block;
}

#content img {margin: 0 auto; text-align: center;}

#site-title {margin-top: 170px;}

body {
	background: url(images/portrait-3.jpg) right top fixed no-repeat #282A2D;
}
.search input {
	width:290px;
	padding: 15px 0 0 0;
	border: none;
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	font-weight: 900;	
	font-size:100%;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 30px 0 30px auto;
	color: #fff;
	background: #000;
	border: none;
	border-bottom: 1px solid #fff;	
	letter-spacing: 0.1em;
	float:right:
	display: block;
}


#bgphoto {position: fixed; z-index:0; right: 0; bottom: 0; overflow: hidden; }
#introclaim {font-size: 280%; font-weight: 200; line-height: 120%;margin: 50px 0;}
#logo {display: none}
#header { position: absolute; top: 10px; left: 10px;  width: 80%;}
#header ul {margin: 0; display: block; list-style: square;  }
#header ul li { display: block; font-size: 80%; float: none; margin: 0 0 10px 0; text-align: left;  }
#header ul li a {text-decoration: none; padding: 3px;}
#header ul li a:hover {color: #7FE1DC}
}




/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- tablets in portrait mode --- */
@media screen and (min-width: 768px) {
/* --- General Structure --- */
#header .mobile-nav,
#content .post,
#comments,
#content .page,
#content .type-attachment,
#nav-below,
#nav-single,
#image-nav,
#main-nav,
.widget,
#footer .widget,
#site-generator,
#content .wp-pagenavi {
	/*padding-left: 55px;
	padding-right: 55px;*/
}
#content .page-header h1.page-title {
	padding:0 0 0 55px;
}

#wrap {width: 80%; margin: 0 auto;}
#footer  {width: 80%; margin: 0 auto;}
#logo {display: none}
#header { position: absolute; top: 10px; left: 10px;  width: 80%;}
#header ul {margin: 0; display: block; list-style: square;  }
#header ul li { display: block; font-size: 80%; float: none; margin: 0 0 10px 0; text-align: left;  }
#header ul li a {text-decoration: none; padding: 3px;}
#header ul li a:hover {color: #7FE1DC}

#content {
	margin:0 auto 0 0;
	max-width: 700px;
	}
	
.alignleft,
.alignright {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.entry-content img.alignleft {
	display:block;
	float: none;
	margin: 50px auto;
}
.entry-content img.alignright {
	display:block;
	float: none;
}

/* --- Posts Header --- */
#content h2.entry-title,
#content h1.entry-title {
	font-size:200%;
	line-height:1.35;
	margin: 100px 0 50px 0;
	text-align: left;
}
.entry-date {text-align: center; font-size: 100%; }
/* --- Typography --- */
#content .entry-meta {
	font-size:110%;
}
/* --- Typography --- */
#content p {
	font-size: 110%;
	line-height:1.8;
	padding: 0px 140px 0px 0;
}

.entry-content p {
	padding:0 15% 0 15%;
	display: block;
	}
	
#content blockquote.pull.alignleft, #content blockquote.pull.alignright {
	width: 33%;
}

/* --- Footer --- */

.search input {
	width:340px;
	padding: 15px 0 0 0;
	border: none;
	font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
	font-weight: 900;	
	font-size:150%;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 0 0 30px auto;
	color: #fff;
	background: #000;
	border-bottom: 1px solid #fff;	
	letter-spacing: 0.1em;
	float:right:
	display: block;
}
body {
	background: url(images/portrait-2.jpg) right bottom fixed no-repeat #282A2D;
}

#header { max-width: 300px; margin: 0 auto; }
#header img {/*max-width: 50%; max-height: 50%;*/ }
#logo {display: none; }
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* tablets in landscape mode */
@media screen and (min-width: 1024px) {
/* --- General Structure --- */
#wrap, #footer {
	max-width: 700px; 
	margin: 0 auto; position: relative;
}
#logo {display: block;}

#content {
	margin:0 auto 0 0;
	max-width: 700px;
	}
#content .page-header h1.page-title {
	padding:0;
}
/* --- Typography --- */
#content p {
	font-size: 120%;
	line-height:1.8;
	padding-top: 0px; padding-bottom: 0px;
}

#content h2.entry-title,
#content h1.entry-title {
	line-height:1.35;
	margin: 80px 0 50px 0;
	text-align: left;
	font-size: 300%;
}
#content img {margin: 0 auto 20px auto; text-align: center;}

#logo {margin-top: 100px;}

body {
	background: url(images/portrait-1.jpg) right bottom fixed no-repeat #282A2D;
}
#site-title h1 {margin-top: 0; }

.entry-content ul li,
.entry-content ol li {
	margin: 0 0 0 50px;
	padding: 0;
	display: list-item;
	line-height:1.8;
	width: 500px;
	text-align: left;
}

}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* standard laptop + desktop screens */
@media screen and (min-width: 1441px) {
/* --- General Structure --- */
#wrap {
	/*max-width:1400px;*/ max-width: 980px;

}
#content .post,
#comments,
#content .page,
#content .type-attachment,
#nav-below,
#nav-single,
#image-nav,
#main-nav,
.widget,
#footer .widget,
#site-generator,
#content .wp-pagenavi {
	padding-left: 0;
	padding-right: 0;
}
#content .page-header h1.page-title {
	padding:0;
}

#content {
	margin:0 auto 0 0;
	max-width: 700px;
	padding:30px 30px 0 30px;
	float:none;
	z-index: 5555;
}

.entry-content ul li,
.entry-content ol li {
	margin: 0 0 0 -50px;
	padding: 0;
	display: list-item;
	line-height:1.8;
	width: 500px;
	text-align: left;
}


/* --- Links --- */
a {
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
a.more-link:hover {
	background:#fff;
}

/* --- Post Meta --- */
#content .entry-meta {
	font-size: 105%;
}
/* --- Typography --- */
#content p {
	font-size: 120%;
	line-height:1.8;
	padding: 30px 300px 0 0;
}

.entry-content p {
	padding:0 10% 0 15%;
	display: block;
	
}

#content img {margin: 0 auto; text-align: center;}
/* --- Fullwidth Page --- */

#content h1.entry-title {
		font-size:300%;
		line-height:1.0;
		text-align: left;
		margin: 100px 0 0 0;
}
#content h2.entry-title {
		font-size:200%;
		margin: 0px 0 0 0;
		text-align: left;
}

#content ul 	{padding: 0px 150px 10px 130px;}
/* --- Widget Area --- */
#main-nav {
	border:none;
}


#site-title {margin-top: 0; }

body {
	background: url(images/portrait.jpg) right bottom fixed no-repeat #282A2D;
}

#header {margin-left: 40px;}
#logo {margin-top: 40px;}
#introclaim {width: 980px}

#footer {max-width: 940px;}

}






/*-----------------------------------------------------------------------------------*/
/*	Print
/*-----------------------------------------------------------------------------------*/
@media print {
body {background: none !important; font-size: 10pt;}
#header { background:none !important;}
#branding { color:#000 !important;}
#content { margin: 0; width: auto; }
.header-image, #header .mobile-nav, #sidebar {display:none;}
#site-title h1 {font-size:22pt;}
h1,h2,h3,h4,h5,h6{page-break-after:avoid;page-break-inside:avoid;font-weight:bold;}
a{font-weight:bold;color:#000 !important;text-decoration:underline !important;}
blockquote,table,pre{page-break-inside:avoid;}
ul,ol,dl{page-break-before:avoid;}
img.aligncentered{display:block;margin-left:auto;margin-right:auto;}
img.alignright{display:inline;margin:0 0 2px 7px;padding:4px;}
img.alignleft{display:inline;margin:0 7px 2px 0;padding:4px;}
.right{float:right;}
.left{float:left;}
img{page-break-inside:avoid;page-break-after:avoid;}
}




