* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #565656;
	/*background-color: #99ccff;
	background-image:url(gfx/tlo.jpg);*/
background: -moz-linear-gradient(top, rgba(31,143,255,1) 0%, rgba(153,204,255,0.76) 18%, rgba(153,204,255,0.36) 49%, rgba(153,204,255,0.36) 74%, rgba(31,143,255,0.36) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,143,255,1)), color-stop(18%,rgba(153,204,255,0.76)), color-stop(49%,rgba(153,204,255,0.36)), color-stop(74%,rgba(153,204,255,0.36)), color-stop(100%,rgba(31,143,255,0.36))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(31,143,255,1) 0%,rgba(153,204,255,0.76) 18%,rgba(153,204,255,0.36) 49%,rgba(153,204,255,0.36) 74%,rgba(31,143,255,0.36) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(31,143,255,1) 0%,rgba(153,204,255,0.76) 18%,rgba(153,204,255,0.36) 49%,rgba(153,204,255,0.36) 74%,rgba(31,143,255,0.36) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(31,143,255,1) 0%,rgba(153,204,255,0.76) 18%,rgba(153,204,255,0.36) 49%,rgba(153,204,255,0.36) 74%,rgba(31,143,255,0.36) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f8fff', endColorstr='#5c1f8fff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(31,143,255,1) 0%,rgba(153,204,255,0.76) 18%,rgba(153,204,255,0.36) 49%,rgba(153,204,255,0.36) 74%,rgba(31,143,255,0.36) 100%); /* W3C */
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
	padding-top:8px;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
.naglowek {
	width:100%; 
	height:25px; 
	border-color:#dadada; 
	border-width:1px; 
	border-style:solid; 
	background-color: #EEEEEE; 
	text-align:center; 
	font-size: 1.5em;
	font-weight: normal; 
	margin-top: 20px;
}
.nag_news { 
	height:25px;
	clear:both; 
	width: 350px; 
	background-image:URL(gfx/nag_tlo.png);
	border-color:#0088CC; 
	border-width:1px; 
	border-style:solid;
	text-align:left; 
	font-size: 1.5em;
	font-weight: normal; 
	margin-top: 20px;
}
.art_kraj {
	width:170px;
	height:25px; 
	border-color:#dadada; 
	border-width:1px; 
	border-style:solid; 
	background-color: #EEEEEE; 
	text-align:center; 
	font-size: 1.5em;
	font-weight: normal; 
	margin-top: 20px;
}
.pog {
	width: 250px; height: 290px;
	margin: 20px 20px;
	float: left;
	padding: 0 0 0 0;
	background-color:#ffffff; 
	border:0px #dadada solid;
	}
/*boxy na głównej */

/* NEWS */
#jqnewsVert
{
	overflow: hidden; height: 500px; width: 160px; border: solid 1px #000; margin:auto;
}

#jqnewsVert div
{
	display: block; overflow: hidden; background-color: #def; height: 118px; width: 150px; margin: 5px;
}

#jqnewsOriz
{
	border: solid 1px #0088CC;	height: 219px; width: 574px; overflow: hidden; margin: 5px 18px;
}

#jqnewsOriz div
{
	float:left;	border: solid 0px #000;	background: #fff; height: 205px; width: 560px; margin: 5px;	display:block;
}

#box_link {
	width:100%;
	text-align:center;
	margin: 10px auto 10px 10px;
}
	
	#box_link .click {
		margin:5px;
		padding-top:18px;
		width:190px;
		height:41px;
		background-image:URL(gfx/button_blue.jpg);
		float:left;
		repeat: no-repeat;
	}
	#box_link a {
		color: #eeeeee;
	}
	#box_link a:hover {
		color: #706f6f;
	}
