/*

	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	missing in a maze

*/ /* This controls the width of the fluid width layouts */

@import url("/css/orange_tables/style_tables.css");
@import url("/artykuly/wp-content/themes/eclare/style.css");

div.fluid {
	width: 90% !important;
}

/* This controls the width of the fixed width layouts */
div.fixed {
	width: 950px !important;
}

/* Basic Stuff */
* {
	margin: 0em;
	padding: 0em;
}

body {
	background-color: #fff;
	color: #404040;
	font-size: 9pt;
	font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	letter-spacing: -1px;
}

h3,h4,h5,h6 {
	color: #66000F;
}

h4 span {
	font-weight: bold;
}

h2 a{
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}

br.clear {
	clear: both;
}

img {
	padding: 3px;
	border: solid 1px #e1e1e1;
}

.post img {
	border: none;
}

img.floatTL, div.floatTL {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

a {
	text-decoration: underline;
	color: #D90000;
}

a:hover {
	text-decoration: none;
}

ul.links {
	list-style: none;
}

ul.links li {
	line-height: 2em;
}

ul.links li.first {
	
}

p {
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
}

#primaryContent_2columns ul,#primaryContent_2columns ul li {
	font-family: Verdana, sans-serif;
}

#primaryContent_2columns ul li {
	line-height: 1.7em;
}

/* Header */
#header {
	width: 100%;
	height: 122px;
	background: #440000 url('/images/n1.gif') repeat-x;
}

#header_inner {
	position: relative;
	width: 950px;
	height: 122px;
	margin: 0 auto;
}

/* Logo */
#logo {
	position: absolute;
	bottom: 0.6em;
}

/* Menu */
#menu {
	position: absolute;
	right: 0em;
	bottom: 0em;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
}

#menu li a {
	margin-left: 0.5em;
	display: block;
	padding: 1.1em 1.4em 1.0em 1.4em;
	background: #fff url('/images/n4.gif') repeat-x;
	border: solid 1px #fff;
	color: #616161;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
}

#menu li a.active,#menu li a:hover {
	background: #CA2F2F url('/images/n3.gif') repeat-x;
	color: #fff;
	border: solid 1px #A94B4B;
}

/* Main */
#main {
	background: #fff url('/images/n2.gif') 0px 1px repeat-x;
}

#main_inner p {
	text-align: justify;
	margin-bottom: 0.8em;
}

#main_inner ul {
	margin-bottom: 2.0em;
}

#main_inner {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding-top: 3.5em;
}

#main_inner h3,h4 {
	border-bottom: dotted 1px #E1E1E1;
	position: relative;
}

#main_inner h3 {
	font-size: 2.1em;
	padding-bottom: 0.1em;
	margin-bottom: 0.7em;
}

#main_inner h4 {
	font-size: 1.2em;
	padding-bottom: 0.175em;
	margin-bottom: 1.4em;
	margin-top: 0.95em;
}

#main_inner .post {
	position: relative;
}

#main_inner .post h3 {
	position: relative;
	font-size: 1.7em;
	padding-top: 0.8em;
	padding-bottom: 0.5em;
}

#main_inner .post ul.post_info {
	list-style: none;
	position: absolute;
	top: 3em;
	font-size: 0.8em;
}

#main_inner .post ul.post_info li {
	background-position: 0em 0.2em;
	background-repeat: no-repeat;
	display: inline;
	padding-left: 18px;
}

#main_inner .post ul.post_info li.date {
	background-image: url('/images/n5.gif');
}

#main_inner .post ul.post_info li.comments {
	background-image: url('/images/n6.gif');
	margin-left: 1.1em;
}

/* Footer */
#footer {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	border-top: dotted 1px #E1E1E1;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding-top: 1.0em;
}

/* Search */
input.button {
	background: #CA2F2F url('/images/n3.gif') repeat-x;
	color: #fff;
	border: solid 1px #A94B4B;
	font-weight: bold;
	font-size: 0.8em;
	height: 2.0em;
}

input.text {
	border: solid 1px #F1F1F1;
	font-size: 1.0em;
	padding: 0.25em 0.25em 0.25em 0.25em;
}

#search {
	position: relative;
	width: 100%;
	margin-bottom: 2.0em;
}

#search input.text {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 9.5em;
}

#search input.button {
	position: absolute;
	top: 0em;
	right: 0em;
	min-width: 2.0em;
	max-width: 2.5em;
}

/* LAYOUT - 3 COLUMNS */ /* Primary content */
#primaryContent_3columns {
	position: relative;
	margin-right: 34em;
}

#columnA_3columns {
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	padding-right: 2em;
}

/* Secondary Content */
#secondaryContent_3columns {
	float: right;
}

#columnB_3columns {
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
}

#columnC_3columns {
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
}

/* LAYOUT - 2 COLUMNS */ /* Primary content */
#primaryContent_2columns {
	position: relative;
	margin-right: 17em;
}

#columnA_2columns {
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
}

/* Secondary Content */
#secondaryContent_2columns {
	float: right;
}

#columnC_2columns {
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
}

/* LAYOUT - COLUMNLESS */ /* Primary content */
#primaryContent_columnless {
	position: relative;
}

#columnA_columnless {
	position: relative;
	width: 100%;
}

