/* RESET */

:link, :visited {
	text-decoration: none;
}
	
ul, ol {
	list-style: none;
}
	
h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 1em;
}
	
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, 
form, body, html, p, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
}
	
a img, :link img, :visited img {
	border: none;
}
	
address {
	font-style: normal;
}

/* GLOBALS */ 

body {
background: #fffdf3 url(images/background.jpg) no-repeat 50% 0px;
font-family: "Georgia", "Times New Roman", "Serif";
font-size: 13px;
line-height: 20px;
color: #111;
margin: 0 auto;
}

a {
color: #222;
}

a:visited {
color: #222;
}

a:hover {
color: #888;
}

.show {
visibility: visible !important;
}

a:current {
color: #000;
}

p {
margin: 10px 0px 10px 0px;
}

h2 {
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
margin:0px 0px 0px 0px;
font-family: 'Lucida Grande', 'Helvetica', 'Arial', 'Verdana', sans-serif;
display: block;
clear: both;
padding: 0px 0px 2px 0px;
border-bottom: 4px solid #efefef;
}

h3 {
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
margin:0px 0px 12px 0px;
font-family: 'Lucida Grande', 'Helvetica', 'Arial', 'Verdana', sans-serif;
display: block;
clear: both;
padding: 0px 0px 0px 0px;
border-bottom: 3px double #999;
}

h3 {
font-family: 'Lucida Grande', 'Helvetica', 'Arial', 'Verdana', sans-serif;
}

h4 {
font-family: 'Palatino', 'Georgia', 'Times New Roman', sans-serif; 
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
color:#333;
margin-top:20px;
}

.player {
width: 672px;
background: #cfcfcf;
margin-bottom:10px;
padding:5px 5px 7px 3px;
font-size: 12px;
font-family: 'Lucida Grande', 'Helvetica', 'Arial', 'Verdana', sans-serif;
}

.content {
width: 250px !important;
}

.player strong {
font-size: 12px;
padding: 3px 5px 3px 5px;
color: #111;
background: #c1c1c1;
margin-left: 5px;
}

noscript {
text-align: center;
padding:10px;
color:white;
display: block;
background:black;
}

/* WP-STYLES */

blockquote {
	margin: 30px 20px 30px 30px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-size: 1.5em;
	line-height: 1.3em;
	float:right;
	width:200px;
	}
	
.kirjoittaja {
margin-top:20px;
padding-top:20px;
border-top:3px double #999;
display:block;
font-style: italic;
float:left;
}

	.kirjoittaja img {
	margin-right:20px;
	float:left;
	}

.postmetadata {
float:right;
margin-bottom:-20px;
}

.postmetadata a {
	color:#444444;
	float:right;
	font-family:georgia;
	font-style:italic;
	margin-left:5px;
	margin-top:0;
	padding:1px 0 1px 7px;;
	text-decoration:none !important;
}

ul.post-meta {
height:30px;
}
	
ul.post-meta li {
	float:left; 
	margin: 10px 10px 10px 0px;
	font-family:'Lucida Sans','Trebuchet MS',Verdana,Arial,Sans-Serif;
}

.post-meta-key {
font-weight: bold;
}

.post img {
clear: both;
}

.entry img {
margin-bottom:10px;
}

/* GALLERY PLUGIN FOR TOOLS */

/* the overlayed element */
.overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	
	width:400px;	
	min-height:200px;
	
}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* "next image" and "prev image" links */
.next, .prev {
	position:absolute;
	top:40%;	
	cursor:pointer;
	display:block;
	padding:5px 10px;
	color:#000;
	background:#fff;
	text-decoration: none !important;
	font-family:"Lucida Sans","Helvetica","Arial","Verdana","sans-serif";
	font-size:10px;
	font-weight: bold;
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	background: #efefef;
	color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* HEADER */

#header_wrap {
height: 0px;
}

#header_left{
}

#header_right{
}

/* CONTENTS */

#contents_handler {
	margin: 0 auto;
	min-height: 0px;
	width:760px;
}

#main-handle {
	width: 657px;
	margin: 0 auto;
	text-align: right;
}

#contents_handler li {
	display: inline;
	list-style: none;
}

#contents_handler li a:hover, #contents_handler li a.active {
	background: #efefef;
	color: #333;
	outline: none;
}

#contents_handler li a, #contents_handler li a.close {
	float:right;
	margin-top:-54px;
	margin-right:13px;
	position:relative;
	font-size: 10px;
	font-weight:bold;
	font-family: "Lucida Sans", "Helvetica", "Arial", "Verdana", "sans-serif";
	padding: 2px 7px;
	outline: none;
}

#contents_handler li a.close{
	display: none;
	outline: none;
	z-index: 1000;
	background: #efefef;
}

