/* HTML5 ? Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Alexander Wallin
   ========================================================================== */

/**
 * ------------------------------------
 * Grid
 * ------------------------------------
 */

/* 960 Grid System ~ Core CSS. Learn more ~ http://960.gs/  Licensed under GPL and MIT. */
/* Forces backgrounds to span full width, even if there is horizontal scrolling. Increase this if your layout is wider.  Note: IE6 works fine without this fix. */
body { min-width: 960px; }
/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12 { margin-left: auto; margin-right: auto; width: 960px; }
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12 { display: inline; float: left; margin-left: 10px; margin-right: 10px; }
.push_1, .pull_1,.push_2, .pull_2,.push_3, .pull_3,.push_4, .pull_4,.push_5, .pull_5,.push_6, .pull_6,.push_7, .pull_7,.push_8, .pull_8,.push_9, .pull_9,.push_10, .pull_10,.push_11, .pull_11 { position: relative;}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha { margin-left: 0;}
.omega { margin-right: 0; }
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 { width: 60px;}
.container_12 .grid_2 { width: 140px;}
.container_12 .grid_3 { width: 220px;}
.container_12 .grid_4 { width: 300px;}
.container_12 .grid_5 { width: 380px;}
.container_12 .grid_6 { width: 460px;}
.container_12 .grid_7 { width: 540px;}
.container_12 .grid_8 { width: 620px;}
.container_12 .grid_9 { width: 700px;}
.container_12 .grid_10 { width: 780px;}
.container_12 .grid_11 { width: 860px;}
.container_12 .grid_12 { width: 940px;}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 { padding-left: 80px;}
.container_12 .prefix_2 { padding-left: 160px;}
.container_12 .prefix_3 { padding-left: 240px;}
.container_12 .prefix_4 { padding-left: 320px;}
.container_12 .prefix_5 { padding-left: 400px;}
.container_12 .prefix_6 { padding-left: 480px;}
.container_12 .prefix_7 { padding-left: 560px;}
.container_12 .prefix_8 { padding-left: 640px;}
.container_12 .prefix_9 { padding-left: 720px;}
.container_12 .prefix_10 { padding-left: 800px;}
.container_12 .prefix_11 { padding-left: 880px;}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 { padding-right: 80px;}
.container_12 .suffix_2 { padding-right: 160px;}
.container_12 .suffix_3 { padding-right: 240px;}
.container_12 .suffix_4 { padding-right: 320px;}
.container_12 .suffix_5 { padding-right: 400px;}
.container_12 .suffix_6 { padding-right: 480px;}
.container_12 .suffix_7 { padding-right: 560px;}
.container_12 .suffix_8 { padding-right: 640px;}
.container_12 .suffix_9 { padding-right: 720px;}
.container_12 .suffix_10 { padding-right: 800px;}
.container_12 .suffix_11 { padding-right: 880px;}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 { left: 80px;}
.container_12 .push_2 { left: 160px;}
.container_12 .push_3 { left: 240px;}
.container_12 .push_4 { left: 320px;}
.container_12 .push_5 { left: 400px;}
.container_12 .push_6 { left: 480px;}
.container_12 .push_7 { left: 560px;}
.container_12 .push_8 { left: 640px;}
.container_12 .push_9 { left: 720px;}
.container_12 .push_10 { left: 800px;}
.container_12 .push_11 { left: 880px;}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 { left: -80px;}
.container_12 .pull_2 { left: -160px;}
.container_12 .pull_3 { left: -240px;}
.container_12 .pull_4 { left: -320px;}
.container_12 .pull_5 { left: -400px;}
.container_12 .pull_6 { left: -480px;}
.container_12 .pull_7 { left: -560px;}
.container_12 .pull_8 { left: -640px;}
.container_12 .pull_9 { left: -720px;}
.container_12 .pull_10 { left: -800px;}
.container_12 .pull_11 { left: -880px;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*//* http://sonspring.com/journal/clearing-floats */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after { content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0;}
.clearfix:after,
.container_12:after { clear: both;}
/* The following zoom:1 rule is specifically for IE6 + IE7. Move to separate stylesheet if invalid CSS is a problem. */
.clearfix,
.container_12 { zoom: 1;}



/**
 * ------------------------------------
 * Base styling
 * ------------------------------------
 */

/**
 * --- Typography ---
 */
@font-face {
	font-family: 'UnitedCond';
	src: local('^^'),
		url('UnitedSansCdLt.otf') format('opentype');
}
@font-face {
	font-family: 'UnitedCond';
	font-style: italic;
	font-weight: normal;
	src: local('^^'),
		url('UnitedItalicCdLt.otf') format('opentype');
}
@font-face {
	font-family: 'UnitedCond';
	font-style: italic;
	font-weight: bold;
	src: local('^^'),
		url('UnitedItalicCdHv.otf') format('opentype');
}


/**
 * --- Links and headings ---
 */
a, a:link, a:hover, a:visited, a:active	{ color: #333; text-decoration: none; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; }
a:hover									{ color: #f269c7; }

.page-content p a						{ color: #b468b2; }
.page-content p a:hover									{ color: #f269c7; }

/* Headings */
h1, h2, h3, h4, h5, h6					{ font-family: 'UnitedCond'; font-style: italic; line-height: 1em; }

/* h1 */
h1										{ font-size: 7.7em; letter-spacing: -0.01em; font-style: normal; font-weight: normal; }
h1 a, h1 a:link, h1 a:visited, 
h1 a:active 							{ color: inherit; cursor: default; }
h1 a:hover								{ color: #fff; }

.h2, h2.h2, .page h2					{ margin: 0; font-size: 2.78em; font-weight: normal; line-height: 1em; }
h3										{}
h4										{}
h5										{}
h6										{}


/**
 * --- Lists and tables ---
 */
.no-list								{ margin-left: 0; padding: 0; }	
.no-list li								{ display: block; list-style-type: none; }


/**
 * --- Forms ---
 */



/**
 * ------------------------------------
 * Structure and layout
 * ------------------------------------
 */

* 										{ box-sizing: border-box; }

body 									{ background: #fdfdfd; font: 13px/20px 'UnitedCond'; color: #333; }


/* Block separators */
.separator 								{ display: block; clear: both; position: absolute; left: 0; z-index: 2; width: 100%; height: 10px; background: url('../images/hr-spikes.png') repeat-x; }
.separator-top 							{ top: 100%; margin-top: -10px; background-position: center bottom; }
.separator-bottom 						{ top: 100%; background-position: center top; }


/**
 * --- Header ---
 */
#header									{ position: relative; padding: 12px 0; font-style: italic; text-transform: uppercase; }
#header .container_12 					{ padding: 0 10px; }

#logo									{ float: left; font-size: 2.78em; }
#logo img 								{ float: left; margin-right: 14px; -webkit-transition: -webkit-transform 0.1s ease-in-out; -moz-transition: -moz-transform 0.1s ease-in-out; }
#logo:hover img 						{ -webkit-transform: rotate(-4deg) scale(1.05); -moz-transform: rotate(-4deg) scale(1.05); }
#logo span 								{ float: left; margin-top: 5px; line-height: 54px; }


/* Navigation */
#nav									{ float: right; }
#nav .menu-item 						{ float: left; }
#nav .menu-item a 						{ display: block; /*height: 57px;*/ height: 57px; padding: 0 12px; font-size: 1.85em; line-height: 57px; }


/**
 * --- Content ---
 */

/* Main */
#main									{}

/* Posts and pages */
.page									{ position: relative; }

.page-header 							{ position: relative; padding: 30px 0; }
#main-header							{ background: #b4d979 /*#a7fcff*/ url('../images/pattern-stripes-005.png'); -webkit-transition: background-color 0.1s ease-in-out; -moz-transition: background-color 0.1s ease-in-out; }
#main-header:hover						{ background-color: #b468b2 /*#f269c7*/; }
.page-header .container_12 				{ position: relative; padding: 0 10px; }
h1 										{ margin: 0; text-transform: uppercase; }
#main-header:hover h1 a 				{ color: #fff; }
.slogan 								{ font-size: ;}
.edit-link 								{ position: absolute; right: 30px; bottom: -10px; font-family: 'Helvetica Neue', Arial, sans-serif; text-transform: uppercase; font-size: 0.9em; }
.edit-link a:hover 						{ color: #fff; }

#Var_med_och_bygg 						{ background-image: -webkit-linear-gradient(top, #f8f8f8, #fafafa 200px), -webkit-linear-gradient(bottom, #fff, #fafafa 200px); }
#Var_med_och_bygg .page-header			{ padding: 50px 10px 0; }
#Var_med_och_bygg .page-header h2		{ font-size: 3em; }

#share-buttons 							{ position: absolute; bottom: 0; right: 0; width: 220px; }
.share-button							{ float: right; width: 100px !important; }

.page-content 							{ position: relative; padding: 40px 0; }
#main h2 								{ font-size: 1.85em; text-transform: uppercase; }
.page-content p 						{ font-family: 'Helvetica Neue', Arial, sans-serif; color: #666; text-shadow: 0 1px 0 #fff; }

.grid_8 								{ position: relative; }

/* House */
#house 									{ position: relative; width: 465px; height: 242px; margin: 20px 0 20px -10px; }
.house-wrapper 							{ position: relative; width: 100%; height: 242px; }
.blueprint								{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('../images/cyklopen-blueprint.png') no-repeat left top; }
.blueprint-front 						{ top: auto; bottom: 0; left: -13px; width: 465px; height: 242px; }
.facade 								{ position: absolute; bottom: 1px; left: 13px; right: 0; overflow: hidden; height: 0px; background-size: cover; background-repeat: no-repeat; background-position: left bottom; -webkit-transition: height 2s ease-in-out; -moz-transition: height 2s ease-in-out; }

.milestone 								{ position: absolute; top: 0; left: 0; right: -10px; height: 2px; background: url('../images/line-dashed.png') repeat-x left top; }
.milestone-box 							{ display: block; position: absolute; top: -20px; left: 100%; width: 140px; height: 40px; padding-left: 10px; line-height: 40px; font-size: 2em; font-style: italic;  }
.milestone-amount 						{ }

#max-amount .milestone-box 				{ font-weight: bold; }
#mid-amount 							{ top: 50%; }
#mid-amount .milestone-box 				{ font-size: 1.8em; }
#amount-raised 							{ top: auto; bottom: 0; z-index: 20; -webkit-transition: bottom 2s ease-in-out; -moz-transition: bottom 2s ease-in-out; }
#amount-raised .milestone-box 			{ width: 109px; height: 41px; padding-left: 0; background: url('../images/current-amount-raised.png') no-repeat left top; }
#amount-raised .milestone-amount 		{ display: block; text-align: center; color: #fff; }

/* Boxes */
.styled-box 							{ /*position: absolute; top: 20px; bottom: 50px; right: 0;*/ background: #f9fcf6; box-shadow: 2px 2px 0 #c1c2c1; }
.styled-box h2 							{ padding: 14px 20px 9px; background: /*#b4d979 <- the green from the facade */ #d4ff9d; }
.styled-box .scroll-content 			{ overflow: auto; height: 250px; margin-bottom: 20px; }
.styled-box p 							{ padding: 0 20px; }

/* Donate btn */
.donate-link,
.menu-item-420 							{ display: block; width: 122px; height: 39px; line-height: 40px; background: url('../images/donate-btn.png') no-repeat left top; }
.donate-link 							{ font-size: 24px; font-style: italic; text-transform: uppercase; text-align: center; }
.donate-link:hover,
.menu-item-420 a:hover 					{ color: #111; }
.donate-link.donate-small 				{ width: 84px; height: 27px; line-height: 29px; font-size: 16px; background-position: left bottom; }
.menu-item-420 							{ height: 47px; background-position: 0 7px; }
.menu-item-420 a 							{ margin-left: 9px; }

#Folj_insamlingen .donate-btn 			{ position: absolute; top: 0; right: 168px; }


/**
 * --- Donate (widgets) ---
 */
#donate 								{ padding: 20px 0 40px; }
#donate h2 								{ margin-left: 10px; }

.widget 								{ float: left; width: 220px; margin: 20px 10px 0; margin-top: 20px; background: #fcfaf0; box-shadow: 1px 1px 0 #bebebe; }
.widget h4, .widget h3					{ margin: 0; padding: 12px 20px 9px 20px; background: #fff4c2; font-size: 24px; font-weight: normal; text-transform: uppercase; }
.textwidget 							{ padding: 10px 20px; font-size: 24px; line-height: 1.3em; text-transform: uppercase; }
.widget .donation-meta 							{ font-family: 'Helvetica Neue', Arial, sans-serif; color: #999; text-transform: none; font-size: 0.4em; line-height: 1.5em !important; }
.paypal-donations 						{ margin: 14px 0; text-align: center; }


/**
 * --- Footer ---
 */
#footer									{ padding: 30px 0 60px; background: #f3f3f3 url('../images/pattern-stripes-005.png'); font-family: 'Helvetica Neue', Arial, sans-serif; color: #999; }





/* WordPress helper classes */
.aligncenter 		{ display: block; margin-left: auto; margin-right: auto; }
.alignleft 			{ float: left; }
.alignright 		{ float: right; }
.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-dd 		{ font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
.sticky 			{ background: #f7f7f7; padding: 0 10px 10px; }
.sticky h2 			{ padding-top: 10px; }



/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {
	
}

@media only screen and (min-width: 768px) {
	
}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
