	/*
DETTE RESETTER ALLE FORHÅNDSINSTILLINGER I NETTLESERNE
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* { margin:0; padding:0; border:0; outline:0; }

html { -webkit-font-smoothing: antialiased; }
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border:none; }
a:hover, a:active { outline: none; }
a:focus { -moz-outline-style: none; outline: none!important; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
RESET SLUTT
*/


body{
	font-family:Courier,monospace;
	font-size:11px;
	  font-weight:bold; 
}

a {
	font-weight:bold;
	color:#111111;
}

a:link {color:black} 
a:visited {color:black} 
a:hover {color:black} 
a:active {color:black}

#content {
	width:500px; /* Bredden på spalten alt ligger i */
	margin: 20px auto 40px;
}

img {
	width: 100%; /* Setter bredden på alle bilder til samme bredde som spalten */
	margin-bottom: 10px;
}

h1 {
	padding: 20px 0 20px 0;
	font-size:15px; /* Størrelsen på overskriftene */
	text-transform: uppercase;

}

h2 {
	border-top: 1px dashed black; /* storelsen paa ----ene : toppen paa denne */ 
	border-bottom: 1px dashed black; /* storelsen paa ----ene : bunnen  paa denne */ 
	padding: 2px 0; /* Hvor tight stiplingene sitter på teksten */
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size:12px;
}

h3 {
	padding: 10px 0 10px 0;
	font-size:10px; /* Størrelsen på overskriftene */
	/* color:#FBBBB9; */ /* Fagre paa overskriftene i bloggen */ 
	/*font-style: italic; */

}

h4 {
	padding: 0px 0 20px 0;
	font-size:10px; /* Størrelsen på overskriftene */
	text-transform: uppercase;

p {
	line-height: 1.1em; /* Mellomrommet mellom linjene innenfor <p> */ 
	margin-bottom: 10px;
}

div {
	margin-bottom: 15px; /* Hvor stort mellomrom det er mellom vær div */ 
}

.upcoming_shows { /* Farge paa overskriftene */ 
	color: orange;
}

.news {
	color: red;
}

.shop {
	color: green;
}

.contact {
	color: grey;
	
}

.archive {
	color: #663300;
}

.time_to_cook {
	color: orange;
}

.bottom {
	margin-top: 50px;
	border-top: 1px dashed black;
	padding-top: 5px;
}



	
