/*
Theme Name: Untheme two-column
Theme URI: http://itscalledwebdesign.com/2008/11/17/untheme-two-column/
Description: The untheme was designed for either the ultra miniminist or as a starting place for a new WP design.
Version: 0.9
Author: Lloyd Armbrust
Author URI: http://lloydmedia.com/
Tags: custom header, fixed width, two columns, widgets, css

	Untheme two-column
	 http://itscalledwebdesign.com/

	This theme was designed and built by Lloyd Armbrust 
	as a starting place for new blog designs.  Most of 
	the	CSS was found and adapted from the Kubrick 1.5
	theme found at http://binarybonsai.com/kubrick/
	
	You can find Lloyd Armbrust's sandbox at http://itscalledwebdesign.com/
	and his website at http://lloydmedia.com/

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

*/


/***********************
* Style.css            *
***********************/

body {
	font-size: 62.5%; /* What did one em say to another? Who's your daddy?! */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #111;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	/*background-image:url(images/sitebgr8.jpg);
	background-repeat:no-repeat;*/
	background-color:#EFEAE7;
	background-position: center top;
}
#page {
	margin: 0 auto 36px;
	padding: 0;
	text-align:left;
	min-width: 474px;
	max-width: 1004px;
	margin: 0 auto 0px auto;
}

/***********************
	* Typography             *
***********************/

* {
	line-height: 1.5em;
}
body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	font-size:12px;
	color: #111;
}

a:link {
	color: #00b8e6;
	text-decoration:none;
}
a:hover {
	color: #009bc2;
	text-decoration:none;
}
a:active {
	color: #00b8e6;
	text-decoration:none;
}
a:visited {
	color: #00b8e6;
	text-decoration:none;
}

h1, h2, h3, h4 {
	font-family: "runda-1","runda-2",Arial black,"Franklin Gothic",Verdana,sans-serif;
	letter-spacing:-0.01em;
	line-height:1em;
	margin:0 0 0.5em;
}

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

h1 { font-size:3em; font-weight:300;}
h2 { font-size:2.5em; font-weight:700;}
h3 { font-size:1.33em; font-weight:700;}
h4 { font-size:1em; font-weight:700;}

#content h1 a:link, #content h2 a:link, #content h1 a:visited, #content h2 a:visited {
	color:#000;
	text-decoration:none;
	line-height:1.25em;
}
#content h1 a:hover, #content h2 a:hover {
	color: #009bc2;
	border-bottom:#00b8e6 dotted 2px;
	line-height:1.25em;
	}
#nyheter h3 {
	color:#4ba800;
}
#tjanster h3 {
	color:#f87501;
}
#A4skolan h3 {
	color:#36F;
}
#projekt h3 {
	color:#9163af;
}
p {
	margin: 0 0 0.75em 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/***********************
	* Links                *
***********************/

.link {
	color:#00b8e6;
	border-bottom: dotted 1px;
}
.link a:link {
	color:#0098be;
}
.link a:hover {
	color:#009bc2;
}
.link a:active {
	color:#0098be;
}
.link a:visited {
	color:#0098be;
}

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

/***********************
* Header               *
***********************/

.description { color:#FFFFFF; padding:6px 18px 0; display:none;}

#header {
	margin: 0;
	padding: 3px 0 12px;
	height: 78px;
}
#headerimg {
	font-size: 1.2em;
	text-align: left;
	float:left;
	width:108px;
	height:72px;
	margin: 0 0 0 36px;
}

#twitterpippi {
	background-image:url("images/twitterbubbla.png");
	background-position:0 7px;
	background-repeat:no-repeat;
	color:#222;
	float:right;
	height:78px;
	padding:0 0 0 64px;
	width:320px;
}
#twitterpippi a:link {
	color:#00B8E6;
	border-bottom: dotted 1px;
	text-decoration:none;
}
#twitterpippi a:hover {
	color:#009bc2;
}
.related_feedtext {
	line-height:11px;
	list-style-type:none;
	margin: 6px 0 0 -3.8em;
}
#twitter-link {
	border-bottom: dotted 1px;
	color:#00B8E6;
	margin: 0 0 0 -0.5em;
	font-size:0.833em;
	font-weight:bold;
}