#contents_handler li a.close:hover{
	background: #efefef;
	color:#111;
	outline: none;
}

#contents {
	background: url(http://www.satyyri.net/11/styles/images/1px_white_65percent.png);
	min-height: 0px;
	clear:both;
}

#contents table {
	display:none;
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', 'Verdana', sans-serif;
	color: #111;
	text-align: left;
}

#contents { font-size: 8pt; text-align: left; color:#ddd; font-family: 'Lucida Grande', 'Helvetica', 'Arial', 'Verdana', sans-serif; }
#contents a { font-size: 9pt; text-align: left; padding: 1px; color:#111; background: url(http://www.satyyri.net/11/styles/images/1px_white_65percent.png); padding: 3px; font-weight: normal !important;}
#contents a:hover { text-align: left; padding: 1px; color:#555;}
#contents .juuri { width: 100%; margin: 0px 3px 10px -1px; background: #e6c31d; padding: 2px 2px 2px 5px; font-weight: bold; }
#contents .lue { width: 100%; margin: 10px 3px 10px -1px; background: #dc3525; padding: 2px 2px 2px 5px; font-weight: bold; }
#contents .nae { width: 100%; margin: 0px 3px 10px -1px; background: #000000; padding: 2px 2px 2px 5px; font-weight: bold; color: #FDFDFA; }
#contents .koe { width: 100%; margin: 10px 3px 10px -1px; background: #45ade0; padding: 2px 2px 2px 5px; font-weight: bold; }
#contents .kirjeita { width: 100%; margin: 0px 0px 10px 0px; background: #ad4cc5; padding: 2px 0px 2px 0px; font-weight: bold; }
#contents .latva { width: 100%; margin: 10px 0px 10px 0px; background: #8bc54c; padding: 2px 0px 2px 0px; font-weight: bold; }

#contents .table_top {
height: 170px;
color: #000;
}

.forward, .backward, .forward:hover, .backward:hover {
	display:block;
	position: fixed;
	z-index:999;
	color: #ccc;
	font-size: 40px;
	font-weight:bold;
	font-family: "Lucida Sans", "Tahoma", "Arial", "Verdana", "sans-serif";
	padding:25% 7px 0;
	margin:0px 0px 0px 0px;
	cursor: pointer;
	line-height: 12px;
	width:20%;
	height:100%;
	cursor:pointer;
}

.forward {
left:95%;
}

.backward {
right:95%;
text-align:right;
}

.forward:hover {

}

.backward:hover {

}

.forward:hover, .backward:hover {
font-size: 45px;
color:#222;
}

/* PANEL */

#panel_wrap {
	height:7px;
	background:#111;
	width:100%;
	top:0px;
}

#panel_wrap img {
z-index:2000;
position: absolute;
}

ul.panel_switch {
	margin:0 auto;
	margin-left: 46px;
}

ul.panel_switch li {
	float: left;
	margin-right: 25px;
	display: block;
	padding: 5px;
	background: #111;
	font-size: 9px;
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', 'Verdana', sans-serif;
}

#panel {
	left: 20px;
	background:;
	color: #111;
	text-align: justify;
	margin-top: 250px;
	margin-left: 30px;
	float:left;
}

.showpanel {
display: block !important;
}

#panel ul {
margin-top: 0px;
}

#panel li, #panel li:hover {
	position: relative;
	margin-top:16px;
	background:#151515;
	padding-top:9px;
	width:203px;
	height: 33px;
	color: #555;
	text-align: left;
	font-size: 16px;
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', 'Verdana', sans-serif;
	border-bottom: 1px dotted #252525;
	border-right: 1px dotted #252525;
}

#panel li small {
	float: right;
	margin-right: 10px;
	font-style: italic;
	font-size: 9px;
}

#panel li a {
color: #aaa;
}

#panel li a:hover {
color: #efefef;
}

#panel li.yellow a:hover { border-bottom: 5px solid #E6C31D; }
#panel li.red a:hover { border-bottom: 5px solid #dc3525; }
#panel li.black a:hover { border-bottom: 5px solid #fff; }
#panel li.blue a:hover { border-bottom: 5px solid #45ade0; }
#panel li.purple a:hover { border-bottom: 5px solid #ad4cc5; }
#panel li.green a:hover { border-bottom: 5px solid #8bc54c; }

#panel li a, #panel li a:hover {
	display:block;
	width:178px;
	outline: none;
	height:33px;
	width:183px;
	border: 0px solid #fff;
	margin: 0 auto;
	margin: 1px 1px 0px 20px;
	border-bottom: 5px solid #111;
	border-right: 5px solid #111;
}

