body {
	background:url(images/bg_site.jpg) #F8F7EC 0 0 repeat-x ;
	font-family: 'Times New Roman', Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding:0;
	color:#595959;
}

	/*--------------------------------------------------------
	
	Theme Name: Amoreno - Pedigree Dogs Breeding (FCI)
	Theme URL: http://www.amoreno.com.pl/
	Description: Hodowla Amoreno / Amoreno Pedigree Dogs Breeding
	Version: 0.4c
	CSS Author: Dariusz Budnik - http://dbudnik.com
	
	--------------------------------------------------------*/


	/* ----------------------- general settings ----------------------------- */

	.hidden {
		display: none;
	}
	
	.clearfix {
		clear: both;
	}
	
	form {
		margin: 0;
		padding: 0;
	}
	
	a {
		color: #0F4683;
	}
	
	a:hover {
		color: #4A75A6;
		text-decoration: none;
	}
	
	a img {
		border: 0;
	}
	
	span.more {
		background:url(images/arrow.gif) 0 0.4em no-repeat;
		padding:0 0 0 10px;
		float:right;
		cursor:pointer;
		}
		
	acronym { 
		padding:0 7px 0 0;
		margin:0;
		border-bottom:1px dashed #A5790E;
		cursor: help;
		white-space: nowrap; 
		background:url(images/acronym.gif) top right no-repeat;
	}
	
	h2.pagetitle { 
		font-size:1.2em;
		font-weight:bold;
		margin:0 0 3px 0;
		padding:0 0 0 22px;
		border-bottom:1px solid #DDD0B4;
		color:#6EB54E;
		background:url(images/ico_zip.gif) 0 0.2em no-repeat;
	}
	
	h3#respond,
	h3#comments { 
		font-size:1.2em;
		font-weight:bold;
		margin:0 0 3px 0;
		padding:0 0 2px 22px;
		border-bottom:1px solid #DDD0B4;
		color:#6EB54E;
	}
	
	h3#comments { background:url(images/ico_responses.gif) 0 0.1em no-repeat; }
	h3#respond { background:url(images/ico_reply.gif) 0 0.1em no-repeat; }
	
	h3.green { 
		font-size:1.2em;
		font-weight:bold;
		margin:0 0 3px 0;
		padding:10px 0 2px 5px;
		border-bottom:1px solid #DDD0B4;
		color:#6EB54E;
	}
	
	.alignright {
		float: right;
	}
	
	.alignleft {
		float: left
	}	
	
	/* ----------------------- site wrapper setting ----------------------------- */
	
	div#wrapper_all {
		width:770px;
		margin:0 auto;
		padding:0;
		background:url(images/bg_header.jpg) 0 0 no-repeat;
		height:147px;
	}
	

	/* ----------------------- header ----------------------------- */
	
	div#header {
		margin:0;
		padding:0;
		position:relative;
		
	}
	
		a#homeLink {
			height: 51px;
			width: 248px;
			left: 10px;
			position: absolute;
			top: 20px;
			background: url(images/logo.gif) 0 0 no-repeat;
		}
		
		div#miniNav {
			padding-right: 10px;
			position: absolute;
			right: 0;
			top: 9px;
			font-size:0.78em
		}
		
			a#mnavSitemap,
			a#mnavContact,
			a#mnavLang {
				display: block;
				float: left;
				margin-left: 22px;
				padding:0 0 0 16px;
			}
		
			a#mnavSitemap {
				background: url(images/ico_sitemap.gif) 0 0.2em no-repeat;
			}

			a#mnavContact {
				background: url(images/ico_contact.gif) 0 0.2em no-repeat;
			}

			a#mnavLang {
				background: url(images/ico_lang.gif) 0 0.2em no-repeat;
			}
			
			a#mnavSitemap:hover,
			a#mnavContact:hover,
			a#mnavLang:hover {
				background-position:0 1px; 
				color:#4A75A6;
			}
			
	/* ----------------------- site content settings ----------------------------- */

	div#Mainpage {
		padding:99px 0 0 0;
		width:770px;
		margin:0 auto;
		float:left;
		
	}

	/* ----------------------- sidebar ----------------------------- */
	
	div#Sidebar {
		padding:10px 0 0 0;
		margin:0;
		width:218px;
		background:url(images/bg_navtop.gif) #FAF9F3 0 0 no-repeat;
		float:left;
	}
	
		ul#mainNav {
			margin:0;
			padding:0 0 0 8px;
			list-style:none;
			width:202px;
			font-size:0.8em;
		}
		
			ul#mainNav li {
				color:#595959;  border-top:1px solid #CCCCCA;padding:1px 0; line-height:19px;
			}
			
				ul#mainNav li a {
					color:#5A5A5A; text-decoration:none; font-weight:bold; display:block; line-height:19px; 
				}
				
				* html ul#mainNav li a {
					height:19px;
				}
			
				ul#mainNav li a:hover {
					text-decoration:underline;
					color:#A5790E;
					background:url(images/bg_navarrowh.gif) #F7F5D7 0.4em 0.7em no-repeat;
				}
			
			ul#mainNav li.mnavHead {
				font-weight:bold;
				font-size:1.1em;
				background:url(images/bg_navhead.gif) 0 0 no-repeat;
				color:#fff;
				margin:0; 
				line-height:22px;
				border:none;
				}
				
				ul#mainNav li.mnavHead span {
					padding:0 0 0 10px;
					border:none;
				}
			
					ul#mainNav li ul {
						list-style:none;
						padding:0;
						margin:0;
					}
					
						ul#mainNav li ul li {
							font-size:0.9em;
							margin:0;
							padding:0px;
							background:url(images/bg_navarrow.gif) 0.2em 0.7em no-repeat;
						}
						
						ul#mainNav li ul li.mnavSub,
						ul#mainNav li ul li.mnavSubH {
							background:url(images/bg_navarrown.gif) 0.3em 0.6em no-repeat;
						}
						
						ul#mainNav li ul li.mnavSubH {
							border:0;
						}
						
						ul#mainNav li ul li.mnavSub span,
						ul#mainNav li ul li.mnavSubH span {
							padding:0 0 0 12px;
							
						}
						
							ul#mainNav li ul li a {
								color:#0F4683;
								padding:0 0 0 15px;
							}
						
								ul#mainNav li ul li ul {
									margin:0;
									padding:0;
								}
								
									ul#mainNav li ul li ul li { 
										background:none;
										position:relative;
									}
									
										ul#mainNav li ul li ul li img { 
											position:absolute;
											right:2px;
											top:3px;
										}
										
										* html ul#mainNav li ul li ul li img { 
											top:4px;
										}
								
							ul#mainNav li ul li ul li a {
								font-size:1.1em;
								color:#0F4683;
								font-weight:normal;
								text-decoration:none;
								padding:0 0 0 20px;
								background:url(images/bg_navarrows.gif) 0.9em 0.6em no-repeat;
							}
							
							ul#mainNav li ul li ul li a:hover {
								background:url(images/bg_navarrowsh.gif) #F7F5D7 1.1em 0.6em no-repeat;
							}
							
				ul#mainNav li.nob {
					border:0;
				}
							
							
	/* ----------------------- sidebarBox ----------------------------- */
	
	div.SidebarBox  {
		font-size:0.8em;
		margin:0;
		padding:0 0 10px 8px;
		background:url(images/bg_navbottom.gif) bottom left no-repeat;
	}
	
	
		div.SidebarBox h4 {
			margin:0;
			padding:2px 0 4px 10px;
			color:#fff;
			background:url(images/bg_navhead.gif) 0 0 no-repeat;
			font-size:1.1em;
		}
		
		address {
			font-style:normal;
			padding:5px 0 0 10px;
		}
		
		div.SidebarBox address {
			font-style:normal;
			padding:5px 0 0 0;
		}
		
		div.SidebarBox p,
		p#naszadres p {
			margin:0;
			padding:0 0 0 10px;
			line-height:16px;
		}
		
		div.SidebarBox p.break,
		p#naszadres p.break {
			margin:0;
			padding:10px 0 0 10px;
		}
		
		
	/* ----------------------- copyrights ----------------------------- */		
		
		div#copyrights {
			margin:0;
			padding:14px 0 14px 0;
			width:218px;
			color:#A8A8A2;
			font-size:0.6em;
			text-align:center;
			background:#F8F7EC;
		}
	
			div#copyrights p {
				margin:0;
				padding:0;
			}
	
	
	/* ----------------------- Content ----------------------------- */	
	
	div#Content {
		float:left;
		width:530px;
		padding:25px 0 14px 15px;
		margin:0;
		
	}
	
		div#Content h1 { 
			color:#A5790E;
			font-size:1.1em;
			font-weight:bold;
			margin:0 0 3px 0;
			padding:0 0 2px 21px;
			border-bottom:1px solid #DDD0B4;
			background:url(images/ico_page.gif) 0 0.1em no-repeat;
		}
		
			div#Content h1 a { 
				color:#A5790E;
				text-decoration:none;
			}
			
				div#Content h1 a:hover { 
					color:#C1952A;
					text-decoration:none;
				}
			
			div#Content h1.first { 
				padding:0 160px 2px 0;
				height:20px;
				overflow:hidden;
				background:none;
				color:#990066;
			}
			
			div#Content h1.page_header { 
				background:url(images/ico_script.gif) 0 0.1em no-repeat;
			}
		
		div#Content div.newsbox { 
			margin:0;
			padding:0 0 25px 0;
		}
		
		div#Content div.newsbox p { 
			margin:0;
			clear:both;
			padding:10px 0 0 0;
			text-align:justify;
		}
		
		div#Content div.newsbox code { 
			margin:0;
			padding:10px;
			border:1px solid #ccc;
			display:block;
			background:#fff;
			color:#000;
		}
		
		div#Content div.newsbox blockquote {
			text-indent: 25px;
			padding:3px;
			background: url(images/ico_quoteup.gif) 0 2px no-repeat;
			background-position: 0 2px;
			
		}
		
		div#Content div.newsbox blockquote p {
			display:block;
			text-align:left;
			margin:0;
			padding-right:0;
			background: url(images/ico_quotedown.gif) 100% 100% no-repeat;
		}
		
		div#Content div.newsbox p.postmetadata { 
			font-size:0.8em;
		}
		
		div#Content div.newsbox div.attach_img p { 
			text-align:center;
		}
		
		div#Content div.newsbox div.attach_img p.attachment a img { 
			float:none;
			text-align:center;
		}
		
		div#Content div.newsbox p span.comment { 
			background:url(images/ico_comment.gif) 0 0 no-repeat;
			padding:0 0 0 19px;
		}
		
		small.commentmetadata span.edit,
		div#Content div.newsbox p span.edit,
		div#Content span.edit { 
			background:url(images/ico_edit.gif) 0 0.2em no-repeat;
			padding:0 0 0 13px;
		}
		
		div#Content div.newsbox p span.category { 
			background:url(images/ico_category.gif) 0 0.1em no-repeat;
			padding:0 0 0 14px;
		}
		
		div#Content div.newsbox p img,
		div#Content div.newsbox table img { 
			float:left;
			margin:3px 10px 0 0;
			padding:3px;
			border:1px solid #E4DFA9;
			background:#fff;
		}
		
		div#Content div.newsbox table { text-align:center; align:center }
 		div#Content div.newsbox table tr td { text-align:center }		

		div#Content div.newsbox p img:hover,
		div#Content div.newsbox table img:hover { 
			border:1px solid #CCB895;
			background:#F7F5D7;
		}
	
		div#Content div.newsbox p a.female { 
			background:url(images/bg_navfemale.gif) right 0.1em no-repeat;
			padding:0 13px 0 0;
		}
		
		div#Content div.newsbox p a.male { 
			background:url(images/bg_navmale.gif) right 0.1em no-repeat;
			padding:0 15px 0 0;
		}
	
		div#Content div.newsbox small.date { float:right; }
		
		div#Content div.newsbox small.date,
		small.commentmetadata span.date { 
			background:url(images/ico_callendar.gif) 0 0.1em no-repeat;
			padding:0 0 0 19px;
			color:#ACBBC8;
		}
	
		small.commentmetadata span.date a { 
			color:#ACBBC8;
			text-decoration:none;
			line-height:20px;
		}
		
		div#Content div.newsbox div.navigation {
			display: block;
			text-align: center;
			padding:3px 0 0 0;
			margin: 10px 0 50px 0;
			border-top:1px solid #ccc;
			clear:both;
		}
			
		div.navigation div.alignleft a,
		div.navigation div.alignright a {
			font-size:0.78em;
			color:#CD9B7F;
		}
	
		div#Content div.newsbox cite {
			background:url(images/ico_user.gif) 0 0.1em no-repeat;
			padding:0 0 0 19px;
			font-weight: bold;
			text-transform:capitalize;
			color:#006600;
		}
		
		div#Content div.newsbox cite a {
			text-decoration:none;
			text-transform:capitalize;
			color:#006600;
		}
		
		div#Content div.newsbox ol  {
			margin:0;
			padding:0;
			list-style-position:inside;
		}
		
		div#Content div.newsbox ol li {
			background:#F1F0E0;
			padding:10px;
			margin:10px 0;
			border:1px solid #ccc;
		}
		
		div#Content div.newsbox ol li div.comm {
			background:#F8F7EC;
			margin:10px 0 0 0;
			padding:0 10px 10px 10px;
		}
		
		div#Content div.newsbox ol li.alt {
			background:#F8F4EC;
		}
	
	/* ----------------------- Footer ----------------------------- */
	
	
	div#Footer {
		clear:both;
		padding:0;
		margin:0;
		width:763px;
		height:36px;
		background:url(images/bg_footer.gif) 0 0 no-repeat;
		font-size:0.76em;
		color:#595959;
		position:relative;
	}
	
		div#Footer ul#FooterNav {
			margin:0;
			padding:12px 10px 10px 15px;
			list-style:none;
		}
		
			div#Footer ul#FooterNav li {
				float:left;
				margin-right:9px;
				padding:0 7px 0 0;
				line-height:13px;
				border-right:1px solid #999;
			}
			
				div#Footer ul#FooterNav li.FooterNavLast {
					border:0;
				}
				
				div#Footer ul#FooterNav li a {
					text-decoration:none;
				}
				
				div#Footer ul#FooterNav li a:hover {
					text-decoration:underline;
				}
	
		div#Footer p#creation {
			margin:0;
			padding:0;
			position:absolute;
			top:11px;
			right:15px;
			color:#999;
			font-size:0.87em;
		}
		
			div#Footer p#creation a {
				color:#999;
			}
			
			
		div#wp_credits { 
			font-size:0.8em;
			color:#999;
			padding:5px 10px 5px 10px;
		}
		
			div#wp_credits p { 
				margin:0;
				padding:3px 3px 15px 3px;
				float:left;
			}
			
			div#wp_credits p.rightside { 
				margin-right:8px;
				float:right;
			}
			
			div#wp_credits p span.amoreno { 
				font-weight:bold;
				color:#CDAB7F;
				background:url(images/ico_amoreno.gif) 0 0 no-repeat;
				padding:0 0 0 20px;
			}
			
			div#wp_credits p a.wp_link { 
				background:url(images/ico_wp.gif) 0 0 no-repeat;
				padding:0 0 0 20px;
				color:#2E76AA;
			}
			
			div#wp_credits p a.wp_rss { 
				background:url(images/ico_rss.gif) 0 0 no-repeat;
				padding:0 0 0 18px;
			}
			
	/* ----------------------- Sitemap ----------------------------- */	
	
	div.ddsg-wrapper {
		margin:0;
		padding:10px 0 0 0;
	}
	
	div.ddsg-wrapper h2 {
		border-bottom:1px solid #CCC;
		color:#6EB54E;
		font-size:1.1em;
		margin:0 0 10px 0;
		padding:4px 4px 4px 23px;
		background:url(images/ico_post.gif) 0 0.3em no-repeat;
	}
	
		div.ddsg-wrapper ul {
			margin:0;
			padding:0 0 12px 20px;
			list-style:none;
		}
		
		div.ddsg-wrapper ul li {
			font-size:0.9em;
			padding:1px 0;
		}
		
		div.ddsg-wrapper ul li.sitemap_pages a {
			background:url(images/bg_navarrow.gif) 0 0.6em no-repeat;
			padding:2px 0 0 10px;
		}
		
		div.ddsg-wrapper ul li.sitemap_pages a:hover {
			background:url(images/bg_navarrow.gif) 0.1em 0.6em no-repeat;
		}
		
			div.ddsg-wrapper ul li strong {
				padding:0;
			}
			
			div.ddsg-wrapper ul li ul  {
				margin:2px 0 0 0;
			}
			
			div.ddsg-wrapper ul li ul li a {
				background:url(images/bg_navarrows.gif) 0 0.5em no-repeat;
				padding:0 0 0 7px;
			}
			
			div.ddsg-wrapper ul li ul li a:hover {
				background:url(images/bg_navarrows.gif) 0.1em 0.5em no-repeat;
			}
	
	/* ----------------------- Contact Form ----------------------------- */

	div.inputs {
		float:left;
		margin:0;
		padding:0;
		margin-right:18px;
	}
	
	div.textarea { float:left; }
	
	div.textarea textarea:hover { background:#F1EED9 }
	div.textarea textarea:focus { background:#FAFAF5 } 
	div.inputs input:hover { background:#F1EED9 }
	div.inputs input:focus { background:#FAFAF5 } 
	
	p a.logged { 
		background:url(images/ico_admin.gif) 0 0.2em no-repeat;
		padding:2px 0 0 19px; 
	} 
	
	p a.logout{ 
		background:url(images/ico_logout.gif) 0 0.2em no-repeat;
		padding:2px 0 0 19px; 
	} 


	/* ----------------------- Contact Forms ----------------------------- */


.kf:hover { background:#F1EED9 }
.kf:focus { background:#FAFAF5 } 

#wpcf label { font-size:11px; margin-right:10px; }






	
	