/*-----------------------------------------------------------------------------
default.css

orange: rgb(255,127,0)
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
html
-----------------------------------------------------------------------------*/
body
{
    background: white;
    font-size: 11px;
    line-height: 1.3;
}
body,
body *
{
    margin: 0;
    padding: 0;
    color: rgb(84,84,84);
    font-family: arial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6
{
    margin-bottom: .5em;
    color: rgb(102,102,102);
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.3;
}
h1
{
    font-size: 158%;
    text-transform: uppercase;
}
h2
{
    font-size: 140%;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5
{
    font-size: 1em;
}
h6
{
    font-size: 1em;
}
ul
{
    list-style: square outside;
    margin: 0 0 1em 1.5em;
    padding: 0;
}
ul li
{
    list-style: outline square;
    margin-bottom: .5em;
}
address
{
    margin-bottom: 1em;
    font-style: normal;
}
address span
{
    display: block;
}
p
{
    margin-bottom: 1em;
}
a:link,
a:visited
{
    color: rgb(0,80,128);
    text-decoration: underline;
}
a:hover,
a:active
{
    color: rgb(0,112,170);
    text-decoration: underline;
}
a:active
{
    color: rgb(255,127,0);
    text-decoration: underline;
}
a img
{
    border: none;
}
/*-----------------------------------------------------------------------------
navigation
-----------------------------------------------------------------------------*/
#nav ul, #nav li
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav ul.hom-menu
{
}
#nav ul ul
{
    margin-left: 1em;
}
#nav ul li
{
    margin-top: 1em;
}
#nav ul.hom-menu li.first-child
{
    margin-top: 0;
}
#nav ul ul li
{
    margin-top: .25em;
}
#nav a
{
    background: inherit;
    color: rgb(64,64,64);
    font-family: arial, helvetica, 'trebuchet ms', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}
#nav ul ul a
{
    text-transform: none;
}
#nav a.active
{
    color: rgb(255,127,0);
}
#nav a:hover
{
    color: rgb(153,153,153);
    text-decoration: none;
}
#foot
{
    font-size: 90%;
}
#foot,
#foot *
{
    color: rgb(153,153,153) !important;
    line-height: normal;
    text-decoration: none !important;
}
/*-----------------------------------------------------------------------------
design
-----------------------------------------------------------------------------*/
img.left
{
    float: left;
    margin: .5em 1em .5em 0;
}
img.right
{
    float: right;
    margin: .5em 0 .5em 1em;
}
#head div,
#head a
{
    background: white;
}
#head a
{
    display: block;
    padding-bottom: 2px;
    border-bottom: 1px solid rgb(255,127,0);
}
#head img
{
    display: block;
}
#logo
{
    position: absolute;
    right: 0;
    top: 0;
}
#content
{
    line-height: 1.5;
}
#foot span
{
    float: left;
    text-align: left;
}
/*-----------------------------------------------------------------------------
medarbetare
-----------------------------------------------------------------------------*/
ul.employeelist,
ul.employeelist li,
ul.employeelist ul,
ul.employee
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.employeelist li.employee
{
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 2em;
}
ul.employeelist li.employee.alt
{
    float: right;
    clear: right;
}
ul.employeelist img.employee
{
    float: left;
    height: 100px;
    width: 75px;
    margin-right: .5em;
}
ul.employee
{
  margin-bottom: 1em;
}
/*-----------------------------------------------------------------------------
projekt/album/thickbox
-----------------------------------------------------------------------------*/
span.projectno
{
    color: rgb(255,127,0);
}
div.album h2.albumname
{
    display: none;
}
ul.albumlist
{
    margin: 0;
    padding: 0;
}
ul.picturelist
{
    float: left;
    clear: both;
    width: 100%;
    margin: 1em 0 0 0;
    padding: 0;
}
/* Album and Picture Lists */
li.thumb
{
    float: left;
    list-style-type: none;
    width: 155px;
    /*margin: 0 1px 4px 0;*/
    margin: 0 10px 10px 0;
    padding: 0;
    line-height: normal;
    text-decoration: none;
}
li.thumb img,
li.thumb a img,
li.thumb a:link img
{
    display: block;
    float: right;
    width: 96px;
    height: 72px;
    margin: 0;
    padding: 10px;
    background-color: white;
    border-top: 1px solid #eee;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-left: 1px solid #eee;
    text-decoration: none;
}
li.thumb.alt img,
li.thumb.alt a img,
li.thumb.alt a:link img
{
    float: left;
}
/*li.thumb a:visited img
{
    background-color: #eee;
}*/
li.thumb a:hover img
{
    background-color: rgb(241,243,233);
}
/* Styling of text and navigation for Album */
.albumname
{
    font-size: smaller;
    text-align: center;
    font-weight: bold;
    font-style: normal;
}

.albumpicturecount
{
    font-size: smaller;
    text-align: center;
    font-weight: normal;
    font-style: italic;
}

.albumcomment
{
    text-align: center;
    font-weight: normal;
    font-style: normal;
}

.albumnav
{
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: smaller;
}

.instructiontext
{
    font-weight: normal;
    font-style: normal;
    font-size: smaller;
    font-style: italic;
}

/* Big Picture */
.bigpicture
{
    padding: 0.5em 0 0;
    clear: left;
    border-top: 1px solid #ccc;
    text-align: center;
}

.bigpicturecaption
{
/* Big picture caption */
    text-align: center;
    margin: 0 0 5px;
    padding: 0;
}

.bigpicture img
{
/* Big picture settings */
    padding: 18px;
/* Image padding to form photo frame. */
    width: 80%;
/* Width of big picture - set to auto for actual width*/
    margin: 0;
    background-color: white;
/* Background of picture */
    border-top: 1px solid #eee;
/* Borders of picture frame */
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-left: 1px solid #eee;
    text-decoration: none;
}

.bigpicturenav
{
    margin: 0;
    padding: 0;
    color: #000;
    font-size: smaller;
    line-height: normal;
}
#TB_overlay {
  position: absolute;
  z-index:100;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: rgb(102,102,102);
  opacity: 0.6;
}
#TB_window {
  position: absolute;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
}
#TB_window img {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:5px 10px 7px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: absolute;
  display:none;
  height:100px;
  width:100px;
  z-index:101;
}
#TB_HideSelect{
  z-index:99;
  position:absolute;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  opacity: 0;
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
/*-----------------------------------------------------------------------------
eof
-----------------------------------------------------------------------------*/

