/*
Theme Name: Salta By 
Theme URI: http://www.jarnakommunikation.se
Description: Custom theme for Salta By. By Lukas Mattsson & Emanuel Hallklint at <a href="http://www.jarnakommunikation.se">Jarna Kommunikations</a>. Based om the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Lukas Mattsson
Author URI: http://www.jarnakommunikation.se
Tags: custom theme, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* Tyck till */
@import url("tycktill/tycktill.css");


/* Begin Typography & Colors */
body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: cambria, georgia, Serif;
	background: url(images/body_top.gif) repeat-x #DEEAEE;
	color: #282828;
/*	text-align: center; */
	padding: 0;
	margin: 0;
	}

#page {
	text-align: left;
	}

#header {
	/* background:url(images/saltaby-logo.png) no-repeat; */
	margin: 0 0 0 1px;
	padding: 0;
	height: 110px;
	position: relative;
	left:0;top:0;
}
a#varna {
  position: absolute;
	right: 20px;
	bottom: 0;
}
#headerimg 	{
	margin: 0;
	height: 200px;
	width: 100%;
	}

#content {
	font-size: 1.25em;
	line-height: 1.3em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
}

small {
	font-family: cambria, georgia, Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: cambria, georgia, Serif;
	font-weight: bold;
	color:#0065BD;
	}

h1 {
	font-size: 1.3em; /* 18 px enligt skiss */
	line-height: 1.3em; /* 23 px enligt skiss */
	margin-top: 0;	
	}

h2 {
	font-size: 1.2em;
}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	display: none;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#0065BD;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
/* Text styles */
p.info {
	background: #DFEEF3;
	padding: 10px;
	top: 233px;
}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em cambria, georgia, Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: cambria, georgia, Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em cambria, georgia, Serif;
	margin-left: 260px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	margin: 0px auto;
	padding: 0;
	width: 912px;
	}

.column {
	float: left;
	margin-top: 0;
	padding-top: 0;
}
.left {
	width: 520px;
}
.right {
	line-height:1.5em;
	margin-left: 0px;
	width: 392px;
}
.right h2 {
	margin-left: 24px;
}
.post {
	margin: 5px 0 0 0;
	background: url(images/block-content.png);
	}
.post .top {
	background: url(images/block-top.png) no-repeat;
	height: 36px;
}

.post .entry, /*.post h2, .post h1,*/ .post small, .postmetadata {
	margin: 0 29px 0 29px;
}

H1.posttitle, H2.posttitle{
	margin: 0 29px 0 29px;
}

.postmetadata small {
	margin-left:0px;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}
.post .bottom {
	background: url(images/block-bottom.png) no-repeat bottom left;
	height: 25px;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

h1.pagetitle, h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}
#comments{
	margin-left: 29px;
	margin-top: 20px;
}
/* End Headers */



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

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */

/* pages navigation */
#navigation ul {
	/* margin: 0 34px 0 0; */
	margin: 0;
	padding: 0;
	/* float: right; */
	position: absolute;
	right: 8px;
	top: 0;
}
#navigation ul li {
	display: block;
	float: left;
	border: 1px solid #DDE3E3;
	border-top: none;
	padding: 0px;
	margin: 0 3px 0 0;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}
