/*

AutonomyCMS			v1.0
------------------------
Stylesheet fyrir merkismenn.is

Síðast uppfært: 14/12/06

*/

body {
	margin: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 80%;
	line-height: 1.6;
	background-color: #F0EFEF;
}
div#container {
	width: 834px;
	margin: 0 auto 0 auto;
}
div#toppur_logo {
	height: 73px;
	width: 834px;
	float: left;
}
div#hlid_a {
	height: 73px;
	width: 461px;
	background-repeat: no-repeat;
	float: left;
}
div#hlid_b {
	height: 73px;
	width: 373px;
	background-repeat: no-repeat;
	float: left;
}
div#toppur_mynd {
	height: 140px;
	width: 834px;
	margin: 0 0 10px 0;
	float: left;
}
div#layout_top {
	background-image: url(/images/layout_top.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 834px;
	float: left;
}
div#layout_bot {
	background-image: url(/images/layout_bot.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 834px;
	float: left;
}
div#main_column {
	float: left;
	width: 834px;
	background-image: url(/images/layout_mid.jpg);
	background-repeat: repeat-y;
}
div#left_column {
	float: left;
	width: 170px;
	margin-left: 39px;
}
div#right_column {
	float: right;
	width: 584px;
	margin-right: 20px;
	margin-left: 20px;
}
div#left_column ul {

	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
li.menu_item {
	padding: 2px;
	background-color: #F1A337;
	text-indent: 3px;
	border-top: 1px solid #EFEFEF;
}
li.menu_subitem {
	padding: 2px;
	background-color: #EFEFEF;
	text-indent: 10px;
	border-top: 1px solid #FFFFFF;
}
div#left_column a, div#left_column a:visited, div#left_column a:active {
	text-decoration: none;
	color: #5B3C16;
}
div#left_column a:hover {
	text-decoration: none;
	color: #999999;
}
div.admin_box {
	border: 2px solid #EBEBEB;
	padding: 5px;
	margin-bottom: 10px;
}
div.entry {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 15px;
}
div.entry h3 {
	margin: 0px;
	color: #5B3C16;
	font-size: 120%;
}
div.entry h4 {
	margin: 5px 0 5px 0;
	color: #CCCCCC;
}
div.entry h5 {
	margin: 2px 0 2px 0;
	color: #CCCCCC;
}
div.entry p {
	margin: 0px;
}
.cssform p{
width: 345px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
/* border-top: 1px dashed gray; */
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"],input[type="password"] { /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;
border: 1px solid #999999;
padding: 2px;
}

.cssform textarea{
width: 500px;
height: 250px;
}
p.image_caption {
	margin: 0px;
	text-align: center;
	background-color: #EDEDED;
	padding: 2px;
	font-size: 11px;
}
p.quote {
	width: 300px;
	padding: 18px 0 0 17px;
	text-align: center;
	background: url(/images/quote.jpg) no-repeat;
	
}