#search_ski {
	margin-left:25px;
	clear:both;
}
/* Menu */
#menu{
  width: 99.5%;
  overflow: hidden;
  padding-left:5px;
  /*background-color:#3399ff;*/
  background: rgb(51,153,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(51,153,255,1) 36%, rgba(153,204,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,rgba(51,153,255,1)), color-stop(100%,rgba(153,204,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(51,153,255,1) 36%,rgba(153,204,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(51,153,255,1) 36%,rgba(153,204,255,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(51,153,255,1) 36%,rgba(153,204,255,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399ff', endColorstr='#99ccff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(51,153,255,1) 36%,rgba(153,204,255,1) 100%); /* W3C */
  font: 12px  Verdana, Tahoma;
  z-index: 99;
}

ul#menu li{
  list-style-type: none;
  float: left;
  border-left: 1px solid #99ccff;
  padding-top:5px;
  height: 35px;
  z-index: 99;
}

ul#menu li a{
  display: block;
  padding: 8px;
  color: #000;
  font-weight:bolder;
  text-decoration: none;
  z-index: 99;
}

ul#menu li a:hover{
	color: #0000CC;
}
ul#menu li li a{
  width: 250px;
  padding: 6px 12px;
  z-index: 99;
}
ul#menu li li:hover{
  /*background: #99ccff;*/
  background: -moz-linear-gradient(left, rgba(51,153,255,1) 0%, rgba(153,204,255,0.56) 88%, rgba(153,204,255,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,153,255,1)), color-stop(88%,rgba(153,204,255,0.56)), color-stop(100%,rgba(153,204,255,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(51,153,255,1) 0%,rgba(153,204,255,0.56) 88%,rgba(153,204,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(51,153,255,1) 0%,rgba(153,204,255,0.56) 88%,rgba(153,204,255,0.5) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, rgba(51,153,255,1) 0%,rgba(153,204,255,0.56) 88%,rgba(153,204,255,0.5) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399ff', endColorstr='#8099ccff',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, rgba(51,153,255,1) 0%,rgba(153,204,255,0.56) 88%,rgba(153,204,255,0.5) 100%); /* W3C */
  z-index: 99;
}

ul#menu li ul{
  overflow: hidden;
  display:none;
  z-index: 99;
}

ul#menu li:hover ul{
  position: absolute;
  /*background: #3399ff;*/
  	background: rgb(51,153,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(51,153,255,1) 36%, rgba(153,204,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,rgba(51,153,255,1)), color-stop(100%,rgba(153,204,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(51,153,255,1) 36%,rgba(153,204,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(51,153,255,1) 36%,rgba(153,204,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(51,153,255,1) 36%,rgba(153,204,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399ff', endColorstr='#99ccff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(51,153,255,1) 36%,rgba(153,204,255,1) 100%); /* W3C */
  padding:0;
  border:1px solid #99ccff;
  display: block;
  width: 260px;
  z-index: 99;
}

/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	height: auto;
	background: url(images/back.gif) repeat-y 0 0;
	margin: auto auto;
	text-align: left;
	padding: 0 7px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	background: #3399ff url(logo/skiportal_header_11_v2.jpg) repeat-x 0 0;
	height: 170px;
}
	#header ul {
		float: right;
		list-style-type: none;
		padding: 10px 0;
		margin-left: -5px;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
			padding: 0 15px;
			border-left: 1px solid #dadada;
		}
			#header ul li.f {
				border: 0;
			}
			#header ul li a {
				font-weight: bold;
				color: #dadada;
				}
			#header ul li a:hover {
				color: #0000CC;
				}
	#header .links {
		float: right;
		font-size: 0.9em;
		color: #252525;
		padding: 10px;
	}
		#header .links a {
			margin-left: 14px;
		}
	#header .logo {
		padding: 0 0 0 25px;
		float: left;
	}
		#header .logo h1 {
			font-family: "Lucida Sans";
			font-size: 2.5em;
			text-transform: uppercase;
		}
		#header .logo h1 a {
			color: #252525;
		}
		#header .logo p {
			color: #DE2011;
			font-weight: bold;
			padding-left: 10px;
		}
	#header .ad468x60 {
		float: right;
		padding: 16px 10px;
	}
	#header ol {
		list-style-type: none;
		height: 35px;
		background-color: #252525;
	}
		#header ol li {
			float: left
		}
		#header ol li a {
			color: #ffffff;
			display: block;
			padding: 10px 12px 11px;
		}
		#header ol li a:hover {
			background-color: #DC1000;
		}
	#header {
		
	}
