/* @override 
	http://127.0.0.1:8000/mediafiles/test.css
	http://toddy.webfactional.com/mediafiles/test.css
*/

/* initialization and standard */
* {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

/* standard elements */
ul {
	list-style-position: outside;
	margin-left: 1.2em;
	margin-top: 0.5em;
}
li {
	margin-top: 0.3em;
}

/* Message Box */
.messagebox {
	background-color: #e6e6e6;
	border: 1px solid #910000;
	padding: 4px;
	margin-bottom: 10px;
}

/* Errorlist */

.errorlist {
	list-style-type: none;
	font-size: 100%;
	list-style-position: outside;
	margin: 0px;
}

.errorlist li {
	font-style: italic;
	color: #f91a00;
	font-size: 1em;
}

/* make-up */ 
body {
	background: url(background.png) repeat;
	position: relative;
}
#container { 
	width:964px; 
	background: transparent;
	margin: 30px auto;
}
#logo {
	width: 589px;
	position: absolute;
	margin-left: -230px;
	margin-top: -160px;
	height: 608px;
	background-image: url(logga.png);
	z-index: -1;
}
#header { 
	height: 263px;
	background: url(main_header.png) no-repeat; 
}
#main {
	width: 1090px;
	background: url(main_repeater.png) repeat-y;
	display: inline-block;
}
#footer { 
	background: url(main_footer.png) no-repeat; 
	height: 61px;
	clear:  both;
}
#content {
	width: 620px;
	float: left;
	margin: 20px;
	clear: none;
}
#navigation {
	width:  214px;
	float: left;
}
#menutop {
	height: 58px;
	background: url(navigate_header.png) no-repeat;
}
#menurepeat {
	width:  214px;
	background: url(navigate_repeater.png) repeat-y;
	float:  left;
}
#menubottom {
	background: url(navigate_footer.png) no-repeat;
	height: 53px;
	clear: both;
}
#rightside {
	width:  193px;
	left: 803px;
	float: right;
}
#rightsidetop {
	height: 24px;
	background: url(rightside_header.png) no-repeat;
}
#rightsiderepeat {
	width:  193px;
	background: url(rightside_repeater.png) repeat-y;
	float:  left;
}
#rightsidebottom {
	background: url(rightside_footer.png) no-repeat;
	height: 52px;
	clear: both;
}

.container {
	width: 100%;
	overflow: visible;
}
/* typography */

/* generic typography */
body {
	font-size: 0.9em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #191919;
}

h1 {
	font-size: 150%;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #910000;
}

h2 {
	font-size: 120%;	
	margin-bottom: 0.3em;
	font-weight: bold;
	color: #4c4c4c;
}

h3 {
	font-size: 100%;	
	margin-bottom: 0em;
	padding: 0px;
	font-weight: bold;
	color: #666;
}

p {
	font-zise: 100%;
	margin-top:  0.8em;
}

a {
	text-decoration: none;
	color: #710000;
}

a:hover {
	color: #f20000;
}

/* Tables */

.fulltable {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

.fulltable th, td {
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	
}

.fulltable th {
	text-align: left;
	border-bottom: 1px solid #910000;
}

.fulltable td {
	text-align: left;
}

.everyother {
	background-color: #ddd;
}

/* Forms */

.inputform {
	background-color: #ddd;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #777;
	padding: 8px;
}
.inputform table{
	width: 100%;
}
.inputform td {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}
.inputform th{
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	text-align: left;
}
.inputform label {
	color: #4c4c4c;
	font-weight: bold;
	padding: 4px;
	margin-right: 10px;
}
.inputform textarea,input {
	background-color: #e7d7d7;
	border: 1px solid #910000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
.inputform textarea {
	height: 10em;
}
.inputsubmit {
	width:  10em;
	margin-top: 5px;
	border-width: 2px;
	color: #910000;
	border-color: #910000;
	background-color: #e6b8b9;
}

.profile_form label.required {
	font-size: 8pt;
	color: grey;
}
.profile_form textarea {
	background-color: #e7d7d7;
	border: 1px solid #910000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
.profile_form .fieldWrapper {
	margin: 3px 0 0 0;
}

/* Wait with address_information until avatar is implemented
.profile_form #address_information {
	float: left;
	width: 100%;
	height: 175px;
}
*/

.profile_form #avatar_information {
	float: left;
	margin: 5px 0 0 5px;
	width: 38%;
	height: 175px;
}


/* navigationbar */
.menu_content {
	margin-top: -20px;
	margin-left: 30px;
	margin-right: 50px;
	overflow: visible;
	display: inline-block;
}

.menu_header {
	font-size: 120%;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #333;
}

.sub_menu_header {
	font-size: 100%;
	margin-top: 0.5em;
	font-weight: bold;
	color: #444;
	
}

.menu_list {
	list-style-type: none;
	font-size: 100%;
	list-style-position: outside;
	margin: 0px;
}
.menu_list li{
	padding: 2px;
}
.menu_list .jensw a {
	font-size: 15px;
	font-weight: bold;
	color: #f20000;
	margin: 0 0 0 0px;
}
.menu_item:hover {
	background-color: #e6e6e6;
}

.sub_menu_list {
	margin-left: 1.5em;
}
.menu_divider {
	margin-top: 8px;
	margin-bottom: 2px;
	border-top: 1px solid #910000;
}

/* CMS markup */

.articleheader {
}
.articleimage {
	float: right;
	clear: right;
	padding: 5px;
	margin: 8px;
	border: 1px solid #7f7f7f;
}

.articlediv {
}

.articleauthor {
	clear:  both;
	text-align: right;
	font-style: italic;
	margin-top: 1.2em;
}

/* Rightside */
.rightside_content {
	margin-top: -5px;
	margin-left: 20px;
	margin-right: 37px;
}

/* Gallery */

.gallery-photo {
	padding: 2px;
	margin: 2px;
	border: 1px solid #910000;
	display: inline-block;
}
.gallery-photo_detail {
	border: 1px solid #777;
	margin: 6px;
	padding: 4px;
}
.photo-gallery {
}
.photo-gallery h2 {
	margin-top: 20px;
}
.gallery_list {
	list-style-type: none;
	margin-left: 0;
}
.gallery_list li {
	margin-bottom: 10px;
	margin-top: 10px;	
}
.gallery_list table {
	background-color: #ddd;
	border: 1px solid #777;
	width: 100%;
}
.gallery_list_left{
	width: 10%;
	text-align: left;
	padding: 2px;	
}
.gallery_list_center{
	text-align: center;
	width: 80%;
	vertical-align: middle;
}
.gallery_list_right{
	width: 10%;
	text-align: right;
	padding: 2px;		
}
.gallery_list a img {
	background-color: #e7d7d7;
	padding: 2px;
	margin: 2px;
	border: 1px solid #910000;
}

/* Buttons */
.button_active{
	margin: 5px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
}
.button_inactive{
	margin: 5px;
	background-repeat: no-repeat;
	display: inline-block;
}

.button_active.button_right {
	background-image: url(button_right_active.png);
	width: 36px;
	height: 36px;
}
.button_active.button_left {
	background-image: url(button_left_active.png);
	width: 36px;
	height: 36px;
}
.button_inactive.button_right {
	background-image: url(button_right_inactive.png);
	width: 36px;
	height: 36px;
}
.button_inactive.button_left {
	background-image: url(button_left_inactive.png);
	width: 36px;
	height: 36px;	
}