/*   
Theme Name: Yasaka
Theme URI: http://eskapism.se/
Description: The very first Yasaka-theme. Focus on pages and simplicity.
Author: Pär Thernström
Author URI: http://eskapism.se/
Version: 0.1
.
Hey!
.
*/

body {
	font-family: Georgia, serif;
	font-size: 16px;
	background-color: #bfbfbf;
}

a:link {
	color: #002BB8;
}
a:visited {
	color: #7778BF;
	color: #5A3696;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 26px;
	line-height: 1.2;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 16px;
	line-height: 1.2;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .25em;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .25em;
}

p {
	margin: 0 0 1em 0;
}

p.teaser {

}

pre, code, tt {
	font-size: .85em;
	background-color: #e0e0e0;
}

blockquote {
	margin: 1em;
}

.span-header {
	padding-top: 2em;
	padding-bottom: 2em;
	background: white url(./images/header-bg.gif) repeat-x bottom left;
	font-size: 16px;
	line-height: 1;
}

.span-header-inner {
	position: relative;
}

.span-header .site-name,
.span-header .site-description {
}
.span-header .site-name {
	font-style: italic;
}

.span-siteinfo p {
	margin: 0;
}
.span-siteinfo a:link,
.span-siteinfo a:visited,
.span-siteinfo a:hover,
.span-siteinfo a:active {
	text-decoration: none;
	color: #000;
}
.span-siteinfo a:hover {
	text-decoration: underline;
}

.span-search {
	text-align: right;
	margin-top: 2em;
}
.span-search input {
	margin: 0;
}
.span-search .text {
	padding: .5ex;
	width: 150px;
}


div.span-nav-global {
	margin-top: 2em;
	margin-left: -6px;
	font-family: Arial, sans-serif;
}
.span-nav-global ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	xfloat: right;
}
.span-nav-global li {
	float: left;
}
.span-nav-global a {
	display: block;
	padding: 4px 6px;
	margin: 0 .5em 0 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #eee;
}
.span-nav-global a:link,
.span-nav-global a:visited,
.span-nav-global a:hover,
.span-nav-global a:active {
	text-decoration: none;
	color: black;
}


/* röd */
.span-nav-global li.page-item-1468 a:hover
{
	background-color: rgba(175, 0, 23, 0.5);
	color: white;
}
.span-nav-global li.page-item-1468.current_page_item a,
.is-single .span-nav-global li.page-item-1468 a,
.is-home .span-nav-global li.page-item-1468 a
{
	font-weight: bold;
	background-color: rgb(175, 0, 23);
	color: white;
}
.is-single .span-content-main a:link, .is-single .span-content-main a:visited, .is-single .span-content-main a:hover, .is-single .span-content-main a:active,
.is-home .span-content-main a:link, .is-home .span-content-main a:visited, .is-home .span-content-main a:hover, .is-home .span-content-main a:active,
.is-single .span-sidebar a:link, .is-single .span-sidebar a:visited, .is-single .span-sidebar a:hover, .is-single .span-sidebar a:active,
.is-home .span-sidebar a:link, .is-home .span-sidebar a:visited, .is-home .span-sidebar a:hover, .is-home .span-sidebar a:active
{
	color: rgb(231, 51, 227);
	color: rgb(175, 0, 23);
}


/* grön */
.span-nav-global li.page-item-1471 a:hover
 {
	background-color: rgba(0, 128, 0, 0.5);
	color: white;
}
.span-nav-global li.page-item-1471.current_page_item a,
.parent-page-top-1471 .span-nav-global li.page-item-1471 a
 {
	font-weight: bold;
	background-color: rgb(0, 128, 0);
	color: white;
}
.page-1471 .span-content-main a:link, .page-1471 .span-content-main a:visited, .page-1471 .span-content-main a:hover, .page-1471 .span-content-main a:active,
.parent-page-top-1471 .span-content-main a:link, .parent-page-top-1471 .span-content-main a:visited, .parent-page-top-1471 .span-content-main a:hover, .parent-page-top-1471 .span-content-main a:active
{
	color: rgb(0, 128, 0);
}


/* blå */
.span-nav-global li.page-item-1472 a:hover {
	background-color: rgba(25, 185, 231, 0.5);
	background-color: rgba(10, 140, 175, 0.5);
	color: white;
}
.span-nav-global li.page-item-1472.current_page_item a {
	font-weight: bold;
	background-color: rgb(25, 185, 231);
	background-color: rgb(10, 140, 175);
	color: white;
}
.page-1472 .span-content-main a:link, .page-1472 .span-content-main a:visited, .page-1472 .span-content-main a:hover, .page-1472 .span-content-main a:active,
.page-1472 .span-sidebar a:link, .page-1472 .span-sidebar a:visited, .page-1472 .span-sidebar a:hover, .page-1472 .span-sidebar a:active
{
	color: rgb(25, 185, 321);
	color: rgb(10, 140, 175);
}


.span-footer {
	background: white url(./images/footer-bg.gif) repeat-x top left;
	height: 16px;
	margin-bottom: 4em;
}

.span-container-middle {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: white;
}

