/* Font styles. */
/* line 2, ../sass/style.sass */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
}

/* Links */
/* line 10, ../sass/style.sass */
a:link, a:visited {
  color: #479937;
  text-decoration: none;
}

/* line 15, ../sass/style.sass */
a:hover, a:active {
  color: red;
  text-decoration: underline;
}

/* Titles. */
/* line 21, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

/* line 24, ../sass/style.sass */
h1 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

/* line 30, ../sass/style.sass */
h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em;
}

/* line 35, ../sass/style.sass */
h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

/* line 39, ../sass/style.sass */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 43, ../sass/style.sass */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 48, ../sass/style.sass */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 53, ../sass/style.sass */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
/* line 57, ../sass/style.sass */
ul, ol {
  margin-left: 0;
}

/* Table styles. */
/* line 62, ../sass/style.sass */
table {
  width: 99%;
}

/* line 67, ../sass/style.sass */
tr.even td,
tr.odd td {
  padding: 10px 5px;
}

/* line 70, ../sass/style.sass */
tr.odd {
  background-color: white;
}

/* Code. */
/* line 74, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 78, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
/* line 86, ../sass/style.sass */
ul {
  list-style-type: disc;
}
/* line 88, ../sass/style.sass */
ul ul {
  list-style-type: circle;
}
/* line 90, ../sass/style.sass */
ul ul ul {
  list-style-type: square;
}
/* line 92, ../sass/style.sass */
ul ul ul ul {
  list-style-type: circle;
}

/* line 95, ../sass/style.sass */
ol {
  list-style-type: decimal;
}
/* line 97, ../sass/style.sass */
ol ol {
  list-style-type: lower-alpha;
}
/* line 99, ../sass/style.sass */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 103, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 109, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 98%;
}

/* line 113, ../sass/style.sass */
#system-themes-form img {
  width: 100px;
}

/* line 116, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 123, ../sass/style.sass */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 127, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 134, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 139, ../sass/style.sass */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

/* line 144, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

#page{
  width: auto;
}

#header{
  background-image: url('../images/headbg.png');	
  height: 67px;
}

#navigation{
  float: none;
  width: 1000px;
  list-style: none;
  padding: 0px;
  margin: 0px auto;
}

#navigation li{
  list-style: none;
  float: left;
  padding: 0px;
  margin: 13px 34px 0px 34px;
  font-size: 14px;
  font-weight: bold;
}

#navigation li a{
  text-decoration: none;
}

#navigation li a:hover{
  color: #479937;
  text-decoration: underline;
}

#navigation li a.active{
  color: #479937;
  border-bottom: 1px solid #479937;
}

#navigation h3{
  display: none;
}

.with-navigation #content, .with-navigation .sidebar{
  margin-top: 0px;
}

#main{
  width: 1000px;
  margin: auto;
}

.bodytext,
.field-name-body{
  color: #666666;
  font-size: 18px;
  line-height: 24px;
}

.leftbox,
.ds-2col-stacked > .group-left{
  float: left;
  width: 650px;
  line-height: 26px;
  text-align: justify;
  margin-top: 20px;
}

.rightbox,
.ds-2col-stacked > .group-right{
  margin-top: 20px;
  color: #444;
  float: right;
  width: 300px;
	background: #efb61b; /* Old browsers */
	background: -moz-linear-gradient(top, #efb61b 0%, #fefcea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efb61b), color-stop(100%,#fefcea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efb61b 0%,#fefcea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efb61b 0%,#fefcea 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efb61b 0%,#fefcea 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efb61b', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #efb61b 0%,#fefcea 100%); /* W3C */
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}

.rightbox .filefield-file{
  padding: 8px 0px 8px 20px;
  font-size: 16px;
}

.rightbox .filefield-file a{
  color: #666;
}

.rightbox .block,
.field-name-field-related-information,
.field-name-images-from-article,
.field-name-field-docs{
  font-size: 14px;
  padding: 20px 8px 20px 20px;
}

.field-name-images-from-article .views-row{
  float: left;
  margin: 0px 13px 4px 2px;
}

.field-name-images-from-article .view-imagelist{
  height: 188px;
  overflow: hidden;
}

.field-name-field-docs .field-item{
  margin-bottom: 8px;
}

.rightbox .block h3{
  font-size: 16px;
}

.ds-2col-stacked > .group-footer{
  clear: both;
  padding-top: 30px;
}

