/*--------------------------------------------------|
| Kids' Home Page by styles Sid Paral (SiP)         |
|---------------------------------------------------|
| Copyright (c) 2004-2009 Sid Paral                 |
|--------------------------------------------------*/

BODY 			{ background-color: white;
				  background-repeat: no-repeat;
				  background-attachment: fixed;
				  background-position: center center;
				  color: black;
				  font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
				  border: 0; margin: 8px;
				}
A				{ text-decoration: none; font-weight: bold; }
A:link			{ color: #333333; }
A:visited		{ color: #000066; }
A:active		{ color: #660000; }
A:hover			{ text-decoration: underline; }
HR.clearall		{ clear: both; color: black; }
HR.minor		{ clear: both; color: #CCCCCC; }
.title			{ font-size: 1.6em;
				  font-weight: bold;
				  color: black;
				  background: transparent;
				  cursor: default;
				  text-align: left;
				  border-bottom: solid thick white;
				}
.switch			{ font-size: 1.6em;
				  font-weight: bold;
				  color: black;
				  background: transparent;
				  cursor: default;
				  text-align: right;
				  border-bottom: solid thick white;
				}
.title_table	{ font-size: 1.6em;
				  font-weight: bold;
				  color: black;
				  background: transparent;
				  cursor: default;
				  width: 100%;
				  border-width: 0;
				  border-style: solid;
				  border-color: gray;
				}
.pix_link		{ border-style: none; }
.heading		{ font-size: 1.6em;
				  font-weight: bold;
				  color: black;
				  background: transparent;
				  cursor: default;
				  text-align: right;
				  border-width: 0;
				  border-style: solid;
				  border-color: gray;
				}
.icon			{ font-size: 1.6em;
				  font-weight: bold;
				  color: black;
				  background: transparent;
				  cursor: default;
				  text-align: left;
				  border-width: 0;
				  border-style: solid;
				  border-color: gray;
				}
.note			{ font-size: 0.8em;
				  color: black;
				  background: transparent;
				  cursor: default;
				  text-align: left;
				  vertical-align: middle;
				  border-top: solid thin white;
				  border-bottom: solid thin white;
				}
.comment		{ font-size: 0.8em;
				  color: black;
				  background: transparent;
				  cursor: default;
				  width: 50%;
				  text-align: right;
				  vertical-align: top;
				  border-top: solid thin white;
				  border-bottom: solid thin white;
				}
.poznamka		{ font-size: 0.8em;
				  color: black;
				  background: transparent;
				  cursor: default;
				  width: 50%;
				  text-align: left;
				  vertical-align: top;
				  border-top: solid thin white;
				  border-bottom: solid thin white;
				}
.commsep		{ width: 1px;
				  font-size: 0.8em;
				  color: black;
				  background-color: #CCCCCC;
				  cursor: default;
				  text-align: center;
				  vertical-align: top;
				  border-top: solid thin white;
				  border-bottom: solid thin white;
				}
.commpad		{ width: 5px;
				  font-size: 0.8em;
				  color: black;
				  background: transparent;
				  cursor: default;
				  text-align: center;
				  border-top: solid thin white;
				  border-bottom: solid thin white;
				}
.copyleft		{ font-size: 0.7em;
				  color: black;
				  background: transparent;
				  cursor: default;
				  text-align: left;
				  border-width: 0;
				  border-style: solid;
				  border-color: gray;
				}
.copyright		{ font-size: 0.7em;
				  color: black;
				  background: transparent;
				  cursor: default;
				  text-align: right;
				  border-width: 0;
				  border-style: solid;
				  border-color: gray;
				}
.gal_caption	{ font-size: 1.2em;
				  color: black;
				  background: transparent;
				  cursor: default;
				}
.gal_count		{ font-size: 32px;
				  color: gray;
				  background: transparent;
				  cursor: default;
				}

.fancybox-skin	{
					color: white;
					background-color: black;
				}
.fancybox-title {
					font: normal 13px/20px Tahoma, Verdana, Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
					text-align: center;
				}
.fancybox-overlay {
					background: url('fb/source/fancybox-overlay-inverted.png');
				}
.fancybox-title-inside-wrap {
					padding-top: 0px;
				}
