/* Generic elements */

html {
  /* text-align: center; */
  font-size: 11pt;
  color: #222;

  font-family: Arial, Helvetica, sans-serif;
}

body {
  position: relative;
  text-align: center;
  font-size: 11pt/160%;
  color: #222;
  background: #dddddd url(images/background.png);
}

.outer-wrap {
  position: relative;
  width: 800px;
  text-align: left;
  background: transparent url(images/background-dark.png);
  margin: 0 auto;
  margin-top: 1em;
  padding: 0;
}

.wrap {
  width: 500px;
  text-align: justify;
  background: transparent url(images/background-content.png);
  margin: 5px;
  padding:0;
  position: relative;
  float: left;
}

.wide-wrap {
  width: 790px;
}

.right-area {
  position: relative;
  margin: 5px;
  margin-left: 515px;
  width: 280px;
  /*background: #555 url(images/background-dark.png) repeat;*/
}

.right-area div.block {
  padding: 0 0.5em;
  background: url(images/background-block.png) repeat-x;
}

.wide-sample {
    background-color: #aaa;
}

.smooth {}

a,
a:link,
a:active
 {
  border: none;
  text-decoration:none; 
  font-size: inherit;
  color: #33d;
}

a:hover {
  color: black;
}

.node h2 a,
.node h2 a:link,
.node h2 a:hover,
.node h2 a:active
{
   font-weight: bold;
   color: black;
}

.node h2 a:hover {
   color: #555;
}
.more-link, .links {
 font-size: 90%;
}

.more-link  a,
.more-link  a:link,
.more-link  a:hover,
.more-link  a:active,
.links li a,
.links li a:link,
.links li a:hover,
.links li a:active
{
   color: #e94b0c;

}

.node ul.links {
 position: relative;
 width: 100%;
}

.node ul.links li {
 padding-left: 1em;
 padding-right: 0;
 float: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
/** header and related styles */


.header {
  position:relative;
  background: url(images/header.png) no-repeat;
  margin: auto;
  padding-top: 11px;
  width:800px;
  height:85px;
  clear: both;

}

#primary-menu {
  background: url(images/background.png);
  position: relative;
  left:0;
  text-align: left;
  margin: auto;
  width: 800px;
}

#primary-menu ul{
  margin-left: 150px;
  padding: 3px;
  padding-right: 0;
  width: 647px;
  background: white;
}

#primary-menu ul li {
  padding: 2px;
}

img#logo {
  display: block;
  width: 430px;
  height: 80px;
  border: 0;
}


/* horisontal menu, tabs, ... */
ul.horisontal-menu { 
  font-size: 10pt;
  padding: 0;
  margin: 4px; 
}

ul.horisontal-menu li { 
  font-size: 10pt;
  padding: 0;
  margin: 4px;
  display: inline;
  list-style: none;
}

ul.horisontal-menu li a,
ul.horisontal-menu li a:link,
ul.horisontal-menu li a:active{ 
  font-size: 10pt;
  font-family: Arial, Helvetica;
  color: #555;
  font-weight: bold;
}

ul.horisontal-menu li a.active,
ul.horisontal-menu li a.active:link,
ul.horisontal-menu li a.active:active{ 
  color: #111;
}

ul.horisontal-menu li a:hover {
  color: #ff7f29;
}

#top-menu ul { margin:0; padding: 0}
#top-menu ul li { }
#top-menu  { text-align: right; padding-right: 1em;}

/* breadcrumbs */

div.breadcrumb {
 margin: 5px;
}

div.breadcrumb a,
div.breadcrumb a:link,
div.breadcrumb a:active {
  font-size: 10pt;
  font-family: Arial, Helvetica;
  color: #111;
  font-weight: bold;
}


/* tabs */

#tabs-wrapper ul.primary a,
#tabs-wrapper ul.primary a:link,
#tabs-wrapper ul.primary a:active {
  font-size: 10pt;
  font-family: Arial, Helvetica;
  color: #111;
  font-weight: bold;
}

/* book navigation */
div.book-navigation div.page-links a,
div.book-navigation div.page-links a:link,
div.book-navigation div.page-links a:active {
  font-size: 10pt;
  font-family: Arial, Helvetica;
  color: #555;
  font-weight: bold;
}

/** content styles */
#mission {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}



div.content-wrapper {
  margin: 1em;
}
div.content-wrapper h1 {
  font-size: 12pt;
  font-weight: normal;
}
div.content-wrapper h2 {
  font-size: 12pt;
}

div.content-wrapper h3 {
  font-size: 12pt;
}