/** END header **/

/** BEGIN content **/
#content {
	width: 666px;
	float: left;
}
	#content .post {
		width: 240px; height: 330px;
		margin: 5px auto 5px 23px;
		float: left;
		padding: 5px 15px 0 15px;
		background-color:#ffffff; 
		border:1px #0088CC solid;
	}
	
		#content .post h2 {
			font-family: Georgia;
			font-size: 1.5em;
			margin-bottom: 15px;
		}
			#content .post h2 a {
				color: #252525;
			}
		#content .post .date {
			font-size: 0.9em;
			font-family: Georgia;
			color: #808080;
			margin-bottom: 15px;
			margin-top: 5px;
		}
		#content .post .continue {
			color: #ffffff;
			background-color: #003DF5;
			padding: 5px 10px;
			display: block;
			font-family: Georgia;
			font-weight: bold;
			margin-bottom: 15px;
		}
		#content .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}
		#content .post .thumb {
			height: 92px;
			overflow: hidden;
			padding: 5px;
			background-color: #EEEEEE;
			border: 1px solid #E8E8E8;
			margin-bottom: 10px;
		}
			#content .post .thumb div {
				height: 92px;
				overflow: hidden;
			}
			#content .post .thumb img {
				width: 247px;
			}
	#content .post_full {
		width: 531px; height: auto;
		float: left;
		text-align: justify;
		background-color:#ffffff; 
		border:1px #0088CC solid;
		padding: 20px 35px 0 35px;
		margin: 5px auto 5px auto;
		
	}
	
			#content .post_full .continue {
			color: #ffffff;
			background-color: #003DF5;
			padding: 5px 10px;
			display: block;
			float: left;
			font-family: Georgia;
			font-weight: bold;
			margin-bottom: 25px;
		}
			#content .post_full .date {
			font-size: 0.9em;
			font-family: Georgia;
			color: #808080;
			margin-bottom: 15px;
		}
		#content .post_full h2 {
			font-family: Georgia;
			font-size: 1.5em;
			margin-bottom: 15px;
		}
			#content .post_full h2 a {
				color: #252525;
			}
	#content .postnav {
		clear: both;
		padding: 20px 34px 40px;
	}
		#content .postnav ul {
			list-style-type: none;
			border: 0;
		}
			#content .postnav ul li {
				float: left;
				padding: 2px;
				padding: 2px;
			}
			#content .postnav ul li a {
				display: block;
				text-align: center;
				text-decoration: none;
				border: 0;
				padding: 5px 8px;
				background-color: #676B8D;
				color: #ffffff;
				font-family: Georgia;
				font-weight: bold;
			}
			#content .postnav ul li a:hover {
				background-color: #E05F00;
				border: 0 !important;
			}
			#content .postnav ul li.next a {
				width: auto;
				padding: 2px 4px;
			}
			#content .postnav .page_info {
				text-align: center;
				text-decoration: none;
				border: 0;
				padding: 5px 8px;
				background-color: #9F9F9F;
				color: #ffffff;
				font-family: Georgia;
				font-weight: bold;
				margin: 2px;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 304px;
	float: right;
	padding-bottom: 20px;
}
	#sidebar .wrapper {
		padding: 0 15px;
	}
	#sidebar h2 {
		color: #252525;
		font-size: 0.9em;
		text-transform: uppercase;
		margin: 15px 0 10px;
	}
	#sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
			border-bottom: 1px dotted #DADADA;
			line-height: 1.4em;
			padding: 4px 0;
			font-size: 0.9em;
		}
		#sidebar ul li a {
			color: #808080;
		}
		#sidebar ul li a:hover {
			color: #0000CC;
		}
	#sidebar .reklama_left {
		width:250px;
		height:250px;
		/*background-color: #dadada;*/
		text-align: center;
		margin: 20px auto auto 25px;
		padding: 10px 0;
		/*border: 1px #676B8D dotted;*/
	}
	#sidebar .money_left {
		width:250px;
		text-align: center;
		margin: 10px auto auto 25px;
		padding: 10px 0;
		border-top: 1px #676B8D dotted;
		border-bottom: 1px #676B8D dotted;
	}
		#sidebar .ads img {
			margin: 3px;
		}
	#sidebar .search {
		background: #EEEEEE url(images/search.gif) no-repeat center center;
		border-width: 1px 0;
		border-color: #E8E8E8;
		border-style: solid;
		height: 52px;
	}
		#sidebar .search input {
			float: left;
			border: 0;
			font-size: 1.2em;
			font-family: Verdana;
			width: 200px;
			margin: 18px 11px 0 22px;
		}
		#sidebar .search button {
			float: left;
			border: 0;
			text-indent: -9999px;
			width: 53px; height: 32px;
			margin-top: 10px;
			background-color: #676B8D;
			color: #565656;
		}
	#sidebar .flickr { }
		#sidebar .flickr img {
			margin: 3px;
		}
	#sidebar .video {
		padding-bottom: 5px;
	}
	#sidebar .tags { 
		padding-bottom: 5px;
	}
		#sidebar .tags a {
			color: #808080;
		}
		#sidebar .tags a:hover {
			color: #DC1000;
		}
	#sidebar .l {
		float: left;
		width: 125px;
		height: auto;
	}
	#sidebar .r {
		float: right;
		width: 125px;
	}
		#sidebar .sbar li {
			font-size: 1em;
			padding-left: 12px;
			background: url(images/bullet.gif) no-repeat 0 8px;
			border: 0;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	height:35px;
	background-color: #3399ff;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
}
	#footer p {
		line-height: 1.5em;
		float:left;
	}
	
	#footer .site {
		clear: both;
		font-size: xx-small;
	}
	#footer .site p{
		line-height: 1.5em;
		float:left;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 0 35px 20px;
	
}
	#comments .country_flag315 {
		text-align:center;
		margin-bottom:15px;
		font-size:20px;
		font-weight:bold;
	}
	#comments .ramka_foto {
		width:285px;
		height:220px;
		margin:10px auto auto 5px;
		background-color:#eeeeee;
		border: 1px #676B8D solid;
		float:left;
	}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.5em;
		font-weight: normal;
		
	}
	#comments h3 {
		color: #252525;
		font-size: 0.9em;
		text-transform: uppercase;
		margin: 15px 0 10px;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
		text-indent: 20px;
	}
	#comments form {
		padding-top: 20px; 
		padding-left: 20px; 
		padding-right: 20px;
		background-color:#cce6ff;
		border:2px solid #3399ff;;
		width: 260px;
		height: 150px;
		font-size: 14px;
		
	}
		#comments form p {
			margin-bottom: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			
			font-size: 0.9em;
			font-family: Verdana;
			padding: 2px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 250px;
			border: 1px solid #0000cc;
			background-color: #0000cc;
			color: #ffffff;
		}
		#comments form select {
			width: 250px;
			font-family: Verdana;
			border: 1px solid #909090;
		} 
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #DC1000;
			color: #ffffff;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
		#comments .normal {
			background-color:#cce6ff;
		}
		
		#comments .element_menu {
			float: left;
			width: 100px;
			height: 30px;
			background-color: #EEEEEE;
			border-color:#dadada;
			border-width:1px;
			border-style:solid;
			vertical-align: text-top;
		}
		
		#comments .element_menu a{
			color: #000000;
			font-size: 12px;
			
			
		}
		
		#comments .title_menu{
			width: 100%;
			height: 10px;
			background-color: #dadada;
			float: left;
		}
		#comments .table{
			width: 100%;
		}
		#comments .table table{
			width: 100%;
			border-bottom: #dadada solid;
			border-top: #dadada solid;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 25px 35px 0;
	color: #565656;
}
.single {
	padding: 20px 35px;
}
	.single h2 {
		font-family: Georgia;
		font-size: 1.5em;
		margin-bottom: 15px;
	}
	.single .date {
		font-size: 0.9em;
		font-family: Georgia;
		color: #808080;
		margin-bottom: 15px;
	}
	.single h3 {
		font-size: 1.5em;
		font-weight: normal;
		margin-bottom: 7px;
	}
	.single p {
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	.single ul {
		margin: 0 0 10px 16px;
	}
	.single ol {
		margin: 0 0 10px 18px;
	}
	.single li {
		line-height: 1.4em;
		padding: 2px 0;
	}
	.single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e8e8e8;
	}
