/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

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.
*/

@font-face {
  font-family: 'LM Regular';
  src: url('lmmonolt10-regular/lmmonolt10-regular.eot'); /* IE9 Compat Modes */
  src: url('lmmonolt10-regular/lmmonolt10-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('lmmonolt10-regular/lmmonolt10-regular.woff') format('woff'), /* Modern Browsers */
       url('lmmonolt10-regular/lmmonolt10-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('lmmonolt10-regular/lmmonolt10-regular.svg#ae47d3b5ed9167690ad7e7201a66d0e3') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'LM Oblique';
  src: url('lmmonolt10-oblique/lmmonolt10-oblique.eot'); /* IE9 Compat Modes */
  src: url('lmmonolt10-oblique/lmmonolt10-oblique.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('lmmonolt10-oblique/lmmonolt10-oblique.woff') format('woff'), /* Modern Browsers */
       url('lmmonolt10-oblique/lmmonolt10-oblique.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('lmmonolt10-oblique/lmmonolt10-oblique.svg#4b661f95f1a6697ecf37da48e83ea778') format('svg'); /* Legacy iOS */
       
  font-style:   oblique;
  font-weight:  400;
}




/* =Structure
-------------------------------------------------------------- */

#page, body {
	font-family:'LM Regular';
	font-size: 17px;
	color: white;
	font-weight: normal;
	text-align: left;
	display: block;
	margin-top: -30px;
	margin-bottom: 40px;
	background-color:black;
}

h {	
	font-family:'LM Regular';
	font-size: 17px;
	text-align: left;
	line-height: 1.5em;
	color: white;
	font-weight: normal;
}

h1, h2, h3 {
	font-family:'LM Regular';
	font-size: 17px;
	text-align: left;
	line-height: 1.5em;
	color: white;
	font-weight: normal;
	display: inline-block;
	border-bottom: 1px dashed white;
}

a:link {text-decoration: none; color:white; padding-bottom: 1px; border-bottom: 1px dashed white;}
a:visited {text-decoration: none; color:white; padding-bottom: 1px; border-bottom: 1px dashed white;}
a:hover {text-decoration: none; color: white; padding-bottom: 1px; border-bottom: 1px solid white;} 
a:active {text-decoration: none; color:white; padding-bottom: 1px; border-bottom: 1px solid white;}

#primary {
	font-family:'LM Regular';
	font-size: 17px;
	line-height: 1.5em;
	float: left;
    padding: 80px 0 60px;
    width: 100%;
}
#content {
	border-top:1px solid white;
	font-family: 'LM Regular';
    font-size: 17px;
    width:80%;
    margin: 0 auto 90px;
    max-width: 2200px;
    min-width: 600px;
}



#main .widget-area {
	font-family: "Arial";
    font-size: 25px;
    letter-spacing:1px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
    float: left;
    position: fixed;
	margin: 0 auto;
    top: 50%;
    bottom: 50%;
    right: -200px;
}

#main .widget-area a {
	
	border-bottom: 0px;
	padding-bottom: 2px !important;
}

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

.post {
	border-bottom: 1px solid white;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
}

.entry-title2 {
	margin-top:30px;
	display: none;
}

.entry-title {
	margin-bottom: -30px;
}

.quote {
	font-size: 13px;
	line-height: 1.5em;
	margin: 30px;
	width: 300px;
}

.quote a {
	border-bottom: 1px dashed white;
}

.quote a:hover{
	border-bottom: 1px solid red;
}

.reference {
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	margin: 30px;
	width: 300px;
}

.reference a {
	border-bottom: 1px dashed white;
}

.reference a:hover{
	border-bottom: 1px solid red;
}

.caption {
	font-size: 13px;
	line-height: 1.5em;
	width: 90%;
	padding-bottom:15px;
}

.caption a {
	border-bottom: 1px dashed white;
}

.caption a:hover{
	border-bottom: 1px solid red;
}

.load { margin: 0 auto; top: 45%;}


/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
    padding-top: 30px;
    width:80%;
    margin: 0 auto 30px;
    max-width: 2200px;
    min-width: 600px;
}

#full-width {
	font-family: 'LM Regular';
    font-size: 17px;
    margin: 0 auto 50px;
    border-bottom: 1px solid white;
    padding: 30px 0;
}



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

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



/* =Header
-------------------------------------------------------------- */

#site-title {
    font-family: "Arial";
    font-size: 25px;
    line-height:1.5em;
    letter-spacing:1px;
    height: 50px;
    margin-right: auto;
    margin-top: 0px;
    position: fixed;
    text-align: center;
    width: 100%;
}