/* Field images in colorbox */

.field-name-field-images .field-item{
  float: left;
  margin-right: 16px;
  margin-bottom: 7px;
}

/* Footer */

#footer .clearfix:after{
  clear: none;
}

#block-block-7{
  padding-top: 18px;
}

#footer {
  clear: both;
  margin-top: 20px;
  background-image: url('../images/footbg.png');
  height: 63px;
  text-align: center;
}

#footer .txt{
  padding-top: 18px;
}

#footer p{
  margin: 0px;
}

#footer a{
  color: #000;
}

.block-locale{
	margin-top: 6px;
}

.block-locale h3{
	display: none;
}

.block-locale ul{
	list-style: none;
	width: 150px;
	margin: auto;
}

.block-locale li{
	float: left;
	margin-right: 8px;
}


/* Carousel */

.field-name-image-gallery{
	margin: 20px 0px 40px 0px;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal,
.jcarousel-skin-ie7 .jcarousel-clip-horizontal{
	width: 920px;
	
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal{
	height: 150px;
}

.jcarousel-skin-ie7 .jcarousel-item{
	height: 150px;
	border: 0px;
	text-align: center;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-horizontal{
	top: 80px;
}

#views_slideshow_cycle_main_imagelist-block_1{
	display: none;
}

/* Shantibus venner registrering */
.page-node-14 #main{
  background-image: url('/sites/default/files/IMGP2865w3.jpg');
}

.page-node-14 .field-name-body{
  background-color: #FFF;
  opacity: 0.9;
  color: #000;
  filter: alpha(opacity=90);
  width: 50%;
  float: left;
}

.page-node-14 .field-name-body .field-items{
  padding: 20px;
}

.page-node-14 #webform-client-form-14{
  background-color: #FFF;
  opacity: 0.9;
  color: #000;
  filter: alpha(opacity=90);
  width: 50%;
  float: right;
}

.page-node-14 #webform-client-form-14 .form-item{
  padding: 2px 20px 4px 20px;
}

.page-node-14 #webform-client-form-14 .form-text{
  width: 260px; 
}

.page-node-14 #webform-client-form-14 label{
  display: block;
  text-align: right;
  float: left;
  width: 100px;
}

.page-node-14 #main{
  background-image: url('/sites/default/files/IMGP2865w3.jpg');
  height: 602px;
}

.page-node-14 .field-name-body{
  background-color: #060;
  opacity: 0.9;
  color: #FFF;
  filter: alpha(opacity=90);
  width: 50%;
  float: left;
  margin-top: 90px;
  height: 400px;
}

.page-node-14 .field-name-body h1{
  font-weight: bold;
  text-transform: uppercase;
}

.page-node-14 .field-name-body .field-items{
  padding: 20px 36px;
}

.page-node-14 #webform-client-form-14{
  background-color: #FFF;
  opacity: 0.9;
  color: #060;
  filter: alpha(opacity=90);
  width: 50%;
  float: right;
  margin-top: 90px;
  height: 400px;
}

.page-node-14 #webform-client-form-14 .webform-component--navn{
  margin-top: 22px;
}

.page-node-14 #webform-client-form-14 .form-item{
  padding: 2px 20px 4px 20px;
}

.page-node-14 #webform-client-form-14 .form-text{
  width: 160px; 
  padding: 2px;
  border: 1px solid #000;
}

.page-node-14 #webform-client-form-14 label{
  display: block;
  text-align: right;
  float: left;
  width: 160px;
}

.page-node-14 #webform-client-form-14 .form-actions{
  margin-left: 192px;
}

.page-node-14 #webform-client-form-14 .webform-submit{
  cursor: pointer;
  border: 0px;
  background-color: #060;
  color: #FFF;
  border:1px solid #34740e; 
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 14px; 
  text-decoration:none; 
  display:inline-block;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight:bold; 
  color: #FFFFFF;
  background-color: #4ba614; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
  background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
  background-image: -moz-linear-gradient(top, #4ba614, #008c00);
  background-image: -ms-linear-gradient(top, #4ba614, #008c00);
  background-image: -o-linear-gradient(top, #4ba614, #008c00);
  background-image: linear-gradient(to bottom, #4ba614, #008c00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
}

.node-webform ul{
  margin-left: 30px;
  margin-bottom: 20px;
}

.field-name-field-webform-info{
  clear: both;
  padding: 145px 50px 20px 50px;
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
