/* Start of CMSMS style sheet 'sisken_stylesheet' */
/*****************
SISKEN
******************/

img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color:#A1A2A6; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  colorcolor: #A1A2A6;               /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #000000;
}

/*****************
basic layout 
*****************/
html{margin:0;} 

body {
  margin:0;
  padding:0;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#A1A2A6;
             
}



#outershell{width: 750px;
       margin: 0 auto;
                  margin-top: 50px;
                  margin-bottom: 75px;
       text-align:center;
                  background: #fff; }


#innershell{
  width:700px;
  position:relative;
  margin-left:25px;
  margin-right:25px;
                
                /*border-bottom: 2px solid #97989D;   */ }

#topsection{
  width: 700px;
  margin-top:0px;

    /*border-bottom: 2px solid #97989D; */ }

}

#topsectiongeneral{
  width: 700px;
  margin-top:0px;

    /*border-bottom: 2px solid #97989D; */ }

}


#contentwrapper {position:relative;
                              text-align:left; }


#contentwrapper, .contentwrapper{
                  padding-top: 0px;
            
}


div#content {width: 720px;
text-align:left;
padding-bottom: 65px;
 

#main {border: solid 1px #cccccc;} 

}

div#sidebar {
margin-top: 0px;
text-align:left;
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 100px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   }


div#shopmenu {
margin-top: 30px;
margin-left: 10px;
text-align:left;
font-size: 11px;
font-weight:bold;
}


div#sidebargeneral {
text-align:left;

   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 100px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: -10px;}

.CGBlogSummaryLink {font-size:13px; font-weight:bold;}



div#main {

   margin-left: 150px; /* this will give room for sidebar to be on the left side, make sure this space is         bigger than sidebar width */

   }

div#picture {float:right;
text-align:right;
   /* margin-left: 350px;  this will give room for sidebar to be on the left side, make sure this space is     bigger than sidebar width */

width:300px;
}
div#maingeneral {
float: left;
clear:left;
margin-left: 8px;
margin-top: 30px;
width: 355px;
text-align:left;
vertical-align:bottom;
}


div#blogmain {
    float:left;
    margin-top: 50px;
   margin-left: 70px; 
   margin-right:20px;
   width: 330px;

}

div#rightcolumn {
padding-top: 50px;
position:relative;
float:right;
width: 200px;
  }



div#rightcolumn a:link {

text-decoration: none; 



}

#viral {float:right;
position:relative;
border-top:  1px solid #97989D;               
padding-top: 20px;
width:200px;
padding-bottom: 20px;
border-bottom: 1px solid #97989D;
margin-bottom:20px;
}



#archivelist  {}
#archivelist ul{
  list-style-type: none;
                 margin-left: 0px;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px solid #c6c6c6;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING

*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
   color: #86878C;
}
div#content h2 {
  color: #86878C; 
  font-size: 1.3em; 
  text-align: left; 
}
div#content h3 {
   color: #86878C; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #86878C; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #86878C; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #86878C;    font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}





/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
/* COMMENTED OUT DUE TO GALLERIA CONFLICTS 
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}
*/

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */





/* Vertical menu for SISKEN*/




/* The wrapper determines the width of the menu elements */

#menuwrapper { 

   width: 100%; 

}


#primary-nav, #primary-nav ul { 

   list-style: none; 

   margin: 0px; 

   padding: 0px; 

   width: 100%; 

   margin-left: -1px;


}

#primary-nav ul { 

   position: absolute; 

   top: 0; 

   left: 100%; 

   display: none; 

}

#primary-nav li { 

   margin-bottom: -1px; 

   position: relative; 

}





/* Styling the basic apperance of the menu elements */

#primary-nav a { 


   display: block; 

   margin: 0px; 

   padding: 3px 10px; 

   color:  #A1A2A6; 
   text-decoration: none; 
   font-weight: bold;
   background:ttransparent; 

   min-height:1em; /* Fixes IE7 whitespace bug*/ 

}

#primary-nav li, #primary-nav li.menuparent { 

background-color: #fff; 
   min-height:1em; /* Fixes IE7 bug*/

}





/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 


   

}

#primary-nav li.menuparent, 

#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth
{

    min-height:1em; /* Fixes IE7 whitespace bug*/ 

}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */





/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 

#primary-nav li.menuh, 

#primary-nav li.menuparenth, 

#primary-nav li.menuactiveh {  min-height:1em; /* Fixes IE7 whitespace bug*/ 




}





/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, 

#primary-nav li:hover ul, 

#primary-nav li:hover ul ul, 

#primary-nav li.menuparenth ul, 

#primary-nav li.menuparenth ul ul { 

   display: none; 



}

#primary-nav li:hover ul, 

#primary-nav ul li:hover ul, 

#primary-nav ul ul li:hover ul, 

#primary-nav li.menuparenth ul, 

#primary-nav ul li.menuparenth ul, 

#primary-nav ul ul li.menuparenth ul { 

   display: block; 
    color: black;

}
/* IE Hack, will cause the css to not validate */
#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }

#primary-nav li a { _height: 1%; }

/* section header */

#primary-nav li.sectionheader {

   border-left: 1px solid #006699; 

   border-top: 1px solid #006699; 

   font-size: 130%;

   font-weight: bold;

   padding: 1.5em 0 0.8em 0.5em;

   background-color: #fff;

   margin: 0;

   width: 100%;

}


/* separator */

#primary-nav li hr.separator {

   display:block;

   height: 0.5em;

   color: #abb0b6;

   background-color: #abb0b6;

   width: 100%;

   border:0;

   margin:0;

   padding:0;   



}
select { 
background-color: #fff; 
color:#A1A2A6; 
border: 1px solid #cccccc;
}


input { 
background-color: #fff; 
color:#A1A2A6; 
border: 1px solid #cccccc; 
}

.siskaform { 

width:200px;
margin-top:20px;
text-align:right;
font-size: 12px; 
font-weight:bold;
 background-color: #fff; 
 border: 0px solid #cccccc; 
}


.siskaform textarea {
float:right;
width: 500px; 

 background-color: #ffffff;
}




.siskaform:hover{ 

color:#000000;
}


input.send {background-color: #fff; 
color:#A1A2A6; 
 border: 0px solid #cccccc; 
font-weight:bold;
font-size: 11px;

  }

submit {background-color: #fff; 
color:#A1A2A6; 
border:0px;
font-weight:bold;
font-size: 11px;

  }


/* FOR CLEARING FLOATS */



.clear-block:after {

  content: ".";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

}



.clear-block {

  display: inline-block;

}



/* Hides from IE-mac \*/

* html .clear-block {

  height: 1%;

}

.clear-block {

  display: block;

}

/* End hide from IE-mac */


/* FOR THE SHOP */



div.ProductDirectoryItem{

font-size: 1.0em;
font-weight:bold;}

#shopping {clear:left}



div.CategoryList {display: inline;
list-style-type: none;
padding-right: 20px;}


#detailwrapper {text-align:left;}
#detailtext {float:left; width:220px; display: block; position: relative;}
#detailpic {
margin-left:260px; }
/* #main {border: solid 1px gray;} */




/* End of 'sisken_stylesheet' */

