@charset "UTF-8";
/*
Theme Name: Triple
Theme URI:
Author: R. Kasahara
Author URI: https://pst3classic.brainscraps.net
Description: Custom-made theme for P.S. Triple Classic.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: triple
Tags: two-column, custom-header, custom-colors, custom-menu, custom-logo, footer-widgets, translation-ready

Loosely based on Tizia, which was based on Crucial and Kind of Business.

Theme Name: Crucial
Description: A friendly purple design for your blog (HTML5 and CSS3!)
Author: Stinkyink
Version: 1.0.4
Tags: purple, gray, two-columns, fixed-width, custom-background, custom-header, custom-colors, editor-style, custom-menu, sticky-post, threaded-comments, right-sidebar
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-------------------------------------------------------
Crucial WordPress Theme, Copyright 2012 Stinkyink.com
Crucial is distributed under the terms of the GNU GPL
-------------------------------------------------------
*/
@import url("http://fonts.googleapis.com/css?family=Lobster|Lato");
@import url('https://fonts.googleapis.com/css?family=Molle:400i');

body {
	background: #2D6D0A url("images/tile.png") top left repeat;
	padding: 0;
	margin: 0;
	border: 0;
	height: auto;
	min-height: 640px;
	width: 100%;
	}
	
#titlebar {
	width: 100px;
	max-width: 100px;
	height: auto;
	vertical-align: top;
	left: 0;
	position: fixed;
	padding-left: 24px;
	padding-top: 30px;
	}
	
#headermenu {
	display: none;
	}
	
#mobilemenu {
	display: none;
	}
	
/* SIDEBAR - MENU TEXT */

#sidemenuleft {
	width: 160px;
	height: 100vh;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	margin-top: 40px;
	vertical-align: text-top;
	top: 0;
	left: 0;
	position: fixed;
	background: url("images/silhouette_l.png") top right no-repeat;
	}
	
#sidemenuright {
	width: 220px;
	height: 100vh;
	padding-top: 28px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-bottom: 0px;
	margin-top: 40px;
	vertical-align: text-top;
	top: 0;
	right: 0;
	position: fixed;
	background: url("images/silhouette_r.png") top left no-repeat;
	}
	
ul {
	list-style-type: none;
	font-family: Lobster, cursive;
	font-size: 24px;
	color: #FDFFA2;
	line-height: 36px;
	vertical-align: top; height:auto !important; /* for collapsible menus */
	text-align: left;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Lobster, cursive;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal !important;
	margin-top: 0;
	vertical-align: top; height:auto !important; /* for collapsible menus */
	text-align: left;
	}
	
.menu a:link {
	color: #FDFFA2;
	text-decoration: none;
	}
	
.menu a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
	}
	
.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.menu a:visited {
	color: #FDFFA2;
	text-decoration: none;
	}
	
/* SIDEBAR - MENUS - COLLAPSIBLE MENUS */

.sidebar ul {
	margin-top: 2px;
	margin-bottom: 0px;
	padding-left: 0;
	}

.sidebar ul li {
	/* original */
	font-family: Lato, sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
	list-style: none;
	text-align: left;
	}
	
.submenu {
	display:none;
	}
	
.show {
	display:none;
	}
	
.hide:target + .show {
	display:inline;
	}
	
.hide:target {
	display:none;
	}
	
.hide:target ~ .submenu {
	display:inline;
	}
	
.sidebar ul li a:link {
	color: #FDFFA2;
	text-decoration: none;
	}
	
.sidebar ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.sidebar ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.sidebar ul li a:visited {
	color: #FDFFA2;
	text-decoration: none;
	}
	
input {
	width: 100px;
	}
	
/* BODY TEXT */

