/*
 Stx ŚWIATŁOCZULI.eu Theme for ss
 http://www.stx.art.pl
 
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
 	font-size: 62.5%; 
	font-family: Verdana, Lucida, sans-serif; 
	height:100%;
	overflow-y:hidden; 
	
	
	background: #333333 url(../images/bg1.gif) repeat;
	background-attachment:fixed;
	background-position:center;
}


caption, th, td {
	text-align: left;
	font-weight: normal;
}

/*
html {
	height:100%;

	overflow-y:hidden; 
}
*/




.clear{
	clear:both;
}
img {
	border: none;
}
/**************
 	Site Container Box
*/
#BgContainer {
	width: 990px;  
	margin: 0 auto; 
}

#Container, #White {
	position:fixed; 
	top:40%; 
	left:50%; 
}

#Container { 
	z-index:50; 
	width:990px; 
	top:40%; 
	height:480px; 
	margin-left:-495px; 
	margin-top:-200px; 
	border:0px solid #444;
	}

#typographSTX {
	width:970px;height:399px;overflow-y:auto;overflow-x:hide;
	margin-left:12px;
	margin-right:10px;
}	
	
	
#BlogContent {
	width:740px;height:399px;overflow-y:auto;overflow-x:hide;
	margin-left:12px; 
	margin-right:10px;
	
}	
	
#White {
	width: 990px; 
	height:400px;
	margin: 5px 5px; 
	filter:alpha(opacity=30); 
	opacity: 0.3;
	z-index:9; 
	margin-left:-495px; 
	margin-top:-149px; 
}	


#scroll_right, #scroll_left {
	position:fixed;
	left:50%;top:40%;
	margin-left:500px;
	margin-top:-60px;
	background-image:url(../images/scroll_r.png);
	width:51px;
	height:194px;
	
	color:#fff;
	z-index:72;
}

#scroll_left {
	margin-left:-550px;
	
	background-image:url(../images/scroll_l.png);
}

#black_left, #black_right {
	display:none;
}

#white-left, #white-right, #white-middle, #white2-left, #white2-right, #white2-middle  {
	width:10px;
	height:400px;
	float:left;
}
#white-left{
	background-image:url(../images/white-left.gif);
} 
#white-right{
	background-image:url(../images/white-right.gif);
}

#white-middle {
	width:970px;
	background-color: #fff; 
	
}

#White2 {
	position:fixed; 
	
	bottom:0px;
	left:50%;
	
	width: 990px; 
	height:400px;
	margin: 5px 5px; 
	filter:alpha(opacity=20); 
	opacity: 0.2;
	z-index:9; 
	margin-left:-495px; 
	margin-bottom:-255px; 
	
	
	color:#000;
}
#white2-left{
	background-image:url(../images/white-left.gif);
} 
#white2-right{
	background-image:url(../images/white-right.gif);
}

#white2-middle, #white2-text {
	width:970px;
	background-color: #fff; 
	color:#fff;
}

#white2-text {
width:950px;
height:400px;
background:none;
position:fixed; 
	
	bottom:0px;
	left:50%;
		
z-index:90; 
margin-left:-480px; 
margin-bottom:-270px; 

text-align:justify;
}

#site-map-link {position:relative; top:-14px;}

#facebook-like {position:absolute; top:454px; left:10px; z-index:200;}
#facebook-find {position:absolute; top:454px; left:120px; z-index:200;}

#Layout {
	width: 970px; 
	height:380px; 
	padding: 1px; 
	background: none; 
	border:0px dotted #ccc;
}
#Content {
	
	width: 838px;
	height: 300px;
	float: right; 	
	overflow-y:auto;
	margin: 0px;
	text-align: left;
	z-index:20;
	
}

#galleryterminator {
	width:1px;
	height:1px;
	display:block;
	clear:both;
	vertical-align:top;
	
}

#gallery_stx {z-index:11; position:absolute; left:50%; margin-left:-495px;  min-width:130%; top:50%; height:250px; margin-top:-90px;  overflow:visible; clear:none;text-align:left; border:0px solid #fff;white-space: nowrap; }
	
	img.gal1 {border:none;padding:0px 3px;}
	img.logo {
	border: 0px solid #000000;
	float: left;
	padding: 5px;
	}


/** Header **/
#Header { 
 	width: 990px; 
 	height: 41px;
	line-height:0;

	padding:0px;
	display:block
	background:red;
	}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 2px 0 0 3px;
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 10px;
	}

