/*
THEME NAME: Modula White Dwarf
THEME URI: http://www.modula.fi/
DESCRIPTION: New curtains for an old room
VERSION: 2.1
AUTHOR: <a href"http://www.modula.fi">Modula</a>
TAGS: White Dwarf, modula, sandbox child theme, widgets, starter theme, minimalist
TEMPLATE: sandbox
*/

/* Apply a basic layout
-----------------------------------------------------------------------------*/
@import url('../sandbox/examples/2c-l.css');


/* disable some sandbox defaults
-----------------------------------------------------------------------------*/
#access, #blog-description, #nav-above, .meta-nav, #searchform-404 { display:none; }
img, .published { border: none; }


/* Apply basic typography styles
-----------------------------------------------------------------------------*/
body {
	font: 62.5%/1.6 helvetica, "microsoft sans serif", arial, sans-serif;
	color: #333;
	margin: 2.5em 4em;
}

#content, .sidebar, #footer {
	font-size: 1.3em;
}

#header {
	font-size: 1.4em;
}

p {
	margin: 0 0 1em 0;
}

blockquote { margin: 0; padding: 0 0.9em; border-left: .4em #ccc solid; 
/* text-indent: -10px;
font-size: 1.1em; */
}

.entry-content p, #comments p {
	.font-size: 1.125em;
	font-family: Georgia, Times, Times New Roman, serif;
}

.entry-content ul {
	.font-size: 1.125em;
	font-family: Georgia, Times, Times New Roman, serif;
}


h1, h2, h3 {
	color: #333;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1;
}

h4, h5, h6 {
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 1em;
}

h1#blog-title {	line-height: 3em; font-size: 1.1em; font-weight: normal; padding: 0 0 0 .1em;}

