body 
{
 background-color: #4A5778;
 color: white;
}

form 
{
 display: inline;
}

img 
{
 border-width: 0;
 display: inline;
}

input.submit 
{
 border-color: #999999;
 border-width: 3px;
 border-style: double;
 border-top-color: #CCCCCC;
 border-left-color: #CCCCCC;
 background-color: #FFFFFF;
 background-image: url('../graphics/button-bg.gif');
 background-repeat: repeat-x;
 color: #333333;
 font-size: 75%;
 font-weight: bold;
 font-family: Verdana, Helvetica, Arial, sans-serif;
}

.photos-large 
{
 border-style: solid;
 border-color: #778899;
 border-width: 1px;
 padding: 10px;
 margin: 4px;
}

#picture-holder a:hover img 
{
 border-width: 2px;
 border-color: #38c;
 margin: 3px;
}

#gallery-name 
{
 padding: 0;
 margin: 0;
 color: white;
}

#picture_caption 
{
 font-size: 12pt;
}

#main_container 
{
 margin: 0;
 padding-top: 20px;
 padding-bottom: 20px;
}

#inner_wrapper 
{
 /* padding: 10px;*/

 width: 100%;
}

#wrapper 
{
 font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
 font-size: 10pt;
}

#picture-holder 
{
 text-align: center;
}

#exif_toggle 
{
 padding: 0;
 margin: 0;
}

.thumbnail img 
{
 padding: 5px;
 text-align: center;
 margin: 4px;
 background-color: #FFF;
 border-width: 1px;
 border-color: #778899;
}

.thumbnail a:hover img 
{
 border-width: 2px;
 border-color: #38c;
 margin: 3px;
}

.photos 
{
 padding: 5px;
 margin: 3px;
 border-style: solid;
 border-width: 1px;
 border-color: #000000;
}

#jump_menu 
{
 float: right;
}

#download_selected 
{
 float: right;
 text-align: right;
}

#pagination 
{
 padding: 2px;
 margin: 0;
 clear: both;
 border-top-color: #CDCDCD;
 border-top-width: 1px;
 border-top-style: solid;
 border-bottom-color: #CDCDCD;
 border-bottom-width: 1px;
 border-bottom-style: solid;
}

#breadcrumbs 
{
 margin: 0;
 padding: 2px;
 border-top-color: #CDCDCD;
 border-top-width: 1px;
 border-top-style: solid;
 border-bottom-color: #CDCDCD;
 border-bottom-width: 1px;
 border-bottom-style: solid;/*border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFC; */
}

#breadcrumb_links 
{
 margin: 2px;
 color: white;
}

a.print 
{
 background-image: url(../graphics/printer.gif);
 background-repeat: no-repeat;
 background-position: left middle;
 padding-left: 20px;
}

.page_link 
{
 padding-left: 3px;
 padding-right: 3px;
 text-decoration: none;
}

#search_box 
{
 margin-left: 5px;
 float: right;
}

table 
{
 border-width: 0px;
 cell-padding: 0px;
}

.date, #picture_caption 
{
 font-size: 0.9em;
 font-weight: bold;
 line-height: 1.4;
 background-repeat: no-repeat;
 text-transform: uppercase;
 letter-spacing: 2px;
 margin-left: 4px;
 padding-bottom: 2px;
}

#picture_caption 
{
 font-size: 0.8em;
 font-weight: normal;
 text-transform: none;
 letter-spacing: 1px;
}

a.nav-link-img-next 
{
 background-image: url(../graphics/fforward.gif);
 background-repeat: no-repeat;
 background-position: right 1px;
 padding-right: 20px;
 width: 40px;
}

a.nav-link-img-prev 
{
 background-image: url(../graphics/rewind.gif);
 background-repeat: no-repeat;
 background-position: left 1px;
 padding-left: 20px;
 width: 40px;
}

.comments li 
{
 margin-top: 10px;
 margin-bottom: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 border-top-color: #CDCDCD;
 border-top-width: 1px;
 border-top-style: solid;
 border-bottom-color: #CDCDCD;
 border-bottom-width: 1px;
 border-bottom-style: solid;
}

.comments p 
{
 padding: 0;
 margin: 0;
}

.comments cite 
{
 color: #000;
 text-transform: uppercase;
 letter-spacing: 2px;
 font-size: 75%;
}

.meta-header 
{
 font-size: 85%;
 padding: 0;
 margin: 0;
 color: #B7D6EC;/*color: #8b0000;*/

 text-align: center;
}

.comments-closed 
{
 color: #999966;
 text-align: center;
}

#exif_data 
{
 padding: 20px;
 text-align: left;
 width: 50%;
}

ul.slides 
{
 margin: 0;
 margin-top: 15px;
 padding: 0;
 list-style: none;
 line-height: 1.4em;
}

.slides li 
{
 display: block;
 float: left;
 margin-top: 0;
 margin-right: 10px;
 margin-bottom: 10px;
 margin-left: 0;
 padding: 0;
 width: auto;
 height: auto;
}

#link-back 
{
 font-size: 65%;
 text-align: right;
 padding: 0;
 margin: 0;
}

.tag 
{
 text-align: center;
}

.large-thumb-toolbar 
{
 text-align: center;
 padding-top: 15px;
 padding-bottom: 5px;
}

.errors 
{
 width: 500px;
 background-image: url('../graphics/x.gif');
 background-repeat: no-repeat;
 background-position: 5px 8px;
 margin-bottom: 15px;
 border-bottom-color: maroon;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-top-color: maroon;
 border-top-width: 1px;
 border-top-style: solid;
 border-left-color: maroon;
 border-left-width: 1px;
 border-left-style: solid;
 border-right-color: maroon;
 border-right-width: 1px;
 border-right-style: solid;
 padding: 8px;
 background-color: #FFCCCC;
 padding-left: 28px;
}

#mainframe 
{
 width: 770px;
 height: 550px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 2px;
 text-align: left;/*border: 2px;
 		border-style:solid;
		border-color: #FF9900;*/
}

#contentheader 
{
 background-color: #4A5778;
}

#contentnavbar 
{
 position: relative;
 width: 740px;
 height: 10px;
 text-align: right;
}

p.naglowek 
{
 font-size: 29px;
 font-family: sans-serif;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 color: white;
 font-weight: bold;
 text-align: center;
 letter-spacing: 4px;
}

a:link 
{
 color: white;
 text-decoration: none;
}

a:visited 
{
 color: white;
 text-decoration: none;
}

a:hover 
{
 color: white;
 text-decoration: none;
}

a:active 
{
 color: white;
 text-decoration: none;
}
