/* CSS Style fuer LZarG - Gallery */
/* copyright d buechner - 2009 */

/* global */
html{
      height: 100%;
      background-color: white;
}

body{
      font-family: Verdana, Tahoma, sans-serif;
      font-size: 80%;
      padding: 0px;
      margin: 2% 2% 0% 2%;
      color : #303030;
      background-color: white;
      background: white url('images/bg1.png') fixed center no-repeat;
}

p{
      margin: 0px;
      padding: 0px 0px 16px 0px;
      line-height: 1.7em;
}

h1{
/*       font-family: times, serif; */
      font-size: 108%;
      letter-spacing: .1em;
      background: transparent;
      color: #6EAB03;
}

h2{
      margin: 0px;
      padding: 0px 0px 0px 0px;
      font-size: 100%;
      letter-spacing: .1em;
      font-weight: normal;
      text-decoration: none;
}

a{
      outline: none;
}

img{
      border: 0px;
}

/* image positioning - left, right and center */

.left{
      float: left;
      padding: 0px 0px 0px 0px;
}

.right{
      float: right;
      padding: 0px 0px 0px 8px;
}

.center{
      display: block;
      text-align: center;
      margin: 0 auto;
}

#menu{
      background: #898867 url(images/menu.png);
      color: #F5F6F0;
      border-color: #CCCCCC;
}

#menu li a{
      background: transparent;
      color: #F5F6F0;
      border-color: #989898;
}

#menu li a:hover,
#menu li a.selected{
      background: #898867 url(images/menu_hover.png);
      color: #F5F6F0;
      border-color: #989898;
}

#left_sidebar,
#content,
#right_sidebar,
#content a:hover{
      background: #F5F6F0 transparent;
      color: #777;
}

.sidebaritem{
      background-color : rgb(188, 201, 245);
      color: #555;
}

.sbilinks li a,
.sidebaritem a{
      background: transparent url(images/arrow.png) no-repeat left center;
      color: #555;
}

.sbilinks li a:hover,
.sidebaritem a:hover,
.sidebar li a.selected{
      background: transparent url(images/arrow_select.png) no-repeat left center;
      color: #555;
}

#address,
#footer a,
#footer a:hover{
      background: transparent;
      color: #414141;
}

/* block quote */
blockquote{
      margin: 20px 0px 20px 0px;
      padding: 10px 20px 0px 20px;
      border-left: 8px solid;
      border-color: #777;
}

/* unordered list */
ul{
/*       font-family: times, serif; */
      font-size: 105%;
      font-weight: normal;
      color: black;
      margin: 8px 0px 0px 16px;
      padding: 0px;
	   float: left;
	   list-style-type: none;
}

ul li{
      list-style-type: none;
      margin: 0px 0px 11px 0px;
      padding: 0px;
	   float: left;

}

/* ordered list */
ol{
      margin: 8px 0px 0px 24px;
      padding: 0px;
}

ol li{
      margin: 0px 0px 11px 0px;
      padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main,
#links,
#footer,
#logo,
#menu,
#content{
      margin-left: auto;
      margin-right: auto;
}

/* main container */
#main{
      width: 90%;
      background: transparent;
}

/* header */
#header{
      height: 150px;
      border-top: 1px solid;
      border-bottom: 1px solid;
      border-top-color: #CCCCCC;
      border-bottom-color: #CCCCCC;
/*       background: url('images/logo_lzarg.jpg') left no-repeat; */
/*       background: #B5B9A7; */
      background-color : #993333;
}


/* logo */
#logo{
      padding: 11px 0px 0px 14px;
      float: left;
      background: transparent;
}

#logo h1{
/*       font-family: times, serif; */
      margin: 0px;
      padding: 18px 0px 0px 0px;
      font-size: 160%;
      letter-spacing: .2em;
      color: white;
}

#logo h2{
/*       font-family: times, serif; */
      margin: 0px;
      padding: 5px 0px 0px 0px;
      font-size: 100%;
      letter-spacing: .1em;
      color: white;
      text-decoration: none;
}

#logo a{
      text-decoration: none;
      color: #fff;
}

#address{
      padding: 11px 17px 0px 14px;
      float: right;
      text-align: right;
      color: white;
}

/* navigation menu */
#menu{
      height: 40px;
      border-bottom: 1px solid;
}

#menu ul{
      margin: 0px auto;
}

#menu li{
      float: left;
      margin: 0px 0px 0px 0px;
      padding: 0px;
      list-style: none;
}

#menu li a{
/*       font-family: verdana, arial, sans-serif; */
      display: block;
      float: left;
      height: 27px;
      text-decoration: none;
      padding: 11px 14px 2px 14px;
      text-transform: uppercase;
      font-size: 80%;
      border-right: 1px solid;
}