#site-title a {
    border-bottom: none;
}

#site-title a:hover {
    border-bottom: 1px solid white;
}

#site-description {
	display:none;
}

.page-title {
	display: none;
}

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


.menu-item {
	margin-bottom: 0px;
	display: inline;
	margin-right: 60px;
	}
	
.menu-item a {
	border-bottom: none;
	}
	
.menu-item a:hover {
	border-bottom: 1px solid white !important;
	}
	
#main .widget-area a:hover {
	border-bottom: 1px solid white !important;
	}

#access {
    display: none;
}
#menu2 {
	font-family: "Arial";
    font-size: 25px;
    letter-spacing:1px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
    position: fixed;
    margin: 0 auto;
    top: 50%;
    bottom: 50%;
    left: -120px;
}
#access ul {
	font-family: "Arial";
	list-style: none;
}
#access li {
	float: left;
}
#access a {
	border-bottom: none;
}
#access ul ul {
	display: none;
	float: none;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1.5em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}

#menu-in-public-in-print {
	display:none;
}



/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	visibility: hidden;
	font-size: 13px;
}
.entry-meta a:link {
	font-style: italic;
	border-bottom: none;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
	display: none;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
	display: none;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	display: none;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
	display: none;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	visibility:hidden;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	display: none;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	display: none;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
	margin: 30px 0;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
	text-align: center;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: none;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	}
	
/* =Columns
-------------------------------------------------------------- */

	
#column1, #column2 { float:left; width:48%; margin-right:3%; }
#column1 { clear:left; }
#column2 {margin-right: 0px; }

#title_column1 {
	padding: 30px 0px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

#title_column2 {
	padding: 30px 0px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.page-template-public #content {
	border-top: 0px;
}



/* =Images
-------------------------------------------------------------- */



a img {
	border: none;
	border-bottom:none;
}
p img {
	width:100%;
	height:auto; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width:97%;/* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	display: inline;
    float: left;
    height: auto;
    margin-right: 3%;
    margin-bottom: 15px;
    width: 30.3%;
}

img.alignright {
	display: inline;
    float: left;
    height: auto;
    margin-right: 3%;
    margin-bottom: 3%;
    width: 47%;
}

img.aligncenter {
	display: inline;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: auto;
}

.wp-caption {
    font-size: 13px;
    line-height: 1.5em;
    margin-right: 3%;
    max-width: 30.3%;
}
.wp-caption img {
	margin: none;
}
.wp-caption .wp-caption-text {
	margin-top: 10px;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

.hover_caption {
background-image: url(hover_caption_bg.png);
background-repeat: repeat;
/* NOTE: if you're img elements have paddings
or margins you'll need to match them here
to get things lined up properly. */
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 30%;
	font-family:'LM Regular';
	font-size: 17px;
	line-height: 1.5em;
	color: black;
	font-weight: normal;
	border: 1px solid white;
	height: 22px;
	padding: 2px 0 0 2px;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
	
}
textarea {
	width: 70%;
}
#searchsubmit {
	font-family:'LM Regular';
	font-size: 17px;
	line-height: 1.5em;
	color: black;
	background-color: red;
	font-weight: normal;
	border: 1px solid red;
	height: 22px;
	padding-bottom: 1px;
	-moz-border-radius: 3px;
}

a hover:searchsubmit {
	font-family:'LM Regular';
	font-size: 17px;
	line-height: 1.5em;
	color: black;
	background-color: red;
	font-weight: normal;
	border: 1px solid red;
	height: 22px;
	padding-bottom: 1px;
	-moz-border-radius: 3px;
}


/* Class for labelling required form items */
.required {
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	display: none;
}

article.comment {
	display: none;
}
#respond input[type=text] {
	display: none;
	width: 60%;
}
#respond textarea {
	display: none;
	margin: 0 0 1em;
	width: 70%;
}
#respond .form-allowed-tags {
	display: none;
	clear: both;
	width: 70%;
}
#respond .form-allowed-tags code {
	display: none;
}


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

.widget-title {
	display: none;
}

.widget {
	display: block;
	list-style: none;
}

.widget ul {
	display: block;
	list-style: none;
}

.widget-area .widget_search {
	overflow: hidden;
	display: none;
}
.widget-area .widget_search input {
	float: left;
	list-style: none;
}

.page_item {
	list-style-type: none;
    width: 100%;	
}


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

#colophon {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	bottom: 20px;
    font-family: "Arial";
    font-size: 25px;
    height: 40px;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

/* =Home
-------------------------------------------------------------- */

