/* Undo HTML */
*{
	margin:0;
	padding:0;
}
/* Set the playground rules */
body{
	font:67% arial, sans-serif;
	color:#000;
	background:#fff;
	text-align:center;
}
#playground{
	position:relative;
	width:750px;
	font-size:1em;
	line-height:1.4;
	text-align:left;
	margin:0 auto;
	padding:75px;
} 
/* Text styles */
h1{
	font-size:1.3em;
	margin-bottom:.7em;
}
h2{
	font-size:1em;
	margin-bottom:.2em;
}
h3{
	font-size:1em;
}
p{
	margin-bottom:1em;
}
a{
	color:#000;
	text-decoration:none;
}
.text_id{
	color:#c6c5ca;
	font-size:0.9em;
	float:left;
	margin-bottom:2px;
}
.typology_tag{
	color:#828284;
	font-size:0.9em;
	float:right;
	margin-bottom:2px;
}
#content h1{
	clear:both;
	text-transform:uppercase;
}
#content a{
	color: #828284;
}
#content a:hover{
	text-decoration: underline;
}
/* Stuff */
#header{
	margin-bottom:60px;
}
#header h1{
	text-transform:uppercase;
	font-weight:normal;
}
#header h1 a{
	color:#000;
	text-decoration:none;
}
#contact{
	list-style:none;
	position:absolute;
	right:75px;
}
#contact li{
	color:#bbb;
	font-size:0.8em;
	float:left;
	margin-left:20px;
	padding-top:0.4em;
}
#contact a{
	color:#bcbbc0;
}
ul.nav{
	text-transform:uppercase;
	list-style:none;
	height:100%;
	float:left;
	margin-right:20px;
	font-size:0.9em;
}
ul.nav a{
	color:#000;
	white-space:nowrap;
}
ul.nav .current a{
	color:#c8c8c8;
}
#nav li{
	width:13em;
	text-align:right;
}
#architecture #secondnav{
	margin-top:1.4em;
}
#writings #secondnav{
	margin-top:2.9em;
}
#studio #thirdnav{
	margin-top:4.3em;
}

#architecture.architecture_portfolio #thirdnav{
	margin-top:2.9em;
}
#architecture.architecture_selection #thirdnav{
	margin-top:1.4em;
}
#writings.writings_english #thirdnav{
	margin-top:2.9em;
}
#writings.writings_svenska #thirdnav{
	margin-top:4.3em;
}

#content{
	margin-top:-1.2em;
	float:right;
	width:380px;
	text-align:justify;
}
#content h1{
	margin-top:-0.3em;;
}

#caption{
	font-style:italic;
	font-size:0.9em;
	line-height:1.1;
	width:190px;
	margin:0;
	position:absolute;
	left:220px;
	bottom:79px;
}

/* Overriders */
.pR210{
	padding-right:210px;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.alignRight{
	text-align:right;
}
.spacer{
	clear:both;
}

