/* @group General Styles */

body {
	background: #005298 url(images/kostka_background.jpg) repeat-x;
	color: #001E38;
	margin: 0;
	font-size: 62.5%;
	line-height: 1.4;
	font-family: Verdana, "Helvetica Neue", Helvetica, sans-serif;
	text-align: justify;
}

/* My Comment */

p {
}

b, strong {

}

a:link {
	color: #005298;
	text-decoration: none;
}

a:visited {
	color: #007eff;
	text-decoration: none;
}

a:hover {
	color: #007eff;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

.image-right {
	float: right;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
	
/* @end */

/* @group Layout */

#container {
	font-size: 1.2em; 
 	width: 796px; 
	padding: 0;
 	margin: 0 auto 0 auto;
	background: url(images/content_background.gif);
}

.clearer {
	clear: both;
}

#pageHeader {
	padding: 0;
	height: 113px;
	width: 796px; 
 	background: url(images/kostka_header.gif);
 }

#pageHeader img {
}

#pageHeader h1 {
}

#pageHeader h2 {
}

#contentContainer {
	width: 622px; 
	float:	right;
}

#contentContainer #content {
	padding: 10px;
}

#sidebarContainer {
	width: 174px; 
	float:	left;
}

#bottomsidebar {
	width: 174px; 
	float:	left;
	background: #005298;
}

#footercontainer {
	width: 622px; 
	height: 150px;
	float:	right;
	background: #005298 url(images/Kostka_footer_background.gif);
}

#footercontainer #addresscontainer {
	float: left;
	padding: 10px;
	color: #fff;
	width: 290px;
	text-align: left;
}

#footercontainer #bcdcontainer {
	padding: 10px;
	width: 290px;
	float: right;
	text-align: right;
}

#sidebarContainer #sidebar {
	color: #fff;
	text-align: right;
	padding: 10px;
}

#sidebarContainer #sidebar a:link, #sidebarContainer #sidebar a:active,  #sidebarContainer #sidebar a:visited{
	color: #fff;
	text-decoration: none;
}

#sidebarContainer #sidebar a:hover{
	color: #fff;
	text-decoration: underline;
}
	

#sidebarContainer .sideHeader {
}

#footer {
	font-size: 0.9em; 
 	text-align: left; 
}

#footer p {
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	float: left;
	padding: 10px;
}

#breadcrumbcontainer ul {
	margin: 0; 
 	padding: 0; 
 	list-style-type: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#sidebarContainer #navcontainer {
	padding: 10px 0 0 0;

}

#sidebarContainer #navcontainer #current {
	background-color: #fff;
 	color: #001E38;
 	border-top: 1px solid #fff;
 	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#sidebarContainer #navcontainer ul{
	margin: 0; 
 	padding: 0;
 	list-style-type: none;
	text-align: right;
	border-bottom: 1px solid #016AC3;
	border-top: 1px solid #012E55;
}

#navcontainer li {
}

#sidebarContainer #navcontainer a {
	display: block; 
 	padding: 5px 10px 5px 0; 
 	background-color: #005298; 
 	color: #fff; 
	text-decoration: none;
 	border-top: 1px solid #016AC3;
 	border-bottom: 1px solid #012E55;  
}

#sidebarContainer #navcontainer a:hover {
	background-color: #fff; 
 	color: #001E38;
	text-decoration: none;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#sidebarContainer #navcontainer ul ul {
	margin: 0; 
 	padding: 0;
 	list-style-type: none;
	text-align: right;
	border-top: 1px solid #fff;
 	border-bottom: 1px solid #fff;  
}

#navcontainer ul ul li {
}

#sidebarContainer #navcontainer ul ul a {
	display: block; 
 	padding: 5px 15px 5px 5px; 
 	background-color: #fff; 
 	color: #005298; 
 	text-decoration: none;
 	border-top: 1px solid #fff;
 	border-bottom: 1px solid #fff;  
}

#sidebarContainer #navcontainer ul ul a:hover{
	color: #007eff;
	background-color: #fff;
}

#sidebarContainer #navcontainer ul ul #current{
	color: #005298;
	background-color: #fff;
	font-weight: bold;
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
	color: #001E38;
	margin-top: .4em;
	margin-bottom: -.5em;
	padding: 0px;
	font: small-caps 2.5em "Times New Roman", Georgia, Times, serif;
	text-align: left;
}

h2 {
	color: #005298;
	margin-top: 0em;
	margin-bottom: -.6em;
	padding: 0px;
	text-transform: uppercase;
	font: bold 1.12em Verdana, "Helvetica Neue", Helvetica, sans-serif;
	text-align: left;
}

h3 {
}

h4 {
}

h5 {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: -15px;
}

.imageStyle {
}


/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */


ul.blog-tag-cloud {

}

ul.blog-tag-cloud li {
	display: inline;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}