/** END miscellaneous **/

/** MAIL **/

#mail {
		padding: 0 35px 20px;
		}
	#mail form {
		
		border: 1px #3399ff solid;
		margin: 35px 60px;
		width: 450px;
		height: 350px;
	}
	#mail input {
		margin: 5px auto auto 10px;
		border: 1px dotted #3399ff;
	}
	#mail textarea {
		margin: 5px auto auto 10px;
		border: 1px dotted #3399ff;
	}
	#mail .opis_form {
		font-weight: bold;
		margin: 10px auto auto 10px;
	}
	#mail .klik {
		border: 1px solid #0000cc;
		background-color: #0000cc;
		color: #ffffff;
		font-size: 0.9em;
		font-weight: bold;
		font-family: Verdana;
		width: 120px; height: 23px;
		margin: 10px auto auto 10px;
	}
	#mail .info {
		width:450px;
		margin: 0 60px;
		height: 30px;
		border:1px #00A352 solid;
		background-color: #47FF75;
		font-size: 16px;
		color: #565656;
		text-align: center;
		padding-top: 5px;
		}
		
	#mail .info_er {
		width:450px;
		margin: 0 60px;
		height: 30px;
		border:1px #DC1000 solid;
		background-color: #47FF75;
		font-size: 16px;
		color: #565656;
		text-align: center;
		padding-top: 5px;
		}
	#mail .link_pog {
		text-align: center;
	}	
	#mail .link_pog a{
		border-left: 1px solid #0000cc;
		margin-right: 5px;
		padding-left: 5px;
	}
	
