/* global.css */

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	background: #ffffff url(images/background.png) top left repeat;
/*	background: #9d0f2e url(images/background.png) top left repeat-x;
*/
	font: 0.9em "Arial", sans;
	top: 0;
	left: 0;
	
}

div#top-menu
{
	width: 100%;
	height: 42px;
	position: absolute;
	left: 0;
	z-index: 0;
	text-align: right;
	background: url('images/top-menu.bg.gif') top right no-repeat;

}

div#top-menu ul
{
	list-style: none;
	float: right;
	margin: 0 10px 0 0;
}

div#top-menu ul li
{
	float: left;
	margin: 0 4px;
	color: #fff;
	line-height: 25px;
	vertical-align: middle;
}

div#top-menu ul li a,
div#top-menu ul li a:hover
{
	color: #fff;
	text-decoration: none;
}

div#total-container {
	width: 910px;
	margin: 0 auto 0 auto;
	padding: 135px 0 0 0;
	position: relative;
}

div#main-container
{
	top: 134px;
	z-index: 0;
	background-color: #fff9db;
	display: table;
}

div#banner
{
	z-index: 200;
	height: 311px;
	width: 910px;
	background: url(images/banner.bg.jpg) top left repeat-x;
	position: relative;
}
	
	img#logo
	{
		width: 219px;
		height: 219px;
		display: block;
		position: absolute;
		margin-top: -100px;
		margin-left: -30px;
		behavior:url("wp-content/themes/default/pngbehavior.htc");
	}
	
	img#banner-photos
	{
		width: 702px;
		height: 449px;
		display: block;	
		margin-top: -134px;
		margin-left: 240px;
		position: absolute;
		behavior:url("wp-content/themes/default/pngbehavior.htc");
	}

	a#pigulka-pl
	{
		display: block;
		padding-top: 190px;
		padding-left: 20px;
	}
	
	div#banner-bottom-strap
	{
		width: 397px;
		height: 3px;
		background: url(images/banner-bottom-strap.jpg) top left no-repeat;
		margin-top: 68px;
	}

ul#main-menu
{
	width: 910px;
	height: 29px;
	background-color: #354151;
	list-style: none;
}

	ul#main-menu li
	{
		float: left;
		padding: 0 15px;
		line-height: 29px;
		vertical-align: middle;
	}

	ul#main-menu li.rss
	{
		float: right;
		line-height: 2px;
		
	}
	
	ul#main-menu li.element a
	{
		color: #fff;
		text-decoration: none;
	}

	ul#main-menu li.element a:hover,
	ul#main-menu li.active a
	{
		color: #e8602a;
	}

