
/* ------ STRUCTURE ------ */

body, html { margin: 0; padding: 0;
	background-image: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-origin: initial;
	background-clip: initial;
}
body{
	background-color:#FFF;
}
body.white{
	background-color:#FFF;
	color:#CCC;
}
body.colour{
	background-color:#FFF;
	color:#CCC;
}
#wrapper{
	width:680px;
	margin:0 auto;
}
#contentwrapper{
	width:640px;
	margin: 0 20px 40px 20px;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

#symbol{
	float:left;
	width:88px;
	margin: 80px 276px 0 276px;
}
#logo{
	float:left;
	width:300px;
	margin: 60px 170px 40px 170px;
}
#logo2{
	float:left;
	width:210px;
	margin: 60px 215px 40px 215px;
}
#nav{
	float:left;
	width:600px;
	margin: 0 20px 40px 20px;
	text-align:center;
}
#buttons{
	float:left;
	width:600px;
	margin: 5px 0 10px 0;
	padding: 10px 0;
	text-align:center;
}
#justin {
	width: 600px;
	float:left;
	margin: 10px 20px 20px 20px;
}
#tholder {
	width: 600px;
	float:left;
	margin: 0 20px;
}
#twitterfeed {
	padding: 20px 0 0 0;
	border-top:1px dotted #FFF;
	border-bottom:1px dotted #FFF;
}
#tweets{
	margin: 0 0 20px 0;
}
.tweet_even {
	margin: 10px 0px 10px 0px;
}
#adressholder{
	float:left;
	width:600px;
	margin: 0px 20px 30px 20px;
}
#adress1{
	float:left;
	width:600px;
	margin: 0;
	text-align:center;
}
#mailadress{
	float:left;
	width:600px;
	margin: 0 20px 20px 20px;
	text-align:center;
}
#twitterlogo{
	float:left;
	width:30px;
	margin: 0 305px 40px 305px;
	text-align:center;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slide {
	background-color:#FFF;
	z-index: 3;
	position: absolute;
	left: 0;
	bottom:0;
	height: 0;
}
#slide-white {
	background-color:#FFF;
	z-index: 3;
	position: absolute;
	left: 0;
	bottom:0;
	height: 0;
}
#slide-colour {
	background-color:#FFF;
	z-index: 3;
	position: absolute;
	left: 0;
	bottom:0;
	height: 0;
}
#behandlingar {
	width: 600px;
	float:left;
	margin: 0 20px 60px 20px;
	text-align:center;
}


/* ------ TYPOGRAPHY ------ */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}
p {
	font-size:12px;
	font-weight:bold;
}
#behandlingar p {
	color:#666;
	font-weight:normal;
	margin:4px 0 26px 0;
}
i {
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	line-height:15px;
	margin: 0;
}
#behandlingar i {
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	margin: 0;
	color:#666;
}
h1{
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	margin: 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-bottom:2px;
	font-style:italic;
	font-weight:bold;
}
#behandlingar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:0 0 3px 0;
	font-style:italic;
	font-weight:bold;
	color:#660099;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}
.twittercontent{
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	list-style:none;
	text-align:justify;
	margin: 0 10px;
}
.twitter_graphic{
	list-style:none;
}
.tweet_odd {
	text-align:left;
}
.tweet_even {
	text-align:left;
}
.tweet_text {
	margin: 0px 5px 0px 0px;
}


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

a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	text-decoration:none;
	color:#FFF;
}
#tholder a {
	font-size:12px;
}
#mailadress a {
	font-size:12px;
}
#behandlingar a {
	font-size:12px;
	color:#666;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;