body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font: normal .85em "Helvetica", Trebuchet MS, Verdana, Arial, sans-serif;
	background: url('../imgs/backTile.gif') top left repeat;
}
body * {
	margin: 0;
	padding: 0;
}
body img {
	border: 0;
}
body input, body textarea {
	font: normal 1em "Helvetica Neue", Trebuchet MS, Verdana, Arial, sans-serif;
}
body .third {
	width: 30%;
	float: left;
	margin: 0 3% 0 0;
}
body a {
	text-decoration: none;
	color: #566047;
	font: bold 1em inherit;
}
body a:hover {
	text-decoration: underline;
}

#masthead {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 220px;
	z-index: 1;
}

#body {
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	margin: auto;
}

#sidebar {
	width: 260px;
	float: left;
}
#sidebar .box {
	border: 5px solid #566047;
	border-right: 0;
	padding: .5em;
	background: #313629;
}
#sidebar ul.box {
	list-style: none;
	padding: 1em 1em .5em 1em;
}
#sidebar ul.box li {
	line-height: 16px;
	margin: 0 0 .5em 0;
	color: #977900;
}
#sidebar ul.box li a img {
	vertical-align: text-top;
	padding: 0 .5em 0 0;
}
#sidebar h2 {
	font: bold 1.5em "Garamond", Georgia, serif;
	color: #FAAA31;
	margin: 1em 0 0 0;
}
#sidebar p {
	line-height: 1.5em;
	color: #8a8d85;
}
#sidebar a {
	color: #FFCC00;
	text-decoration: none;
}
#sidebar a:hover {
	font-weight: bold;
}
#sidebar form {}
#sidebar form label {
	display: block;
	font: bold 1em inherit;
	margin: 0 0 .25em 0;
	color: #8a8d85;
}
#sidebar form label.error {
	color: #fff;
	background: #f00;
	font: normal 1em inherit;
	padding: .5em;
}
#sidebar form label span {
	font: normal .9em inherit;
	color: #999;
}
#sidebar form input.field {
	width: 95%;
	padding: .25em;
	font: normal 1em "Helvetica Neue", Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 0 0 .5em 0;
	cursor: pointer;
}
#sidebar form button {
	padding: .5em 1em .5em 1em;
	cursor: pointer;
}
#sidebar form ul {
	list-style: none;
	font: normal .9em inherit;
	margin: 1em 0 0 1em;
	padding: 1em 1em 0 1em;
}
#sidebar form ul li {
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
}

