/*
Theme Name: Thirty Ten on Zongliravimas
Description: A child theme of the 2010 default theme for WordPress.
Author: modified by Saulius Vikerta
Author url: http://aaron.jorb.in/
Version: 1.0
Tags: black, blue, white, two-columns, three-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
Template: twentyten
*/

@import url('reset.css');
@import url('../twentyten/style.css');

body {
	background: #EEEEEE url('images/fonas.gif') repeat;
	color: #333;
}
p {
	margin-bottom: 15px;
}

/* Layout pakeitimai */
#main {
	padding-top: 15px;
	border-bottom: 10px solid #000;
	z-index:1;
}
#wrapper {
	margin-top: -20px;
	background: #EEEEEE;
}

/* Move menu to be above image */
#header {
	padding-top: 0;
	position: relative;
}
#primary, #secondary {
	padding-left: 25px;
	background: url('images/vseparator.png') left repeat-y;
	width:220px;
}
#site-title {
	margin:0 0 60px;
	width: 300px;
}

#site-description {
	font-size: 17px;
	margin: 25px 0;
	width: 350px;
}

/* Meniu stiliai */
#access {
	background:#000;
}
#access ul ul {
	top: 30px;
}
#access a {
	border: none;
	font-weight: bold;
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
	color: #aaaaaa; 
	font-size: 14px;
	line-height: 30px;
	text-indent:5px;
	padding: 0 10px;
	background-image: none;
}

.page-item li {
	display: none;
}
.menu {
	padding-left: 5px;
	position: relative;
	top: 0;
}
#home a {
	position: absolute;
	display: inline;
	float: left;
	padding-right: 20px;
}

#home a  {
	*padding-top: 7px;
}
#access .menu-header, div.menu {
	position: relative;
	padding-left: 15px;
}

/* Kolonu stiliai */
.widget-title {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	line-height: 18px;
	padding: 3px 0;
}
.entry-title {
	font-family: Georgia, Times, serif;
	font-size: 24px !important;
	margin-bottom: 15px !important;
	margin-top: 5px;
}
#content {
	margin: 0 !important;
}
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	font-size:14px;
	line-height:1.5em;
}
#content .entry-title {
	margin-top: 20px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color:#000000;
	line-height:1.5em;
	margin:0 0 10px;
	font-weight: bold;
}
/* Change our default link colors */
a {
	text-decoration: none;
	padding-right:0.9em;
	background: url('images/link.gif') 100% 60% no-repeat;
}
a:link{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #CCCCCC;
}
a:visited{
	color:#666666;
	border-bottom:1px solid #CCCCCC;
}
a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px solid #990000;
}
a:active{
	color:#990000;
	border-bottom:1px solid #CCCCCC;
}
#primary a:link, #secondary a:link, #primary a:visited, #secondary a:visited, #primary a:active, #secondary a:active {
	color: #000;
	text-decoration: none;
	border: 0;
	background-image: none;
}

#stimuli_lightbox a:link, #stimuli_hoverNav a:link, #stimuli_hoverNav a:hover {
	text-decoration: none !important;
	border: 0 !important;
}
#content img.alignright {
	margin-right: 10px;
}

/* Modify the footer to allow for a bigger description and nicer looking links  */
#site-info{
	width:250px;
}
#site-generator{
	width: 590px;
}

#site-generator a{
	background: none;
	padding: 0 7px;
}

#jorbin-link a:link, #jorbin-link a:visited, #jorbin-link a:hover,#jorbin-link a:active {
	color:#990000;

}
#generator-link a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../twentyten/images/wordpress.png) no-repeat scroll left center;
	color:#666666;
	display:inline-block;
	line-height:16px;
	margin-left:1px;
	padding-left:19px;
	text-decoration:none;
}
/* Plugins styles */
#random_image_wrapper {
	padding-left: 0 !important;
	text-align: left !important;
	clear: both;
}
#random_image_wrapper img {
	padding: 7px !important;
	background: #F8F8F8;
	clear: both;
}
#content .gallery img {
	border:7px solid #F8F8F8 !important;
}
.entry-content img {
	border:7px solid #F8F8F8 !important;
}
#content .gallery a {
	text-decoration: none;
	border: 0;
	background-image: none;
	padding-right:0;
}
#content dt, #content th {
	padding: 0 10px;
}
#content .gallery .gallery-item {
	float:left;
	margin-top:0;
	text-align:center;
	width:24%;
}
#stimuli_prevLink, #stimuli_nextLink {
	width:29% !important;
}
object {
	display: inline;
}

/* Popupui */
.body-popup {
	background: #DEDEDE;
	border: 0;
	min-width:600px !important; 
	overflow-x: hidden;

}
#wrapper-popup {
	width:600px;
	border: 1px;
	margin: 0 auto;
	padding:0 20px;
	background:none repeat scroll 0 0 #EEEEEE;
}
#main-popup {
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:600px;
	border-top:10px solid #000000;
	border-bottom:10px solid #000000;
	padding-top:15px;
}
#branding-popup {
	margin:0 auto;
	width:600px;
	border:0;
	padding: 10px;
}
.entry-content-popup {
	clear:both;
	padding:12px 0 0;
}
#container-popup {
	float:left;
	margin:0 0 0 10px;
	width:580px;
}
#content-popup {
	margin:0 !important;
	color:#333333;
	font-size:16px;
	line-height:24px;
}
.entry-title-popup {
	font-family:Georgia,Times,serif;
	font-size:24px;
	margin-bottom:15px;
	margin-top:5px;
	font-weight: bold;
}
#colophon-popup {
	margin:0 auto;
	width:940px;
	margin-top:-4px;
	overflow:hidden;
	padding:18px 0;
}
.close {
	font-family: "Lucida Console", monospace, Courier;
	padding: 5px 10px 3px 10px;
	color: #EEE;
	background: #000;
	text-transform: uppercase;
}
.close a {
	color: #EEE;
	text-decoration: none;
	border: 0;
	background: url('images/close_button_ico.png') 100% 0% no-repeat;
	padding-right: 20px;
}