/*.payoff { 
background-image:url("images/vi_gor_668.jpg");
background-repeat:no-repeat;
background-position:-46px 0;
height:55px;
margin:0;
padding:140px 9px 9px;
text-align:right;
width:596px;
display: none;
}*/

/***********************
	* Nav bar              *
***********************/

#nav {
	display:none;
}
/*
#nav {
	width: 960px;
	height: 30px;
	padding: 0;
	background-color: #333;
}
#nav ul {
	list-style:  none;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#nav li {
	float: left;
	padding: 0 9px;
}
#nav a {
	display: block;
	font: bold 1.2em Arial, san-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}
#nav a:hover {
	line-height: 30px;
	vertical-align: middle;
	color: #999;
	text-decoration: none !important;
}
*/

.navigation {
	background-image:url(images/pil_rod.png);
	background-repeat:no-repeat;
	background-position:right 7px;
}
.navigation ul {
	float:left;
	margin: 24px 0 0 -2em;
	text-indent: 0px;
}

.navigation li {
	float:left;
	font-family: Arial black, "Franklin Gothic", Verdana, Arial, "Lucida Sans Unicode", sans-serif;
	font-size:1.5em;
	list-style-type:none;
	padding: 0 24px 0 0;
	margin: 0 18px 0 0;
}

.navigation selected {}
.navigation selected a:link {color:#777777;}

/*.avd1 {
	background-image:url(images/pil_gron.png);
	background-repeat:no-repeat;
	background-position:right;
}
.avd2 {
	background-image:url(images/pil_bla.png);
	background-repeat:no-repeat;
	background-position:right;
}
.avd3 {
	background-image:url(images/pil_orange.png);
	background-repeat:no-repeat;
	background-position:right;
}
.avd4 {
	background-image:url(images/pil_lila.png);
	background-repeat:no-repeat;
	background-position:right;
}
.avd5 {
	background-image:url(images/pil_rod.png);
	background-repeat:no-repeat;
	background-position:right;
}*/



/***********************
* Content              *
***********************/

#contentwrap {
	-moz-border-radius:9px 9px 9px 9px;
	-moz-box-shadow:3px 4px 13px black;
	background-color:white;
	background-image:url("images/contentwrapbgr.gif");
	background-position:left center;
	width:100%;
}
 #contentwrap, #sidebar, {
 -moz-box-shadow: 6px 6px 6px #999;
}
#content {
	width: 564px;
	padding:24px 52px;
	float: left;
}

