/*
Theme Name: nPrints
Theme URI: http://www.neringaprints.com/
Description: A ligth, simple and cosy theme.
Version: 0.1
Author: 
Author URI: http://www.neringaprints.com/
Tags: fixed width, widgets, thumbs, simple, cosy, gallery, artists

	nPrints
	 http://www.neringaprinst.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body { 	
	color: #666666; 
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, Sans-Serif;
/*	font-family: Lucida Sans Unicode, Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif; */
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	background: #FBFBFB none repeat scroll 0 0;
	letter-spacing: 1px;
  }

#header {
	/* background: #F5F5F5; */
}
	
#navigation {
	font-size: 10px;
	letter-spacing: 1px;
	list-style: none;
	text-align: right;
	text-transform: uppercase;
}

#sidebar {
	text-align: left;
}

.thread-alt {
	background-color: #f8f8f8;
  }
.thread-even {
	background-color: white;
  }
.depth-1 {
  border: 1px solid #ddd;
  }

.even, .alt {
	border-left: 1px solid #ddd;
  }

#footer  { 
	background: #F5F5F5
	}

small {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: normal;
	}

h1 {
	font-size: 1.5em;
	margin-bottom: 5px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #header .description {
	text-decoration: none;
	border: none;
}

h2 {
	font-size: 1.3em;
	}

#sidebar h2 {
	font-size: 1.5em;
	font-weight: normal;
	}

h3 {
	font-size: 1.05em;
	font-weight: normal;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	}

code {
	font: 0.9em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #222222;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted LightGray;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em;
	font-style: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

body { 
	margin: 0;
	padding: 0;
	}

#inside {
	margin: 0 auto;
	padding: 0 10px;
	width: 600px;
	}

#header	{
/*	border-bottom: 1px solid #E6E6E6; */
	height: 35px;
	}

#header .description {
	display: none;
	}

#header-headline {
	float: left;
	margin-left: 12px;
/*	width: 280px; */
	}

#header-navigation {
	float:right;
	margin-right: 5px;
	margin-top: 2px;
/*	width: 300px; */
	}

#index {
	background: transparent url(images/np_s1.png) no-repeat scroll left 165px;
	padding-top: 50px;
	height: 450px;
	text-align: right;
	width: 600px;
	margin-left: -165px;
	padding-left: 165px;
}

#index h1 {
	display: none;
	}
	
.index-content {
	margin: 0 10px;
	float: right;
	overflow: hidden;
	width: 280px;
}
.index-description {
	display: block;
	font-family: Georgia,Times New Roman,Times,Serif;
	font-size: 3em;
	padding-top: 0.2em;
	margin-right: 0px;
	line-height: normal;
	width: 280px;
	float: left;
}

.index-content a {
	float: left;
	border: 4px double #CCCCCC;
	width: 272px;
	overflow: hidden;
}

#navigation {
	margin-bottom: 0px;
	}

#navigation li {
	display: inline;
	margin: 0 5px;
	}
#navigation li {
	margin: 0;
/*	padding: 1px 5px 2px;
	border-left: 1px solid #888;
*/
	}
#navigation li.first {
	border: none;
	}

#content {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 600px;
	}

.notfound {
	min-height: 500px;
	}

.archive {
	min-height: 500px;
	}
	
.page-single {
	margin: 0 auto;
	padding: 0 11px;
	min-height: 500px;
	text-align: left;
	}


#description-single {	
	height: 15px;
	padding-top: 5px;
	}

.post {
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	background: #F0E0CE;
	color: #222222;
}

#footer a {
	color: #666666;
}

#footer a:active {
	color: #CC3300
}

#footer p  {
	text-align: center;
	margin: 0;
}

.archive .post {
	border: 5px double #EFEFEF;
	float: left;
	height: 90px;
	margin: 10px;
	overflow: hidden;
	padding: 0px;
	width: 270px;
}

#content p {
	margin: 0px;
	padding: 0px;
	}

.wp-pagenavi {
	margin: 0 auto;
	padding: 0 10px;
	width: 600px;
}

.single-navigation-left {
	margin-left: 10px;
	float: left;
	width: 50px;
}

.single-title-center {
	float: left;
	text-align: center;
	width: 600px;
}

.navigation {
	float: right;
	padding-right: 5px;
}


/* End Structure */



/*	Begin Headers */
/*h1 {
	display: block;
}
*/
/* #header h1 a {
	display: block;
	text-indent: -9999px;
}
*/
h2 {
	margin: 0;
	padding: 0;
	}

}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
ul#navmenu, ul#navmenu li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ul#navmenu { padding: 12px 0;  margin: 0}
ul#navmenu li  { display: block; padding: 0 12px; min-width: 40px; float: left }
ul#navmenu li li {padding: 0;}
ul#navmenu {
	display: block;
	width: auto;
	overflow: hidden;
	
}
ul#navmenu li#navmenuLang {
	float: right;
}

/* End Headers */



/* Begin Images */
p img {
	margin: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul ul li:before {
	content: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select  { list-style-type: none; margin: 5px 0 8px }


ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

	
	
#sidebar>ul>li {
/*	border-top: 1px dotted Gray;
	background: url('images/np_strih.png') bottom right no-repeat;
*/
}

#sidebar ul li {
	line-height: 24px;
}
#sidebar ul li li li a {
	margin-left: 1em;
	
}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s  { padding: 2px 0; width: 125px }

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input  { margin: 5px 5px 1px 0; padding: 2px; width: 125px }

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Footer */  
body {
	background: #F0E0CE;
}
#canvas {
	background: White;
}
#footer {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: left;
}
#footer .center {
        padding-top: 1.5em;
}	
#footer .widgettitle {
	display: inline;
	color: #222222;
	font-size: 1em;
/*	font-weight: bold; */
}

#footer ul, #footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .widget ul, #footer .widget ul li {
	display: inline;
}

#footer .widget {
	padding-left: 100px;
}
#footer .widgettitle {
	margin-left: -90px;
	float: left;
	text-align: left;
	width: 80px;
}

#footer ul li {
	line-height: 1.8em;
}
#footer ul li ul li a{
	line-height: 1.1em;
	margin-right: 0.5em; padding-right: 0.5em;
	border-right: 1px solid;
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
.left {
	text-align: left;
	}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
.entry a img {
	border: 4px double #EFEFEF;
	}
	
.lowercase {
	display: inline;
	text-transform: lowercase;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Edit qTranslate */
/* .qtrans_language_chooser { list-style-type: none } remove bullet points */
/* .qtrans_language_chooser li { float: left; margin-right: 30px } horizontal List */ 
/* .qtrans_flag { border: 1px solid #b6b6b6 } border around the flags */
