/*--------------------------------------------------------
  Author:   miLLus
  Updated:  August 18th, 2009
  All associated graphics copyright 2009, miLLus
  All rights resevered. Don't re-use without permission.
--------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,th,td,textarea {
	margin: 0;
	padding: 0;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
ul,li {
	list-style: none;
	}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img {
	border: 0;
	}
caption,th {
	text-align: left;
	}
q:before,q:after {
	content: '';
	}
	
	/* F O N T S */

@font-face {
	font-family: "Graublau Web Regular";
	src: url("fonts/grau/GraublauWeb.eot");
	src: local("Graublau Web Regular"), local("GraublauWeb-Regular"),
		url("fonts/grau/GraublauWeb.woff") format("woff"),
		url("fonts/grau/GraublauWeb.otf") format("opentype"),
		url("fonts/grau/GraublauWeb.svg#GraublauWeb-Regular") format("svg");
	}
@font-face {
	font-family: "Graublau Web Bold";
	src: url("fonts/grau/GraublauWebBold.eot");
	src: local("Graublau Web Bold"), local("GraublauWeb-Bold"),
		url("fonts/grau/GraublauWebBold.woff") format("woff"),
		url("fonts/grau/GraublauWebBold.otf") format("opentype"),
		url("fonts/grau/GraublauWebBold.svg#GraublauWeb-Bold") format("svg");
	}
	
	

body {
	margin: 0 20px 0;
	color: #333;
	font-family: Arial, Verdana, san-serif;
	font-size: 62.5%;
	background: #f9f9f9;
	}

/* links */

a { color: #c20; font-weight: bold; text-decoration: none; }
a:hover {  color: #333;}
:focus { outline: 0;} 
#container {
	position: relative;
	width: 950px;
	margin: 5px auto 0;
	background: #f9f9f9 url(images/container_bg.gif) repeat-y;
	}
.top_links {
		position:absolute;
		top:3px;
		left:27px;
		z-index:100;
	}
#header { background: #f9f9f9 url(images/header.gif) no-repeat; margin-bottom: 10px;}
#header h1 a {display: block; height: 170px; overflow:hidden; text-indent: -9999px;}
ul#menu {height:50px; width:650px; background: url(images/meny.gif) no-repeat; margin: 0 0 10px 50px;}
ul#menu li {display:inline; float:left;}
ul#menu li a {display:block; height:50px; text-indent:-9999px;}

ul#menu li a.one {width: 157px;}
ul#menu li a.two {width: 146px;}
ul#menu li a.three {width: 150px;}
ul#menu li a.four {width: 145px;}

ul#menu li a.one:hover {background: url(images/meny.gif) 0 50px;}
ul#menu li a.two:hover {background: url(images/meny.gif) -157px 50px;}
ul#menu li a.three:hover {background: url(images/meny.gif) -303px 50px;}
ul#menu li a.four:hover {background: url(images/meny.gif) -453px 50px;}
#categories {
	width: 604px;
	clear: both;
	background: url(images/tag_bg.gif) repeat-x;
	margin-left: 60px;
}

#categories .left {
	width: 151px;
}

ul.tag_menu {
	float: left;
	list-style: none;
	font: 1em/20px georgia;
	text-transform: uppercase;
	width: 151px;
}

ul.tag_menu li {
	float: left;
}
ul.tag_menu li a {
	display: block;	
	width: 151px;
	height: 20px;
	color: #000;
	letter-spacing: 1px;
	text-indent: 10px;
	background: #f9f9f9;
	font-weight: normal;
}

ul.tag_menu a:hover {
	color: #000;
	background: transparent;
	text-decoration: none;
}
#searchform {
	position: absolute; 
	top: 200px; 
	right: 10px; 
	}
#searchform #s { 
	border: 1px dashed#7E7E7E;
	width: 180px;
	background: #F9F9F9 url("http://www.millus.se/images/headerstripes.gif");
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#searchform #searchsubmit { 
	margin-left: 3px;
	margin-right: 10px;
	width: auto !important;
	padding: 4px 8px !important;
	color: #EEE !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #333;
	cursor: pointer;
	border: 0 !important;
	}

#content {
	width: 650px;
	float: left;
	margin-left: 20px; 
	}
	
.post{
	padding: 20px 0;
	margin-bottom: 10px;
	border-bottom: 2px dashed #ccc;
	}
	


	
.date {
	float: left;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: .8;
	background: #333;
	color: white;
	padding: 10px;
	margin-left: -10px;
	}
	
.date p {
	margin: 0;
	font-size: .6em;
	font-weight: normal;
	
}

.time {
	float: left;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: .8;
	background: white url("http://www.millus.se/images/watchicon.png") 4px 50% no-repeat;
	color: #333;
	padding: 0 10px 0 33px;
	line-height: 31px;
}

