/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } /* remember to define focus styles! */ :focus { outline: 0; } /* remember to highlight inserts somehow! */ ins { text-decoration: none; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; }

body {
	
}

h1{ color: #444; font-family: "Trebuchet MS"; font-size: 24px; margin: 10px 0px 10px 0px;}
h2{ 
border-bottom: 1px solid #2c6b00; color: #2c6b00; font-family: "Trebuchet MS"; font-size: 18px; margin: 0px 0px 20px 0px; padding: 0px 0px 5px 0px;}
h3{ color: #444; font-family: "Trebuchet MS"; font-size: 15px; margin: 0 0 5px 0;}

p{
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	border-bottom: 1px dotted #2c6b00;
	color: #2c6b00;
	text-decoration: none;
}

.clear{
	clear: both;
}

#container{
	-border: 1px solid red;
	margin: 0 auto;
	width: 850px;
}

#left-content{
	width: 520px;
	float: left;
	margin-top: 10px;
}

#left-content p{
	font-size: 13px;
	line-height: 19px;
	margin: 0px 0px 15px 0px;
}

#last-articles-from-byggerom{
	background-color: #F5F5F5;
	padding: 15px;
}

#last-articles-from-byggerom p{
	font-size: 12px;
}

.last-article-post-link{
	text-align: right;
}

#right-content{
	-border: 1px solid red;
	width: 310px;
	float: right;
	margin: 20px 0 0 0;
}

#be-member{
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#be-member em{
	color: #9e9d9d;
	font-weight: normal;
}

.be-member-input{
	background-color: #ebebeb;
	border: 1px solid #d5d5d5;
	color: #444;
	font-size: 13px;
	padding: 7px;
	width: 290px;
}

.be-member-submit{
	background-color: #2c6b00;
	border: 1px solid #2c6b00;
	color: #FFF;
	margin: 10px 0 0 0;
	-moz-border-radius: 5px;
	padding: 3px;
}

.error{
	color: red;
}

#start-blogging{
	
}

#start-blogging h2{
	background-color: #2c6b00;
	color: #FFF;
	padding: 10px;
}

.step-counter{
	color: #FFF;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: -42px 0 0 0;
	padding-right: 10px;
	position: relative;
}

.new-user{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 19px;
}

#last-from-ar{
	background-color: #F5F5F5;
	margin: 30px 0 0 0;
	padding: 15px;
}

#last-from-ar h3{
	border-bottom: 1px solid #2c6b00;
	color: #2c6b00;
	padding-bottom: 5px;
}

.last-from-ar-post{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

.last-from-ar-post h4{
	color: #444;
	font-size: 14px;
}

.last-from-ar-post{
	margin: 15px 0 0 0;
}

#footer{
	border-top: 1px solid #d5d5d5;
	color:#9e9d9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin: 25px 0 0 0;
	padding: 15px 0 0 0;
}

#footer a{
	border-bottom: 1px dotted #888;
	color: #888;
}


