﻿/*
Theme Name: матрёшка
Theme URI: http://www.matroschka.se
Description: Färglatt och roligt tema med tecknade figurer i havslandskap till matroschka.se
Version: 0.1
Author: Christina Grannas
Author URI: http://www.matroschka.se/
Tags: colorful, blue, fishes, russian, sea, ocean, underwater, fixed width, two columns, 960

*/

.twtr-hd, .twtr-tweet-wrap, .twtr-ft div {
	padding-left: 0 !important;
}

html {
  background: #18b0e2 url('images/background.png') repeat-x;
  padding: 0;
  margin: 0;
}

body {
  /*font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;*/
  font-family: "Times New Roman", serif;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  border: solid 1px #fff;
}

div#main {
  padding-top: 460px;
  background: transparent url('images/landscape.png') no-repeat;
}

a {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  color: #a9eaff;
  text-decoration: none;
  font-size: 90%;
}

h2 a {
font-size: 100%;
}

a:hover {
  color: #fff;
}

div#right_column a, h2 atw {
  font-size: 100%;
}


textarea, input {
  background-color: #58c6ea;
  border: none;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
}

textarea {
  width: 100%;
	font-size: 19px;
	font-family: "Times New Roman", serif;
}

input, label {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

input#submit {
  background-color: #fff;
  color: #58c6ea;
}

p.postmetadata {
  font-size: 90%;
}

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

ol.commentlist li {
  
  margin-left: 0px;
  padding-left: 0px;
}

ol.commentlist li.comment {
  margin-bottom: 20px;
}

p {
  margin-bottom: 0;
  padding-bottom: 20px;
}

cite {
  font-style: normal;
}

/* SPEECH BUBBLES */

div.comment_text,  div.comment_text_tr,  div.comment-author,  div.comment-author-tr {
  background-image: url(images/speech_bubble_left.png);
}


div.comment_text, div.comment_text_tr, div.comment-author, div.comment-author-tr {
  background-repeat: no-repeat;
  background-attachment: scroll;
}

div.comment_text {
  background-position: 0 0;
  padding: 0 0 0 20px;
  margin-bottom: -25px;
}

div.comment_text_tr {
  background-position: 100% 0;
  padding: 10px 20px 0 0;
}

div.comment-author {
  font-size: 80%;
  line-height: 110%;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  background-position: 100% -751px;
  padding-right: 80px;
}

div.comment-author-tr {
  background-position: 0 -751px;
  padding-top: 33px;
}

div.comment-signature {
  margin-top: 7px;
}

ol.commentlist  img.avatar {
  float: left;
  margin-right: 50px;
  margin-left: 5px;
}

/* RIGHT COLUMN */

div#right_column, div#content {
  color: #fff;
}

div#right_column {
  margin-left: 70px;
  margin-top: 20px;
}

div#right_column ul {
  list-style-type: none;
}

div#right_column li {
  margin-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

ul#right_column ul {
  margin: 0 0 25px 0;
}

form#searchform {
  margin-bottom: 10px;
}

/* FOOTER */
div#footer {
  text-align: center;
  padding-top: 100px;
  background: transparent url(images/bottom.png) no-repeat 100% 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* TITLES */

h2 {
  margin-bottom: 25px;
  line-height: 41px;
}

h2, p.date {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -1px;
}

h2 a {
  text-decoration: none;
  color: #fff;
}

p.date {
  color: #a9eaff;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

div#right_column {
  color: #a9eaff;
}

div#right_column, h3 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
div#right_column h3, div#right_column label {
  margin-bottom: 0px;
  color: #fff;
}

/* VAR */

div.post {
  margin-bottom: 50px;
}

abbr {
  cursor: help;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #fff;
	}

p.date abbr {
  border-bottom: none;
}

blockquote {
	margin: 15px 0px 0 0px;
	padding-left: 0px;
	font-style: italic;
	font-weight: bold;
	}

blockquote cite {
	margin: 5px 0 0;
	display: inline;
}


.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 2px solid #fff;
	text-align: center;
	background-color: #A9EAFF;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 18px;
	padding: 3px 4px 5px;
	margin: 0;
	color: #18B0E2;
	font-family: "Helvetica", Arial, sans-serif;
	font-weight: bold;
}

.wp-caption p.wp-caption-text a {
  font-size: 100%;
  color: #fff;
}

.wp-caption p.wp-caption-text a:hover {
  color: #18B0E2;
}
/* End captions */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