#sprzet {
	padding: 0 35px 20px;
	
}
	#sprzet .link {
		width:70px;
		height:80px;
		border:1px solid #676B8D;
		margin:5px 2px 10px 2px;
		float:left;
		font-size:9px;
		padding:2px 2px;
	}
	
	#sprzet .opis {
		width:100%;
		border-bottom:1px dotted #eeeeee;
		margin:20px auto 5px auto;
		font-size:16px;
		color: #eeeeee;
		clear: both;
	}
	
	#sprzet .wykaz {
		float: left;
		margin: 2px;
		padding:5px;
		border-right:1px solid #808080;
		font-size:12px;
	}
	
	#sprzet .full_n table{
		margin: 10px 10px 10px 10px;
		width:580px;
		border:1px solid #66B3FF;
	}
	#sprzet .full_n td{
		width: auto;
		height: 25px;
		border:1px dotted #66B3FF;
		padding-left:5px;
	}
	#sprzet .full_n td #srodek{
		width: 100px;
		height: 25px;
		border:1px dotted #66B3FF;
		font-weight: bold;
	}
	#sprzet .opis_tab {
		border: 1px solid #003DF5;
		margin:20px auto 0 auto;
		width:100%; height:30px;
		font-size:14px;
		background-color:#CCE6FF;
		color:#006699;
	}