/* MY OWN */
#main_inner .template p,#main_inner .normalp p {
	margin-bottom: 2px;
	padding-bottom: 0px;
	font-family: Arial;
}

.boxed {
	font-size: 11px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 7px;
	font-weight: bold;
	color: green;
	line-height: 1.1em;
}

.template {
	border: 1px dotted black;
	padding: 8px;
	float: left;
	height: 222px;
	width: 151px;
	margin: 5px;
	padding-left: 10px;
	page-break-inside: avoid;
}

.image {
	padding: 1px;
	border: 1px solid black;
	cursor: hand;
}

.top {
	margin: 0;
	padding: 0;
	height: 160px;
	border-bottom: 1px dotted black;
	padding-bottom: 8px;
	margin-right: 2px;
}

#trailimageid {
	font-size: 0.75em;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 0px;
	z-index: 100;
}

.trailmore {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #888888;
	padding-bottom: 7px;
}

.preview {
	padding: 4px;
	border: 1px dotted black;
}

.center {
	margin-bottom: 25px;
	text-align: center;
}

#main_inner .list h3 {
	border: 0;
	text-align: center;
	padding-top: 2px;
	color: green;
	font-weight: bold;
}

.floated {
	float: left;
	margin: 6px;
	margin-top: 10px;
	margin-right: 10px;
}

.list {
	margin-top: 10px;
	padding: 5px;
	border: #C0C0C0 1px dotted;
}

.nawigacja {
	clear: both;
}

.heading {
	border-bottom: 1px dotted rgb(225, 225, 225);
	display: block;
	position: relative;
	font-size: 2.1em;
	margin-bottom: 0.7em;
	padding-bottom: 0.1em;
	color: rgb(102, 0, 15);
	letter-spacing: -1px;
}

.subtitle {
	border-bottom: 1px dotted rgb(225, 225, 225);
	color: rgb(102, 0, 15);
	margin-bottom: 0.7em;
	font-size: 1.7em;
	padding-bottom: 0.5em;
	padding-top: 0.8em;
	position: relative;
	overflow:auto;
}

.heading_right {
	display: block;
	border-bottom: 1px dotted rgb(225, 225, 225);
	font-weight: normal;
	letter-spacing: -1px;
	position: relative;
	color: rgb(102, 0, 15);
	font-size: 1.2em;
	margin-bottom: 1.4em;
	margin-top: 0.95em;
	padding-bottom: 0.175em;
}

.entryList {
	padding-bottom:25px;
	border-bottom: 1px dotted grey;
	margin-bottom:25px;
}
.entryList ul, .entry ul {
	margin-left: 45px;
}
.navigation {
	font-size: 14pt;
	padding-bottom: 20px;
	font-weight:bold;
}
.navigation a{
	text-decoration:none;
}
.navigation a:hover{
	text-decoration:underline;
}
.navigation .alignright{
	float:right;
}

div .q {
	text-align: center;
	margin-bottom: 15px;
	display: block;
}






/* ------------ COMMENTS ---------------- */

h3#respond, h3#comments, h3#trackbacks {
	font: normal normal 18px Georgia, "Times New Roman", serif;
	color: #d90202;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 0 0;
}

.commentList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentList .reply {
	margin-bottom: 10px;
font-weight:bold;
}

.reply {
text-align: right;
}

.commentList li.depth-1 ul.children {
	border-bottom: none;
}

.commentList li {
	overflow: hidden;
	display: block;
	padding: 10px 0 0 0;
}

.commentList li ul.children {
	overflow: hidden;
	display: block;
	margin: 0;
	margin-left: 50px;
}

.commentList li ul.children li {
	padding: 0;
	margin: 0;
}

.commentList li ul.children ul.children {
	overflow: hidden;
	display: block;
	margin: 0;
}

.commentList li.depth-1 {
	border-bottom: 1px solid #ddd;
}

.commentLeft {
	float: left;
	width: 80px;
}

.commentLeft img {
	padding: 4px;
	border: 1px solid #e5e5e5;
}

.commentAuthor {
	font: normal bold 14px Georgia, "Times New Roman", serif;
}

.commentAuthor a {
	color: #d90202;
}

.commentAuthor a:hover {
	color: #207f7b;
}

.commentRight {
	float: right;
	width: 390px;
	overflow: hidden;
}

.commentList li ul.children .commentRight {
	float: right;
	width: 368px;
	overflow: hidden;
}

.commentList li ul.children ul.children .commentRight {
	float: right;
	width: 346px;
	overflow: hidden;
}

.commentRight p {
	margin: 10px 0;
}

#author, #email, #url {
	border: 1px solid #92bdbb;
}

#comment {
	border: 1px solid #92bdbb;
	width: 400px;
}

.commentmetadata {
margin-top: 6px;
}
.floatLeft{
float: left;
}
.floatLeft img{
vertical-align:bottom;
margin-right: 8px;
border: none;
}
.toRight{
text-align: right;
}
.commentList p{
text-indent: 0;
clear:left;
margin-top:8px;
}


#submit {
	width: 80px;
	height: 20px;
	border: none;
	background: url(/images/bg-addcomment.gif) no-repeat;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.trackbackList {
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ddd;
}

.trackbackList li {
	padding: 4px 0 0 0;
	margin-left: 23px;
}

