/* ***************************



   Easy CMS CMS styles

   Maintained by Kim Steinhaug

   Web : www.easycms.no

   Last updated : 16 juni 2004



   *************************** */



/*



Some CSS to check out 

p:first-line

p:first-letter



Order of elements : 

a{}

a:link {}

a:visited {}

a:hover {}

a:active {}



font-variant can take the value of normal or small-caps.

text-transform: uppercase, lowercase



background-attachment: fixed;

background-repeat: repeat, repeat-x, repeat-y, no-repeat

background-position: x,y or x%,y% or direction(From topleft corner)

COMBO

background: url(http://www.westciv.com/gifs/bg1.gif) fixed no-repeat top center



*/   





/* -------------------- */

/* CMS Content settings */

/* -------------------- */

#content, #content td {

  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

  font-size: 12px;

  color: #000;

}

#content img {

 /* border: 1px solid #fff; */

}

/* For the insert file, this will define the links */

#insertfile {

}

#insertfile a {

}

#insertfile a:visited {

}

#insertfile a:link {

}

#insertfile a:hover {

}

#insertfile a:active {

}

  

/* -------------------------- */

/* CMS News template settings */

/* -------------------------- */



#CMSnews {

}

#CMSnews td {

  font-size: 12px;

}

/* Link to read complete article */

a.CMSnews {

}

a.CMSnews:visited {

}

a.CMSnews:hover {

}

a.CMSnews:active {

}



/* -------------------- */

/* CMS Gallery settings */

/* -------------------- */



#CMSgallery {

}

#CMSgallery h1 {

}

#CMSgallery h2 {

}

#CMSgallery td.title, #CMSgallery .title {

  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;

  font-weight: bold;

  font-size: 12px;

  padding: 0 10px 0 0;

}

#CMSgallery td.description, #CMSgallery .description {

  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

  font-style: normal;

  font-size: 10px;

}

#CMSgallery div.next-prev {

  margin-right: 20px;

  text-align: right;

}

#CMSgallery a.prev_next { 

  font-size: 12px;

  color: black;

  font-weight: bold;

  text-decoration: none;

}

#CMSgallery a.prev_next:hover {	

  text-decoration: underline;

  color: #fa4;

}

#CMSgallery div.categories {

  width: 450px;

 /* margin: auto; */

}

#CMSgallery div.categories a {

  text-decoration: underline;

  color: #333;

}

#CMSgallery div.categories a:hover {

  text-decoration: none;

}

#CMSgallery div.categories h1 {

  font-size: 20px;

  font-weight: bold;

  margin: 5px 0 0 0;

}

#CMSgallery div.categories h2 {

  font-size: 16px;

  font-weight: bold;

  margin: 8px 0 0 0;

  color: #063;

}

#CMSgallery div.categories h3 {

  font-size: 13px;

  font-weight: bold;

  margin: 5px 0 0 0;

  color: #486;

}

#CMSgallery div.categories .subs {

  margin-left: 15px; 

  color: #333;

}

#CMSgalleryCrumbs {

  margin-top: 5px;

}

#CMSgalleryCrumbs a {

  color: #aaa;

  font-weight: bold;

  text-decoration: none;

}

#CMSgalleryCrumbs a:hover {

  color: #c82;

  text-decoration: underline;

}

.wrap1, .wrap2, .wrap3 {

  display: inline-table;

  /* \*/display: block;/**/

}

.wrap1 {

  float: left;

  background: url(/images/easycms_shadow.gif) right bottom no-repeat;

}

.wrap2 {

  background: url(/images/easycms_corner_bl.gif) left bottom no-repeat;

}

.wrap3 {

  padding: 0 10px 10px 0;

  background: url(/images/easycms_corner_tr.gif) right top no-repeat;

}

.wrap3 img {

  /* display: block; */

  border: 1px solid #ccc;

  border-color: #ccc #888 #888 #ccc;

}





.ecms-thumbs-container {

  clear:both; 

  text-decoration:none;

  }

