/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/*  Basic HTML
----------------------------------------------------------------------------------------------------*/
.mainText,
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.67em;
	color:#eee;
}

#antiqua,
#CVpilStorbild{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:0.02em;
}

.mainText{
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:0.02em;
}

/*LINK-style*/
#navmenuLinkSub,
navmenuLinkCV,
#navmenuLink {
	font-size:14px;
	letter-spacing:0.1em;
	}
#navmenuLinkSub {
	font-size:13px !important;
	line-height:18px !important;
	font-variant:small-caps;
	text-transform:lowercase;
	}

a#navmenuLinkSub:link,
a#navmenuLinkCV:link,
a#navmenuLink:link {
	color: #ccc;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a#navmenuLinkSub:visited,
a#navmenuLinkCV:visited,
a#navmenuLink:visited {
	color: #ccc;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a#navmenuLinkSub:hover,
a#navmenuLinkCV:hover,
a#navmenuLink:hover {
	color: black;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a#navmenuLinkSub:active,
a#navmenuLinkCV:active,
a#navmenuLink:active {
	text-decoration: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	padding-top: .5em;
	padding-bottom:.2em;
}

#bildinfoRad2{
	text-transform:lowercase;
	font-variant:small-caps;

}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h5,h6,h7,h8,h9,h10{
display:block;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
	color:#ccc;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

.antiqua,
h6 {
	font-size: 15px;
}

h7 {					/*Samma storlek som <p>*/
	font-size: 13px;
}

h8 {
	font-size: 11px;
}

h9 {
	font-size: 10px;
}

h10 {
	font-size: 9px;
}

.listing{
	text-indent:1em;
	}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

/*p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
div,
table{
}*/
