
        html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}




/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
	font:16px/1.6em Georgia, Serif;
	background:url('https://static.blogg.se/themes/pink-fusion/img/body-bg.png');
	
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.6em;
	font-weight:normal;
}

a {
	color:#06c;
	text-decoration:none;
}

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

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

p {
	margin:.5em 0 .75em 0;
}

#header-nav {
	width:100%;
	position:fixed;
	background: #50dcff; /* Old browsers */
	background: -moz-linear-gradient(top, #ff99ff 0%, #cc66cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff99ff), color-stop(100%,#cc66cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff99ff 0%,#cc66cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff99ff 0%,#cc66cc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff99ff 0%,#cc66cc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff99ff', endColorstr='#cc66cc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff99ff 0%,#cc66cc 100%); /* W3C */
	z-index:10000000000000000000;
	
	-moz-box-shadow: 0 8px 10px #000;
	-webkit-box-shadow: 0 8px 10px #000;
	box-shadow: 0 8px 10px #000;
	padding:8px;
}

#header-nav nav {
	margin:0px auto;
	width:980px;
	position:relative;
}

#header-nav nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#header-nav nav ul li {
	display:inline-block;
	padding: 0px 12px;
}

#header-nav nav ul li:nth-child(1) {
	padding-left:0px;
	font-family:Georgia;
}

#header-nav a {
	color:#fff;
}

#header-nav .services {
	list-style:none;
	position:absolute;
	right:10px;
	top:0px;
}

#header-nav .services li {
	display:inline-block;

}

#home_nav {
	text-shadow: 1px 1px 1px #333; /* horizontal-offset vertical-offset 'blur' colour */
	-moz-text-shadow: 1px 1px 1px #333;
	-webkit-text-shadow: 1px 1px 1px #333;
	font-weight:bold;
}

#home_nav:hover {
	text-decoration:none;
}

#header-nav form {
	float:right;
}

#wrapper {
	width:980px;
	margin:0px auto;
	overflow:auto;
	padding-top:40px;
	background:#333;
	background:hsla(0, 100%, 0%, .6);
}

header {

	padding:20px 0 0 0;
	text-align:center;	
}

header h1 {
	font-size:48px;
}

header h2 {
	font-family:Georgia, Serif;
	font-weight:normal;
font-size:1.1em;
	color:#999;
	font-style:italic;
padding:0 40px;
}

header h1 a {
	color:#cc66cc;
	text-decoration:none;
}

header h1 a:hover {
	color:#ff99ff;
	text-decoration:none;
}

#content {
	padding:40px 40px 0 40px;
}

#content h3 {
	font-size:28px;
}

.post, #comment {
	margin:0 0 40px 0;
	border:1em solid #ddd;
	color:#333;
	padding-bottom:15px;
	background:#fff;
	padding:40px;
}

.post:nth-last-child(1) {

}


.post h3 a {
	color:#333;
	text-decoration:none;
}

.post img.thumbnail {
	float:left;
	margin:5px 20px 0 0;
	border:1px solid #dbdbdb;
	padding:6px;
}

.post img.image {
	margin:15px 0;
	max-width:600px;
}


p.meta {
	line-height:1.5em;
	color:#999;
	padding:10px 0;
	font-size:0.9em;
}


#comment_anchor {
	float:right;
}

.post ul {
	list-style-type:disc;
	padding:0 0 0 20px;
	margin:.5em 0 .75em 0;
}

#comment h3:nth-child(1) {
	margin-top:0;
}

#comment fieldset {
	border:1px solid #dbdbdb;
	padding:10px;
}

#comment legend {
	font-weight:bold;
	font-size:18px;
}

#comment dl dt {
	
}

#comment dl dt label {
	font-weight:bold;
}

#comment dl dd {
	margin-bottom:20px;
}

#comment dl dd em {
	margin-left:10px;
	font-size:12px;
	color:#666;
}

#comment h3, #comment h4 {
	margin:.5em 0;
}

#comment .commenttext {
	border-bottom:1px solid #dbdbdb;
	padding:0 0 20px 0;
}

#comment input[type=text], #comment textarea {
	width:340px;
	padding:6px;
	border:1px solid #ccc;
	font-size:14px;
}

#comment textarea {
	height:180px;
}

.formbutton {
	color:#fff;
	padding:8px 16px;
	font-size:14px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	border: solid 1px #7ea02c;
	background: #c9de96; /* Old browsers */
	background: -moz-linear-gradient(top, #c9de96 0%, #8ab66b 44%, #398235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(44%,#8ab66b), color-stop(100%,#398235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%); /* W3C */
}

#side {

}

#form-wrapper {
	margin:0 10px 0 0;
	padding:0;
}

#criteria {
	width:180px;
	border:none;
	padding:5px;
}

#search_btn {
	
}

#side {
	padding:0 40px 40px 40px;
	width:900px;
	overflow:auto;
}

#side section:first-child {
	border-top:1em solid #ddd;
}

#side section {
	background:#fff;
	border-left:1em solid #ddd;
	border-right:1em solid #ddd;
	border-bottom:1px solid #dbdbdb;
	padding:15px;	
}

#side section:nth-last-child(1) {
	margin-right:0px;
	border-bottom:1em solid #ddd;
}

#side section h4 {
	margin:0 0 0.75em 0;
}

#side section ul {
	list-style-type:disc;
	padding:0 0 0 20px;
}

#side section ul li {
	font-size:0.9em;
}

#side section ul.services {
	list-style-type:none;
	padding-left:0px;
}

ul.services li {
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

.rss {
	background-image:url(https://static.blogg.se/themes/pink-fusion/img/icons/social/feed.png);
}

.facebook {
	background-image:url(https://static.blogg.se/themes/pink-fusion/img/icons/social/facebook.png);
}

.twitter {
	background-image:url(https://static.blogg.se/themes/pink-fusion/img/icons/social/twitter.png);
}



footer {
	text-align:center;
	padding:20px;
	font-size:.85em;
}

footer a {
	color:#999;
}

footer a:hover {
	color:#666;
	text-decoration:none;
}


/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

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



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
	body {
		width:292px;
		margin:0px auto;
	}

#header-nav {
/*display:none;*/
margin-left:-15px;
}
	
	#wrapper {
		width:292px;
		margin:0px auto;
		overflow:auto;
padding-top:0px;

	}
	
	#content, #side, #comment {
padding:15px;
		width:262px;
		float:none;
	}

.post {
padding:10px;
margin-bottom:10px;
}
	
	.post img {
		margin:15px 0;
		max-width:292px;
	}
	
	header h1 {
		font-size:24px;
	}

	header h2 {
		font-family:Georgia, Serif;
		font-weight:normal;
		color:#999;
		font-style:italic;
		font-size:14px;
	}
	
	#content h3 {
		font-size:18px;
	}
	
	#comment .commenttext {
		border-bottom:1px solid #dbdbdb;
		padding:0 0 20px 0;
	}

	#comment input[type=text], #comment textarea {
		width:185px;
		padding:6px;
		border:1px solid #ccc;
		font-size:14px;
	}

fieldset {
border:none;
padding:0px;
}

	
	.post iframe {
		max-width:292px;
	}

	#comment textarea {
		height:180px;
	}
	
	
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body {
		width:460px;
		margin:0px auto;
	}
	
	#wrapper {
		width:460px;
		margin:0px auto;
		overflow:auto;
	}
	
	#content, #side {
		width:430px;
		float:none;
	}
	
	.post img.image {
		margin:15px 0;
		max-width:410px;
	}
	
	.post iframe {
		max-width:410px;
	}
	
}