/*  
Theme Name: Iittalaoutlet
Theme URI: http://oddalice.se/kunder/iittalaoutlet/
Description: Tema f&ouml;r Iittalaoutlet, utvecklat av <a href="http://oddalice.se">Odd Alice</a> p&aring; uppdrag av Iittala.
Version: 1.1
Tags: two-columns, right-sidebar, fixed-width, threaded-comments, sticky-post
Author: Odd Alice
Author URI: http://oddalice.se/
*/

/* =======
	RESET
   ------- */

body, h1, h2, h3, h4, h5, ul#sidebar, ul.widgets, li, ul#sidebar li ul, ol.commentlist, ul.children,
div#submenu-nav ul, div#submenu-nav ol, form, img, table, div#header ul
	{
	margin:0;
	padding:0;
	border: 0;
	}


/* ==============
	TYPE & COLOR
   -------------- */

/* Serif */
textarea#comment, input#author, input#email, input#url, li.widget_description
	{
	font-family: Georgia, "Adobe Garamond", "Times New Roman", serif;
	color: #555;
	}

/* Sans-serifs */
body, ul#sidebar, div#footer, div#header, h2, h3, h4, h5, a.more-link, div.authormeta, div.postmeta, div.commentmeta, 
div.comment-author, div.comment-meta, p.commentloggedin, div.reply, div.cancel-comment-reply, h1.listhead, div.page h1,
div.post ul, div.page ul, div.post ol, div.page ol, div.nav
	{
	font-family: Helvetica, Arial, sans-serif;
	color: #777;
	}

/* Default font size */
div#content, textarea#comment, input#author, input#email, input#url
	{ font-size: 16px; }

/* Medium-small font */
a.more-link, div.comment-body p
	{ font-size: 14px; }

/* Small font */
div#content small, div.postmeta, ul#sidebar, div#footer, p.commentloggedin, div.reply, div.feed, div#submenu-nav
	{ font-size: 12px; }

/* Headers */
div#content h1, div#content h2, div#content h3, div#content h5
	{
	color: #333;
	margin-bottom: 7px;
	}
div#content h1
	{
	margin-bottom: 7px;
	padding-bottom: 14px;
	border: 1px solid #e8e8e8;
	border-width: 0 0 1px 0;
	}
	div#content h1.listhead, div.page h1 { width: 620px; margin: 0 10px 20px 0; padding: 10px 10px 28px 0 !important; font-size: 72px; line-height: 72px; font-weight: bold; letter-spacing: -1px; color: #af0f3c !important; border: 0; overflow: hidden; }
	
div.page h1 { border: 0 !important; padding-bottom: 12px !important; }
	
div#content h2, div.post h1
	{
	font-size: 36px;
	line-height: 44px;
	padding: 0 0 10px 0;
	border: 1px solid #e8e8e8;
	border-width: 0 0 1px 0;
	}
div#content h3
	{
	font-size: 18px;
	line-height: 18px;
	}
div#content h4
	{
	margin-bottom: 7px;
	font-size: 20px; 
	font-weight: bold;
	color: #af0f3c; 
	background:none; 
	}
	div#footer h2 { margin-bottom: 7px; }
div#content h5, ul#sidebar h2, div#footer h2, div.nav
	{
	font-size: 12px;
	}
	ul#sidebar h2 { margin-bottom: 7px; padding-bottom: 5px; border: 1px solid #e8e8e8; border-width: 0 0 1px 0; }

/* common type */
div#content p
	{
	line-height: 24px;
	margin: 0 0 14px 0;
	}
	div.comment-body p { line-height: 18px; margin-bottom: 10px !important; }

/* =======
	LINKS
   ------- */