.post, .page {
	margin-bottom: 4em;
}
.post .meta,
.page .meta
 {
	color: #999;
	font-variant: small-caps;
	text-transform: lowercase;
	line-height: 1.2;
}
.post .comments, .post .date, .post .date-nice,
.page .comments, .page .date, .page .date-nice
{
	xtext-transform: uppercase;
	xfont-variant: small-caps;
	xtext-transform: lowercase;
	xfont-size: .9em;
}
.post h1, .post h2
{
	margin: 0;
}
.page h1, .page h2 {
	margin: 0 0 16px 0;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.wp-caption {
	line-height: 1;
	display: block;
	overflow: auto;
	margin-bottom: 1em;
	font-family: arial, sans-serif;
}
.wp-caption a {
	xfloat: left;
	overflow: auto;
	display: block;
}
.wp-caption img {
	border: 1px solid;
	padding: .5ex;
	margin-right: 1em;
	float: left;
}
.wp-caption-text {
	margin-top: .5em;
	font-style: italic;
	color: #666;
	font-size: 1em;
}

.span-sidebar {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.span-sidebar .widget {
	margin-bottom: 1em;
}

.span-sidebar h2 {
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	/*
	background-color: #008600;
	padding: 4px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: white;
	*/
}
div.span-sidebar .widget h2 a:link, 
div.span-sidebar .widget h2 a:visited,
div.span-sidebar .widget h2 a:hover,  
div.span-sidebar .widget h2 a:active {
	/*color: white;*/
	text-decoration: none;
	color: black;
}
.span-sidebar h2 a:hover {
	text-decoration: underline;
}

.span-sidebar .current_page_item a:link,
.span-sidebar .current_page_item a:visited,
.span-sidebar .current_page_item a:hover,
.span-sidebar .current_page_item a:active  {
text-decoration: none;
font-weight: bold;
color: black;
}

.span-sidebar .current_page_item li a:link,
.span-sidebar .current_page_item li a:visited,
.span-sidebar .current_page_item li a:hover,
.span-sidebar .current_page_item li a:active  {
text-decoration: underline;
font-weight: normal;
}
.simple-section-nav ul {
	list-style-type: none;
	margin: 0;
}
.simple-section-nav ul ul {
	margin: 0 0 .5em 20px;
}

ul, ol {
	margin-bottom: 1em;
	margin-top: 1em;
}
.content li {
	margin-bottom: .5em;
	margin-left: 0;
}

#smart-archives-list ul {
	list-style-type: none;
}
#smart-archives-list li a {
	display: block;
	margin-left: 4em;
	margin-top: -1.5em;
}

#smart-archives-list .post_date {
	color: #999;
	font-variant: small-caps;
}
#smart-archives-list h2 {
	text-transform: capitalize;
}

#commentform {
	line-height: 1;
}
#commentform label {
	display: block;
	xfont-family: Arial, sans-serif;
}
#commentform label small {
	font-weight: normal;
}
#commentform input.text {
	padding: .5ex;
}

ol.commentlist {
list-style-type: none;
margin: 0;
}

ol.commentlist .says {
	display: none;
}


ol.commentlist li.comment {
	margin-bottom: 1em;
}

ol.commentlist li.comment .comment-meta,
ol.commentlist li.comment p
{

}


li.comment ul.children {
list-style-type: none;
margin-top: 1em;
}

ol.commentlist li.depth-2 {
	background-color: #eee;
	padding: 1em;
}

.widget_twitter ul {
	margin: 0;
	list-style-type: none;
}
.widget_twitter li {
	margin-bottom: .5em;
}
.widget_twitter .entry-meta a:link,
.widget_twitter .entry-meta a:visited,
.widget_twitter .entry-meta a:hover,
.widget_twitter .entry-meta a:active {
	color: #999;
	text-decoration: none;
}
.widget_twitter .entry-meta a:hover {
	text-decoration: underline;
}
.widget_twitter .from-meta {
	display: none;
}

.widget_lastfm ul {
	list-style-type: none;
	margin: 0;
}
.widget_lastfm li {
	margin: 0 0 .5em 0;
}

.widget_lastfm .lastfm-timestamp {
	color: #999;
}

.flickrpress-container {
	text-align: left !important;
	line-height: 1;
}
.flickrpress-container a {
	display: block;
}
.flickrpress-container .flickrpress-items div {
	background: none !important;
	background-color: #f5f5f5 !important;
	border: 1px solid #aaa !important;
	margin: 0 10px 10px 0 !important;
	padding: 3px !important;
}

div.span-float-right {
	float: right;
}
div.span-float-left {
	float: left;
}
div.span-margin-left {
	margin-left: 20px;
}
div.span-margin-right {
	margin-right: 20px;
}
div.span-margin-top {
	margin-top: 20px;
}
div.span-margin-bottom {
	margin-bottom: 20px;
}

.margin-top-none {
	margin-top: 0;
}
.margin-bottom-none {
	margin-bottom: 0;
}

.has-js .random-bonny {
	cursor: pointer;
}
.random-bonny .body-part {
	width: 220px;
	overflow: hidden;
}
.random-bonny .body-part img {
	float: left;
}

body .js-required {
	display: none;
}
body .js-inactive {
	display: block;
}

body.has-js .js-inactive {
	display: none;
}
body.has-js .js-required {
	display: block;
}

.search-everything-highlight {
	background-color: #fff249;
	padding: 2px;
}

.clearer {
	clear: both;
}


.front-intro-box {
background: #DEEFD1;
padding: 1em;
}
.front-intro-box p {
margin: 0;
}

.content .syntaxhighlighter code {
	font-size: .85em !important;
}

.navigation {
	clear: both;
	overflow: auto;
}

#profilactic ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#profilactic ul li {
	margin: .5em 0 .5em -30px;
	line-height: 1.5;
}
#profilactic ul li a:link,
#profilactic ul li a:visited
{
	background-position: 5px 7px !important;	
}
#profilactic ul li.profdate {
	border: 0 !important;
	margin-top: 1.5em;
	margin-bottom: .5em;
	margin-left: 0px;
	font-weight: bold;
}
.proftime {
	font-weight: bold;
}