div#content-container
{
	width: 910px;
	/*display: table;*/
	
	font-size: 0.8em;
	color: #45310a;
}

	div#content-container h2 {
		margin: 15px 1em 5px 10px;
	}

	div#content-container div.post
	{
		padding: 20px;
		line-height: 1.5em;
		vertical-align: middle;
	}
	
	div#content-container div.post h2
	{
		margin-left: 0;
		color: #9B8A60;
		font-weight: bold;
	}
	
	div#content-container div.post div.entry
	{
		padding-top: 5px;
	}
	
	div#content-container div.post div.entry ul,
	div#content-container div.post div.entry ol
	{
		margin: 10px 20px;
	}
	
	div#content-container div.post div.entry a
	{
		color:#9B8A60;
		font-weight: bold;
		text-decoration: none;
	}
	
	div#content-container p.tools
	{
		padding: 0 20px 20px 20px;
	}
	
	div#content-container div.post div.content a,
	div#content-container p.tools a
	{
		color: #000;
	}

	h3#comments
	{
		color: #877347;
	}

	ol.commentlist
	{
		margin: 0;
		list-style: none;
	}
	
	ol.commentlist li
	{
		border-bottom: 1px solid #f0e2a0;
	}
	
	ol.commentlist li em
	{
		color: #B9AA84;
	}
	
	ol.commentlist li p
	{
		padding: 2px 0 4px 0;
	}
	
	ol.commentlist li span.date	
	{
		color: #8A774B;
	}
	
	ol.commentlist li span.date a
	{
		text-decoration: none;
	}
	
	#respond
	{
		margin-top: 10px;
	}

	div#left-container
	{
		width: 450px;
		height: 100%;
		float: left;
	}
	
		div#left-container div.subcontainer-big
		{
			padding: 0 0 10px 0;
			border-bottom: 1px solid #f0e2a0;
			margin: 10px 8px;
		}
		
		div#left-container div.subcontainer-big p.postmetadata a
		{
			color: #877347;
			text-decoration: none;
		}
		
		div#left-container div.last
		{
			border-bottom: none;
		}
		
		div#left-container h3 a,
		div#left-container h3 a:hover
		{
			color: #877347;
			text-decoration: none;
		}
		
		div#left-container .date
		{
			display: block;
			clear: both;
			float: none;
			color: #877347;
			margin: 4px 0;
		}
		
		div#left-container div.content a.more,
		div#left-container div.content a.more:hover
		{
			color: #ff6000;
			text-decoration: underline;
			font-weight: bold;
		}
		
		div#left-container div.not_found-container
		{
			text-align: center;
		}
		
		div#left-container div.not_found-container h2
		{
			color: #877347;
		}
		
		#left-container ul#add-to
		{
			margin: 5px 0 0 0;
			list-style-type: none;
		}
		
		#left-container ul#add-to li a
		{
			color: #A7966E;
			text-decoration: none;
		}
		
		#left-container #comments-form-container
		{
			border-bottom:1px solid #F0E2A0;
			margin:10px 8px;
			padding:0pt 0pt 10px;
		}
		
		#left-container #comments-form-container h3#respond
		{
			color: #877347;
		}
		
		#left-container #comments-form-container a
		{
			color: #000;
		}
		
		form#commentform p
		{
			margin: 6px 0;
		}
		
		form#commentform p textarea#comment
		{
			width: 430px;
			height: 150px;
			border: 1px solid #B9AA84;
		}
		
		form#commentform p input.text-input
		{
			border: 1px solid #B9AA84;
		}
		
		form#commentform p input#submit
		{
			font-weight: bold;
			background-color: #F0E2A0;
			border: 1px solid #B9AA84;
		}

	div#middle-container
	{
		width: 160px;
		height: 100%;
		background-color: #fff4be;
		float: left;
		color: #a49b6f;
	}
	
		div#middle-container a,
		div#middle-container a:hover
		{
			color: #a49b6f;
			text-decoration: none;
		}
		
		div#middle-container ul
		{
			margin: 8px;
			list-style-image: url(images/list-bullet.png);
			list-style-position: inside;
		}
		
		div#middle-container ul li
		{
			text-indent: 4px;
			height: 12px;
			line-height: 12px;
			padding-bottom: 4px;
		}
		
		div#middle-container .subcontainer h3.title
		{
			width: 160px;
			_width: 162px;
			height: 27px;
			line-height: 27px;
			text-transform: lowercase;
			background-color: #c8bd88;
			color: #fff;
			text-indent: 6px;
			padding: 0;
		}
	
		div#newsletter-container
		{
			width: 160px;
		}
		
		div#subscribe2widget div.search
		{
			padding: 4px;
		}
		
		div#subscribe2widget div.search form
		{
			margin: 0 0 10px 0;
		}
		
		div#subscribe2widget div.search form input
		{
/* 			border: 1px solid #a49b6f; */
		}
		
			div#subscribe2widget div.search form label
			{
				width: 140px;
				display: block;
				margin: 6px 10px;
			}
			
			div#subscribe2widget div.search form input.text
			{
				width: 140px;
				border: 1px solid #a49b6f;
				margin: 0 0 8px 5px;
			}
			
			div#subscribe2widget div.search form input.radio {
				display: block;
				clear: left;
				float: left;
				margin: 0;
				padding: 0;
			}
			
			div#subscribe2widget div.search form input.submit
			{
/* 				border: 1px solid #a49b6f; */
				border-right: 2px solid #404040;
				border-bottom: 2px solid #404040;
				width: 50px;
				margin: 8px 0 5px 95px;
/* 				display: block; */
				
				clear: both;
			}
		
		div#flickr
		{
			_width: 146px;
		}

		div#flickr ul
		{
			list-style: none;
			list-style-image: none;
			padding: 10px;
		}
		
		div#flickr ul li
		{
			height: auto;
			width: 100%;
			text-align: center;
			text-indent: 0;
			display: block;
		}
		
		div#flickr ul li a img
		{
			border: 1px solid #000;
		}
		
		div#flickr a.more
		{
			width: 100%;
			display: block;
			text-align: center;
			margin: 0 0 4px 0;
			color: #000;
		}
	
	div#right-container
	{
		width: 300px;
		width: 298px;
		height: 100%;
		background-color: #f0e2a0;
		float: right;
		overflow: hidden;
	}

		div#right-container .subcontainer 
		{
			/*width: 300px;*/
		}

		div#right-container  .subcontainer h3.title
		{
			/*width: 300px;*/
			height: 27px;
			line-height: 27px;
			text-transform: lowercase;
			background-color: #b9aa84;
			color: #fff;
			text-indent: 6px;
			padding: 0;
		}
		
		div#right-container .subcontainer ul
		{
			list-style: none;
		}
		
		div#right-container .subcontainer ul li.element
		{
			display: block;
			border-bottom: 1px solid #e1d495;
			margin: 0 10px;
			padding: 8px 4px;
		}
		
		div#right-container .subcontainer ul li.last
		{
			border-bottom: none;
		}
		
		div#right-container .subcontainer ul li.element a
		{
			color: #45310a;
		}
		
		div#right-container .subcontainer ul li.element a:hover
		{
			text-decoration: none;
		}
		
		div#poll-container
		{
			/*width: 300px;*/
		}
		
			div#poll-container div.content
			{
				margin-top: 10px;
				padding-left: 10px;
			}
		
			div#poll-container div.content  div.question
			{
				font-weight: bold;
			}
			
			div#poll-container div.content  div.answer span.comment
			{
				font-weight: bold;
				font-size: 0.8em;
			}
		
			div#poll-container div.content div.answer-bar-container
			{
				width: 290px;
			}
			
			div#poll-container div.content div.answer-bar-container  span.answer-bar
			{
				height: 10px;
				display: block;
				background-color: #e8602a;
			}
	
		div#polls
		{
			color: #A39A6F;
		}
	
		div#polls ul li div.bar
		{
			_padding-top: 10px;
			width: 80%;
		}

		div#polls ul li div.bar span.percentage
		{
			_font-weight: normal;
		}

		div#polls ul li div.bar div.pollbar
		{
			border: none;
			margin-left: 40px;
		}

		div#polls a
		{
			color: #000;
			margin: 0 0 4px 4px;
		}
		
		div#polls-2 p strong
		{
			display: block;
			margin: 4px 0;
		}
		
		div.pollbar
		{
			border: none;
		}
		
		div#tag_cloud div.tags
		{
			padding: 10px;
		}
		
		div#tag_cloud div.tags a
		{
			color: #BAAC87;
			text-decoration: none;
			width: auto;
		}
		
	div#wp-calendar-split ul li
	{
		border-bottom:1px solid #E1D495;
		display:block;
		margin:0pt 10px;
		padding:4px;
	}
	
	div#wp-calendar-split ul li a
	{
		color: #000;
	}
	