#content {
	width: 680px;
	float: left;
	background: #fff;
	min-height:600px;
	height:auto !important;
	height:600px;
	padding: 10px;
}
#content h2 {
	border-bottom: 1px solid #999;
	margin: 0 0 .5em 0;
	color: #FAAA31;
	font: bold 1.75em inherit;
}
#content h2 a {
	text-decoration: none;
	color: #FAAA31;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content h3 {
	margin: 1em 0 .5em 0;
	color: #FAAA31;
	border-bottom: 1px solid #999;
}
#content h2 img.feed {
	float: right;
	margin: .25em .25em 0 0;
}
#content p {
	margin: 1em 0 0 0;
	line-height: 1.5em;
}
#content p.description {
	margin: 1em 0 0 0;
	line-height: 1.5em;
	padding: .75em;
	border: 1px solid #aaa;
	background: #eee;
}
#content img.logo {
	margin: 1.5em 1em 1.5em 2.5em;
}
#content table {
	width: 100%;
	border: 1px solid #999;
	background: #eee;
	margin: 0 0 1.5em 0;
}
#content table th, #content table td {
	padding: .5em;
} 
#content table thead {
	text-align: left;
	background: #999;
	color: #fff;
}
#content table tbody tr.odd {
	background: #ccc;
}
#content .post {
	border-bottom: 1px solid #999;
}
#content .post h4 {
	margin: .5em 0 .5em 0;
}
#content .post p {
	line-height: 1.5em;
}
#content .metadata {
	margin: .5em 0 .5em 0;
	font: bold .9em inherit;
	color: #777;
}
#content .post p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
#content ul.folders {
	list-style: none;
}
#content ul.folders li {
	width: 47.5%;
	color: #9F6000;
	border: 1px solid;
	float: left;
	margin: 0 .5em .5em 0;
	font: bold 1em inherit;
}
#content ul.folders li a {
	display: block;
	background: url('../imgs/icons/folder.png') 8px 9px no-repeat #FEEFB3;
	color: #9F6000;
	text-decoration: none;
	padding: .75em .75em .75em 2.4em;
}
#content ul.folders li a:hover {
	background: url('../imgs/icons/folder.png') 8px 9px no-repeat #9F6000;
	color: #FEEFB3;
}
#content ul.files {
	list-style: none;
}
#content ul.files li {
	width: 25%;
	color: #9F6000;
	border: 1px solid;
	float: left;
	margin: 0 .5em .5em 0;
	padding: .6em .75em .75em 2.25em;
}
#content ul.files li.txt, #content ul.files li.rtf {
	background: url('../imgs/icons/page_white_text.png') 8px 9px no-repeat #FEEFB3;
}
#content ul.files li.pdf {
	background: url('../imgs/icons/page_white_acrobat.png') 8px 9px no-repeat #FEEFB3;
}
#content ul.files li.zip {
	background: url('../imgs/icons/page_white_zip.png') 8px 9px no-repeat #FEEFB3;
}
#content ul.files li.xls, #content ul.files li.xlsx {
	background: url('../imgs/icons/page_white_excel.png') 8px 9px no-repeat #FEEFB3;
}
#content ul.files li.doc, #content ul.files li.docx {
	background: url('../imgs/icons/page_white_word.png') 8px 9px no-repeat #FEEFB3;
}
#content ul.files li .delete {
	float: right;
}

#content ul.dash_list {
	list-style: none;
}
#content ul.dash_list li {
	margin: 0 0 .5em 0;
	color: #4F8A10;
	background-color: #DFF2BF;
	border: 1px solid;
	line-height: 1.5em;
}
#content ul.dash_list li.event {
	padding: .75em;
}
#content ul.dash_list li img.eido_event {
	margin: 0 .5em 0 0;
	padding: 0;
	vertical-align: text-top;
}
#content ul.dash_list li h4 {
	margin: 0 0 -1.2em 0;
	padding: 0;
}
#content ul.dash_list li p {
	margin: .5em 0 0 0;
	padding: 0;
	font: normal 1em inherit;
	line-height: 1.5em;
}
#content ul.dash_list li a {
	font: bold 1em inherit;
	color: #4F8A10;
	display: block;
	padding: .75em;
	text-decoration: none;
}
#content ul.dash_list li a:hover {
	background: #4F8A10;
	color: #DFF2BF;
}
#content ul.dash_list li p.cal_footer {
	border-top: 1px solid #4F8A10;
	padding: .5em 0 0 0;
}
#content ul.dash_list li p.cal_footer a {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
#content ul.dash_list li p.cal_footer a:hover {
	text-decoration: underline;
	color: #4F8A10;
}

#content p.haiku {
	font: italic 1.75em "Georgia",Garamond,serif;
	margin: 1.25em;
	line-height: 1.5em;
}

#content .forum h2 {
	font: lighter 2em "Helvetica Neue", Helvetica, Verdana, sans-serif;
}
#content .forum h3 {
	font: bold 1em inherit;
	color: #111;
	border: 0;
	margin: 0;
	padding: 0;
}
#content .forum p {
	margin: 1em 0;
}
#content .forum p a {
	font: lighter 2em "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #000;
}

