/*
   Himalaya Stylesheet

   File: _styles.css
   Version: 1.0
   By: Viktor Linder
*/


/* TODO: Fixa standardfonts till alla font-family taggar. */


/*
   Layout Styles
*/

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(/_design/bg.jpg) #350d05 top left repeat;
	color: white;
	font-size: 0.9em;
}

.clear {
	clear: both;
}

a:link {
	color: #4a140f;
}

a:visited {
	color: #4a140f;
}

a:hover {
	color: #962c21;
}

a:active {
	color: #962c21;
}


div#master_container {
	width: 829px;
	min-height: 100%;

	position: relative;

	margin: 0 auto 0 auto;
	padding: 0;

	color: black;
	background: white url(/_design/left_line_pattern.png) 0 0 repeat-y;

	text-align: left;
}

div#head {
	width: 829px;
	height: 97px;
	background: transparent url(/_design/head.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}

div#head a {
	width: 829px;
	height: 97px;
	display: block;
	margin: 0;
	padding: 0;
}

div#footer {
	position: absolute;
	width: 784px;
	margin: 0;
	margin-left: 45px;
	padding-bottom: 5px;
	left: 0;
	bottom: 0;

	font-family: Arial;
	font-size: 75%;
	text-align: center;
	color: gray;
	background-color: white;
}



/*
   Menu Styles
*/

div#menu {
	width: 829px;
	height: 29px;
	font-family: Georgia;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;

	background: #c6a479 url(/_design/menu.png) 0 0 no-repeat;
	color: #707070;

	margin: 0;
	padding: 0;
}

div#menu ul {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 37px;
}

div#menu ul li {
	display: inline;
	margin: 0;
	padding: 2px 23px;
}

div#menu li.selected {
	text-decoration: underline;
	cursor: default;
}

div#menu li.selected a {
	text-decoration: underline;
	cursor: pointer;
}

div#menu a {
	color: #3b0000;
	text-decoration: none;
}

div#menu a:link {
	color: #3b0000;
	text-decoration: none;
}

div#menu a:hover {
	color: #3b0000;
	text-decoration: underline;
}

div#menu a:active {
	color: #3b0000;
	text-decoration: underline;
}


/*
   Content Styles
*/

div#content {
	/*min-height: 50px;
	/*height: 50px; /* TODO: explorer shit.. remove later. */
	background: transparent url(/_design/amulet-corner.png) 0 0 no-repeat;

	margin: 0;
	padding: 1px 0px 40px 45px; /* TODO: maybe some padding here. */
}

div#content * {
	font-family: Georgia;
}

div#content .columnleft {
	width: 392px;
	margin: 0;
	padding: 0;
	float: left;
}

div#content .columnright {
	width: 392px;
	margin: 0;
	padding: 0;
	float: right;
}

div#content div.whatsup {
	height: 74px;
	margin: 10px 0 0 0;
	background: transparent url(/_design/justnu-left.png) top left no-repeat;
	text-align: right;
}

div#content div.whatsup p {
	height: 34px; /* 74 - padding-top - padding-bottom. */
	width: 575px;
	padding: 20px 5px 20px 25px;
	margin-left: auto;
	margin-right: 10px;
	background: transparent url(/_design/justnu-right.png) top right no-repeat;
	text-align: left;
}


/*
   Basic Styles
*/

h1 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	color: #707070;
	background-color: white;

	margin: 15px;
	padding: 0px;

 /* TODO: Set nice padding and margin. */
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	color: #5d352f;
	background-color: white;

	margin: 20px 15px 3px 15px;
	padding: 0px;

 /* TODO: Set nice padding and margin. */
}

p {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: white;

	margin: 0 15px 15px 15px;
	padding: 0;

	text-align: left;
}

p.intro {
	font-weight: bold;
}

div#content img {
	margin: 0 15px 15px 15px;
	padding: 0px;
}

div#content img.separator {
	clear: both;
	margin: 10px 0px 20px 15px;
	padding: 0;
}

div#content img.blankseparator {
	clear: both;
	margin: 1px 0 1px 15px;
	padding: 0;
}

table {
	margin: 2px 15px 15px 15px;
	color: black;
	background-color: transparent;
	font-size: 1.0em;
	border-collapse: collapse;
}

table th {
	text-align: left;
	padding-right: 20px;
	font-weight: normal;
}

table td {
}