div#footer
{
	width: 100%;
	height: 72px;
	background-color: #2c3643;
	border-top: 3px solid #e8602a;
	text-align: center;
	clear: both;
}

	div#footer ul
	{
		width: 650px;
		list-style: none;
		padding: 10px 0 0 0;
		margin: 0 auto;
	}
	
	div#footer ul li
	{
		float: left;
		margin: 0 4px;
		color: #fff;
	}
	
	div#footer ul li a,
	div#footer ul li a:hover
	{
		color: #fff;
		text-decoration: none;
	}
	
	div#footer div.copyright
	{
		clear: both;
		padding: 10px 0 0 0;
		color: #fff;
		font-size: 0.8em;
	}
	
	div#footer div.copyright a,
	div#footer div.copyright a:hover
	{
		color: #fff;
		text-decoration: none;
	}
	
div#daikos-video-widget-1 {
	text-align: center;
}

div#daikos-video-widget-1 h3 {
	text-align: left;
}

div#daikos-video-widget-1 object {
	margin: 1em auto 1em auto;
	text-align: center;
	display: block;
}
	
div#daikos-video-widget-1 small {
	display: none;
}


div#bg-left {
	height: 80px;
	width: 50%;
	position: absolute;
	left: 0;
	top: 354px;
/*	background: url("images/bg-left.jpg") top left repeat-x;
*/
}