div.content-wrapper h4 {
  font-size: 12pt;
}
div.content-wrapper h2,
div.content-wrapper h3,
div.content-wrapper h4,
div.content-wrapper h5, 
div.content-wrapper h6 {
  color: #777;
  font-weight: bold;
}

/*blocks */
.block .item-list ul{
  text-align: left;
  margin: 0;
  padding: 0;
}

.block .item-list li{
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

.block .item-list li .event-date {
  padding-right: 0.5em;
  font-weight: bold;
  color: #555; 
}


/*'special' layouts (like home page) */

#main-col {
  margin: 0;
  padding: 0px;
  padding-right: 1em;

  width: 480px;
  position: relative;
  vertical-align: top;
}

#aux-col {
  margin: 0;
  padding: 0px;
  width: 280px;
  position: relative;
  vertical-align: top;
}

#aux-col .block h2 {
  background: #e94b0c;
  color: white;
  padding: 3px;
  font-size: medium;
}

#aux-col .block .content {
  padding: 3px;
  font-size: smaller;
  border-bottom: 1px solid #ddd;
}


/* user profile */
.user_info {
  background: #ccc;
  border: 1px solid #555;
  width: 220px;
  text-align: center;
}

.user_info .picture {
  border: none;
  margin: 1em;
}

.user_info .picture img{
  border: 3px solid white;
}

.user_info .user_member {
  width: 100%;
  text-align: left;
  margin: 1em;
}



/*node lists */

div.ron-list {
  margin-left: 10px;
}

div.ron-list {
  font-size: 95%;
}

div.ron-list h1{
  background: #e94b0c;
  color: white;
  padding: 3px;
}

div.ron-list div.node {
  position: relative;
}

div.node div.symbol{
  float: left;
  margin: 2px 1em 1em 0;
}
div.node div.symbol img{
  width: 250px;

}

/*tagsoup*/
div.tagsoup {
  margin-left: 1em;
  width:100%;
}

div.tagsoup ul {
  padding: 0;
  
}
div.tagsoup ul li{ 
  list-style-type: none;
  display: inline;
  margin: 0 1em 0 0;
  padding: 0
}
div.tagsoup ul li a:link,
div.tagsoup ul li a:visited,
div.tagsoup ul li a:active {
  color: #555;
}

div.tagsoup ul li a:hover {
  color: #ff7f29;
}

div.tagsoup ul li a.small-tag {
  font-size: small;
}

div.tagsoup ul li a.medium-tag{
  font-size: medium;
}

div.tagsoup ul li a.large-tag{
  font-size: large;
}

/* comments and friends */
div.comments {
  background-color: #efefef;
}

.comments div.comment h1{
  font-size: 95%;
  font-weight: normal;

  background-color: #999;
  color: white;

  padding: 2px;
  margin-bottom:0;
}

div.comment div.content { 
  border: 1px solid #999; 
  margin: 0;
  padding: 5px;
  font-size: 95%;
}

div.comment div.comment {
  margin-left: 15px;
}

/* bottom controls box */
div.control-box {
  background: transparent url(images/background-dark.png);
  font-size: 10px;
  padding: 5px;
  color: #bbb; 
  position: relative;
}

div.control-box a,
div.control-box a:link,
div.control-box a:active
{
  color: #ccc; 
}
div.control-box a:active
{
  color: #ff7f29;
}
div.control-box h2 {
  color: #bbb; 
  font-weight: normal; 
  font-size: 10pt;
  padding:0;
  margin: 2px;
}

div.control-box ul {
  margin: 2px;
  padding:0;
}

div.control-box ul li{
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
  
}

div.control-box div.block {
  float: left;
  padding: 0 5px 5px 0;
}

.clear {
  clear: both;
}

#footer { font-size: 10pt; }

div.clear-both {
  clear: both;
}


fieldset {

}

legend,
legend a,
legend a:link,
legend a:active,
legend a:visited,
legend a:hover {
  color: #555;
}


.fieldset-wrapper  {
  border: #999;
}


img.left-image {
  display: block; float: left; margin: 3px 3px 3px 0;
}

/* secondary/section navigation */
div.tabs-or-menus {
 position: relative;
 padding: 2px 0;
 font-size: small;
 border: none;
 width: 100%;
 line-height: 1em;
}

div.tabs-or-menus ul.primary {
 border: none;
}

div.tabs-or-menus ul.primary li{
 border: none;
}

div.tabs-or-menus ul.primary li a{
 border: none;
 background: transparent;
}

div.tabs-or-menus ul.primary li a{
  color: #fff;
}

div.tabs-or-menus ul.primary li.active a {
  color: #e94b0c;
}

div.tabs-or-menus ul.primary li a:hover {
 color: #aaa;
}

