* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	font: 11px/14px sans-serif;
	color: rgb(50,50,50);
}

h1 {
	font-size: 200%;
	margin-top: 0.3em;
	padding-left: 0.2em;
}

/*h1 a {
	padding: 0.7em 100% 0.65em 0.2em;
}*/

h1 a,
h1 a:hover {
	color: rgb(50,50,50);
}

h2 {
	padding-bottom: 1em;
}

h3 {
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}

tt {
	font-family: "Bitstream Vera Sans Mono", monospace;
	font-size: 90%;
}

address {
	margin-left: 1em;
	font-size: 90%;
	margin-bottom: 1em;
}

#header {
	border-bottom: 1px solid rgb(222,222,222);
	height: 3.75em;
	padding-top: 0.55em;
	margin-bottom: 3em;
	width: 100%;
}

#header .first {
	float: left;
	width: 40%;
}

#header .second {
	float: left;
	text-align: right;
	width: 60%;
	margin-top: 0.5em;
}

#header .second a {
	color: rgb(70,70,70);
	background-color: rgb(250,250,250);
	padding: 2em 1em 2em 1em;
	border-left: 1px solid rgb(240,240,240);
}

#header .second li:last-child a {
	border-right: 1px solid rgb(240,240,240);
}

#header .second a.selected {
	background-color: rgb(50,50,50);
	background-image: url("/images/menu_gradient.png");
	background-repeat: repeat-x;
	color: snow;
}

#header .second a.selected:hover {
	background-color: rgb(50,50,50);
	color: white;
}

#header .second a:hover {
	color: rgb(20,20,20);
	background-color: rgb(245,245,245);
}

#header ul {
	list-style: none;
}

#header ul li {
	display: inline;
	margin-left: -1em;
}

p {
	text-align: justify;
	padding-bottom: 0.9em;
	line-height: 130%;
}

ul,
ol {
	padding: 0 0 1em 2em;
}

li {
	list-style-image: url("http://home.e-tjenesten.org/~ato/talko/graphics/icons/silk/bullet_white.png");
	line-height: 120%;
	padding-left: 0.5em;
}

li:hover {
	list-style-image: url("http://home.e-tjenesten.org/~ato/talko/graphics/icons/silk/bullet_gray.png");
}

blockquote,
cite {
	border-left: 4px solid rgb(190,190,190);
	color: rgb(90,90,90);
	padding-left: 1em;
}

blockquote a,
cite a {
	border-bottom: 1px dotted rgb(90,90,90);
	color: rgb(90,90,90);
}

a {
	color: rgb(48,95,143);
	text-decoration: none;
}

a:hover {
	color: #4f7bad;
}

#top_menu {
	background-color: rgb(50,50,50);
	background-image: url("/images/top_gradient.png");
	background-repeat: repeat-x;
	height: 30px;
}

#content {
	clear: both;
	min-height: 30em;
	padding: 1em;
	font-size: 120%;
}

/*#content .first {
	font-size: 120%;
}*/

.wrapper {
	width: 50em;
	margin: 0 auto 0 auto;
}

#footer {
	background-image: url("/images/gradient-reversed-small.png");
	background-position: left top;
	background-repeat: repeat-x;
	border-top: 1px solid rgb(222,222,222);
	clear: both;
	color: rgb(102,102,102);
	font-size: 95%;
	height: 13em;
	margin-top: 4em;
}

#footer a {
	color: rgb(70,70,70);
}

#footer a:hover {
	color: rgb(120,120,120);
}

#footer ul,
#footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	padding-bottom: 0.4em;
}

#footer .revision {
	margin-top: 1em;
	text-align: left;
}

#footer .grid-50-50 .box {
	border-right: 1px solid rgb(240,240,240);
	border-top: 0;
	height: 12.5em;
	overflow: hidden;
}

#footer .grid-50-50 .box .inner {
	padding: 0.5em;
}

#footer .grid-50-50 {
	border-left: 1px solid rgb(240,240,240);
}

.grid-50-50 {
	float: left;
	width: 100%;
}

.grid-50-50 .box {
	float: right;
	display: inline;
	width: 49.1%;
}

.grid-50-50 .box.first {
	float: left;
}


#footer ul.icons > li {
	line-height: inherit;
}

ul.icons a {
	background-repeat: no-repeat;
	padding-bottom: 3px;
	padding-left: 1.8em;
}

input.icon {
	background-repeat: no-repeat;
	background-position: 0.5em 50%;
	padding-left: 2.4em;
}

.i_world_link { background-image: url("http://home.e-tjenesten.org/~ato/talko/graphics/icons/silk/world_link.png"); }
.i_email { background-image: url("http://home.e-tjenesten.org/~ato/talko/graphics/icons/silk/email.png"); }


#two-columns {
}

#two-columns .first {
	border-right: 1px solid rgb(220,220,220);
	float: left;
	width: 66%;
	padding-right: 1em;
}

#two-columns .second {
	float: right;
	width: 30%;
	min-height: 20em;
}


input,
select,
textarea {
	background-color: white;
	background-image: url("http://home.e-tjenesten.org/~ato/talko/themes/simple/images/input-bg.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid rgb(200,200,200);
	padding: 0.4em;
}

input:hover,
textarea:hover,
select:hover {
	border: 1px solid rgb(180,180,180);
}

.form {
	margin-bottom: 1.5em;
}

.form .buttons {
	clear: left;
	margin: 0.8em 0 1em 0;
}

.form .field {
	margin-bottom: 1em;
}

.form .field input,
.form .field selected,
.form .field label,
.form .field small {
	margin-bottom: 0.8em;
}

.form .field label {
	font-weight: bold;
	display: block;
}

.form .field label.disabled {
	color: silver;
}

.form .field small {
	color: rgb(180,180,180);
	font-size: 90%;
	display: block;
	margin-top: -0.6em;
}

input[type=text],
input[type=email],
textarea {
	width: 90%;
}

textarea {
	height: 10em;
}


.message {
	border-bottom: 1px dotted rgb(190,190,190);
	background-color: rgb(245,245,245);
	padding: 1em;
	font-size: 90%;
	margin-bottom: 1em;
}