.ecms-thumbs {

  margin: 0 auto;

  margin-bottom: 10px;

  display:table;

  }

.ecms-thumbs a {

  background: #888 none no-repeat fixed top;

  }

.ecms-thumbs a, .ecms-thumbs div.prev, .ecms-thumbs div.next {

  display: table-cell;

  float: left;

  width: 18px;

  border: 3px double #ccc;

  background-color: #888;

  text-align: center;

  font-family: verdana;

  font-size: 10px;

  margin-left: 2px;

  padding-top: 3px;

  color: #fff;

  }

.ecms-thumbs a, .ecms-thumbs a:visited, .ecms-thumbs div.prev, .ecms-thumbs div.next {

  color: #fff;

  text-decoration: none;

  }

.ecms-thumbs a:visited {

  }

.ecms-thumbs a.active {

  background-color: #000;

  border: 3px double #aaa;

  }

.ecms-thumbs a:hover {

  border: 3px double #aaa;

  background-color: #000;

  color: #fff;

  text-decoration: none;

  }

.ecms-thumbs a:visited {

  }

.ecms-thumbs a.prev, .ecms-thumbs a.next, .ecms-thumbs div.prev, .ecms-thumbs div.next {

/*  width: 80px; */

  }

.ecms-thumbs div.prev, .ecms-thumbs div.next {

  border: 3px double #eee;

  background-color: #ccc;

  color: #eee;

  }

.ecms-thumbs a.prev, .ecms-thumbs div.prev {

  margin-right: 10px;

  }

.ecms-thumbs a.next, .ecms-thumbs div.next {

  margin-left: 12px;

  }

.ecms-thumbs a.timer {

  padding: 0 5px;

  width: auto;

}

/* This CSS hack should be rewritten to conditional statement */

* html .ecms-thumbs-container { display:inline-block; }



/* -------------------- */

/* CMS response settings */

/* -------------------- */



#easycmsForm {

  margin: 15px 0;

  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

  font-size: 12px;

  color : black;

  position: relative;

  height: auto;

  width: 310px;

  text-align: left;

  border: 0 solid black;

  line-height: 22px;

}

#easycmsFormRight {

  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

  font-size: 12px;

  color: black;

  position: absolute;

  top: 0;

  left: 320px;

  height: auto;

  width: 190px;

  text-align: left;

  line-height: 14px;

}

#easycmsForm span {

  position: absolute;

  float: left; 

  left: 90px;

  text-align: left;

}

#easycmsForm .items {

  margin-left: 90px;

  text-align: left;

}

#easycmsForm input {

  font-size: 12px;

  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

  width: 200px;

  height: 18px;

  border: #004E87 1px solid;

  padding: 0;

}

#easycmsForm input.button {

  font-size: 8px;

  width: 14px;

  height: 14px;

  border: #004E87 1px solid;

  cursor: pointer;

  background-color: white;

}

#easycmsForm input.send {

  font-size: 12px;

  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

  width: 140px;

  border: #004E87 1px solid;

  cursor: pointer;

  margin-top: 20px;

}

#easycmsForm textarea {

  font-size: 12px;

  width: 200px;

  border: #004E87 1px solid;

}



.easycms-search-page-top {

}

.easycms-search-page-top form {

  padding-left: 10px;

}

.easycms-search-page-top div {

  width: 280px;

  display: block;

  float: right;

}

.easycms-search-page-top p.results {

  clear: both;

  padding: 2px 0 5px 10px;

  border-top: 1px dotted #aaa;

  border-bottom: 1px dotted #aaa;

}



#easycms-search-page-results {

  color: #080;

}

#easycms-search-page-results div {

  color: #000;

}

#easycms-search-page-results a {

  font-size: 1.2em;

  font-weight: normal;

  color: #00a;

  text-decoration:underline;

}

#easycms-search-page-results a:hover {

  font-size: 1.2em;

  font-weight: normal;

  color: #00a;

  text-decoration:underline;

}