#links{
      float: right;
      width: 100px;
      text-align: right;
      padding: 10px 18px 0px 0px;
}

/* sidebars left & right */
.sidebarL{
      float: left;
      width: 200px;
      padding: 10px 10px 10px 0px; /*o r u l*/
}

.sidebarR{
      float: right;
      width: 300px;
      padding: 10px 0px 10px 10px; /*o r u l*/
}

/* sidebar items / links */
.sidebaritem{
        text-align: left;
        width: 100%;
        float: right;
        margin: 0px 0px 11px 0px;
        padding: 0px 0px 0px 0px;
}

.sidebaritem li {
	list-style: none;
}

.sidebaritem h1,
.sidebaritem h2,
.sidebaritem p{
        margin: 0px 10px 0px 10px
}

.sidebaritem h1{
        font-weight: normal;
        padding: 10px 0px 0px 0px;
        text-transform: uppercase;
}

.sidebaritem p{
        line-height: 16px;
        padding: 0px 0px 8px 0px;
}

.sidebaritem a,
.sidebaritem a:hover{
        padding: 0px 0px 2px 14px;
        text-decoration: none;
}

.sbilinks ul{
      margin: 0px 0px 18px 10px;
}

.sbilinks li{
      list-style: none;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 5px 0px;
}

.sbilinks li a,
.sbilinks li a:hover{
      height: 16px;
      text-decoration: none;
      width: 149px;
}

.LNEnews_title {
      padding-left: 10px;
      display:block;
      font-size:130%;
      font-weight:bold;
}

.LNEnews_date {
      padding-left: 10px;
      font-size:80%;
      margin-bottom:0;
      margin-top:0;
}

.LNEnews_author {
      padding-left: 10px;
      display:block;
      font-size:80%;
      margin-bottom:0;
      margin-top:0;
      text-transform: uppercase;
}

/* page content (centre) */

#content{
      font-size: 105%;
      font-weight: normal;
      color: black;
      text-align: justify;
      width: 100%;
      padding: 10px 10px 10px 10px; /*o r u l*/
      float: left;
}

#content h1{
      text-align:left;
/*       font-family: times, serif; */
      margin: 2px 0px 12px 0px;
      font-size: 130%;
      font-weight: bold;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: black;
}

#content h2{
      text-align:left;
/*       font-family: times, serif; */
      margin: 2px 0px 12px 0px;
      font-size: 122%;
      font-weight: bold;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: black;
}

#content h3{
      text-align:left;
/*       font-family: times, serif; */
      margin: 2px 0px 12px 0px;
      font-size: 115%;
      font-weight: bold;
      color: black;
}

#content p{
/*       font-family: times, serif; */
      margin: 2px 0px 12px 0px;
      font-size: 122%;
      font-weight: normal;
      color: black;
}

#content p:first-letter{
      font-size: 105%;
      font-weight: bold;
}

#content a,
#content a:hover{
      padding: 0px 0px 2px 0px;
      text-decoration: none;
      background: transparent;
      color: #F06B00;
}

.gallery {
	float: left;
}

.gallery ul li a {
	margin: 5px;
	padding: 5px;
   list-style-type: none;
	border: 1px solid #aaa;
	display: block;
}

.gallery ul li a:hover {
	border: 1px solid #0f0;
}

.gallery ul li a img {
	border-width: 0;
	padding: 5px;
}


/* footer */
#footer{
      clear: both;
      height: 44px;
      font-family: verdana, arial, sans-serif;
      font-size: 80%;
      text-transform: uppercase;
      text-align: center;
      background: #898867 url(images/menu.png);
      color: #F5F6F0;
      border-color: #EEE;
      padding: 18px 0px 4px 0px;
}

#footer a{
      text-decoration: none;
      padding: 0px 0px 2px 0px;
      border-bottom: 1px dashed;
      color:white;
}

#footer a:hover{
      text-decoration: underline;
      padding: 0px 0px 2px 0px;
      border-bottom: 1px solid;
      color:silver;
}


/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */

.rtop,
.rbottom{
      display: block;
}

.rtop .r1,
.rtop .r2,
.rtop .r3,
.rtop .r4,
.rbottom .r1,
.rbottom .r2,
.rbottom .r3,
.rbottom .r4{
      display: block;
      height: 1px;
      overflow: hidden;
}

.r1{
      margin: 0 5px
}

.r2{
      margin: 0 3px
}

.r3{
      margin: 0 2px
}

.rtop .r4,
.rbottom .r4{
      margin: 0 1px;
      height: 2px
}

.rtop,
.rbottom{
      background-color: white;
}

.rtop .r1,
.rtop .r2,
.rtop .r3,
.rtop .r4,
.rbottom .r1,
.rbottom .r2,
.rbottom .r3,
.rbottom .r4{
      background: #CCCCCC;
}