/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}
.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}
.blog-archive-month {
	color: #fff;
}

.blog-archive-link {
	color: #fff;
}.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #fff;
}

.blog-archive-link a:hover {
	color: #fff;
	text-decoration: underline;
}
	
/* @end */

.blog-entry {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #001E38;
}

h1.blog-entry-title {
	padding: 0px;
	margin-bottom: .1em;
}


h1.blog-entry-title a {
	color: #001E38;
	letter-spacing: .05em;
	font: small-caps 1.1em "Times New Roman", Georgia, Times, serif;
	text-decoration: none;
	margin-bottom: .1em;
}

.blog-entry-date {
	font-weight: bold;
	color: #005298;
	margin-top: 0em;
	margin-bottom: .4em;
	padding: 0px;
	font-size: 1em;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-entry-category a:hover {
}

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-body blockquote {
	padding: 5px;
	color: #005298;
	font-style: italic;
}

.blog-entry-comments {
}

p.blog-entry-tags {
	padding-top: 10px;
	clear: both;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	color: #fff;
	text-decoration: none;
}

.blog-archive-link-enabled {
	color: #fff;
	text-decoration: none;
}

.blog-archive-link-disabled {
	color: #fff;
	text-decoration: none;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
	}

.blog-category-link-enabled {
	color: #fff;
	text-decoration: underline;
}

.blog-category-link-disabled {
	color: #fff;
	text-decoration: underline;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-top: 10px;
	color: #fff;
}

.blog-rss-link {
	margin-top: 10px;
	color: #fff;
}

.blog-comments-rss-link {
}

#navcontainer ul ul ul ul ul ul a:hover{
	text-decoration: underline;
	color: #fff;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
color: #001E38;
	margin-top: .2em;
	margin-bottom: -.6em;
	padding: 0px;
	letter-spacing: .05em;
	font: small-caps 2em "Times New Roman", Georgia, Times, serif;
}

.album-description {
	margin-bottom: 75px;
	color: #001E38;
}


.album-wrapper {
	display: block;
	width: auto;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 50px;
	margin-right: 15px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}
.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
	border: 1px solid #000;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
	
/* @end */

/* @group Single Page (Photo view) */
}
.photo-background {
	text-align: left;
	background: #005298 url(images/kostka_background.jpg) repeat-x;
}


.photo-navigation {
	width: 200px;
	float: left;
	margin: 15px 15px 0;
}

.photo-links {
}

.photo-navigation a:link,
.photo-navigation a:visited {
	color: #fff;
}

.photo-navigation a:hover {
	background: transparent;
}

.photo-frame {
	border: 10px solid #fff;
	padding: 0px;
	position: absolute;
	top: 15px;
	left: 215px;
}

.photo-title {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font: bold 1.8em "Times New Roman", Georgia, Times, serif;
}

.photo-caption {
	margin: 0;
	font-style: italic;
	font-size: 1.4em;
	color: #fff;
}
/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #001E38;
	padding: 0px;
	letter-spacing: .05em;
	font: small-caps 2em "Times New Roman", Georgia, Times, serif;
}.movie-page-description {
	color: #001E38;
	font-size: 1.2em;
}.movie-thumbnail-frame {
	width: 132px;
	height: 132px;
	float: left;
	margin:  0 18px 15px 0;
	text-align: center;
}

.movie-thumbnail-frame a:link, .movie-thumbnail-frame a:visited, .movie-thumbnail-frame a:hover, .movie-thumbnail-frame a:active {
	padding: 6px;
	width: 132px;
	float: left;
	margin-bottom: 5px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	font-weight: bold;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	text-align: left;
	background: #005298 url(images/kostka_background.jpg) repeat-x;
}

.movie-title {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font: bold 1.8em "Times New Roman", Georgia, Times, serif;
}

.movie-frame {
	padding: 20px;
	
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button {
} 

#formbutton {
	margin-top: 5px;
	margin-bottom: 10px;
} 

#contentContainer #content .caption350 {
	float: right;
	margin-left: 10px;
	text-align: justify;
	width: 350px;
	font-weight: bold;
	font-size: .95em;
}

#contentContainer #content .caption350l {
	float: left;
	margin-right: 10px;
	text-align: justify;
	width: 350px;
	font-weight: bold;
	font-size: .95em;
}

#contentContainer #content .caption275 {
	float: right;
	margin-left: 10px;
	text-align: justify;
	width: 275px;
	font-weight: bold;
	font-size: .95em;
}

#contentContainer #content .caption350nofloat {
	text-align: justify;
	width: 350px;
	font-weight: bold;
	font-size: .95em;
	position: relative;
}

#contentContainer #content .caption602 {
	float: left;
	margin-top: 5px; 
	font-weight: bold;
	margin-bottom: 15px;
	width: 602px;
	font-size: .95em;
}

/* @end */