/* default */
a:link, a:active, a:visited
	{
	color: #333;
	text-decoration: none;
	}
	a:hover { color: #af0f3c; }
	
div.postmeta a {font-weight:bold;}
div#content div.entry a { color: #af0f3c; }
	div#content div.entry a:hover { color: #333; }


h1 a:link, h1 a:active, h1 a:visited
	{
	color: #000;
	padding: 10px 0;
	border: 5px solid #fff;
	border-width: 50px 0 0 0;
	}
	h1 a:hover { text-decoration:none; color: #800; border-top-color: #800; font-style: italic; }

/* dark grey links */
ol.commentlist a:link, ol.commentlist a:active, ol.commentlist a:visited,
div#submenu-nav a:link, div#submenu-nav a:active, div#submenu-nav a:visited
	{
	color: #111;
	text-decoration:underline;
	}
	ol.commentlist a:hover, div#submenu-nav a:hover { color: #800; text-decoration: none; }

/* ========
	LAYOUT
   -------- */

.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

div.widecolumn { width: 640px; }

div.column, ul.column
	{ width: 300px; }	

div#site { width: 100%; float:left; }

div#wrap
	{
	width: 960px;
	margin: 0 auto;
	overflow:hidden;
	}
	div#toplist { position:relative; width: 960px; }
		div#toplist div.feed { float:right; padding: 5px 0; }
			div#toplist div.feed a { padding: 5px; background: #444; color: #fff; }
				div#toplist div.feed a:hover { background: #000; }

div#header
	{
	width: 100%;
	float:left;
	margin: 20px 0 0 0;
	}
	div#header h1 { width: 300px; float: right; }
		div#header h1 img { float: right; }
	div#header ul { width: 620px; float: left; padding-top: 74px;}
		div#header ul li { float: left; list-style: none; padding: 0 10px 0 0; font-size: 24px; line-height: 24px; }
			div#header ul li a { color: #333; }
				a.sub { font-size: 18px !important; color: #666 !important; }
				div#header ul li a:hover, a.sub a:hover, a.active { color: #af0f3c !important; text-decoration: none; }
				

div#submenu-nav
	{
	width:100%;
	float:left;
	border: 1px solid #444;
	border-width: 0 0 1px 1px;
	border-left: 1px dotted #e8e8e8;
	}
	div#submenu-nav ul {}
		div#submenu-nav ul li { list-style: none; float:left; padding: 8px; border: 1px dotted #e8e8e8; border-width: 0 1px 0 0; }

div#blog {
	width: 100%;
	float:left;
	}

div#content { float:left; margin-top: 20px; }
	div.post, div.page, div.attachment { padding: 0 10px 0 0; margin-bottom: 30px; overflow:hidden; }
		
		div.widget_promo { height: 566px; border: 1px solid #ccc; overflow: hidden; }
			div.widget_promo span.vvqbox, div.widget_promo_small span.vvqbox { margin: 0; }
			div.big_promo div.bg { height: 123px; background: #fff; position:relative; bottom: -443px; opacity:0.6; filter:alpha(opacity=70);}
			div.big_promo div.pos { padding: 4px 0 0 16px; position:relative; bottom: -271px; }
			div.big_promo div.puff { float:right; width: 210px; height: 168px; position:relative; background: url(img/boll_cirise.png) no-repeat; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); }	
				
			div.big_promo div.pufftext{ float: right; width: 160px; height: 58px; padding: 55px 14px 0 0; text-align: right; font-size: 30px; line-height: 26px; letter-spacing: 1px; color: #fff; font-weight: bold; overflow: hidden; }
			div.big_promo div.promopris {float: right; width: 160px; height: 58px; padding-right: 16px; text-align: right; font-size: 44px; line-height: 50px; color: #000; font-weight: bold; overflow: hidden; }		
			div.big_promo h1 { width: 400px; height: 48px; padding: 55px 0px 0 0 !important;  border: 0 !important; font-size: 44px; line-height: 44px; color: #111 !important; overflow: hidden; }
			div.big_promo div.entry p {width: 390px; height: 40px; padding-top: 1px; color: #333; line-height: 20px !important; overflow: hidden; }
		
		div.page div.top_img { border: 1px solid #e8e8e8; border-width: 1px; }
		div.postmeta { width:100%; height:1%; float:left; margin-bottom: 10px; border: 1px solid #e8e8e8; border-width: 1px 0 1px 0; background: url(img/info.gif) left no-repeat; }
			div.postmeta p { margin: 0 !important; padding: 10px 10px 10px 32px; line-height: 14px !important; }
			div.postmeta div.share { float: right; width: 120px; padding: 10px; text-align: right; }
		
		body.single div#content div.postmeta, body.page div#content div.postmeta { margin-bottom: 30px; }
		p.attachmentnav { padding-top: 5px; color: #777; font-style:italic; }
			p.attachmentnav a { font-style: normal; }
		div.post div.entry, div.page div.entry { width:100%; float:left; }
	div.sticky { padding: 20px 20px 8px 20px; background: #f8f8f8; border: 1px solid #e8e8e8; border-width: 1px 0; height: 1%; }
	h2#comments { margin: 0 20px 20px 20px; padding-bottom: 10px; border: 1px solid #e8e8e8; border-width: 0 0 1px 0; }
	ol.commentlist {}
		ol.commentlist li { margin: 0 20px 10px 20px; padding: 0; list-style:none; border: 1px solid #e8e8e8; border-width: 0 0 1px 0; }
			ol.commentlist li div.comment-author, ol.commentlist li div.comment-meta { font-size: 12px; line-height: 16px; }
				ol.commentlist li div.comment-author img.avatar { float:left; margin: 0 10px 0 0; }
				div.comment-author cite.fn { font-family: Georgia, "Adobe Garamond", "Times New Roman", serif; font-size: 16px; font-style: normal; font-weight:bold; }
					div.comment-author cite.fn a { text-decoration: none; }
				div.comment-meta { margin-bottom: 10px; }
		ol.commentlist li.even {}
		ol.commentlist li.odd {}
		ol.commentlist li.bypostauthor {}
		ol.commentlist li.pingback { font-size: 12px; color: #777; padding: 0 0 10px 5px; color: #777; }
			ol.commentlist li.pingback a { font-size: 12px; font-weight:normal; }
			ol.commentlist li.pingback p, ol.commentlist li.pingback span, ol.commentlist li.pingback div.comment-meta, ol.commentlist li.pingback div.reply { display:none; }
		div.reply { float:right; display:block; margin: -25px 0 0 0; line-height: 12px; }
			a.comment-reply-link { display:block; float:left; margin-left: 10px; }
		ul.children { margin: 20px 0 20px 20px; }
			ul.children li { margin: 10px 0; padding-left: 10px; border: 1px solid #e8e8e8; border-width: 0 0 0 1px; }
	div#respond { margin: 20px; }
		div#respond h3 {}
		table.commenttable { border:0; padding: 0; }
		table.commenttable tr td { font-size: 12px; line-height: 12px; text-transform: uppercase;  }
		form#commentform {}
			input#author, input#email, input#url { margin-bottom: 5px; padding: 2px; width: 250px; font-style: italic; }
			textarea#comment { width: 556px; height: 150px; padding: 10px; font-style: italic; }
			input#submit { float:right; margin-bottom: 20px; }
	div.nav { float:left; display:block; padding-bottom: 10px; }
		div.commentnav div.left, div.commentnav div.right { padding: 0 20px 20px 20px; }
	div.entry ul li ul.children { margin: 10px 20px; }
		div.entry ul li ul.children li { margin: 0 0 5px 0; padding-left: 0; border: 0; }

ul#sidebar
	{	
	float:right;
	margin-top: 20px;
	}
	ul#sidebar ul.children { margin: 5px 0 0 0;}
		ul#sidebar ul.children li { border: 0;}
	ul#sidebar li {  list-style: none; margin: 0 0 20px 0; border: 1px solid #ccc; }
	ul#sidebar li ul { /* float: left;  margin-left: 10px; */}
			ul#sidebar li ul li { margin-bottom: 5px; border:0; }
				ul#sidebar li ul li ul { margin: 5px 0 0 10px; }
	li.widget { float: left; width: 298px; font-size: 14px;  }
		div.textwidget { padding: 0 10px; }
	
	li#tag_cloud {}
		li#tag_cloud a { padding: 0 2px; }
	ul#sidebar li.categories {}
	ul#sidebar h2 { color: #af0f3c; margin: 10px 10px 0 9px; border:0; font-size: 14px; line-height: 14px; }
	ul#sidebar h3 { margin-top: 4px; font-size: 14px; line-height: 14px; color: #333; }
	
	li.widget_search { background: #e8e8e8; padding-bottom:10px;}
		li.widget_search h2 { float:left; margin: 13px 0 0 10px !important;  }
		li.widget_search input.keyword { float:left; width: 200px;  padding: 2px 3px; margin: 10px 0 0 10px; font-size: 12px; }
		li.widget_search input.button { float:right; border:0; width:20px; height:14px; background:url(img/searchicon.png) no-repeat; float:right; margin: 13px 10px 0 0; }
	
	div.widget_promo_small { height: 130px; overflow: hidden; }
		div.small_promo div.bg { height: 33px; background: #fff; position:relative; bottom: -97px; opacity:0.6; filter:alpha(opacity=60); }
		div.small_promo div.pos { position:relative; bottom: -23px; }
			
		div.small_promo div.puff { float:left; width: 115px; height: 74px; background: url(img/boll_orange.png) no-repeat; }		
		div.small_promo div.pufftext{ float: left; width: 100px; height: 58px; padding: 28px 14px 0 10px; text-align: left; font-size: 16px; line-height: 20px; letter-spacing: 0; color: #fff; font-weight: bold; overflow: hidden; }
		
		div.small_promo div.entry { float:right; }
			div.small_promo div.entry p { float:right; width: 170px; height: 20px; margin: 0; padding-top: 49px; color: #333; line-height: 20px !important; overflow: hidden; }

	
		div.small_promo div.ie6_bg { height: 33px; background: #fff; position:relative; bottom: -97px; opacity:0.6; filter:alpha(opacity=60); }
		div.small_promo div.ie6_pos { position:relative; /* bottom: -43px; */ top:23px; float:left; }
		div.small_promo div.ie6_puff { float:left; width: 115px; height: 74px; background: url(img/boll_orange.png) no-repeat; }		
		div.small_promo div.ie6_pufftext{ float: left; width: 100px; height: 58px; padding: 28px 14px 0 0; margin-left: 5px; text-align: left; font-size: 16px; line-height: 20px; letter-spacing: 0; color: #fff; font-weight: bold; overflow: hidden; }
		
		div.small_promo div.ie6_entry { float:right; }
			div.small_promo div.ie6_entry p { float:right; width: 170px; height: 20px; margin: 0; padding-top: 49px; color: #333; line-height: 20px !important; overflow: hidden; }
	
	li.widget_list_posts { height: 196px; background: url(img/bg_sidebar_gradient.png) top repeat-x; }
		li.widget_list_posts ul { margin: 8px 0 0 10px !important; }
			li.widget_list_posts ul li { border:0 !important; margin-bottom:8px !important; }
				li.widget_list_posts ul li span { color: #333; font-weight: bold; }
				li.widget_list_posts ul div { width: 276px; height: 16px;  overflow: hidden; }
				li.widget_list_posts ul li a { font-size: 14px; color: #666; }
				li.widget_list_posts ul li a:hover { color: #af0f3c; }
	li.widget_description { margin-top: 8px !important; border: 0 !important; font-size: 14px; line-height: 18px; background: url(img/bg_description.gif) no-repeat; }
		li.widget_description p { margin: 0 0 5px 41px;}
	li.widget_tags { background: url(img/bg_sidebar_gradient.png) top repeat-x; padding-bottom: 10px; }
		li.widget_tags div { margin: 0 8px 0 10px; }
			li.widget_tags h2 { padding-bottom: 15px !important; }
			li.widget_tags a { padding: 10px 5px 0 0px !important; }
	li.widget_archives{ float:left; padding:10px 0 10px 0; background: url(img/bg_archives.gif); }
			li.widget_archives ul.outlets { float: left; width: 140px;}
				li.widget_archives ul.outlets li { border: 0 !important; margin: 0 0 5px 10px !important; font-size: 14px; line-height: 14px; }
			li.widget_archives ul.archive { float: right; width: 140px;}
				li.widget_archives ul.archive li { border: 0 !important; margin: 0 0 5px 0 !important; padding-left: 4px; font-size: 14px; line-height: 14px; }
					li.title h2 { margin: 0 !important; }
	li.widget_rss { float: left; background: #e8e8e8; }
	li.widget_rss div { padding: 10px; font-size: 12px; line-height: 16px; }
		li.widget_rss a:hover { color:#333; }
		li.widget_rss img{ float:right; padding-left: 20px; }
	li.widget_lists, li.widget_text { background: url(img/bg_sidebar_gradient.png) top repeat-x; }
		li.widget_lists h2, li.widget_text h2 { padding-bottom: 15px !important; }
		li.widget_lists li { border: 0 !important; margin: 0 0 5px 10px !important; font-size: 14px; line-height: 14px;  }	
			li.page_item ul li { margin-top:4px !important; }
	li.widget_text ul.butiksinfo li { border: 0 !important; font-size: 14px; line-height: 14px; }
		li.widget_text span { float: right; }
		li.widget_text div.googlemaps { float: left; margin: 8px 0 0 -10px; padding-bottom: 10px; }
		li.widget_text li.rssfeed { height: 18px; padding-left: 20px; background: url(img/rss_14.gif) no-repeat; }
	
	li.Job_PostWidgets { float: left; background: #e8e8e8; }	
		li.Job_PostWidgets div h2 { margin-right: 10px; color: #222 !important; }			
		li.Job_PostWidgets p { margin:5px 10px 0 10px; font-size: 12px; /* color: #555; */ line-height: 18px; }		
			li.Job_PostWidgets p.more-link { text-align: right; margin: 7px 10px 10px 10px; padding-top: 5px; border: 1px solid #bfbfbf; border-width: 1px 0 0 0; }
			li.Job_PostWidgets a { font-size: 12px; color: #af0f3c;}		
			li.Job_PostWidgets a:hover { color: #111; }		
	/* Facebook widget */
	li#text-4 { border: 0 !important; background: none; }	
	li#text-4 div.textwidget { padding: 0;  }
	
	/* Twingly widget */
	li#text-5 { border: 0 !important; }	
	li#text-5 div.textwidget { padding: 0; }
	div.twingly_widget { float: left; }
	span.twingly_item_websitename { float:none !important; width: 180px; overflow: hidden !important; }
	div.twingly_get_widget { float: left; width: 100%; } 

	/* Twitter widget */
	li#text-6 { border: 0 !important; }	
	li#text-6 div.textwidget { padding: 0; }
	
		
div#footer
	{
	width: 958px;
	float:left;
	clear:both;
	padding:0;
	margin-bottom: 30px !important;
	border: 1px solid #ccc;
	}
	div.ie7 { margin-top: 20px; }
	div#footer ul { padding: 0; margin: 0 0 0 10px; }
		div#footer ul li { list-style: none; margin: 20px 10px 0 0; float:left; }
			li.footer_text { width: 298px; float:right !important; margin-top: 10px !important; line-height: 12px; color: #af0f3c; text-align: right; padding-bottom: 10px; }
				li.footer_text img { float:right !important; margin-left: 5px; }


/* ===================
	ELEMENTS & DESIGN
   ------------------- */

p.right { text-align:right; }
p.center { text-align:center; }
p.admin { color: #aaa; font-size: 12px; }
p.nocomments { padding: 0 20px; font-style: italic; color: #777; }

div#content embed, .embedded { text-align:center; margin: 0 0 14px 0; } /* for movies */

div.post ul li, div.page ul li, div.post ol li, div.page ol li { margin-bottom: 5px; color: #333; }

blockquote { margin: 0 0 14px 20px; padding: 0 15px; border: 1px solid #e8e8e8; border-width: 0 0 0 1px; color: #777; font-style: italic; }
	blockquote.pullquote { width: 220px; padding: 5px 0; border: 0; font-size: 18px; line-height: 150%; }
		blockquote.pullquote p { margin-bottom: 0; }
ol.commentlist li blockquote { border: 0; padding:0; }

/* Images and aligns */
.alignleft, blockquote.alignleft { float:left; margin: 0 15px 15px 0; }
.alignright, blockquote.alignright { float:right; margin: 0 0 15px 15px; }
.frame { padding: 5px; border: 1px solid #e8e8e8; }
.wp-caption { margin-bottom: 14px; padding: 10px 7px; border: 1px solid #e8e8e8; font-size: 12px; color: #777; font-style: italic; text-align:center; }
p.wp-caption-text { margin:10px 0 0 0 !important; padding:0; line-height: 14px !important; }

div.gallery { margin-bottom: 14px; }
	dl.gallery-item {}
		dt.gallery-icon {}
			img.attachment-thumbnail { border:0; }
		dd.gallery-caption { margin-top: 8px; font-size: 12px; color: #777; font-style: italic; }

/* Quick color fixes */
div.postmeta { color: #777; }
div.entry span, div.entry p span { color: #af0f3c; background:none; font-size: 20px; font-weight: bold; }


div#content strong { color: #333; }