form.easycms-search-box {

  margin-left: 10px;

}

form.easycms-search-box input.search {

  width: 80px;
  border: 1px solid #A5CFFF;
  height: 15px;

}

form.easycms-search-box input.submit {

  /* width: 30px; Made Safari crop the button to sol */

  padding: 0;
  border: 1px solid #A5CFFF;

}

.llegend {

  position: relative;

  background-color: #bdb;

  border: 2px solid #0c3;

  padding: 12px;

  margin-top: 25px;

  margin-bottom: 10px;

  clear: left;

  text-align: left;

}

.llegend h2 {

  position: absolute;

  margin-top: -25px;

  background-color: #fff;

  color: #000;

  font-size: 115%;

  font-family: sans-serif;

  font-weight: bold;

  text-align: right;

  padding-left: 15px;

  padding-right: 15px;

  border: 2px solid #0c3;

}

.llegend_error {

  position: relative;

  background-color: #fcc;

  border: 2px solid #f00;

  padding: 12px;

  margin-top: 25px;

  margin-bottom: 10px;

  clear: left;

  text-align: left;

}

.llegend_error h2 {

  position: absolute;

  margin-top: -25px;

  background-color: #fff;

  color: #000;

  font-size: 115%;

  font-family: sans-serif;

  font-weight: bold;

  text-align: right;

  padding-left: 15px;

  padding-right: 15px;

  border: 2px solid #f00;

}

.llegend_queries {

  position: relative;

  background-color: #fec;

  border: 2px solid #fa0;

  padding: 12px;

  margin-top: 25px;

  margin-bottom: 10px;

  clear: left;

  text-align: left;

}

.llegend_queries h2 {

  position: absolute;

  margin-top: -25px;

  background-color: #fff;

  color: #000;

  font-size: 115%;

  font-family: sans-serif;

  font-weight: bold;

  text-align: right;

  padding-left: 15px;

  padding-right: 15px;

  border: 2px solid #fa0;

}



/* -------------------------------------------------------- */

/*                    /EASY CMS MENY                        */

/* -------------------------------------------------------- */



/* -------------------------------------------------------- */

/*                       swThreads                          */

/*                                                          */

/*  CSS kode for bruk av default menyoppsett.               */

/*  Om du ønsker å bestemme utseende 100% selv for hvordan  */

/*  publiseringsfunksjonen skal se ut redigerer du alt fra  */

/*  filen : index.CMS.menu.tpl                              */

/*  ------------------------------------------------------- */



/*

  <div id="threads">

    <div class="threads-single"><a href="?id=8&amp;nid=2&amp;threads=new"> + Legg til kommentar</a></div>

    Det finnes ingen kommentarer på denne artikkel.

  </div>

*/



#threads {

}

#threads h1 {

  font-size: 16px;

}

form.threads {

  /*

  border: 2px dotted red;

  width: 480px;

  padding: 10px;

  background-color: #fee;

  */

}

#threads #t490 {

  width: 465px;

}

#threads #t490 tr td.c110 {

  width: 110px;

}

#threads #t490 tr td.c380 {

  width: 355px;

}



form.threads input {

  border: 1px solid #000;

  width: 345px;

  font-size: 12px;

  height: 18px;

  margin-bottom: 2px;

}

form.threads input.check {

  border: none;

  background-color: transparent;

  width: 20px;

  font-size: 10px;

  height: 15px;

}

form.threads textarea.body {

  border: 1px solid #000;

  width: 450px;

  font-size: 12px;

  height: 150px;

}



#threads table.threads-table {

  width: 475px; /* 500 */

}

#threads table.threads-table th.w375 {

  width: 375px;

}

#threads table.threads-table th.w60 {

  width: 60px;

}

#threads table.threads-table th.w65 {

  width: 40px; /* 65 */

}



#threads table.threads-table th {

  border-bottom: 1px solid #aaa;

  padding-top: 2px;

  padding-bottom: 2px;

  font-weight: bold;

  font-size: 13px;

}