div#bg-right {
	height: 80px;
	width: 50%;
	position: absolute;
	right: 0;
	top: 358px;
/*	background: url("images/bg-right.jpg") top right repeat-x;
*/
}

/* =wyszukiwarka ginekologów */
#searchDoctor {
	background: #e5cc74 url(images/search_bg2.png) no-repeat bottom left; 
	padding: 14px 14px 8px;
	overflow: hidden;
	position: relative;
	height: 250px;
}
#searchDoctor fieldset {
	margin-bottom: 14px;
	padding-bottom: 14px;
	background: url(images/dotted.png) repeat-x bottom left;
}
form#searchDoctor h2, form#ginaSearch h2 {
	margin: 0 0 2px 0;
	padding: 0;
	text-indent: -9999px;
	height: 50px;
	background: url(images/h2.png) no-repeat 0 0;
}
form#ginaSearch h2 {
	height: 22px;
	margin: 0 0 8px 0;
	background: url(images/h2_2.png) no-repeat 0 0;
}
#searchDoctor a, #page-container div.post div.entry .chooseCity a {
	font-weight: bold;
	color: #3d74b1;
	text-decoration: none;
}
#page-container div.post div.entry #googleMap a {color: #3d74b1;}
#searchDoctor a:hover, #page-container div.post div.entry .chooseCity a:hover,
#page-container div.post div.entry #googleMap a:hover {
	text-decoration: underline;
}
#searchDoctor p {font-size: 11px; margin: 0 60px 10px 0;}
#searchDoctor ul, #searchDoctor li, #page-container div.post div.entry .chooseCity ul, 
#page-container div.post div.entry .chooseCity li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#searchDoctor ul, 
#page-container div.post div.entry .chooseCity ul {
	width: 70px;
	float: left;
	margin-right: 6px;
}
#page-container div.post div.entry .chooseCity ul {
	width: 90px;
}
#searchDoctor li, 
#page-container div.post div.entry .chooseCity li {
	margin-bottom: 7px;
}
.doctor {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 193px;
	width: 173px;
	background: url(images/search_bg.png) no-repeat 0 0;
}
#searchDoctor .button, #ginaSearch .button {
	background-color: #ECECEC;
	border: 0;
	border-bottom: 2px solid #404040;
	border-right: 2px solid #404040;
	vertical-align: middle;
	position: relative;
	margin: 0;
	padding: 1px 4px;
	width: 60px;
}
#searchDoctor .textF, #ginaSearch .textF {
	font-size: 10px;
	color: #b3a468;
	background: #f7efcc;
	border: 1px solid #d3c48e;
	top: 1px;
	position: relative;
	width: 110px;
	margin: 0;
	padding: 3px 6px 4px;
}
#ginaSearch .textF {
	width: 290px;
	color: #877347;
}
#ginaSearch {
	overflow: hidden;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: 2px solid #e6ddbc;
	position: relative;
}
#ginaSearch fieldset {
	padding: 26px 20px 38px 138px;
	font-size: 11px;
	min-height: 110px;
	background: #e8d27e url(images/search2_bg.jpg) no-repeat bottom left;
}
#ginaSearch fieldset p {
	margin-bottom: 12px;
	line-height: 1.5em;
}
.gabInfo img, #ginaSearch #error img {vertical-align: middle;}
.gabInfo {margin-bottom: 10px;}
.chooseCity {
	float: left;
	width: 298px;
	padding-top: 0;
}
.chooseCity h3 {
	margin: 0;
	padding: 0;
	color: #877347;
	font-size: 18px;
	font-weight: normal;
}
.chooseCity p {font-size: 11px; margin: 6px 0 20px;}
#googleMap {
	margin-top: 12px;
	width: 870px;
	height: 450px;
}
.searchContainer {
	padding: 0;
}
