/*

   version: 2009-09-07

*/


/* anchor */

a
{
   color: #cccc66;
   text-decoration: none;
}

@media print
{
   a
   {
      color: black;
   }
}

a:hover
{
   text-decoration: underline;
}



/* body */

body
{
   background-color: #14244d;
   background-image: url('background.jpg');
   color: #cccccc;
   font-family: Tahoma;
   font-size: 0.8em;
   text-align: left;

   margin-left: 0em;
   margin-right: 0em;

}

@media print
{
   body
   {
      background-color: white;
      background-image: none;
      color: black;
   }
}


/* heading 1 */

h1
{
   color: #999966;
   font-size: 2em;
   margin-bottom: 0.6em;
   margin-top: 0px;
}

@media print
{
   h1
   {
      font-size: 1.5em;
   }
}


/* heading 2 */

h2
{
   color: #999966;
   font-size: 1.5em;
   margin-bottom: 0.5em;
   margin-top: 2em;
   padding: 0em;
}

@media print
{
   h2
   {
      font-size: 1.2em;
   }
}


/* heading 3 */

h3
{
   margin-bottom: 0.5em;
   margin-top: 1.5em;
   font-size: 1.2em;
}

@media print
{
   h3
   {
      font-size: 1em;
   }
}


/* image */

img
{
   border: 3px solid white;
}

@media print
{
   img
   {
      border: 1px solid black;
   }
}


/* list item */

li
{
   margin-right: 0em;
   padding-right: 0em;
}


/* paragraph */

p
{
   margin-bottom: 0.2em;
   margin-top: 0.5em;
}


/* unordered list */

ul
{
   margin-bottom: 0.5em;
   margin-top: 0.5em;
}


/*
   class
*/

/* class author */

span.author
{
   color: #cccccc;
   font-weight: bold;
   letter-spacing: 0.2em;
}


/* class blog image */

div.blog_image
{
   float: left;
   margin-right: 27px;
}

div.blog_image p
{
   margin-bottom: 0px;
   margin-top: 0px;
}


/* class blog text */

div.blog_text
{
   float: left;
   margin-bottom: 25px;
   padding-right: 2em;
   width: 450px;
}

div.blog_text table
{
   margin-right: 27px;
}


/* class blog item */

div.blog_item
{
   float: left;
   margin-left: 0px;
   margin-right: 60px;
   padding-bottom: 3em;
   padding-left: 0px;
   padding-top: 0px;
   width: 360px;
}

div.blog_item h2
{
   margin-bottom: 0px;
}

div.blog_item h6
{
   font-size: 1em;
   font-weight: normal;
   letter-spacing: 0.05em;
   margin-bottom: 2em;
   margin-top: 2px;
}



/* class column small */

div.column_small
{
   float: left;
   margin-left: 0px;
   margin-right: 60px;
   padding-bottom: 3em;
   padding-left: 0px;
   padding-top: 0px;
   width: 360px;
}

@media print
{
   div.column_small
   {
      float: left;
      padding-right: 1.5em;
      width: 100%;
   }
}


/* class blog date */

span.blog_date
{
   letter-spacing: 0.05em;
   margin-bottom: 2em;
   margin-top: 2px;
}


/* class first */

h2.first
{
   margin-top: 0em;
}


/* class intro_index */

div.intro_index
{
   clear: both;
}


/* class no_split */

span.no_split
{
   white-space: nowrap;
}


/*
   id
*/

/* id copyright */

#copyright
{
   clear: both;
   margin-left: 40px;
   padding-top: 3em;
}

@media print
{
   #copyright
   {
      display: none;
   }
}

#copyright a
{
   color: #cccccc;
}

#copyright p
{
   font-size: 0.8em;
}

@media print
{
   #copyright a
   {
      color: black;
   }
}


/* id detail */

#detail
{
   float: left;
   margin-left: 0px;
   margin-top: 10px;
   padding-left: 0px;
   width: 95%;
}


/* id detail content */

