/*
Cascading Style Sheet for Liavaag.org
Created by Morten René Liavaag Strømsborg

Content boxes for the front page at Liavaag.org
*/
#content-box1, #content-box2, #content-box3 {
	padding:1px;
	width:220px;
	height:800px;
	color:#000000;
	font-size:14px;
	line-height:28px;
	background:#ffffff url('format.png') no-repeat;
}
#content-box1 {
	float:left;
}
#content-box2 {
	float:left;
	margin-left:8px;
}
#content-box3 {
	margin-left:460px;
}
#content-box1 h2,
#content-box2 h2,
#content-box3 h2 {
   	color:#ffa500;
   	font-size:18px;
   	border-width:0;
   	text-align:left;
   	font-weight:100;
   	letter-spacing:0;
   	font-style:italic;
   	margin:40px 0 10px 0;
   	background:none repeat;
}
#content-box1 h3,
#content-box2 h3,
#content-box3 h3 {
   	color:#ffa500;
   	font-size:14px;
   	border-width:0;
   	text-align:left;
   	font-weight:100;
   	font-style:italic;
   	letter-spacing:+1px;
   	background:none repeat;
}
#content-box1 ul,
#content-box2 ul,
#content-box3 ul {
	margin:10px 20px 10px 20px;
}
#content-box1 ul li ul,
#content-box2 ul li ul,
#content-box3 ul li ul {
	margin:0 10px 0 10px;
}
ul#downloadChoice {
	clear:both;
	color:#ffa500;
	background:none;
	margin:0 0 0 15px;
	padding:0 0 0 15px;
	list-style-type:circle;
}
/*
We won't have a content with nice
dotted bottom borders, do we? ;)
*/
#non-dotted-one,
#non-dotted-two {
	border-width:0;
}
/*
We won't have floating containers, do we? ;)
*/
hr {
	border-top:0px solid #000000;
	background-color:#ffffff;
	color:#000000;
	height:1px;
	clear:both;
}
/*
Left box menu logo
*/
#webTool {
	margin-top:250px;
}