.banner {
	background-color: #0098BE;
    height: 120px;
    margin-bottom: 18px;
    margin-top: 18px;
    width: 580px;
    border-bottom-color: #CCCCCC;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

#section-12 {background-color:#AB1500; padding:6px 3px 6px 9px;}
#section-12 h2 {font-size:2em; color:#FFF; margin-bottom:6px;}

.medarbetare, .contactform_pagesize, .social_bookmark, .comments { 
	background-color:#FBFBFB;
	border:1px solid #E5E5E5;
	margin:0 0 12px 0;
	padding:12px;}
	
.medarbetare { 	margin-right:12px; width: 150px; height: 440px; float:left;}
.medarbetare img {margin: 0 0 6px;}
.wpcf7, .wpcf7 p, .wpcf7 h3 { text-align:left;}
#wpcf7-f9-t1-o1, #wpcf7-f9-p484-o1, #wpcf7-f9-p539-o1, #wpcf7-f9-p534-o1, .widget_tag_cloud {background-color:#333333; border: 2px dotted #777777}
span.wpcf7-form-control-wrap, .wpcf7-validates-as-email, .wpcf7-validates-as-required input, #contactform_widgetsize input {width:190px;}
.social_bookmark h3 {font-size:12px; padding:6px; float:left;}
.widget_tag_cloud {padding:18px;}

#metafakta {
	width: 150px;
	float:right;
}
#metafakta ul { margin:6px 0 0 -2em; }
#metafakta li { width: 144px; margin:0 0 9px 9px; border: solid 1px #F4F4F4; background-color:#FbFbFb; padding: 9px; list-style:none; margin:0 0 9px; }
.post-meta-key { 
	font-family: Arial black, "Franklin Gothic", Verdana, Arial, "Lucida Sans Unicode", sans-serif; 
	display:block; 
	font-size: 1.33em; 
	color:#AB1500;}

.pagetitle {display:none;}

/***********************
	* Narrow Column        *
***********************/

.narrowcolumn {
	padding: 0;
	margin: 0px 0 0;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.narrowcolumn .entry, .widecolumn .entry {
}
/***********************
	* Wide Column          *
***********************/

.widecolumn {
	line-height: 1.6em;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 650px;
}
.widecolumn .entry p {
	font-size: 1.05em;
}
.widecolumn .post {
	margin: 0;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
/***********************
* Sidebar              *
***********************/


#sidebar {
	padding: 18px !important;
	float:left;
	width: 250px;
	background-color: #202020;
	margin: 0 0 0 24px;
	color: #CCC;
}

#sidebar a:link { color: #FFF; text-decoration:none; }
#sidebar a:hover { color: #009bc2; border-bottom: dotted 1px;}
#sidebar a:visited { color: #FFF; text-decoration:none;}
#sidebar a:active { color: #FFF; text-decoration:none;}


.bns-featured-category h2, .widget_tptn_pop h2, .widget_tweetblender h2, .widget_search h2, .widget_text h2, .widget_recent_entries h2 {
	color:#FFF;
	/*background-image:url(images/sidebarh2bgr.gif);
	background-repeat:repeat-x;
	font-size: 1.2em;*/
	font-size: 1.33em;
	margin: 9px 0;
	padding: 2px 0px;
	font-weight: 700;
}

#bns-featured-category-2 {
}

#bns-featured-category-2 h2 {
	color:#1778A3;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	letter-spacing:0.04em;
	text-transform:uppercase;
}


#sidebar form {
	margin: 0;
}
#sidebar ul, #sidebar ul ol {
	margin: 0 0 18px 0;
	padding: 0;
}
.widget_text li, .textwidget {

}

.widget, .mpc_pages_categories {
	/*background-image: url(images/rightcoldivider.png);
	background-repeat:repeat-x;
	background-position:bottom;*/
	border-bottom: 2px dotted #777777;
	margin-bottom:18px;
}

.execphpwidget {
	color:#FFFFFF;
	font-family:georgia,times,times New Roman;
	font-size:1.15em;
	font-style:italic;
	font-weight:bold;
	padding-bottom:12px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul p, #sidebar ul select {
	margin: 6px 0 8px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 9px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin:3px 0 0;
	padding:0 0 6px;
}
mall, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #aaaaaa;
}

