/*
Theme Name: Tizia 1.1.1 (Anniversary Ed.)
Description: Brainscraps.net 10th Anniversary theme. Modified version of Crucial, with modifications from Kind of Business
Author: R_Kasahara
Version: 1.1.1
Modification Start Date: June 28, 2013 (sidebar)
Modification Edit Date: April 11, 2014 (prev/next navigation) - 1.1.0 July 4, 2018

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

/* making html5 less sucky in old browsers */

@import url(http://fonts.googleapis.com/css?family=Ubuntu:700|Josefin+Sans:700);

header, footer, section, aside, nav, article, figure{
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body {
    background: #55AAAA /*url(images/tile.png) repeat*/;
    color: #333;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.6em;
    font-family: "Georgia", Times, Times New Roman, serif;
    }

hr {
    clear: both;
    padding: 0;
    margin: 0;
    border: none;
    visibility: hidden;
    }

.wrapper {
    width: 960px;
    margin: 0 auto;
    }

/* ====== header ====== */
header {
    /* background-color: #C76114; */
   	background: #000000 url("images/header_sbz.png") no-repeat 0px 0px;
	padding: 30px 0 0 0;
  	margin-bottom: 20px;
    }
    
header .wrapper {
 padding-bottom: 20px; 
}

header .title {
    font-family: "Josefin Sans", Ubuntu, Futura, Gill Sans, sans-serif;
    color: #FFFFFF;
    margin: 0 0 20px 10px;
    font-size: 42px;
    font-weight: 300;
    }

header .title a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5) !important;
    outline: 4px solid rgba(0, 0, 0, 0.5) !important;
    }

header .title a:hover {
    color: #FFFFFF;
    }

header .description {
    margin: 0 0 0 10px;
	font-weight: 600;
    font-size: 16px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.5) !important;
    outline: 4px solid rgba(0, 0, 0, 0.5) !important;
    }

/* ====== header nav - needs to be enabled in WP ====== */
.top_nav {
    border-top: 0px;
    background-color: #FFFF00;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    }

.top_nav ul {
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 0;
    list-style: none;
    line-height: 1em;
    font-size: 16px;
    }

.top_nav li {
    display: inline;
    position: relative;
    }

.top_nav li a {
    display: inline-block;
    padding: 10px 10px 9px 10px;
    margin-left: 0;
    font-weight: bold;
    color: #168B06;
    text-decoration: none;
    }

.top_nav li a:hover, .top_nav li:hover a {
    background: #000000 url("images/header_sbz.png") norepeat 0px 0px;
    color: #000000;
    }

ul.sub-menu {
    display: none;
    position: absolute;
    top: 23px;
    left: -1px;
    width: 200px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    }

.top_nav li:hover .sub-menu {
    display: block;
    }

.sub-menu li {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 0;
    }

.top_nav li:hover li {
    background: #000000 url("images/header_sbz.png") norepeat 0px 0px;
    }

.sub-menu li a {
    display: block;
    padding: 8px 10px 0 0;
    /* background-color: #ccc; */
    color: #168B06;
    line-height: 1.4em;
    border-top: 0px;
    border-bottom: 0px;
    }

.sub-menu li a:hover {
    background: #000000 url("images/header_sbz.png") norepeat 0px 0px;
    color: #000000;
    }

/* ====== searchbar beneath topnav - disabled for non-mobile ====== */

.mobilesearchbar {
	display: none;
	}

/* ====== content ====== */
.content {
    width: 660px;
    float: left
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Josefin Sans", Ubuntu, Futura, Gill Sans, sans-serif;
    color: #1F4B07;
    line-height: 1.5em;
    margin: 4px 0 10px 0;
    font-weight: 600;
    border-bottom: 1px dashed #000;
    }

h1 a, h2 a, h3 a, h4 a {
    color: inherit;
    text-decoration: none
    }

li a {
    color: #168B06;
    text-decoration: none
    }

h1 {
    font-size: 34px
    }

h2 {
  font-size: 18px;
}

h3 {
 font-size: 26px; 
}

h4 {
 font-size: 30px; 
}

h4.entrytitle {
  	font-size: 30px;
	margin: 0 0 0 0 !important;
}

h5 {
 font-size: 20px; 
}

h6 {
 font-size: 18px; 
}

/* ====== sidebar ====== */
.sidebar {
    width: 260px;
    float: right;
    background-color: #F0FCFC;
    padding-right: 20px;
    border: 0;
    margin: 0 0 0 0;
    }

.sidebar ul {
    color: #000;
    list-style: none;
	font-size: 14px;
	line-height: 1.4em;
    }

.sidebar a {
    color: #168B06;
    text-decoration: none;
    }

.sidebar a:hover {
    color: #1AAB06;
    text-decoration: none;
    }

/* ====== widgets ====== */
.widget {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
    }

.textwidget {
    font-size: 12px;
    }

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

.time {
    border-bottom: 1px dashed #000;
    margin: 0 0 0 0;
    padding: 2px 0 2px 0;
    color: #000;
    font-size: 14px;
    text-align: right;
    }

/* ====== post ====== */
.post a, #disqus_thread a {
    color: #168B06;
    text-decoration: none;
    }

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

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

.post-meta {
    border-top: 1px dashed #000;
    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: #D43D1A;
    } */

.post h2 time, .post h1 time {
    color: #ccc;
    text-shadow: none;
    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;
    color: #666
    }

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

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

