/* header */

.header-icon{
	height: 32px;
}

@font-face{
      font-family: "Sonsie One";
    	src: local("Sonsie One"),
			url('http://wasabiapp.org/wp-content/uploads/sonsieone.woff2'),
     url('http://wasabiapp.org/wp-content/uploads/sonsieone.woff'),
			url('http://wasabiapp.org/wp-content/uploads/sonsieone.ttf');
}

#logo{
	margin: 10px;
}

#logo span.site-name{
	padding-top: 10px;
}

#logo span.site-name a{
	font-family: "Sonsie One", Arial, sans-serif;
	color: #333;
	font-size: 36px;
	font-weight: normal;
	margin: 0;
}
#logo span.site-name a:hover{
	text-decoration: none;
}

#top-widget{
	margin-top: 20px
}
#top-widget > div {
	margin: 0 5px;	
}

.main-nav{
	overflow: hidden;
}

/* content */

#wrapper{
	padding: 0 50px;
}

#wrapper > div > div {
	margin: 20px auto;
}

#content p{
	font-size: 16px;
}

#content ol{
	margin: 15px 0 15px 5px;
}

#content ol li{
	font-size: 16px;
}

h1{
	padding-bottom: 15px;
}

/* homepage */

body.home #wrapper {
	margin: 20px auto;
}

.home h1 {
	display: none;
}

.home h2 {
	margin: 20px auto 50px;
	font-size: 35px;
}

.left-column{
	text-align: center;
}

.left-column p{
	color: #555;
	font-size: 20px;
}

.right-column{
	position: relative;
	cursor: pointer;
}

.right-column .wasabi-img{
	margin-right: -50px;
	padding-left: 5px;
	border-bottom: 1px solid #bbb;
}

.right-column .pline-img{
	margin-right: -50px;
	margin-bottom: -40px;
}

.right-column .play-icon{
	display: block;
	position: absolute;
	top: 40%;
	left: 50%;
	opacity: 0.5;
}

.right-column:hover .play-icon{
	opacity: 1;
}

/* about page */

ul.toc{
	margin: 30px 0;
	font-size: 24px;
	font-weight: bold;
}
ul.toc a:hover{
	text-decoration: none;
}

.fluid-width-video-wrapper{
	padding-top: 60% !important;
}

img.alignnone{
	margin: 0;
}

/* posts */
.post-title a:hover, .post-meta a:hover{
	text-decoration: none;
	color: orange;
}

.author-gravtar{
	margin: 0 5px;
}

#respond{
	background: #fafafa;
}

/* buttons */

a.pl-button{
	cursor: pointer;
	display: inline-block;
	border-radius: 5px;
	white-space: nowrap;
	background-color: #d0d0d0;
	background: -webkit-linear-gradient(#f9f9f9, #d0d0d0);
	background: linear-gradient(#f9f9f9, #d0d0d0);
	border: 1px solid #888;
	font-weight: bold !important;
	font-size: 26px !important;
	text-decoration: none !important;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.9);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	margin-bottom: 20px;
	padding: 10px 20px;
	font: inherit;
}

a.pl-button:hover{
  background-color: #fff;
  background: -webkit-linear-gradient(#fcfcfc, #dcdcdc);
  background: linear-gradient(#fcfcfc, #dcdcdc);
  box-shadow: 0 1px 3px #bbb;
}

a.pl-button:active{
  background-color: #eee;
  background: -webkit-linear-gradient(#dadada, #fafafa);
  background: linear-gradient(#dadada, #fafafa);
}

a.pl-button.orange,
a.pl-button.white{
	color: white;
	text-shadow: 0 -1px 0 #333;
	box-shadow: 0 1px 2px -1px white inset;
}
a.pl-button.orange:hover,
a.pl-button.white:hover{
	box-shadow: 0 1px 3px #bbb;
}

a.pl-button.white{
	background: linear-gradient(#fefefe, #eee);
	padding: 6px 10px;
}

a.pl-button span{ 
	display: inline-block;
	border-radius: 3px;
	margin: 0 2px;
	padding: 7px 8px;
}

a.pl-button.orange{
	background-color: orange;
	background-image: linear-gradient(#FFA500, #D07000);
}
.pl-button.orange:hover{
	background-color: #FFCC00;
	background-image: linear-gradient(#FFCC00, #E29500);
	border-color: #888;
}


/* menu */
.menu-item-has-children::after{
	display: none;
}

ul > li {
	margin-top: 5px;
}

ul > li > ul {
	list-style-type: circle;
}

ul > li > ul > li > ul {
	list-style-type: square;
}

.menu{
	background-color: #e9e9e9
}


/* wider text with default template
body.page-template-default div.col-620{
  width: 80%;
  margin-left: 10%;
} */

/* style blank page (bisse) */
body.page-template-page-blank #header, body.page-template-page-blank #footer,  body.page-template-page-blank div.menu-search, body.page-template-page-blank header#branding, body.page-template-page-blank div#comments{
	display: none;
}

body.page-template-page-blank #container{ 
	min-width: 500px; 
	max-width: 750px;
}