/*** Main Nav ***/
#Navigation {

	float:right;
	margin: 24px 0px 0px;
	
	overflow: hidden;
	background: none;
}
#Navigation ul { 
 	float: right; 
	margin-right: 10px;
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0 2px; 
		float: left;
		line-height: 2.8em;
		display: block;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 2.3em; 
			font-size: 1.2em; 
			padding: 0 0 0 10px;
			color: #fff;
			}
		#Navigation ul li a span {
			text-align: center;
	        float: left;
			padding-right: 10px;
			height: 2.3em;
 
		}
			#Navigation ul li a:hover { 
			 	background: #93C7E7 url(../images/hoverTabLeft.gif) no-repeat left top; 
				color: #fff;
				cursor: pointer;
				}
			#Navigation ul li a:hover span {
				background: #93C7E7 url(../images/hoverTabRight.gif) no-repeat right top;
				cursor: pointer;
			}
				
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	background: #707070 url(../images/activeTabLeft.png) no-repeat left top; 
			 	color: #fff;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
				background: #707070 url(../images/activeTabRight.png) no-repeat right top;
				color: #fff;
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
	}
	#Sidebar .sidebarBox {
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	background: none; /*#EFEFEF url(../images/sidebarHeader.gif) no-repeat left top; */
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
	}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
		background: none; /*#EFEFEF url(../images/sidebarBottomBg.gif) no-repeat center bottom;*/
	}
	#Sidebar a em {
		font-style: normal;
	}
    ul#Menu2 li { 
            font-size: 0.9em; 
            margin: 0px 0 0px 0px;
            list-style: none;
            }
      ul#Menu2 li a {
            display: block;
            w_idth: 238px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      }
	ul#Menu2 li em {
		padding-left: 0px;
		display: block;
	}
		ul#Menu2 li li em {
			padding-left: 0;
		}
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
            background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;
            color: #666;
			cursor: pointer;
            text-decoration: none;
      }
	  ul#Menu2 li a.current {
	  		font-weight: 700;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            w_idth: 238px; 
      }
      ul#Menu2 li a.levela:hover span,
      ul#Menu2 li a.current span,
      ul#Menu2 li a.section span,
      ul#Menu2 li a.section:hover span,
      ul#Menu2 li a.current:hover span {
            background: transparent url(../images/sidebarTopLeftHover.gif) no-repeat left top;
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levela:hover em,
      ul#Menu2 li a.current em,
      ul#Menu2 li a.section em,
      ul#Menu2 li a.section:hover em,
      ul#Menu2 li a.current:hover em {
            background: transparent url(../images/sidebarBottomLeftHover.gif) no-repeat left bottom;
            display: block;
            width: 100%;
            height: 100%;
      }
      ul#Menu2 li ul {
            height: 100%;
            position: relative;
            margin: 0px 0 0 0;
            w_idth: 238px;
            padding: 0px 0 0px 0;
            background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
      }
      ul#Menu2 li ul li ul {
            background: #DCDCDC;
            margin-left: 0;
      }
      ul#Menu2 li ul li {
            width: 160px;
            background: #DCDCDC;
            padding: 0;
            font-size: 0.8em;
            display: inline;
            margin: 0;
      }
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {
            color: #555;
            font-weight: 700;
            background: #DCDCDC;
      }
      ul#Menu2 li li ul {
            margin: 0 0 0 10px;
            padding: 0;
            width: 175px;
      }
      ul#Menu2 li li ul .roundWhite {
            margin-bottom: -10px;
      }
      /* Sub Menu */
      ul#Menu2 li a.levelb {
            font-size: 1.7em;
            text-indent: 8px;
            width: 188px;
			background: transparent;
            margin-left: 10px;
      }
	  ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
            background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
            text-decoration: none;
            display: block;
            color: #fff;
      }
      ul#Menu2 li a.levelb:hover span,
      ul#Menu2 li li a.current span,
      ul#Menu2 li li a.current:hover span,
      ul#Menu2 li li a.section span,
      ul#Menu2 li li a.section:hover span {
            background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levelb:hover em,
      ul#Menu2 li li a.current em,
      ul#Menu2 li li a.current:hover em,
      ul#Menu2 li li a.section em,
      ul#Menu2 li li a.section:hover em {
            background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            display: block;
            width: 100%;
            height: 100%;
      }

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #333 url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #ccc;
}

#PageComments li.even {
	background: #555 url(../images/commentBgAlt.png) no-repeat 99% 10%;
	background: #555 url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#Footer { 
 	clear: both;  
	width: 970px; 
	height: 20px; 
	margin-top:30px;
	background: transparent url(../images/footerBottom.gif) no-repeat bottom left; 
	text-align: right; 
	}
	#Footer .footerTop {
		width: 100%;
		background: transparent url(../images/footerTop.gif) no-repeat top left;
		display: block;
		height: 2em;
		
		border: 1px dotted green;
		
	}
  	#Footer p { 
		color: #999;
		font-size: 1.0em;
		text-align: center;
		
	}
  	#Footer a { 
	   	color: #ccc; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		
		text-decoration: underline;
	}
  