.post_body {
	background: transparent;
	font-size: 1.3em;
	line-height:1.5;
	}
	
	
.post_footer {
	clear: both;
	text-align: right;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 100%;
	}
	
h3#comments {
	margin-left: 0;
}
.commentlist {
	font-size: 110%;
	line-height: 1.4;
	}
	
.commentlist li {
	padding-top: 16px;
	border-bottom: 1px dashed #ccc;
	min-height: 73px;
	}

.svar {
	padding-top: 10px;
	margin-left: 230px;
	border-top: 1px dashed #ccc;
	background: url("http://www.millus.se/images/svaravatar.gif") 350px 10px no-repeat ;
	
}
.svar p{
	margin-right: 100px;
	margin-left: 0px;
	color: #666;
	font-size: 90%;
}
	
	
.commentmetadata {
	white-space: nowrap;
	}
.gravatar {
	padding: 2px;
	border: 1px dashed #ccc;
	margin-right: 10px;
	float: left;
}
cite {
	display: block;
	font-size: 120%;
	width: 200px;
	word-wrap: break-word;
}

#respond {
	margin-top: 20px;
	margin-bottom: 10px;
}

#commentform .caption {
	font-size: 10px;
}

#commentform input, #commentform textarea {
	color: #555;
	border: 1px solid #999;
	padding: 5px;
	font-size: 14px;
	margin: 0px;
}

#commentform label {
	font-size: 110%;
	margin-left: 3px;
}


#submit {     width: auto !important;     padding: 3px 8px !important;     border: 0;     color: #eee !important;     -moz-border-radius: 3px;     -webkit-border-radius: 3px;     background: #333;     cursor: pointer;     border: 0 !important; }


#side {
	width: 230px;
	float: left;
	margin-left: 30px;
	padding-top: 5px;
	}
#side img {
	border: 1px solid black;
	}
#footer {
	clear: both;
	background: url(images/footer-bg.gif) 0px 220px no-repeat;
	padding: 0 290px 0 25px;
	height: 270px;
	}

.footer_main {
	margin 0px;
	height: 30px;
	border-bottom: 1px dashed #ccc;
	}

.footer_side {
	float: left;
	width: 190px;
	margin-left: 0px;
	height: 200px;
	padding: 10px;
}
.footer_middle {
	float: left;
	width: 190px;
	height: 200px;
	padding: 10px;
	border-left: 1px dashed #7e7e7e; 
	border-right: 1px dashed #7e7e7e; 
}
	
#footer ul.arkiv {
	margin-bottom: 10px;
	margin-left: 4px;
	width: 59px;
	float: left;
	line-height: 12px;
	color: #888;
}

#footer ul.arkiv a{
	color: #666;
}

.footer_side ul {
	margin-left: 0px;
	margin-top: 3px;

}

#footer h5 { margin-left: 0px; margin-top: 10px; font-size: 110%; text-transform: uppercase; color: #c40; font-family: Verdana, sans-serif; font-weight: bold; }
#footer h6 { margin-left: 0px; margin-top: 10px; font-size: 100%; text-transform: uppercase; color: #666; font-family: Verdana, sans-serif; font-weight: bold; }

.rss {
	display:block;
	width: 160px;
	height: 60px;
	background: url("http://www.millus.se/images/rss.png") 0px 0px no-repeat;
	text-indent: 9999px;
	overflow: hidden;
}
.rss:hover {
	background: url("http://www.millus.se/images/rsshover.png") 0px 0px no-repeat;
}
.blog {
	display:block;
	width: 160px;
	height: 60px;
	background: url("http://www.millus.se/images/blog.png") 0px 0px no-repeat;
	text-indent: 9999px;
	overflow: hidden;
}
.blog:hover {
	background: url("http://www.millus.se/images/bloghover.png") 0px 0px no-repeat;
}
.facebook {
	display:block;
	width: 160px;
	height: 60px;
	background: url("http://www.millus.se/images/face.png") 0px 0px no-repeat;
	text-indent: 9999px;
	overflow: hidden;
}
.facebook:hover {
	background: url("http://www.millus.se/images/facehover.png") 0px 0px no-repeat;
}



h3, h4, h5, h6 {
	margin-left: 230px;
	font-weight: bold;
	}
	