#panel li a:hover {
border-bottom: 5px solid #161616;
border-right: 5px solid #161616;
}

/* inline tabs */

/* root element for tabs. decorated with rounded borders and gradient background image */
ul.tabs {
	background:#fff;
	width: 740px;
	position:relative;
	float:left;
	padding: 10px;
	margin-bottom:20px;
	clear:both;
}

ul.tabs li {
	color: #efefef;
	font-weight:normal;
	cursor:pointer;		
	float:left;
	font-size: 10px !important;
	font-weight: bold;
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', 'Verdana', sans-serif;
	margin: 0px;
	outline: none;
}

ul.tabs li a {
display: block;
height: 100%;
padding: 2px 3px 2px 3px;
outline: none;
}

ul.tabs li a:hover {
color: #000;
outline: none;
}

ul.tabs li:hover.yellow {background: #E6C31D !important;}
ul.tabs li:hover.red {background: #dc3525 !important;}
ul.tabs li:hover.white {background: #000 !important;color:white !important;}ul.tabs li.white a:hover {color:white !important;}
ul.tabs li:hover.blue {background: #45ade0 !important;}
ul.tabs li:hover.purple {background: #ad4cc5 !important;}
ul.tabs li:hover.green {background: #8bc54c !important;}

/* currently active header */
ul.tabs li.yellow a.current {cursor:pointer;background: #E6C31D !important;}
ul.tabs li.red a.current {cursor:pointer;background: #dc3525 !important;}
ul.tabs li.white a.current {cursor:pointer;background: #000 !important;color:white !important;}
ul.tabs li.blue a.current {cursor:pointer;background: #45ade0 !important;}
ul.tabs li.purple a.current {cursor:pointer;background: #ad4cc5 !important;}
ul.tabs li.green a.current {cursor:pointer;background: #8bc54c !important;}

/* tabs pane */
ul.tabs div.pane {
	display:none;
	clear: both;
}

/* MAIN */

#main_wrap {
margin-bottom:40px;
padding:60px 0px 40px 0px;
position:relative;
width:760px;
margin: 0 auto;
}

.panes {
float:left;
padding-bottom:40px;
background: #fff /*url(http://www.satyyri.net/wp-content/themes/satyyri/images/1px_white_65percent.png)*/;
}

.panes a {text-decoration: underline;}

.panes a:hover {text-decoration: underline;}

.panes a:visited {text-decoration: underline;}

.panes a:link {text-decoration: underline;}


#main_wrap h1 {

}

.sivu {
	background:none repeat scroll 0 0 #FFFFFF;
	float:left;
	padding:20px 40px 40px;
	width:680px;
	margin:0 auto;
	-moz-box-shadow:0 0 65px -35px #000000;
	box-shadow:0 0 65px -35px #000000;
}

.main_img {
float: left;
margin-bottom: 20px;
}

.right_info {
width: 180px;
font-size: 12px;
font-family: 'Lucida Grande', 'Helvetica', 'Arial', 'Verdana', sans-serif;
float:right;
margin: 0px -10px 0px 0px;
padding: 0px 10px 10px 10px;
text-align: left !important;
}

.top_info {
width: 700px;
font-size: 12px;
font-family: 'Lucida Grande', 'Helvetica', 'Arial', 'Verdana', sans-serif;
float:left;
padding: 0px !important;
}

.top_info li {
float:left;
padding-right: 20px;
padding-bottom: 15px;
}

.main_line {
clear:both;
display: block;
width: 100%;
height: 4px;
background: #efefef;
margin: 10px 0px 10px 0px;
}

#main_top {
margin: 0 auto;
margin-top: 108px;
width: 980px;
height: 40px;
background: url(iimages/main_top_bottom_background.png) top;
}

#main_bottom {
margin: 0 auto;
margin-bottom: 40px;
width: 980px;
height: 20px;
background: url(iimages/main_top_bottom_background.png) bottom;
}

/* scrollable */

/* container for slides */
.images {
	position:relative;	
	width:680px;
}

/* single slide */
.images div {
	display:none;
}

.images div img {
margin-bottom: 0px !important;
height:auto !important;
width:auto !important;
}

/* tabs (those little circles below slides) */
.tabs_images {
	float:right;
	margin-top:-12px;
}

/* single tab */
.tabs_images a {
	width:6px;
	height:6px;
	float:left;
	margin:3px;
	background:black;
	display:block;
	font-size:1px;	
	outline:none;	
	padding:1px;
	border:1px solid white; 
}

/* mouseover state */
.tabs_images a:hover {
	padding:1px;
	border:1px solid black;    
}

/* active state (current page state) */
.tabs_images a.current {
	padding:1px;
	border:1px solid black;    
} 	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
 
