/* $Id: style.css,v 1.1.4.2 2009/03/19 23:50:07 couzinhub Exp $
*/

/** General styles 
---------------------------------*/

body {
  margin: 0;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}

#page {
	/* Use a 12px base font size with a 18px line height */
  font-size: 0.875em; /* 16px x .75 = 12px */
  line-height: 1.286em; /* 14px x 1.286 = 18px */
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: "Myriad Web", Arial, Helvetica, sans-serif;
}

/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link, a:visited {
  color: #990000;
  text-decoration: none;
}

a:hover, a:active {
  color: #666666;
  text-decoration: none;
}

/* Titles  */

h1 {
	font-size: 2em;
	line-height: 1.3em;
	padding: 0 0 0.5em;
	margin: 0;
}
h2.node-title {
	margin-top:1em;
	}
.submitted {
	margin-top:0;
	margin-bottom:3em;
	}
#content .content {
	margin-top:2em;
	margin-bottom:0;
	}
 
/* Nodes */
ul.links {
	margin-left:0;
	margin-top:0;
	text-indent:0;
	}
ul.links li {
	margin-left:0;
	padding-left:0;
	text-indent:0;
	list-style:URL(../images/bg-morenews.png);
	list-style-position:inside;
	display:list-item;
	}
	ul.links li a {
	color:#990000;
	}
#content .feed-icon img {
	border:0px;
	}

/* Paragraph Styles */

p {
  margin: 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

#content-bottom ul {
	margin:0;
	padding:0;
	}
#content-bottom ul li {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
	text-transform:capitalize;
	}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #ffffbb;
}
tr.even {
	background-color: #ffffaa;
}

/* Code */

pre, code {
  font-family: "monaco", "Courier New", monospace;
}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/*Header Styles*/
#header p {
	color:#ffffff;
	font-size:0.75em;
	}
#header p a {
	text-decoration:none;
	color:#cccccc;
	}
#header p a:hover {
	text-decoration:underline;
	color:#ffffff;
	}

/*Menü*/
#sidebar-left h3, #sidebar-right h3 {
	background-color:#999999;
	color:#ffffff;
	width:180px;
	margin-left:-10px;
	margin-right:-10px;
	text-indent:10px;
	padding-bottom:2px;
	padding-top:2px;
	}
#sidebar-left ul {
	margin:0;
	margin-bottom:10px;
	border-bottom:1px dotted #000000;
	margin-top:10px;
	padding:0;
	}
#sidebar-left ul li {
	list-style:none;
	margin:0px;
	margin-bottom:1px;
	padding-bottom:1px;
	border-top:1px dotted #000000;
	font-size:0.9em;
	}
#sidebar-left ul li a {
	color:#000000;
	text-decoration:none;
	}
#sidebar-left ul li a:active {
	color:#990000;
	text-decoration:none;
	}
#sidebar-left ul li a:hover {
	color:#990000;
	text-decoration:none;
	}
#sidebar-left ul li ul {
	margin:0;
	margin-bottom:10px;
	margin-top:5px;
	padding:0;
	}
#sidebar-left ul li ul li {
	text-indent:10px;
	}
#sidebar-left ul li ul li ul {
	margin:0;
	margin-bottom:10px;
	margin-top:5px;
	padding:0;
	font-size:0.95em;
	text-align:right;
	}
#sidebar-left ul li ul li ul li {
	text-indent:5px;
	}

/*Blokk*/
#sidebar-left .block p, #sidebar-right .block p {
	font-size:0.9em;
	line-height:1.2em;
	color:#333333;
	}

/*Images*/
#content img {
	margin:0px;
	border:1px solid #990000;
	}
.image-attach-teaser {
	float:left;
	margin-right:10px;
	margin-left:0px;
	}

/** Colours
---------------------------------
*  delete when starting a new theme
*/

body {
	background-color:#999999;
	}
#page {
	background-color:#990000;
	}
#main {
	background-color:#990000;
	background-image:URL(../images/bg-main.png);
	}
#content {
	}
#content-inner {
	background-color:#FFFFCC;
	}
#header {
	background-color: #ffff00;
	background-image:URL(../images/bg-header.png);
}
#navigation {
	background-color:#990000;
	}

#footer {
	background-color: #eee;
}

#sidebar-left {
}

#sidebar-right {
}

#navigation {
	background-color: #f0ff83;
}
#sidebar-right .block {
	background-color:#ffffff;
	background-image:URL(../images/bg-blokk.png);
	background-repeat:no-repeat;
	}
#sidebar-left .block {
	background-color:#ffffff;
	background-image:URL(../images/bg-blokk.png);
	background-repeat:no-repeat;
	}
#header .block {
	background-color:#000000;
	}