/*  
Theme Name: Famare
Author: MP
*/

body {
	font: 12px Verdana, sans-serif;
	color: #343434;
	background: #e8e8e8;
	margin: 0px;
	padding: 0px;
	line-height:20px;
}

.ad {
	margin: 0px 0px 0px 10x;	
}

a {
	color: #b2b2b2;
	text-decoration: none;
}
a:visited {
	color: #b2b2b2;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	font: 14px Arial, Verdana, sans-serif;
	color: #ffffff;
}
h1 a, h1 a:visited{
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover{
	color: #FF6600;
	text-decoration: none;
}
h2 {
	color: #000000;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: 20px Verdana, Arial, sans-serif;
}
h2 a, h2 a:visited {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	padding:0px;
	width: 1002px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #FFFFFF url(images/content-bg.jpg) no-repeat;
}
/* header area */
#rss {
	background: url(images/rss.jpg) no-repeat;
	position:absolute;
	z-index:100;
}
#header {
	background: url(images/header-bg.jpg) no-repeat;
	height: 130px;
	position: relative;
	margin:0px;
	padding:0px;
}
#nav {
	list-style: none;
	margin:0px;
	padding:0px;
	position: absolute;
	margin-top:105px;
	margin-left:17px;
}
#nav li {
	float: left;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #ffffff;
	text-decoration: none;
}
#nav .page_item a{
	text-decoration: none;
	padding: 0px 12px;
	font: 14px Arial, Verdana, sans-serif;
	color: #ffffff;
	font-stretch:expanded;
	letter-spacing:1px;
}
#nav .page_item a:hover {
	color: #FF6600;
}

/* content area */
#content {
	margin: 7px 0px 7px 7px;
	border:1px solid #e8e8e8;
	padding: 10px 20px 0px 20px;
	float: left;
	width: 695px;
	background-color:#FFFFFF;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 630px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.entry a {
	color: #FF6600;
	text-decoration: none;
}
.entry a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.post-cat, post-cat a {
	float:left;
	font-size: 95%;
	color: #b2b2b2;
}
.post-comments, post-comments a {
	padding-left: 15px;
	color: #b2b2b2;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
.gallery-img {
	float:left;
	margin: 8px 7px 8px 6px;
}
.gallery-img a img{
	border:1px solid #999999;
}
/* comments area */
#comments, #respond {
	border-bottom: 0px solid #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #e8e8e8;
}
.commentlist cite {
	font-style: normal;
	font-size: 120%;
	color: #FF6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #FF6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 690px;
	height: 115px;
	background:#ffffff;
	border: 1px solid #c1c1c1;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: 13px "Trebuchet MS", Tahoma, Arial;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	font: 11px  Verdana, Arial, sans-serif;
	border:1px solid #e8e8e8;
	float: right;
	margin: 7px;
	padding: 0px 0px 10px 0px;
	width: 242px;
	background-color:#ffffff;
}
#marki {
	background: url(images/marki.png) no-repeat;
	width:242px;
	height: 327px;
	position: relative;
}
#luxportal {
	background: url(images/luxportal-reklama.jpg) no-repeat;
	width:242px;
	height: 128px;
	position: relative;
}
#wycieczki {
	background: url(images/podrozuj.png) no-repeat;
	width:242px;
	height: 74px;
	position: relative;
}
#lechuza {
	background: url(images/lechuza-baner.jpg) no-repeat bottom;
	width:242px;
	height: 327px;
	position: relative;
}
#weber {
	background: url(images/weber-banner.jpg) no-repeat;
	width:242px;
	height: 327px;
	position: relative;
}
#carl {
	margin-top:10px;
	background: url(images/carl-baner.jpg) no-repeat bottom;
	width:242px;
	height: 327px;
	position: relative;
}
#wmf {
	margin-top:10px;
	background: url(images/wmf-baner.jpg) no-repeat bottom;
	width:242px;
	height: 327px;
	position: relative;
}
#grille-ogrodowe {
	margin-top:10px;
	background: url(images/grilleogrodowe.jpg) no-repeat bottom;
	width:242px;
	height:100px;
	position: relative;
}

/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	background: url(images/sidebartitle.jpg) no-repeat;
	height: 23px;
	font: 13px "Trebuchet MS", Tahoma, Arial;
	color: #e8e8e8;
	padding-top:1px;
	padding-left: 26px;
	margin: 10px 0px 2px;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	background: url(images/punkt.gif) no-repeat;
	padding-left: 12px;
	margin-left: 10px;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
.border {
	color: #666666;
}
/*blogroll */
ul.list-blogroll li{
	background: url(images/punkt.gif) no-repeat;
	padding-left: 12px;
	margin-left: 10px;
}
/*search form */
	#searchform {
	margin: 10px;
	background: url(images/famare-logo.jpg) no-repeat;
	width:232px;
	height: 138px;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 180px;
	height: 21px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #c1c1c1;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font: 11px  Verdana, Arial, sans-serif; 
	color: #343434;
	font-weight: normal;
	vertical-align:bottom;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-ico.jpg) no-repeat;
	width: 24px;
	height: 23px;
	border: none;
	color: #FFFFFF;
}

/* footer area */
#footer {
	clear: both;
	background: url(images/footer-bg.gif) no-repeat;
	padding-top:10px;
	padding-bottom:6px;
	font-size: 10px;
	color: #b2b2b2;
	width: 1002px;
	height: 40px;
	text-align:right;
}
#footer a, #footer a:visited {

}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-recent-posts {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
/* credits */
#credits {
	margin: 0px auto;
	width: 1000px;
	font-size: 85%;
	position:absolute;
	z-index:10;
}
.rss {
	background: url(images/rss.jpg) no-repeat left center;
	margin-left:846px;
	margin-top:84px;
	width:137px;
	height:54px;
	position:absolute;
}
.rss:hover {
	background: url(images/rss-hover.jpg) no-repeat left center;
}
.logo {
	background: url(images/logo.jpg) no-repeat left center;
	width:234px;
	height:76px;
	position:absolute;
	margin-left:24px;
	margin-top:17px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
	margin-right:7px;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