#content {
	background-color: #FDFFA2;
	height: 100%;
	min-height: 100vh;
	width: auto;
	min-width: 200px;
	margin-top: 0px;
	margin-left: 260px;
	margin-bottom: 0px;
	margin-right: 260px;
	padding-top: 12px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	/* font-family: Georgia, Times New Roman, Serif; */
	font-family: Lato, sans-serif;
	/* color: #222222; */
	color: #333333;
	display: block;
	vertical-align: text-top;
	}
	
#content a:link {
	color: #9413B5;
	text-decoration: none;
	}
	
#content a:hover {
	color: #D03183;
	text-decoration: none;
	}
	
#content a:active {
	color: #D03183;
	text-decoration: none;
	}
	
#content a:visited {
	color: #9413B5;
	text-decoration: none;
	}
	
.content-title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
	
.content-body {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	}

.content-prevnext {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	}
	
#welcome {
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-style: italic;
	}
	
/* --- entry-specific --- */

#entrytitle {
	font-family: Lobster, cursive;
	font-size: 24px;
	margin: 0;
	}
	
#entryinfo {
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-style: italic;
	}
	
hr {
	border-width: 2px;
	border-style: dotted;
	margin-top: 24px;
	margin-bottom: 20px;
	}
	
#footerinfo {
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-style: italic;
	}
	
/* ====== widgets ====== */
.widget {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    }

.textwidget {
    font-size: 12px;
    }

.widget-title {
    border-bottom: none;
    }
    
/* ====== time (CUSTOM) ====== */

.time {
    border-bottom: 2px dotted #333;
    margin: 0 0 0 0;
    padding: 2px 0 2px 0;
    color: #000;
    font-size: 14px;
    text-align: right;
    }
	
/* ====== post ====== */
.post a, #disqus_thread a {
    text-decoration: none;
    }

.post a:hover, #disqus_thread a:hover {
    text-decoration: none;
    }

.post, #comments, #respond, #disqus_thread {
    /* padding: 20px; */
    border: 0;
    margin: 0 0 16px 0;
    }
    
.sticky {
  /* go away - we don't like your sort round these parts */
  }    

/* .post-meta {
    border-bottom: 2px dotted #333;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
	color: #000;
	font-size: 12px;
    }

.post-meta p {
    margin: 0 0 0 0
    }

.post-meta strong {
    display: inline-block;
    width: 95px
    }

.post-meta a {
    color: #9413B5;
    } */

.post h2 time, .post h1 time {
    font-size: 0.7em
    }

.post h2 time:before, .post h1 time:before {
    content: "– "
    }

.post img {
    padding: 5px;
    border: 0;
    margin: 0px;
    }
    
.post .attachment img {
 max-width: 570px; 
}

.post img.wp-smiley {
    padding: 0;
    border: none;
    margin: 0
    }

.post .aligncenter {
    margin: 5px auto;
    display: block
    }

.post .alignleft {
    float: left
    }

.post .alignright {
    float: right
    }

.wp-caption {
    font-size: 11px;
    text-align: center;
    border: 0;
    padding: 5px 0;
    margin: 10px;
    max-width: 100%;
    }

.wp-caption img {
    margin: 0;
    padding: 0;
    }

.wp-caption-text {
    margin: 0;
    padding: 0;
    }

.gallery-caption {
 border: 0;
 padding: 5px; 
 font-size: 11px;
}

.size-full {
    max-width: 99%;
    overflow: none;
    }

blockquote {
    border: 0;
    padding: 0 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 0;
    position: relative
    }

blockquote:before, blockquote:after {
    font-size: 62px;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px
    }

blockquote:before {
    content: "“";
    top: 20px;
    left: 10px
    }

blockquote:after {
    content: "”";
    bottom: -15px;
    right: 5px
    }

dt {
    font-weight: bold
    }

dd {
    margin-left: 10px
    }

ul, ol {
    padding-left: 20px
    }

address, pre {
    border: 0;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
    }

del {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5
    }

ins {
    text-decoration: none;
    display: inline-block;
    padding: 0 5px
    }