#detail_content
{
   margin-left: 40px;
}


/* id detail title */

#detail_title
{
   margin-left: 40px;
}


/* id image detail */

#image_detail
{
   float: left;
   width: 50%;
}

@media print
{
   #image_detail
   {
      clear: both;
      width: 100%;
   }
}

#image_detail p
{
   margin-top: 0px;
   margin-bottom: 0px;
}


#image_detail p img
{
/*   width: 99%;*/
}


/* id image list */

#image_list
{
   display: none;
}


/* id image list 2 */

#image_list_2 img
{
   margin-right: 5px;
   margin-bottom: 5px;
   cursor: pointer;
   border: 1px solid white;
}

@media print
{
   #image_list_2 img
   {
      border: 1px solid black;
   }
}


/* id image navigation */

#image_navigation
{
   display: none;
}


/* id image navigation 2 */

#image_navigation_2
{
   font-size: 0.9em;
   margin-bottom: 3em;
}

@media print
{
   #image_navigation_2
   {
      display: none;
   }
}


/* id logo */

#logo
{
   margin-bottom: 20px;
   margin-left: 40px;
   margin-top: 20px;
}

#logo a
{
   color: #999966;
   text-decoration: none;
}

@media print
{
   #logo a
   {
      color: black;
   }
}

#logo img
{
   border: 0px;
}

#logo p
{
   color: #66cccc;
   font-size: 1.8em;
   font-weight: bold;
   letter-spacing: 0.4em;
}

@media print
{
   #logo p
   {
      color: black;
   }
}


/* id logo screen */

#logo_screen
{
   display: inline;
}

@media print
{
   #logo_screen
   {
      display: none;
   }
}


/* id logo print */

#logo_print
{
   display: none;
}

@media print
{
   #logo_print
   {
      display: inline;
   }
}


/* id main navigation */

#main_navigation
{
   background-color: #2d3341;
   border-top: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   margin-bottom: 1em;
   margin-left: 0px;
   margin-right: 0em;
   margin-top: 0em;
   padding-bottom: 0.4em;
   padding-left: 40px;
   padding-right: 0em;
   padding-top: 0.4em;
}
       
#main_navigation li
{
   color: #333333;
   display: inline;
   margin: 0em;
   padding-bottom: 0.25em;
   padding-left: 0em;
   padding-right: 1em;
   padding-top: 0em;
}

#main_navigation li a
{
   color: #cccccc;
}

@media print
{
   #main_navigation
   {
      display: none;
   }
}

#main_navigation ul
{
   font-size: 0.9em;
   font-weight: bold;
   margin: 0em;
   padding: 0em;
}


/* id navigation path */

#navigation_path
{
   margin-left: 40px;
   margin-bottom: 0px;
   margin-top: 15px;
}

#navigation_path a
{
   color: #cccccc;
}

@media print
{
   #navigation_path a
   {
      color: black;
   }
}

#navigation_path p
{
   font-size: 1em;
}

@media print
{
   #navigation_path p
   {
      font-size: 0.65em;
   }
}


/* id space */

#space
{
   display: none;
}

@media print
{
   #space
   {
      clear: both;
   }
}


/* id tip navigation */

#tip_navigation
{
   letter-spacing: 0.1em;
   line-height: 1.5em;
   margin-bottom: 1.4em;
   margin-left: 40px;
   margin-right: 0.5em;
   margin-top: 0em;
   padding-bottom: 0em;
   padding-top: 0em;
}

@media print
{
   #tip_navigation
   {
      display: none;
   }
}

#tip_navigation li
{
   display: inline;
   font-size: 1em;
   font-weight: bold;
   margin: 0em;
   padding-bottom: 0.2em;
   padding-left: 0em;
   padding-right: 1em;
   padding-top: 0em;
}


#tip_navigation ul
{
   border: none;
   display: inline;
   margin: 0em;
   padding: 0em;
}

#tip_navigation a
{
   color: #cccccc;
}