.page-template-home-php #content {
	border-top: none !important;
	margin: 0 !important;
	max-width: 100% !important;
	min-width: 100% !important;
	width: 100% !important;
}

.page-template-home-php #primary {
	padding: 0 !important;
}

.page-template-home-php img {
	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	overflow: hidden;
	width: 120%;
	height: auto;
	z-index: -10;
	position: fixed;
	margin: -130px 0px 0px -10px !important;
	padding: 0px !important;
}

.page-template-home-php img.size-full {
	max-width:101% !important;
	height: 120% !important;
}

li.page_item.page-item-1373 {
	display: none;
}

li.page_item.page-item-1383 {
	display: none;
}


div#wpadminbar {
	display: none;
}

}


/* = Mobile devices
-------------------------------------------------------------- */


html, #page, body, h, h1, h2, h3, #content {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}


@media only screen and (max-width: 800px) {
	
		
#main .widget-area, #site-title, #menu2, #colophon {
	font-size: 20px;
	line-height: 1.5em;
}
	
#main .widget-area {
	-moz-transform: rotate(0deg)!important;
	-webkit-transform: rotate(0deg)!important;
    float: left;
    position: fixed;
	margin: 0;
    right: 0px !important;
}


#menu2 {
	-moz-transform: rotate(0deg) !important;
	-webkit-transform: rotate(0deg) !important; 
    position: fixed;
    margin: 0px !important;
    top: 0px;
    left: 200px;
    display: inline;
}

#access {
	display: none;
}


#main .widget-area {
	-webkit-text-size-adjust: 100%;
	left: 180px;
    top: 0px;
    height: 0px !important;
    width: 300px;
}


#site-title {
	 -webkit-text-size-adjust: 100%;
    position: fixed;
    text-align: left;
    left: 37px;
    top: 20px;
    width: auto !important;
}


#content {
	border-top:1px solid white;
	font-family: 'LM Regular';
    font-size: 17px;
    margin: 100px 30px;
    width: 100%;
    min-width: 600px;
}

#main {
	width: 600px !important;
}

#colophon {
	-moz-transform: rotate(0deg) !important;
	-webkit-transform: rotate(0deg) !important;
    position: fixed;
    text-align: left;
    left: 37px;
    top: 46px;
    width: auto !important;
}

#primary {
    padding: 0px 0px;
    width: 90%;
	min-width: 600px;
}

#menu-in-public-in-print-1.menu {
	margin-top: 20px;
	width: 300px;
	left: 160px;
	position: fixed;
}

.menu-item {
	display: block;
	list-style-type: none;
	width:300px;
	height: 26px;
}

.page-template-home-php img {
	width: 120%;
	height: auto;
	z-index: -10;
	position: fixed;
	margin: -110px 0px 0px -10px !important;
	padding: 0px !important;
}
}


/* = Large sized browser
-------------------------------------------------------------- */


@media only screen and (min-width: 1800px) {


#site-title {
    top: 40px;
}	

body, h , h1, h2, h3, #primary, #content, #full-width, #page {
	font-size: 20px;
	line-height: 1.5em;	
}

#page {
	margin-top: 30px;	
}

#main .widget-area, #site-title, #menu2, #colophon {
	font-size: 30px;
	line-height: 1.5em;
}

.quote, .reference, .caption, .wp-caption  {
	font-size: 15px;
	line-height: 1.5em;
}

div#primary.main {
}

.page-template-home-php img {
	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	overflow: hidden;
	width: 120%;
	height: auto;
	z-index: -10;
	position: fixed;
	margin: -130px 0px 0px -10px !important;
	padding: 0px !important;
}

#primary {
	padding: 90px 0px;
}

}

/* = Extra-large sized browser
-------------------------------------------------------------- */


@media only screen and (min-width: 2200px) {

#site-title {
    top: 40px;
}

body, h , h1, h2, h3, #primary, #content, #full-width, #page {
	font-size: 24px;
	line-height: 1.5em;	
}

#main .widget-area, #site-title, #menu2, #colophon {
	font-size: 34px;
	line-height: 1.5em;
}

.quote, .reference, .caption, .wp-caption  {
	font-size: 17px;
	line-height: 1.5em;
}

div#primary.main {
	margin-top: 0px;
}

.page-template-home-php img {
	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	overflow: hidden;
	width: 120%;
	height: auto;
	z-index: -10;
	position: fixed;
	margin: -130px 0px 0px -10px !important;
	padding: 0px !important;
}

#primary {
	padding: 90px 0px;
}

#page {
	margin-top: 30px;	
}

}