.widget_recent_entries ul {}
.widget_recent_entries li {border-bottom:2px dotted #555555;}

.widget_recent_entries a:link {
	color: #FFF;
	text-decoration: none;
}
.widget_recent_entries a:hover {
	color: #009bc2;
	border-bottom: dotted #CCC 1px;
	text-decoration: none;
}
.widget_recent_entries a:visited {
	color: #FFF;
	text-decoration: none;
}
.widget_recent_entries a:actice {
color: #FFF;
text-decoration: none;
}

.bns-featured-category {margin-bottom: 24px; border-bottom:none;}
.bns-featured-category a {
background-image:url("images/link_arrow.gif");
background-position:0 5px;
background-repeat:no-repeat;
padding:0 0 0 12px;
}
.section-widget h2 { color:#666666; font-size:2.5em;}

.section-widget {padding-bottom:18px;}

#section-11 {padding-bottom:0px;}

.widget_recent_entries {
/*border: dotted 2px #777; background-color:#333; padding: 9px 9px 0; margin-bottom: 18px;
*/
}


.widget_recent_entries ul {background-image: none; margin-bottom:0px;}


.mpc_pages_categories a:link {
	color: #FFF;
	text-decoration: none;
}
.mpc_pages_categories a:hover {
	color: #009bc2;
	border-bottom: dotted #CCC 1px;
	text-decoration: none;
}
.mpc_pages_categories a:visited {
	color: #FFF;
	text-decoration: none;
}
.mpc_pages_categories a:active {
	color: #FFF;
	text-decoration: none;
}

.contactPh, .contactMl {
	font-size:1.25em;
	font-weight:bold;
	color:#AAA;
	float:left;
	text-align:center;
}
.contactPh {
	margin: 9px 18px 9px 0;
}
.contactMl {
	margin: 9px 0 9px 18px;
}
.contactPh a:link, .contactMl a:link {
	color:#FFF;
	text-decoration:none;
}
.contactPh a:visited, .contactMl a:visited {
	color:#FFF;
}
.contactPh a:hover, .contactMl a:hover {
	color:#009bc2;
}
.sidebarDivider {
	height: 0px;
	width: 100%;
	padding: 0px;
	margin: 18px 0;
	border-top: #222 1px solid;
	border-bottom: #444 1px solid;
}

#text-3 {padding-bottom:9px;}
.brothersandsisters {
	font-size:1em;
	font-weight:bold;
	color:#aaa;
	float:left;
	text-align:center;
	margin: 9px 9px 18px;
	width:104px;
}
.brothersandsisters a:link {
	color:#aaa;
	text-decoration:none;
}
.brothersandsisters a:visited {
	color:#aaa;
}
.brothersandsisters a:hover {
	color:#009bc2;
}

.widget_tptn_pop li{ 
	border-bottom:2px dotted #555555;
	clear:both;
}

/***********************
	* Blocks               *
***********************/

hr {
	display: none;
}
small {
	font-size: 0.833em;
	line-height: 1.5em;
	color: #BBB;
	margin-bottom:-9px;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
/***********************
	* Alignment            *
***********************/

.alignright {
	float: right;
	margin:6px 0 18px;
}
.alignleft {
	float: left;
	margin:6px 0 18px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {margin:6px 0 9px;}

.center {
	text-align: center;
}

/***********************
	* Lists                *
***********************/
	html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
/***********************
	* Misc                 *
***********************/
	code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
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;
}
/***********************
	* Puffar*
***********************/

.puff {
	border-bottom:2px dotted #cccccc;
	margin:3px 0 0;
	padding:0 0 6px;
}

.wp-post-image {float:right;}

.puff a {color:#000; text-decoration:none;}
.puff a:link {color:#000;}
.puff a:hover {color:#009bc2; border-bottom:2px dotted;}
.puff a:visited {color:#000;}

.puff h2 {color:#000000;
margin:0.5em 0 0.25em;
text-decoration:none;}
.puff h2 a:link {color:#000; text-decoration:none;}
.puff h2 a:hover {color:#009bc2;}
.puff h2 a:visited {color:#000; text-decoration:none;}

.entry {margin-top: 9px;}

a.entry {color:#000; text-decoration:none;}
a.post {color:#000; text-decoration:none;}

.entry a {text-decoration:none;}
.entry a:link {color:#00B8E6;}
.entry a:hover {color:#009bc2; border-bottom:1px dotted;}
.entry a:visited {color:#00B8E6;}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.more-link {color:#00b8e6; font-weight:bold; text-decoration:none; border-bottom:2px dotted;}
.more-link a:link {color:#00b8e6;}
.more-link a:hover {color:#009bc2; border-bottom:2px dotted;}
.more-link a:visited {color:#00b8e6;}


/***********************
	* Post                 *
***********************/
.post {
	clear:both;
	/*background-image:url(images/puffbgr.png);
	background-position:center bottom;
	background-repeat:no-repeat;*/
	margin:3px 0 0;
	padding:0 0 6px;
	border-bottom: 2px dotted #555;
}

.post a {text-decoration:none;}
.post a:link {color:#00B8E6;}
.post a:hover {color:#009bc2; border-bottom: 2px dotted;}
.post a:visited {color:#00B8E6;}

.post hr {
	display: block;
}

.post h2 {line-height: 1.25em; margin-bottom:6px; text-decoration:none;}
.post h2 a {color:#000; text-decoration:none;}
.post h2 a:link {color:#000; text-decoration:none;}
.post h2 a:hover {color:#009bc2; text-decoration:none; border-bottom:2px dotted; }
.post h2 a:visited {color:#000; text-decoration:none;}
.post h2 a:active {color:#000; text-decoration:none;}

.postmetadata {
	/*border-top:2px dotted #CCCCCC;*/
	clear:both;
	font-size:0.833em;
	margin-bottom:0;
	padding-top:6px;
}
.postmetadata a:link {
	color:#0098be;
}
.postmetadata a:hover {
	color:#009bc2;
}
.postmetadata a:active {
	color:#0098be;
}
.postmetadata a:visited {
	color:#0098be;
}

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

.postfeaturedimage .wp-post-image {float:none; margin-bottom:1.5em;}

.alt {
	/*background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;*/
	border-top:2px dotted #EEEEEE;
}

#crp_related {
	border: solid 1px #F4F4F4; 
	background-color:#FbFbFb; 
	padding: 12px; 
	margin: 0 12px 12px 0; 
	}

#crp_related li {color:#00b8e6;}	
#crp_related a.link {color:#0098be; border-bottom: dotted 1px;}
#crp_related a.hover {color:#009bc2; border-bottom: dotted 1px;}
#crp_related a.visited {color:#0098be; }
#crp_related a.active {color:#0098be;}

.addtoany_subscribe {text-align:center; margin: 9px 0;}

/***********************
	* Images               *
***********************/
	a img {
	border: none;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
margin:3px 0 9px 18px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 3px 18px 9px 0;
	display: inline;
}
/***********************
	* Image Captions       *
***********************/

.wp-caption {
	-moz-border-radius:6px 6px 6px 6px;
	background-color:#FFFFFF;
	border:1px solid #F1F1F1;
	margin:9px 0;
	padding-top:9px;
	text-align:center;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	line-height:17px;
	margin:0;
	padding:3px 9px 6px;
}
/***********************
	* Search               *
***********************/
	#searchform {
	margin: 10px auto;
	padding: 0px 3px 18px;
	text-align: center;
	background-image: url(images/searchform_bgr.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

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

#sidebar #searchform #s {
	width: 126px;
	padding: 2px;
	background-color:#999999;
	border-top:1px solid #000;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #000;	
}

#sidebar #searchsubmit {
	padding: 1px;
}

select {
	width: 130px;
}
/***********************
	* Calendar             *
***********************/
	#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar a {
	text-decoration: none;
	display: block;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	text-align: center;
	width: 100%;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
/***********************
* Comments             *
***********************/
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
.commentlist {
	padding: 0;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.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;
	margin: 10px 5px 10px 0;
}
#commentform #submit {
	margin: 0;
	float: right;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}
.alt {
	margin: 0;
	padding: 10px;
}

/***********************
* Footer               *
***********************/
#footer {
	border: none;
	margin: 18px auto;
	width: 1004px;
	clear: both;/*	background-color: #eee;*/
	color:#222;
	/*background-image:url("images/vi_gor_neg.png");
	background-repeat:no-repeat;
	background-position:center top;
	padding:126px 0px 9px;*/
	padding:18px 0px 9px;
	text-align:center;
}

.ns_content_slide {}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
#footer ul {
	list-style:  none;
	margin: 0;
}
#footer li {
	float: left;
	padding: 0 9px;
}
#footer a {
	color: #0098BE;
	font-size: .8 em;
}
#wordpress {
	float: right;
}
#wordpress a {
	display: block;
	background: transparent url(./images/sticker.png) no-repeat top center!important;
	width: 62px;
	height: 62px;
	margin: 10px;
	text-decoration: none;
}
#wordpress a:hover {
	background: transparent url(./images/sticker.png) no-repeat bottom center!important;
}

#post-347 .postfeaturedimage {display:none;}

.spotifyformlatar {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("http://www.a4.se/wp-content/uploads/2011/11/formlatar.png");
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto auto;
	height: 80px;
	padding-bottom: 20px;
	padding-left: 38px;
	padding-right: 10px;
	padding-top: 35px;
}

.spotifyformlatar:hover {
	background:url(http://www.a4.se/wp-content/uploads/2011/11/formlatar_hover.png) no-repeat; 
}

.spotifyformlatar h4 {
	font-size:1.5em;
}


/* 

You got to admit: though overused, Kubrick is pretty clean. 
I just rearranged it to make a more generic starting place for WP designers.

*/

