/*
Theme Name: Norcode
Theme URI: http://tiber.no
Description: Custom theme for the Norwegian Copyright Development Association.
Version: 1.0
Author: Jostein B. Eliassen // Tiber AS
Author URI: http://tiber.no
*/


/* @import url("helpers.css"); */

/*  Basics
*/

html {
   /* font: 0.85em Arial, "Lucida Sans Unicode", "Lucida Grande", sans-serif; */
   min-height: 100%;
   background: white url(./img/bg.png) repeat-x center bottom;
   }

body {
   text-align: center;
   }

a:link { color: #c1422f; }
a:hover { text-decoration: none; }

a:link img { border: none; }

img.generated-text { vertical-align: top; }

.content ul {
   margin-bottom: 0.5em;
   margin-top: -0.8em;
}


.content h1.headerblock {
	margin: 0px 0px;
	padding: 0px 0px;
}

.content h1.headerblock img,
div.ccm-page-list h3 a img 
{
	margin-left: -3px;
}

div.ccm-page-list-description {
	margin-bottom: 1em;
}
/*  Structure
*/

#page-top {
   width: 990px;
   margin: 0 auto;
   background: url(./img/bg_top.png) no-repeat center top;
   height: 48px;
}


#outer-wrapper {
   text-align: left;
   width: 990px;
   margin: 0 auto;
   background: url(./img/bg_strip.png) repeat-y center top;
   }

#inner-wrapper {
   padding: 20px 43px 50px 43px;
   background: url(./img/bg_bottom.png) no-repeat center bottom;
   }

#header {
   }

#title-image {
  float: left;
  width: 285px;
}

#links-right {
   float: right;
   text-align: right;
   /*margin: -80px -4px 0 290px;*/
   margin-top: -80px;
   width: 700px;
}

#navigation {
  margin-top: 35px;
  padding-bottom: 10px;
}

#language-links li, #navigation li { display: inline; padding: 0px 4px 0px 7px; }

#navigation li { margin: 0px 4px 0px 4px; }

#navigation li.active, #language-links li.active {
   color: #c1422f;
   margin-bottom: 12px;
   border-bottom: 1px solid #ddd;
   }

#illustration {
   margin-top: 20px;
   background-color: black;
   color: white;
   height: 283px;
   overflow: hidden;
   width: 100%;
   clear: both;
}

#content {
   margin-top: 19px;
   background: url(./img/bg_inner.png) repeat-y top center;
}

/* made obsolete by bg_inner.png
#content #main, #content #right { background-color: #e5edef }
*/


#right { padding: 14px; }
#main {
   width: 493px;
   float: left;
   padding: 14px 14px 14px 14px;
}

#main h3, #right h3 { 
   margin-top: 0;
   font-weight: normal;
   color: #01725f;
}



#right {
   width: 336px;
   float: right;
}

#content #right .quote {
   margin-bottom: 20px;
}

#footer {
   padding-top: 15px;
}

#footer .author { float: left; margin-top: 8px; }

#companies { float: right; }