/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;

	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#art {	
	padding: 0 35px 20px;
	}
	 
	#art .post_full {
		width:100%;
		height: 280px;
		
	}
		#art .title {
			width: 300px;
			color: #676B8D;
			font-size: 1.5em;
			margin: 10px 0 0 0;
			border-bottom: 1px #676B8D dotted;
		}
	
		#art .continue {
			color: #ffffff;
			background-color: #003DF5;
			padding: 5px 10px;
			display: block;
			float: left;
			font-family: Georgia;
			font-weight: bold;
			margin-bottom: 25px;
		}
			#art .date {
			font-size: 0.9em;
			font-family: Georgia;
			color: #808080;
			margin-bottom: 10px;
		}
		#art h2 {
			font-family: Georgia;
			font-size: 1.5em;
			margin-bottom: 10px;
		}
			#art h2 a {
				color: #252525;
			}
		#art .flaga {
			width:30px;
			height:20px;
			margin-top:2px;
		}
/** BEGIN Sonda **/
#sonda {
	border: 1px solid #3399ff;
	height: 45px;
	padding: 5px 10px;
	width: 577px;
}
	#sonda .formularz{
		float:left;
		width: 50%;
	}
	#sonda .wynik{
		float:right;
		width: 50%;
	}
	#sonda form{
			background-color: #ffffff;
			border: 0px solid #444444;
			padding: 2px 0 0 0;
			height: 45px;
		}

	#sonda form input{
			margin: 0 0 0 0;
			width: 30px;
			height: 30px;
			border: hidden;
		}
	#sonda form .button_p {
			background-image:URL(gfx/sonda_plus.png);
			background-color: #ffffff;
			font-size: 0;
			border: 1px solid #ffffff;
			padding: 0 0 0 0;
			width: 40px;
			height: 40px;
			cursor : pointer;
			
		}
	#sonda form .button_m {
			background-image:URL(gfx/sonda_minus.png);
			background-color: #ffffff;
			font-size: 0;
			border: 1px solid #ffffff;
			margin: 0 0 0 0;
			width: 40px;
			height: 40px;
			cursor : pointer;
			
		}
	#sonda table{
		height: 40px;
		border: 0px;
	}
	#sonda .first {
		text-align: center;
		color: red;
		font-style: oblique;
		font-size:larger;
		font-weight: 400;
		margin-top: 0px;
		height: 40px;
	}
	#sonda a {
		color: #ffffff;
	}
/** END Sonda **/
/** BEGIN Komentarze **/
#form_com {
	margin: 10px auto;
	border: 1px solid #3399ff;
	height: auto;
	padding: 5px 10px;
	width: 577px;
	
	}
	#form_com form {
		border: 0;
		background-color: #ffffff;
		padding: 10px 0 10px 10px; 
		width: auto;
		height: auto;
	}
	#form_com textarea{
		width: 500px;
		height: 50px;
		border: 1px dotted #3399ff;
		font-size: 12px;
	}
	#form_com form input {
		color: #000000;
		font-size: 12px;
		background-color: #ffffff;
		border: 1px dotted #3399ff;
		width: 330px;
		height: auto;
		
	}
	#form_com .opis_form {
		font-size: 11px;
		font-weight: bold;
		margin: 10px auto auto 10px;
		
	#form_com .alert {
		text-align: center;
		color: red;
		font-style: oblique;
		font-size:larger;
		font-weight: 16px;
	}
	
	#form_com .date {
			font-size: 0.9em;
			font-family: Georgia;
			color: #808080;
			margin-bottom: 15px;
			}
	#form_com h3 {
			color: #252525;
			font-size: 0.9em;
			text-transform: uppercase;
			margin: 15px 0 10px;
		}
/** END Komentarze **/
/** END wordpress 2.7 comments **/