table {
    font-size: 12px;
    border-spacing: 0;
    border-collapse: collapse;
    -moz-box-shadow: 0 5px 5px #eee;
    -webkit-box-shadow: 0 5px 5px #eee;
    box-shadow: 0 5px 5px #eee;
    margin: 10px 0 20px 0
    }

th, td {
    padding: 3px 8px;
    border: 1px solid #999;
    margin: 0;
    text-align: left
    }

th {
    color: #000;
    }

/* tr:nth-child(odd) {
    background-color: #eee
    } 

tr:hover {
    background-color: #FFF9C6
    } */
	
/* ====== prev / next thingy ====== */
.prevnext {
    /* list-style: none; */
    padding: 0 0 0 0;
    margin: 20px;
    text-align: center
    }

.prevnext li {
    display: none;
    width: 48%
    }
	
/* --- footer --- */

#footer {
	font-family: Lato, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	}
	
/* --- comments (new) --- */

.commentnumber {
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
/* ====== comments ====== */
.commentlist {
    list-style: none;
    padding: 0;
    margin: 0
    }

.commentlist ul {
    list-style: none;
    padding: 0;
    margin: 0
    }

.comment {
    font-size: 13px;
    font-family: Lato, sans-serif;
    }

.comment .reply {
    text-align: right;
    }

.comment .children {
    padding-left: 10px;
    }

.comment-author {
    width: 49%;
    float: left;
    font-weight: bold;
    font-family: Lato, sans-serif;
    }

.comment-meta {
    width: 49%;
    float: right;
    text-align: right;
    }

.comment p {
 padding: 10px 0 0 0; 
}

.comment-author a, .comment-meta a, .comment .reply a {
    color: inherit;
    }

.comment .avatar {
    position: absolute;
    top: 5px;
    left: -80px;
    }

.comment-body {
    margin-left: 80px;
    position: relative;
    color: #333333;
    padding: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
    
.comment-body ul {
 list-style: none;
 padding-left: 30px; 
}

.bypostauthor {
  /* not doing it today */
  }
	
/* --- MOBILE-SPECIFIC --- */

@media screen and (max-width: 960px) {

	#titlebar {
		display: none;
		}
	
	#sidemenuleft {
		display: none;
		}
		
	#sidemenuright {
		display: none;
		}
		
	#headermenu {
		display: block;
		width: 100vw;
		height: 80px;
		background: #2D6D0A url(images/triple_mobile.png) top left no-repeat;
		background-position-x: 26px;
		text-align: left;
		padding-left: 140px;
		color: #FFFFFF;
		font-family: Molle, cursive;
		font-style: italic;
		font-size: 36px;
		color: #FFFFFF;
		position: absolute;
		}
	
	#mobilemenu {
		display: inherit;
		height: 40px;
		font-family: Lobster, cursive;
		font-size: 24px;
		/* padding-left: 40px; */
		color: #FDFFA2;
		/* background-color: #408E07; */
		}
	
	#mobilesearch {
		display: inherit;
		margin-top: -34px;
		margin-left: 212px;
		}
		
	#mobilemenu a:link {
		color: #FDFFA2;
		text-decoration: none;
		}
	
	#mobilemenu a:hover {
		color: #FFFFFF !important;
		text-decoration: none;
		}
	
	#mobilemenu a:active {
		color: #FFFFFF;
		text-decoration: none;
		}
	
	#mobilemenu a:visited {
		color: #FDFFA2;
		text-decoration: none;
		}
		
	#content {
		height: auto;
		margin-left: 0px; /* old 119px; */
		margin-right: 0px;
		padding-top: 90px;
		}
		
	input {
		width: 74px;
		}
    }
    
/* --- PRINT SPECIFIC --- */
	
@media print {

	#titlebar {
		display: none;
		}
	
	#sidemenuleft {
		display: none;
		}
		
	#sidemenuright {
		display: none;
		}
		
	.hide, .show {
		display: none;
		}
	
	#content {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		}
		
	.content-prevnext {
		display: none;
		}
	}