blockquote {
    border: 0;
    background-color: #FFFF00;
    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;
    color: #FFFFFF;
    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;
    background-color: #eee;
    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;
    background-color: #eee;
    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;
    background-color: #ccc
    }

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

tr:hover {
    background-color: #FFF9C6
    }

/* ====== comments ====== */
.commentlist {
    list-style: none;
    padding: 0;
    margin: 0
    }

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

.comment {
    font-size: 13px
    }

.comment .reply {
    text-align: right;
    color: #999
    }

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

.comment-author {
    width: 49%;
    float: left;
    font-weight: bold
    }

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

.comment p {
 clear: both;
 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;
    background: #fff;
    border: 1px solid #ccc;
    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 */
  }

.comment-body:after, .comment-body:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
    }

.comment-body:after {
    border-right-color: #fff;
    border-width: 10px;
    top: 20%;
    margin-top: -10px
    }

.comment-body:before {
    border-right-color: #ccc;
    border-width: 11px;
    top: 20%;
    margin-top: -11px
    }

/* ====== trackback / pingback ====== */
.trackback .comment-author, .pingback .comment-author, .trackback .comment-meta, .pingback .comment-meta {
    display: block;
    width: 100%;
    text-align: left
    }

.trackback p, .pingback p {
    font-size: 12px;
    color: #999;
    line-height: 1.6em
    }

.trackback .comment-body, .pingback .comment-body {
    margin-left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
    }

.trackback .comment-body:before, .pingback .comment-body:before, .trackback .comment-body:after, .pingback .comment-body:after {
    display: none
    }

/* ====== comment form ====== */
#commentform p {
    position: relative;
    font-size: 12px
    }

#commentform label {
    display: inline-block;
    width: 60px;
    margin-right: 20px;
    vertical-align: top;
    color: #666;
    text-align: right
    }

#commentform .required {
    color: red;
    position: absolute;
    top: -2px;
    left: 400px;
    font-size: 18px
    }

#commentform .comment-notes {
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    margin-bottom: 10px
    }

#commentform .comment-notes .required {
    position: relative;
    top: auto;
    left: auto
    }

input#author, input#email, input#url {
    width: 300px
    }

input#author, input#email {
    margin-left: -3px
    }

textarea#comment {
    width: 480px;
    height: 150px
    }

#commentform .form-allowed-tags {
    color: #999;
    line-height: 1.4em;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding: 10px
    }

.form-submit {
    text-align: right
    }

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

.prevnext li {
    display: none;
    width: 48%
    }

.prevnext a {
    color: #666;
    text-decoration: none;
    padding: 5px 45px;
    background-color: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 13px;
    font-weight: bold;
    text-shadow: -2px 0 1px #fff;
    display: inline-block;
    }

.prevnext a:hover {
    color: #000;
    background-color: #fff;
    }

/* ===== PREVNEXT ADDITIONS - from brainscraps ===== */

.oldnavigation {
	display:block;
	text-align:center;
	float: right;
	margin-top:0px;
	margin-bottom:12px;
	background: #F0FCFC;
	width: 640px;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	}

.oldnavigation a {
	color: #168B06;
    	text-decoration: none;
}

.oldnavigation a:hover {
	color: #1AAB06;
    	text-decoration: none;
}

.oldalignleft {
	float: left;
}

.oldalignright {
	float: right;
}

/* ====== footer ====== */
footer {
    background-color: #FFFF00;
    padding: 1px 0px 4px 0px;
    margin: 0 0 0 0;
    clear: both;
    }

footer .wrapper {
    width: 960px;
    margin: 0 0;
    }

footer .widget {
    width: 20%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 0 0 0;
    color: #000000;
    font-size: 12px;
    }

footer .widget h3 {
    color: #000000;
    text-shadow: none;
    font-size: 18px;
    }

footer .widget ul {
    list-style: none;
    }

footer a {
    color: #999;
    }

footer .credits {
    text-align: left;
    padding-top: 0px;
    padding-left: 20px;
    margin-bottom: 2px;
    font-size: 12px;
    color: #000000;
    }

footer .credits a {
    color: #168B06;
    text-decoration: none;
    }
    
footer .credits a:hover {
    color: #1AAB06;
    text-decoration: none;
    }
	
/* ====== MOBILE-SPECIFIC - 1.1.0 additions ====== */

@media screen and (max-width: 800px) {
	.wrapper {
		width: auto;
		max-width: none;
		margin: 0 auto;
	}
	header {
		/* position: fixed; */
		padding: 22px 0 0 0;
  		margin-bottom: 0px;
	}
	header .title {
    	font-size: 32px;
    }
	header .wrapper {
		padding-bottom: 0px;
	}
	header .description {
		display: none;
	}
	.top_nav ul {
    	width: 100%;
	}
	.sidebar {
		display: none;
	}
	.mobilesearchbar {
		width: 100%;
		background: #55AAAA /*url(images/tile.png) repeat*/;
		display: inline-block;
		padding: 0;
    	margin-left: 0px;
    	color: #fff;
		font-weight: bold;
		font-size: 16px;
    	text-decoration: none;	
	}
	ul.mobilelist {
 		line-height: 1em;
		list-style: none;
		margin: 10px 0 10px 0;
	}
	.content {
		width: 100%;
		padding-top: 0px !important;
		float: left;
    }
	.oldnavigation {
		width: 100%;
	}
	.oldalignleft {
		float: left;
		margin-left: 20px;
	}
	.oldalignright {
		float: right;
		margin-right: 20px;
	}
	footer .wrapper {
		width: 100%;
	}
}