h1 { }
h2 { font-size: 200%; letter-spacing: 0px; line-height: 1.2em; margin: 0 0 0 230px; text-transform: none; font-weight: bold; font-family: 'Graublau Web Bold', arial, sans-serif; text-shadow: #ccc 2px 2px 5px;
}
h3 { font-size: 110%; line-height: 1.3; margin-bottom: 8px; padding: 8px 0; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc;}
h4 { font-size: 110%; text-transform: uppercase; }
h5 { font-size: 100%; text-transform: uppercase; }
h6 { font-size: 83%; text-transform: uppercase; color: #666; font-family: Verdana, sans-serif; }

p { margin: 0 0 16px 230px;}
.post_body ul, .post_body ol { margin: 0 0 16px 230px; }
.by { margin: 0 0 10px 230px; text-transform: uppercase; font-size: 80%; }
.post_body img {
	margin-top: 5px;
	}
p img { margin: 0 0 10px;}
.dropcap {
	font-size: 300%;
	padding: 0.1em 0.1em 0 0;
	font-weight:bold;
	line-height: .8em;
	float: left;
	}
code {
	color: #08c;
	font-family: Monaco, "Andale Mono", "Courier New", monospace;
	font-size: 110%;
	}
	
/* I M A G E S  and  C A P T I O N S */

.pic p, .caption {
	font-size: .8em;
	line-height: 1.3;
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	margin: 2px 0 10px;
	}
.caption.info {
	font-size:100%;
	line-height: 1.7;
	color: #666;
	}
blockquote {
	font-family: Georgia, serif;
	color: #c20;
	margin: 7px 0 10px;
	border: 1px dashed #777;
	border-width: 1px 0;
	padding: 10px 0 12px 0;
	}
blockquote p {	
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0px;
	}
q {	
	display: block;
	font: italic 1.1em/1.1 Georgia;
	padding: 12px 20px 0 25px;
	margin: 0 10px 16px 10px;
	color: #555;
	text-indent: 30px;
	background: url(images/q.gif) 0 0 no-repeat;
	}
#side h1,#side h2,#side h3,#side h4,#side h5,#side p {
	margin: 0 0 15px 0;
	}
#side p {
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	font-size: 120%;
	line-height: 1.4;
	border-bottom: 1px dashed #7e7e7e;
	}
#side h5 {
	margin: 0 0 5px 0;
	font-size: 140%;
	}

/* P L A C E M E N T */

.left {float: left; margin-right: 20px;}
.right {float: right; margin-left: 20px;}
.right.inset {margin: 0 120px 0 20px;} /* img floated right within text */
.left.inset {margin-left: 230px;} /* img floated left within text */
.left_l {margin-right: 0;}
.right_l {margin-left: 0;}
.center {margin: 0 50%;}

/* S I Z E */

.one {width: 100px;}
.two {width: 210px;}
.three {width: 320px;}
.four {width: 430px;}
.five {width: 540px;}
.six {width: 650px;}

/* A D D I T I O N S */

.frame {border: 1px solid #999;}
.solo {margin-bottom: 10px;}
.clear {clear: both;}

/* L I S T O R */
.caption ul.todo {
	margin-left: 0px;	
}

.caption ul.todo li {
	line-height: 110%;
	padding-top: 2px;	
	padding-bottom: 2px;
}

ul.todo li.todo {
	margin-left: 0px;
	margin-bottom: 3px;
	padding: 0px;
	background: none;
}
ul.todo li {
	background: url(http://www.millus.se/images/ko.png) 0 1px no-repeat;
	margin-left: 20px;
	padding-left: 20px;
}
ul.todo li.ok {
	background: url(http://www.millus.se/images/ok.png) 0 1px no-repeat;
}

.caption span {
	background: #555;
	color: #fff;
	padding: 2px 4px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ol.code {
	font: 0.9em monaco, "Courier New", Tahoma;
	padding-left: 15px;
	margin-bottom: 16px;
	margin-right: 30px;
}
.code li {
	margin: 2px 0;
	padding: 0 5px;
	background: #f6f6e3;
}
.code li.t1 {
	padding-left: 4ex;
}
.code li.t2 {
	padding-left: 8ex;
}
.code li.t3 {
	padding-left: 12ex;
}
.code li.t4 {
	padding-left: 16ex;
}
.code li.t5 {
	padding-left: 20ex;
}
.code li.t6 {
	padding-left: 24ex;
}
.code li.t7 {
	padding-left: 28ex;
}
.code li.t8 {
	padding-left: 32ex;
}

.post_body ul.ingredienser {
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #777;
	border-right: 1px dashed #777;
}
.post_body ul.ingredienser li {
		margin-left: 10px;
}

.caption h5 {
	margin: 0;
	color: #c20;
}

.caption p {
	margin: 0;
}

.post_body ul{
	margin-left: 250px;
	margin-top: 3px;

}

.post_body ul li.dot {
	background: url("http://www.millus.se/images/dot2.png") 0px 50% no-repeat;
	padding-left: 15px;
}

.post_body ul li.streck, .footer_side ul li.streck {
	background: url("http://www.millus.se/images/streck2.png") 0px 50% no-repeat;
	padding-left: 15px;
}
.post_body ul li.blank, .footer_side ul li.blank {
	padding-left: 15px;
}