.menu-item a {
	background: #F2F4EB; 
	
}
.menu-item a:hover { background: #F1F2D9; }
.current_page_item a { background: #F1F2D9; }

/* Gamla färger - Meny med individuella färger
.page-item-2 a { background: #EBF2F4 }
.page-item-4 a { background: #EBF4F1 }
.page-item-5 a { background: #EBF4EE }
.page-item-6 a { background: #F2F4EB }
.page-item-9 a { background: #F4EEEB }
.page-item-12 a { background: #F4EBEF }
.page-item-16 a { background: #ECEBF4 }
*/
#navigation #menu-item-914 {
	display:none;
}
body.logged_in #navigation #menu-item-914 {
	display: block;
}
#navigation li a {
	color: black;
	font-size:13px;
	display:block;
	padding: 8px 6px 5px 6px;
	border: 1px solid #CBD0D0;
	border-top: none;
	-moz-border-radius: 0 0 1px 1px;
	-webkit-border-radius: 0 0 1px 1px;
}
#navigation li a:hover {
	text-decoration:none;
}
#navigation a:focus {
	outline: 1px solid white;
}
#navigation ul ul {
	display: none;
}
/* Begin Form Elements */
#searchform {
	margin: 10px auto 0px 24px;
	padding: 0px 3px 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond {
	margin: 10px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* Sidebar login */
.widget_wp_sidebarlogin form {
	margin: 0 20px 0 20px;
}
.widget_wp_sidebarlogin .avatar_container {
	margin-left: 20px;
}
div.right div.widget_wp_sidebarlogin div.top {
	margin-top:0;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 5px 7px 5px 1px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0px 0 10px 0;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.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: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Right stuff */
div.right div.top {
	margin-top: 5px;
	background:  url("images/right-block-top.png") no-repeat 0px top;
	height: 18px;
}
div.right div.widget {
	background:  url("images/right-block-content.png") repeat-y 0px 27px #F7F5F1; 
	margin: auto;
	font-size: 12px;
}
div.right div.bottom {
	background:  url("images/right-block-bottom.png") no-repeat 0px bottom;
	height: 15px;
}

/* Old right stuff */
div.widget_many {
	background: url(images/right-block-content.png);
	width: 392px;
}
div.widget_many h2 {
	display: none;
}
/* Image at right */
.hslice {
	margin: 0 18px 0 17px;
}
#random_image_wrapper  {
	background:  url("images/right-block-top.png") no-repeat top;
}
#random_image_wrapper img {
	width: 356px;
	padding: 0!important; 
	margin-top:20px;
}
div.right .ngg-widget img {
	border: none;
	margin: 0;
	padding: 0;
}
.hslice h2 {
	display: none;
}

div.widget_many .bottom {
	background: url(images/right-block-bottom.png) no-repeat bottom;
	height: 15px;
}
.widget_archive ul li {
	list-style-type: none;
}
.widget_archive ul {
	margin-left: 24px;
	padding-left: 0px;
}
/* Galley at bottom */
#footer .hslice {
	margin: 0;
}
/* Sideposts, notepaper look */
.right div.widget_sideposts .top, .right div.widget_myRecentPosts .top, .right .widget_recent_entries .top{
	background-image:  url("images/note-top.png");
	height: 27px;
}

div.right div.widget_sideposts, div.right div.widget_myRecentPosts, div.right div.widget_recent_entries {
	margin: 26px auto 0 auto;
	background:  url("images/note-content.png") repeat-y 0px 27px; 
	/* width: 277px; */
}

.right div.widget_sideposts .bottom, .right div.widget_myRecentPosts .bottom, div.right div.widget_recent_entries .bottom {
	background:  url("images/note-bottom2.gif") no-repeat 1px bottom;
	height: 18px;
}
div.widget_sideposts h2, div.widget_myRecentPosts h2, div.widget_recent_entries h2 {
	margin: 6px 10px 10px 24px;
	color: #99AA55;
	font-size: 16px;
	text-transform:uppercase;
}
div.widget_sideposts ul, div.widget_myRecentPosts ul, div.widget_myRecentPosts h3, div.widget_myRecentPosts .awppost,
div.widget_myRecentPosts .awppost_link, div.widget_myRecentPosts .awppost_link_hide, div.widget_recent_entries ul {
	padding:0px 20px 0 25px;
	list-style-type:none;
	font-size: 1.2em;
	line-height: 1.7em;
}

div.widget_sideposts .sideposts_date {
	color: #717171;
	text-transform:uppercase;
}