#threads table.threads-table td {

  border-bottom: 1px solid #aaa;

  padding-top: 2px;

  padding-bottom: 2px;

}

#threads table.threads-table td.add {

  border-bottom: none;

  padding-top: 2px;

  padding-bottom: 2px;

}



#threads table.threads-table span.postername {

  color: #888;

  font-size: 10px;

}

#threads table.threads-table a {

  text-decoration: none;

  color: #06a;

}

#threads table.threads-table a:hover {

  text-decoration: none;

  color: #fa0;

}

#threads div.threads-single-error {

  border-top:  2px solid #fee;

  border-right: 2px solid #faa;

  border-bottom: 2px solid #faa;

  border-left: 2px solid #fee;

  padding: 5px;

  width: 465px;

  background-color: #fcc;

  margin-top: 10px;

}

#threads div.threads-single {

  border-top:  2px solid #eee;

  border-right: 2px solid #ccc;

  border-bottom: 2px solid #ccc;

  border-left: 2px solid #eee;

  padding: 5px;

  width: 465px;

  background-color: #ddd;

  margin-top: 10px;

}

#threads div.threads-single .title {

  font-weight: bold;

  font-size: 12px;

}

#threads div.threads-single .name {

}

#threads div.threads-single .date {

  font-style: italic;

  margin-bottom: 5px;

}

#threads div.threads-single .body {

  background-color: #fff;

  padding: 5px;

}

#threads div.threads-single .respond {

  text-align: right;

  padding-top: 5px;

}

#threads div.threads-single .save {

  text-align: center;

  padding-top: 5px;

}

#threads div.threads-single a {

  text-decoration: none;

  color: #06a;

}

#threads div.threads-single a:hover {

  text-decoration: none;

  color: #fa0;

}

#threads div.threads-single a.admin {

  text-decoration: none;

  color: #a00;

}

#threads div.threads-single a.admin:hover {

  text-decoration: none;

  color: #fa0;

}

#threads td.b {

  font-weight: bold;

  font-size: 11px;

}

#threads td.b-line {

  font-weight: bold;

  font-size: 11px;

  border-top: 1px solid #888;

  padding-top: 3px;

}

/* -------------------------------------------------------- */

/*                      /swThreads                          */

/* -------------------------------------------------------- */





font {

 /* DO NOT SET FONT-SIZE, THIS WILL DESTROY <font size="x">tekst</font> */

}

font.size-1 {

  font-size: 10px;

}

font.size-2 {

  font-size: 14px;

}

font.size-3 {

  font-size: 18px;

}

font.size-4 {

  font-size: 22px;

}

font.size-5 {

  font-size: 26px;

}

font.size-6 {

  font-size: 30px;

}

font.size-7 {

  font-size: 34px;

}



/* LiveSearch */



#LSResult {

  position: relative;

}

#LSShadow {

  left: 10px;

  top: 2px;

  width: 300px;

  position: absolute;

  border: 1px dotted #aaa;

  background-color: #fff;

  padding: 5px;

}

#LSShadow a {

  font-weight: normal;

  color: #333;

}

#LSShadow a:hover {

  font-weight: normal;

  text-decoration: underline;

}



#logged-in-panel {

  text-align: right;

  border-bottom: 1px dotted #888;

  padding-bottom: 5px;

  margin-bottom: 5px;

}

#logged-in-panel a {

}

#logged-in-panel a:hover {

}

.greenbox {

  text-align: center;

  margin: 10px 0;

  padding: 5px 0;

  border: 2px solid #080;

  color: #000;

  background-color: #afa;

}

.redbox {

  text-align: center;

  margin: 10px 0;

  padding: 5px 0;

  border: 2px solid #800;

  color: #000;

  background-color: #faa;

}

div.paging_default {

  text-align: center;

  color: #a00;

}

div.paging_default a {

  text-decoration: underline;

  color: #000;

}

div.paging_default a:visited {

  color: #606;

}

div.paging_default a:active {

  color: #a00;

}