/* Links 
-----------------------------------------------------------------------------*/
a:link, a:visited, a:hover, a:active, a:focus { text-decoration: none; }
a:link { color: #356AA0; }
/* a:visited { color: #356AA0; } */
a:hover { color: #4096EE; }
a:active, a:focus { color: #4096EE; }

#header h1 a{ color: #000; }
.entry-content p a { text-decoration: underline; }
.entry-content p a:hover { text-decoration: none; }
.entry-content p a.via { color:#aaaaaa; text-decoration: none; }
.entry-content h5 a { color: #333; text-decoration: underline; }

h3.entry-title a:link, h3.entry-title a:visited { color: #356AA0; text-decoration: none; }
h2.entry-title a:link, h3.entry-title a:visited { color: #356AA0; text-decoration: none; }

h3.entry-title a:hover, h3.entry-title a:active { color: #4096EE; text-decoration: none; }
h2.entry-title a:hover, h3.entry-title a:active { color: #4096EE; text-decoration: none; }

p a.more-link { float: left; font-size: .9em; line-height: 3em;}

/* Content
-----------------------------------------------------------------------------*/
.publish {
	width: 750px ;	
}

#content {
	border-top: 1px #fff solid;
}

.post {
	margin-bottom: 1em;
}

.post img {	margin-bottom: 1em; }
embed, object { margin-bottom: 1em }	
	
.entry-date, .entry-meta {
	float:right;
	display:block;
	width: 220px;
	font-size: .9em; 
}

.entry-title, .entry-content{
	float:left;
	display:block;
	width: 500px;
	margin-bottom: 1em; 
/*	height: 150px;*/
}

.page-title { margin-top: 1em; }

.entry-title, .entry-date {
	margin-top: 1em;
	height: 1.3em;
}

.entry-title {
 background-color:#EEF2F6; 
text-indent: 3px;
}

.entry-date {
	margin-top: 1.1em;
}

.entry-content {
	margin-bottom: 2.5em;

}

#nav-below {
	padding-top: .5em;
	padding-bottom: 2em;
	margin-bottom: 2em;
	width: 460px;	
	clear: both;
}
.nav-previous {float:left; }
.nav-next {float:right; }

#comments {
	width: 460px;
}

#comments-list ol, #trackbacks-list ol {
	list-style:none;
	margin: 0;
	padding: 0;
}

#comments-list ol li, #trackbacks-list ol li {
	padding: 1em 0;
	margin-bottom: .5em;
}

.unapproved { display:block; float: left; margin-left: 1.3em; padding-top: .5em; color: #FF0084;}
.comment-author { display:block; float: left; margin-left: 1.3em; border-bottom: 1px #ddd solid;}
.comment-meta {display:block; float: right; font-size: .8em; padding-top: 2.1em; margin-right: 1.3em; border-bottom: 1px #ddd solid;}

li.comment p, li.pingback p{clear: both; padding-top: 1em; margin: 0 1.3em 0 1.3em; }


li.comment, li.pingback{
	margin: 1em 0 1em 0;
	border: 1px #ddd solid;
	-moz-border-radius-topleft: .6em; -webkit-border-top-left-radius: .6em;
	-moz-border-radius-topright: .6em; -webkit-border-top-right-radius: .6em;
	-moz-border-radius-bottomleft: .6em; -webkit-border-bottom-left-radius: .6em;
	-moz-border-radius-bottomright: .6em; -webkit-border-bottom-right-radius: .6em;
}

p#comment-notes, p#login { 
	margin: 0 0 1em 0;
	padding: 0em; 
	border:0;
	background: #fff;
	-moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0;
}

#respond {
	margin-top: 2em;
	padding: .5em 1.3em 1.5em 1.3em;
	border: 1px #ddd solid;
	-moz-border-radius-topleft: .6em; -webkit-border-top-left-radius: .6em;
	-moz-border-radius-topright: .6em; -webkit-border-top-right-radius: .6em;
	-moz-border-radius-bottomleft: .6em; -webkit-border-bottom-left-radius: .6em;
	-moz-border-radius-bottomright: .6em; -webkit-border-bottom-right-radius: .6em;
}

/* Archives 
----------------------------------------------------------------------------*/

.archive-meta {
	width: 460px;
}

.archive-meta p:first-child {   /* to fix a mysterious bug */
	margin-top: 1em;
}

/* Sidebar 
----------------------------------------------------------------------------*/
div.sidebar {
}

#primary h3, #secondary h3{
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: .5em;
}

div.sidebar ul, div.sidebar ul ol {
	list-style:none;
	margin: 0;
	padding: 0 0 0 .1em;
}

div.sidebar li ul ul {
	margin-left: 1em;
}

/* disable widget headers at primary sidebar */

#primary li[id$='pages'] h3 {
	display:none;
}
#primary li[id$='categories'] h3 {
	display:none;
}
#primary li[class$='widget_categories'] h3 {
	display:none;
}

#primary li[id$=''] { padding: 1em 0; }
#secondary li[id$=''] { padding: 1em 0; margin-top: -1em; }

.current_page_item a{ color: #000; }
.current-cat a{	color: #000; }

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	font-size: 1.1em;
	padding: 3em 0 0 .1em;
}

#design-link {
	padding: 0 0 0 .1em;
	font-size: 1.1em;
}

/* Icons
-----------------------------------------------------------------------------*/

.error404 h2{
	padding-left: 1.7em;
	line-height: 1.4em;
	background: transparent url(icons/error.gif) no-repeat center left	
}

h2.author{
	padding-left: 1.7em;
	background: transparent url(icons/user.gif) no-repeat center left	
}

.page-title {
	padding-left: 1.7em;
	line-height: 1.2em;
	background: transparent url(icons/folder_select.gif) no-repeat center left
}

.entry-date {
	padding-left: 1.9em;
/*	background: transparent url(icons/clock.gif) no-repeat center left */
}

.entry-meta {
	padding-left: 1.9em;
/*	background: transparent url(icons/theme.gif) no-repeat top left */
}

div.sidebar li[id$='search'] h3 {
	padding-left: 1.7em;
	line-height: 1.4em;
	background: transparent url(icons/search.gif) no-repeat center left
}

div.sidebar li[class$='widget_text'] h3 {
	padding-left: 1.7em;
	line-height: 1.4em;
	background: transparent url(icons/world.gif) no-repeat center left
}


div.sidebar li[id$='archives'] h3 {
	padding-left: 1.9em;
	line-height: 1.4em;
	background: transparent url(icons/folder.gif) no-repeat center left
}

div.sidebar li[class$='linkcat'] h3 {
	padding-left: 1.9em;
	line-height: 1.4em;
	background: transparent url(icons/chain.gif) no-repeat center left
}

div.sidebar li[class$='widget_rss_links'] h3 {
	padding-left: 1.9em;
	line-height: 1.2em;
	background: transparent url(icons/rss.gif) no-repeat center left
}

div.sidebar li[id$='rss-links'] h3 {
	padding-left: 1.9em;
	line-height: 1.2em;
	background: transparent url(icons/rss.gif) no-repeat center left
}

div.sidebar li[id$='meta'] h3 {
	padding-left: 1.9em;
	line-height: 1.4em;
	background: transparent url(icons/key.gif) no-repeat center left
}

div [class$='nav-previous'] {
	padding-left: 1.9em;
	background: transparent url(icons/control_rewind.gif) no-repeat center left
}

div [class$='nav-next'] {
	padding-right: 1.9em;
	background: transparent url(icons/control_fast_forward.gif) no-repeat center right
}

#comments h3 {
	padding-left: 1.5em;
	line-height: 1.2em;
	background: transparent url(icons/comment.gif) no-repeat center left
}

#respond h3 {
	padding-left: 1.5em;
	line-height: 1.2em;
	background: transparent url(icons/comment_add.gif) no-repeat center left
}

/* LIGHTBIOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*****************************************/
/* PAGEBAR *                              /
/*****************************************/

.pagebar {
	font-size:110%;
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;}

.pagebar a,.pageList .this-page {
	border: 1px solid #CDC9B7;
	text-decoration: none;
	padding: 0.2em 0.5em;

	font-weight: bold;

}

.pagebar a:visited {
	border: 1px solid #CDC9B7;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #CDC9B7;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: blue;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;

	font-weight: bold;

}


/*****************************************/
/* PAGEBAR END *                          /
/*****************************************/

/*****************************************/
/* SIDEBAR ROLLOVER AD *                          /
/*****************************************/

a#my_button:link, a#my_button:active, a#my_button:visited {
display: block;
width: 150px;
height: 150px;
/* background-image: url('icons/mj-birulevo.jpg'); */
background-repeat: no-repeat;
text-indent: -9999px;
}

a#my_button:hover {
background-position: -150px;
}