/* Logo */
#logo {
	float: left;
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Don't left MSIE hacks mess up the RTE */
.mceContentBody {
	text-align:left;
	background: #F5F9FA;
	border: 1px solid #CCDDDE;
}

/* Buttons for nyhetsbrev and login */
div.button {
	background: url(images/big-button.png) no-repeat right top;
	height: 44px;
	margin: 10px 0 0 10px;
	float: left;
	cursor: pointer;
}
div.button div.start,div.button div.symbol,div.button h2{
	float: left;
}
div.button div.start {
	background: url(images/big-button.png) no-repeat left;
	width:5px;
	height: 100%;
}
div.button div.symbol {
	background: url(images/button-icons.png) no-repeat left top;
	margin: 8px 0 0 10px;
	width:30px;
	height: 30px;
}
div.widget_text div.symbol {
	background-position: 0 0px;
	width:22px;
}
div.widget_wp_sidebarlogin div.symbol {
	background-position: 0 -32px;
}
div.button h2 {
	margin: 12px 15px 0 8px;
	font-size: 17px;
	font-weight: normal;
}
div.button div.content {
	display: none;
}
#mc_embed_signup {
	margin: 0px;
}
#simplemodal-data {
	padding: 50px 30px 50px 30px;	
}
.btn {
	color:white;
	background:#99AB43;
	border:none;
	padding:7px;
	font-family: cambria, georgia, Serif;
	font-size:13px;
	}
/* Accordion */
div.accordion h2 {
	cursor: pointer;
}
div.accordion td:first-child {
	width: 80px;
}
div.accordion table {
	display: none;
}
.mceContentBody div.accordion table {
	display:table;
}
/* Lvl 2 meny */
#navigation {
	z-index:5;
}
#navigation li:hover ul {
	display: block;
	position:static;
	right: auto;
	top: auto;
}
#navigation li:hover li {
	float:none;
	margin-right: 0;
	clear:both;
}
/* Filetype icons */
a[href*="google.com"]:before, a[href$=".doc"]:before, a[href$=".pdf"]:before {
    content: " ";
    display: block;
    float: left;
    height: 18px;
    width: 18px;
}
a[href*="docs.google.com"]:before {
    background: url("./images/google_docs_text.png") no-repeat scroll 0 5px transparent;
}
a[href*="spreadsheets.google.com"]:before {
    background: url("./images/google_docs_form.png") no-repeat scroll 0 5px transparent;
}
a[href$=".doc"]:before {
    background: url("./images/t3skin.png") no-repeat scroll -162px -180px transparent;
}
a[href$=".pdf"]:before {
    background: url("./images/t3skin.png") no-repeat scroll -18px -180px transparent;
}
ul.files {
	list-style-type: none;
	padding-left: 0!important;
}
div.video-js-box  {
	margin: 0 0 10px 17px;
	min-width: 356px;
	min-height: 237px;
	position:relative;
	left: 0;
	top: 0;
	z-index: 20;
	background:black;
}
div.video-js-box video {
	min-height: 237px!important;
}
div.video-js-box {
	float: left;
	margin: 0 5px 0 0;
}
.left div.video-js-box:last-child:after {
	clear:both;
}
div.vjs-big-play-button {
	display:none!important;
}
div.thumb.vjs-big-play-button {
	border-width:2px;
	opacity: 0.7;
	height: 40px;
	width: 40px;
	margin: -22px 0 0 -22px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}
div.thumb.vjs-big-play-button span {
	margin: 10px 0 0 12px;
	border-width: 11px 0 11px 22px;
}
div.movies {
	margin: 73px 0 10px 0;
}
div.movie {
	height: 100px;
	width: 117px;
	overflow:hidden;
	margin: 0 0 10px 10px;
	position:relative;left:0;top:0;
}
div.fix_floats {
	clear: both;
}
div.padder {
	padding: 10px;
}
#footer {
	margin: 0 auto;
	padding: 0;
	width: 912px;
}
