/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

body
{
 background-image: url(../img/bgtop.jpg);
 background-repeat: repeat;
}

#content 
{
 /*background-color: #fbf6d6;*/
 background-image: url(../img/obsah.gif);
 background-repeat: repeat-y;
}

#main 
{
 background-image: url(../img/parkety1.jpg);
 background-position: 3px top;
 background-repeat: no-repeat;

}

#right
{

}

#right img
{
 margin: 0px;
 padding: 0px;
}


/**************************************/
/*              HEADER                */
/**************************************/

#header
{
 
}

#logo img 
{
margin: 10px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/


#navigation
{
 height: 31px;
 background-image: url(../img/navigacia.gif);
}


#navigation ul
{
 margin: 0px;
 padding: 0px;
 background-color: #E3AA57;
 
}

#navigation ul li
{
 display: block;
 margin: 0px;
 padding: 0px;
 width: 150px;
 height: 30px;
 float: left;
 list-style: none;
 text-align: center;
 border-left: 1px solid #FCF6D7;
 border-right: 1px solid #FCF6D7;
}

#navigation ul li a
{
 font-weight: bold;
 text-decoration: none;
}

#navigation ul li a:link, #navigation ul li a:visited
{
 color: #47617F;
 line-height: 30px;
}

#navigation ul li a:hover
{
 color: #FCF6D7;
 line-height: 30px;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

/* Gallery */

/*
table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }
*/
.GB_header table
{
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.GB_header table td
{
  border: none;
}

.gallery-container 
{

}

.image-container
{
 margin: 10px;
 width: 150px;
 float: left;
}

.image
{
 text-align: center;
}

.image-description
{
 text-align: center;
}

br.gallery-clear
{
 clear: both;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer
{
 height: 31px;
 line-height: 31px;
 background-image: url(../img/paticka.gif);
}

.copyright
{
 padding-left: 20px;
 float: left;
}

.author
{
 padding-right: 20px;
 float: right;
}


/**************************************/
/*           TYPOGRAPHY               */
/**************************************/

h1
{
text-align: center;

}
