/*======================================
      Dragonfly MkIII Stylesheet
--------------------------------------      
     Copyright Jens Raaby/Dragonfly
      Author: Jens Raaby
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/

body {
	color: #333;
	background-color: #666;
}
.container a:link {
	text-decoration: underline;
	color: #000;
}
.container a:visited {
	text-decoration: underline;
	color: #333;
}
.container a:hover {
	text-decoration: underline;
	color: #ec008c;
}
.container a:active, .container a:focus {
	text-decoration: underline;
	color: #ec008c;
}
.container code, .container pre {
	color: #c33;
} /* very optional, but still useful. W3C uses about the same colors for codes */
/**************************************/
/*              GLOBALS               */
/**************************************/
html {
	font-size: 76%;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
}
#main {
	background-color: #FFF;
	/*position: relative;*/
}
/**************************************/
/*              HEADER                */
/**************************************/

#header {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 177px;
}
#logo {
	padding-top: 12px;
}
/**************************************/
/*             NAVIGATION             */
/**************************************/

#navigation {
	/*font-family:"Palatino Linotype", "Palatino", Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
	font-variant: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: lowercase;
	text-decoration: none;
}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#content, #newscontent {
	margin-left: 40px;
	
}

#contentWrapper {
	padding-left: 20px;
	padding-right: 20px;
}
#content p {
	font-size: 0.8em;
	text-align: center;
}
#content h1, #content h2 {
	text-align:center;
}
#newscontent p {
	font-size: 0.8em;
	text-align: left;
}

h1 {
  font-size: 3em;
  font-weight: normal;
}

h2 {
  font-size: 2.7em;
font-weight: normal;
line-height: 1em;
}

/**************************************/
/*               FOOTER               */
/**************************************/
div#footer {
	font-size: .8em;
}
#footer #information {
	padding-top: 3em;
	padding-bottom: 1.5em;
	text-align: center;
}
#footermenu {
	margin: 0px auto;
	padding: 0px;
	width: 500px;
	list-style-type: none;
}
#footermenu li {
	display: inline;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-right: 1em;
	padding-left: 1em;
}
#footermenu li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/**************************************/
/*               GALLERY               */
/**************************************/


#thumbnails {
margin-left: 12px;
	width: 650px;
}

.gallery{
          margin:0; padding:0;
         
          overflow:hidden; /* Clears the floats */
          width:100%; /* IE and older Opera fix for clearing, they need a dimension */
          list-style:none;
        }
          .gallery li{
            float:left;
            display:inline; /* For IE so it doesn't double the 1% left margin */
            width:100px; /* 13.8% for Firefox, 14.8% for IE. set to */
            margin:0 0 10px 1%; padding:10px 0;
            height:83px; /* Height of img (75) + 2 times 3px padding + 2 times 1px border = 83px */
            position:relative; /* This is the key */
            background:url(45degree.png);
          }
            .gallery a,
            .gallery img{
              display:block;
              width:100%;
            }

            a img{ border:none; } /* A small fix */

            .gallery a:link,
            .gallery a:visited,
            .gallery a:focus,
            .gallery a:hover,
            .gallery a:active{
              padding:3px;
              background:#eeefef;
              width:75px; height:75px;
              border:1px solid #eeefef; /* We blend the border with the bg, as if it isn't there */
              position:absolute; top:50%; left:50%; /* position it so that image's top left corner is in the center of the list item */
              margin:-41px 0 0 -41px; /* Pull the image into position with negative margins (margins value is half of the width of the image) */
            }
            .gallery a:hover{
              border-color:#dfdfdf;
            }

            /* These are all optional, for decoration purpouses only */
            .gallery{
/*              border-bottom:2px solid #000;
*/              padding-bottom:10px;
              margin-top:10px;
            }


/**************************************/
/*               NEWS Pages           */
/**************************************/
.left {
	text-align: left;
}

div.newsitem {
	padding: 1em;
	border-bottom: 1px solid #999;

}
div.newsitem h4 {
	font-size:1.2em;
}

