/*
Theme Name: Theme of Dagmar
Theme URI: http://www.houseofdagmar.se/
Description: Theme for House of Dagmar.
Version: 1.0
Author: Orangelab
Author URI: http://www.orangelab.se/
*/

/* Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

/* Begin Typography & Colors */
body {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: .5px;
	font-family: 'Garamond', serif;
	color: #111;
	text-align: left;
	}

#page {
	text-align: left;
	}

#footer, #footer-copyright {
	border: none;
	color: #999;
	font-size: 10px;
	}

#copyright {
	color: #555;
	}

small {
	font-size: 10px;
	}	

h1, h2, h3 {
	font-family: 'Garamond', serif;
	letter-spacing: 2px;
	color: #111;
	}

h1 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	color: #111;
	}

h1 img {
	margin-bottom: 20px;
	}
	
#header h1 {
	margin-left: 20px;
	}

h2, h3 {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	}

#content h2 {
	font-weight: bold;
	}

a {
	color: #a51871;
	text-decoration: none;
	letter-spacing: 1px;
	}

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

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

a:hover {
	text-decoration: underline;
	}
	
.page-navi a {
	font-family:  "Garamond", serif;
	color: #eee;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	}
	
.page-navi a:hover {
	color: #777;
	text-decoration: none;
	}

#today a {
	color: #ccc;
	font-weight: bold;
	text-decoration: underline;
	}
	
p {
	margin-bottom: 15px;
	}
	
.postmetadata {
	margin: 10px 0;
	font-size: 11px;
	color: #666;
	}
	
/* End Typography & Colors */



/* Begin Structure */

body {
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	background: #000;
	}

#page {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background: #000;
	}

#header {
	padding: 10px 20px;
	}

#footer, #footer-copyright {
	width: 860px;
	margin: 0 auto 0 auto;
	clear: both;
	background: #000;
	}

.footer-at-bottom {
	padding-top: 20px;
	}

#footer-space {
	width: 860px;
	height: 40px;
	margin: 0 auto;
	clear: both;
	}

.footer-rows-wrapper {
	width: 660px;
	float: left;
	margin: 0 0 20px 20px;
	}

.footer-rows-wrapper .bar {
	margin: 13px 0;
	height: 1px !important;
	background: #212121;
	padding: 0;
	display: block;
	clear: both;
	}

#copyright {
	clear: both;
	padding: 20px 0;
	}
	
.footer-logotype {
	float: left;
	display: inline;
	padding: 0;
	height: 54px;
	background: #000;
	}

#content-holder {
	width: 860px;
	margin: 0 auto 20px auto;
	background: #fffcef;
	}

#content {
	width: 620px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 0;
	text-align: justify;
	}

#sidebar {
	width: 200px;
	margin-left: 660px;
	padding: 0 0 10px 0;
	}
	
.sidebar-wrapper {
	padding: 0 0 0 30px;
	margin: 0 10px 0 0;
	border-left: 1px solid #ccc;
	}
	
.post {
	margin-bottom: 40px;
	}
	
#respond {
	background: #efefef;
	padding: 20px;
	}
	
.widget {
	padding-bottom: 10px;
	}
	
.page-template-collection-php form {
	width: 820px;
	margin: 30px auto 100px auto;
	}

/* End Structure */



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

.press-archives li {
	list-style-type: none;
	}

.page-navi {
	width: 100%;
	margin: 0;
	}

.page-navi td {
	text-align: center;
	}
	
.page-navi td.first {
	text-align: left;
	}
	
.page-navi td.last {
	text-align: right;
	}

/* End Lists */


/* Begin Form Elements */

input, textarea, select {
	border: 1px solid #999;
	background: #eee;
	padding: 5px;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: .5px;
	font-family: 'Garamond', serif;
	color: #111;
	}
	
#respond input, textarea, select {
	background: #fff;
	}
	
input[type=submit], input[type=button] , #respond input[type=submit], #respond input[type=button] {
	border: 1px solid #111;
	background: #333;
	color: #eee;
	padding: 5px;
	line-height: 1;
	}

/* End Form Elements */



/* Start Comments */

.comment {
	padding: 10px;	
	margin: 0 0 10px 0;
	background: #efefef;
	}
	
.comment-body p {
	padding: 0;
	margin: 0;
	}	

.commentmetadata {
	font-size: 10px;
	}

/* End Comments */
/* Begin buttons */
.pink-button {
	padding: 10px;
	background: #a61773;
	color: #fff;
	text-transform: uppercase;
}
/* End buttons */


/* Start press gallery */

.pressgallery li {
	float: left;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
	}

.wam_wrap {
	clear: both;
	padding-top: 20px;
	}

/* End press gallery */


/* Start stores */

.stores-list td {
	padding: 10px 0;
	text-align: left;
	}

/* End stores */ 
/* Products */
#products h2,
#products h3,
#products p {
	color: #EEEEEE;
}
#products .collection-title {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
#products .collection-title a.collection-link {
	color: #999999;
	font-weight: bold;
}
#products h1 {
	color: #ffffff;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: bold;
}
#products .entry-image {
	float: left;
	padding-right: 30px;
}
#colorbox #cboxTitle, #colorbox #cboxCurrent {
	display: none !important;
}

#cboxOverlay {
	background: #000000 !important;
}

#colorbox #cboxPrevious, #colorbox #cboxNext, #colorbox #cboxClose {
	z-index: 5;
}

#guldknappen {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 9990;
	display: block;
}
