/* @override http://sverreskonditori.garage.upstruct.com/css/typography.css */

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Typpgraphy
//
///////////////////////////////////////////////////////////////////////////////////
*/

/* Basic heading and paragraphs */
body,p,input,textarea{
	font-family: Georgia;
	font-size:15px;
	color:black;
	line-height: 28px;
}

h1,h2,h3,h4,h5,h6{ 
	font-family: Georgia;
	line-height: 1.3em;
}

h1{ font-size: 19px; }
h2{ font-size: 20px; }
h3{ font-size: 18px; }
h4{ font-size: 16px; }
h5{ font-size: 14px; }
h6{ font-size: 11px; }

/* Inline styles */
a:link,a:hover{	color: #932262; }
a:visited{ color: #932262; }
b,strong{ font-weight: bold; }
i,em{ font-style: italic; }
dfn{ }
abbr,acronym{ border-bottom:1px dotted #000; cursor:help; }
address{ }
cite{ font-style: italic; }
sup{ vertical-align: super; }
sub{ vertical-align: sub; }

/* Text changes */
ins{ font-style: italic; text-decoration: none; }
del{ text-decoration: line-through; color: gray; }

/* Quotes */
blockquote{ text-indent: 20px; font-style: italic; }
q{ font-style: italic; }

/* Code */
code,pre,samp,kbd,var,tt{ font-family: "Monaco"; }
code,samp,var,kbd{ border: 1px solid #5393D0; background-color: #C5E2FF; padding: 2px; }
pre,tt{ border: 1px solid #5393D0; background-color: #C5E2FF; padding: 10px; margin: 10px 0px; }

/* Lists */
dl{ }
dt{ font-weight: bold; }
dd{ text-indent: 20px; }
ul{ list-style-type: disc; list-style-position: outside; margin-left: 18px; }
ol{ list-style-type: decimal; list-style-position: outside; margin-left: 22px; }

/*Form*/
input,textarea{

}