#content form {}
#content form label, #content label {
	font: bold 1em inherit;
	display: block;
	margin: .5em 0 .5em 0;
}
#content form label span {
	font: normal 1em inherit;
	color: #777;
}
#content form label.error {
	color: #fff;
	background: #f00;
	font: normal 1em inherit;
	padding: .5em;
	width: 91%;
}
#content form label.error a {
	text-decoration: none;
	color: #FFBABA;
}
#content form label.success {
	color: #fff;
	background: #4F8A10;
	font: normal 1em inherit;
	padding: .5em;
	width: 91%;
}
#content form input[type="text"], #content form input[type="password"], #content form input[type="input"], #content form select {
	padding: .5em;
	font: bold 1.1em inherit;
	width: 90%;
	margin: 0 0 .5em 0;
}
#content form textarea {
	padding: .5em;
	font: normal 1.1em inherit;
	width: 90%;
	margin: 0 0 .5em 0;
}
#content form #wysiwyg {
	font: normal 1em "Helvetica", Trebuchet MS, Verdana, sans-serif;
	width: 95%;
}
#content form input#birthday {
	background: url('../imgs/icons/calendar.png') 8px 8px no-repeat;
	padding-left: 28px;
	cursor: pointer;
	width: 84%;
}
#content form button, #content button {
	padding: .5em 1em;
	cursor: pointer;
}
#content p.bladring {
	text-align: center;
	font: bold 1em inherit;
}
#content p.bladring a {
	padding: .25em;
	background: #eee;
	border: 1px solid #333;
	text-decoration: none;
}

.left_column {
	width: 48.5%;
	float: left;
	margin: 0 0 0 5px;
}
.right_column {
	width: 48.5%;
	float: right;
	margin: 0 0 0 5px;
}
.right_column .mugshot {
	margin: 10px;
	float: left;
}
.left { float: left; }
.right { float: right; }
.clear {
	clear: both;
}

a.button_delete {
	color: #D8000C;
	background: #FFBABA;
	padding: .5em 1em;
	text-decoration: none;
	line-height: 16px;
	font: bold 1em inherit;
}
a.button_delete:hover {
	color: #fff;
	background: #D8000C;
}

/* PRIVATE MESSAGES */
div.message {}
div.message p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
div.message .secondary label {
	font: bold 1.2em inherit;
	color: #000;
}
div.message .primary {
	float: left;
	width: 75%;
}
div.message .secondary {
	float: right;
	width: 25%;
}

/* SPAMKANALEN */
p.spampost {
	background: #FEEFB3;
	color: #633B00;
	border: 1px solid;
	padding: .75em;
	margin: 0;
}

/* GALLERIES */
ul.albums {
	list-style: none;
}
ul.albums * {
	margin: 0;
	padding: 0;
}
ul.albums li {
	float: left;
	width: 160px;
	height: 210px;
	margin: 0 5px 10px 0;
	padding: 6px 1px;
	text-align: center;
	border: 1px solid #4F8A10;
	background-color: #DFF2BF;
}
ul.albums li img {}
ul.albums li h4 {
	font: bold 1.25em inherit;
}
ul.albums li a {
	color: inherit;
	text-decoration: none;
}
ul.albums li a:hover {
	text-decoration: underline;
}

ul.open_album {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.open_album li {
	float: left;
	border: 2px solid #566047;
	margin: 0 10px 10px 0;
	width: 150px;
	height: 150px;
}
ul.open_album li img {
	margin: 0;
	padding: 0;
}

/* MESSAGE BOXES */
p.success, p.error {
	border: 1px solid;
	padding: .75em .75em .75em 2.75em;
	font: bold 1em inherit;
	background-repeat: no-repeat;
	background-position: 10px center;
}
p.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../imgs/icons/success.png');
}
p.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: ('../imgs/icons/error.png');
}

/* TINYMCE */
#wysiwyg_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
#wysiwyg_container td.mceToolbar {
	margin: 0;
	padding: 0;
}
#wysiwyg_container td.mceLast tbody tr {
	border: 0;
}
#wysiwyg_container td.mceToolbar * {
	margin: 0;
}
#wysiwyg_container td.mceToolbar td {
	margin: 0;
	padding: .75em;
	float: left;
}
.padMe {
	margin: 0 0 0 .5em;
}