/*
Theme Name: HYPERmedia
Theme URI: www.hypermedia.pl
Description: Motyw graficzny HYPERmedia dla blogu WordPress
Version: 1.0
Author: Krzysztof Suszyński
Author URI: mailto:k.suszynski@wit.edu.pl


*/

@import url("./non-ie.css");

/* Begin Typography & Colors */


html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000 url(images/kreska.gif) center 135px no-repeat;
	color: #414141;
	text-align: center;

	}
#page {
	background: #fff url('images/bg-default.gif') top left repeat-y;
	text-align: left;
}


#content {
	font-size: 1.2em;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
div.post div.More {
	display: none;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
}

.alt {

}

#footer {
	background: #000;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Georgia, Times, Sans-Serif;
	font-weight: bold;
	}


h2 {
	font-size: 1.5em;
}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
}

#comments {
	color: #000;
	font-size: 1.85em;
	font-weight: normal;
}

#respond {
	font-size: 2.341em;
	color: #000;
	font-weight: normal;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #1066C7;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.92em Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #eee;
}

.commentlist li .commentHeader {
	font-weight: normal;
	font-family: Georgia, Times, serif;
	color: #1670D6;
	margin-bottom: -8px;
	font-size: 1.2em;
}
.commentlist li .commentHeader span {
	padding: 0 10px 0 0;
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#commentPad {
	width: 300px;
	background: #fff url('images/lay-commentBoxBackground.gif') top left repeat-y;
	padding: 35px 60px 45px 60px;
	position: relative;
}
#commentPadTopRound {
	margin-top: 12px;
	width: 420px;
	height: 8px;
	background: #fff url('images/lay-commentBoxTop.gif') top left no-repeat;
	overflow: hidden;
	font-size: 1px;
}
#commentPadBottomRound {
	width: 420px;
	height: 10px;
	background: #fff url('images/lay-commentBoxBottom.gif') bottom left no-repeat;
	overflow: hidden;
	font-size: 1px;
}
#commentPadBolt {
	width: 15px;
	height: 26px;
	background: #fff url('images/lay-commentBoxBolt.gif') top left no-repeat;
	position: absolute;
	top: 53px;
	left: 420px;
	overflow: hidden;
}
#commentPad label {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #fff;
	text-transform: lowercase;
}
#commentPad input, #commentPad textarea, #commentPad select {
	border: 2px solid #fff;
	width: 100%;
	padding: 2px;
	margin: 4px 0 1px 0;
}
#validateErrors {
	color: #c00;
	font-weight: bold;
}
#validateErrors ul {
/*
	list-style: none;
	padding: 0;
	margin-left: 0;
*/
}
#commentPad .inputError {
	border-color: #d44;
	background-color: #fdd;
}
#commentPad .button {
	width: 86px;
	height: 28px;
	text-indent: -1000em;
	border: none;
	cursor: pointer;
}
#commentPad #reset {
	background: transparent url('images/btn-commentBoxAnuluj.gif') top left no-repeat;

}
#commentPad #submit {
	background: transparent url('images/btn-commentBoxWyslij.gif') top left no-repeat;
}
#sidebar {
	font: 1.3em Georgia, serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #1670D6;
	text-decoration: none;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}

a:hover {
	border-bottom: 1px solid #CFCFCF;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar .caption {
	font: bold 0.85em Georgia, Times, serif;
	text-align: center;
	color: #1670D6;
}


#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;

}
#wp-calendar thead td {
	padding-bottom: 5px;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	background-color: white;
	margin: 0px auto 60px auto;
	padding: 0;
	width: 990px;
	position: relative;
}

#header {
	margin: 0;
	padding: 0;
	height: 220px;
	width: 990px;
 background: url(images/kreska2.gif) 0 135px no-repeat;
}
#header a {
	font-weight: normal;
}

#headerLogo {
	width: 232px;
	height: 105px;
	float: left;
	display: inline;
}

#headerLogo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em;
 margin-top: 30px;
 margin-left: 5px;

}
#headerLogo h1 a, #headerLogo h1 a:hover {
	border: 0;
	color: white;
	text-decoration: none;
	background: url('images/btn-HPMlogo.gif') 0px 0px no-repeat;
	display: block;
	width: 182px;
	height: 68px;
	padding: 0;
}
#headerLogo h1 a span {
	display: none;
}
#headerTopPane {
	float: left;
	width: 699px;
	height: 66%;
	display: inline;
 background: url(images/lay-headerLine.gif) 30px 140px no-repeat;
}
#headerTopPane #breadcrumb {
	color: #000;
	position: absolute;
	top: 109px;
	left: 265px;
	display: block;
	margin: 0;
	width: 475px;
	line-height: 1.5em;
	text-transform: lowercase;
}
#breadcrumb a {
	color: #000;
	font-size: 1.1em;
	font-family: Tahoma, sans-serif;
	text-decoration: underline;
	background: transparent url('images/lay-breadcrumbDelimer.gif') no-repeat scroll center right;
	padding: 0pt 21px 0pt 0pt;
	border: 0;
}
#breadcrumb a:hover {
	color: #666;
}
#breadcrumb span.breadcrumbCurrent {
	padding: 0pt 13px 0pt 0px;
	color: #000;
	font-weight: bold;
	text-transform: none;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}
#breadcrumb span.breadcrumbCurrent a {
	background: none;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumb span.breadcrumbCurrent a:hover {
	text-decoration: underline;
}
#headerTopPane #miscLinks {
	color: #111;
	position: absolute;
	top: 15px;
	right: 10px;
	display: block;
	margin: 0;
	text-align: right;
}
#miscLinks a:hover {
	color: #000;
}
#miscLinks a.last {
	background: transparent;
}
#miscLinks a {
	color: #929292;
	font-size: 1.1em;
	font-family: Tahoma, sans-serif;
	text-decoration: none;
	background: url('images/lay-miscLinksDelimer.gif') center right no-repeat;
	padding: 0pt 12px 0pt 4px;
	border: 0;
}

#headerTopPane #currentTitle {
	margin: 93px 0pt 0pt 33px;
	padding: 0;
	color: #000;
	font-size: 2.2em;
	font-weight: normal;
	width: 475px;
}
#largeHPMLogo {
	border: 0;
	background: url('images/btn-HtoBlogo.gif') top left no-repeat;
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	left: 740px;
	top: 110px;
	z-index: 1000;
	cursor: pointer;
}
#largeHPMLogo span {
	display: none;
}

.narrowcolumn {
	float: left;
	padding: 0 42px 35px 33px;
	margin: 0px 0 0;
	width: 430px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
}
.post small.info {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	display: block;
	color: #000;
}
.post small.info a, .post small.info a:hover{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #CFCFCF;
}
.post small.info a:hover {
	color: #555;
	border-bottom: 1px solid #000;
}
.post p {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post hr {
	display: block;
}
.post h2, .post h3 {
	margin: 18px 0;
	font-weight: normal;
}

.post h2 {
 margin-top: 60px;
}

.currentPost {
	background: #eee;
	padding: 30px;
	width: 385px;
	margin-right: -15px;
	position: relative;
	top: -10px;
}
.postVisual {
	display: none;
	width: 385px;
	height: 152px;
	background-color: #ddd;
	overflow: hidden;
}
.postVisual * {
	margin: 0;
	padding: 0;
}
.currentPost .postVisual {
	display: block;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	margin-bottom: 0;
}
span.postmetadataComments {
	float: left;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	padding: 1px 0;
}
span.postmetadataComments a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #CFCFCF;
}
span.postmetadataComments a:hover {
	color: #555;
	border-bottom: 1px solid #000;
}
.postmetadata .postmetadataReadMore {
	background: transparent url('images/lay-blueBolt.gif') 0px 3px no-repeat;
	padding: 0 0 0 10px;
	font-family: Georgia, Times, serif;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 990px;
	clear: both;
	position: relative;
}

#footer p {
	text-align: left;
	padding: 25px;
 margin-left: 230px;
 color: #8F8F8F;
}
#footer p a {
	margin: 25px 10px;
	color: #8F8F8F;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#footer p a:hover {
	border-bottom-color: #3F3F3F;
}
#footer a.goUp {
	background: transparent url('images/lay-upArrow.gif') left center no-repeat;
	padding-left: 15px;
	position: absolute;
	right: 41px;
	top: 0px;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 18px;
	padding-left: 30px;
	margin: 0;
}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;

	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 6px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */

	/* Begin Search on leftSidebar */
	/*
	#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
	}

	#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
	}

	#sidebar #searchsubmit {
		padding: 1px;
	}
	#leftSidebar #searchform input#s {
		width: 108px;
		height: 16px;
		padding: 2px 4px 2px 2px;
		border: 0;
		background: transparent url('images/lay-inputText.gif') 0px 0px no-repeat;
		background-attachment: fixed;
		overflow: hidden;
		color: #666;
		font-family: "MS Shell Dlg", Tahoma, sans-serif;
		font-size: 1.333em;
		text-transform: none;
		margin-top: 1px;
	}

	#leftSidebar #searchsubmit {
		padding: 1px;
	}
	#leftSidebar #searchform br {
		display: none;
	}
	#leftSidebar #searchform input {
		border: 0;
		background: transparent;
		color: #fff;
		font-family: Tahoma, sans-serif;
		font-size: 1.1em;
		text-transform: lowercase;
	}
	*/
	/* End Search on leftSidebar */
	/* Begin Search on sidebar */
	/*
	#sidebar #searchform input#s {
		width: 108px;
		height: 16px;
		padding: 2px 4px 2px 2px;
		border: 0;
		background: transparent url('images/lay-inputText.gif') 0px 0px no-repeat;
		overflow: hidden;
		background-attachment: fixed !important!;
		color: #666;
		font-family: "MS Shell Dlg", Tahoma, sans-serif;
		font-size: 1.333em;
		text-transform: none;
		position: relative;
		top: 1px;
	}


	#sidebar #searchsubmit {
		padding: 1px;
	}
	#sidebar #searchform br {
		display: none;
	}
	#sidebar #searchform input {
		border: 0;
		background: transparent;
		color: #fff;
		font-family: Tahoma, sans-serif;
		font-size: 1.1em;
		text-transform: lowercase;
	}
	*/
	/* End Search on sidebar */

	/* Begin other forms on leftSidebar */
	.leftSidebarForm {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
	}

	#leftSidebar .textFieldRounded {
		margin-right: 5px;
	}
	#leftSidebar .leftSidebarForm .textFieldRounded .textField {
		width: 108px;
		height: 16px;
		padding: 2px 0px 2px 0px;
		border: 0;
		background: #fff;
		overflow: hidden;
		color: #666;
		font-family: "MS Shell Dlg", Tahoma, sans-serif;
		font-size: 1.333em;
		text-transform: none;
	}
	#leftSidebar .textFieldRounded .leftRound {
		width: 3px;
		height: 20px;
		background: transparent url('images/lay-inputLeftRound.gif') 0px 0px scroll;
	}
	#leftSidebar .textFieldRounded .rightRound {
		width: 3px;
		height: 20px;
		background: transparent url('images/lay-inputRightRound.gif') 0px 0px scroll;
	}


	#leftSidebar .leftSidebarForm .submitButton {
		border: 0;
		background: transparent;
		color: #fff;
		font-family: Tahoma, sans-serif;
		font-size: 1.1em;
		text-transform: lowercase;
		padding: 2px 5px 3px;
	}
	/* End other forms on leftSidebar */
	/* Begin other forms on sidebar */
	.leftSidebarForm {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
	}

	#sidebar .leftSidebarForm .textFieldRounded {
		width: 108px;
		padding: 2px;
	}

	#sidebar .submitButton {
		padding: 1px;
	}
	#sidebar .leftSidebarForm input.textFieldRounded {
		width: 108px;
		height: 16px;
		padding: 2px 4px 2px 2px;
		border: 0;
		background: transparent url('images/lay-inputTextOnWhite.gif') 0px 0px no-repeat;
		overflow: hidden;
		background-attachment: fixed !important!;
		color: #fff;
		font-family: "MS Shell Dlg", Tahoma, sans-serif;
		text-transform: none;
		position: relative;
		top: 1px;
	}


	#sidebar .submitButton {
		padding: 1px;
	}
	#sidebar .leftSidebarForm input.submitButton {
		border: 0;
		background: transparent;
		color: #1066C7;
		font-family: Tahoma, sans-serif;
		font-size: 0.85em;
		text-transform: lowercase;
	}
	/* End other forms on sidebar */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}


/* End Form Elements */



/* Begin Comments*/
.alt {

}

.commentlist {
	padding: 0;
	margin: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 0px 13px 0px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Widget */
#sidebar .widgettitle {
	color: #000;
	padding-top: 22px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	margin-top: 0px;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	/*text-transform: lowercase;*/
}
/* End Widget */

/* Begin Sidebar */
#sidebar {
	width: 157px;
	float: left;
	padding-bottom: 4em;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin leftSidebar */
#leftSidebar {
	width: 187px;
	padding: 0px 0 4em 45px;
	float: left;
	display: inline;
	margin-top: -65px;
	color: #fff;
}
#leftSidebar a {
	font-weight: normal;
}
#leftSidebar #leftSidebarList {
	padding: 0;
	margin: 0;
	list-style: none;
}
#leftSidebar .widgettitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
}
#leftSidebar .widget  form {
	margin: 0;
}
#leftSidebar .widget {
	border-bottom: 1px solid #262626;
	padding-bottom: 10px;
}
#leftSidebar .widget p {
	padding-right: 10px;
	font-family: Tahoma;
	font-size: 1.1em;
	color: #8F8F8F;
	margin: 9px 0;
}

/* End leftSidebar */



/* Begin Calendar */
#calendar_wrap {
	position: relative;
}
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 155px;
}


#wp-calendar thead .pad {
	width: 111px;
}
#wp-calendar thead td.pad:hover {
	background-color: transparent;
}
#wp-calendar #next {
	width: 15px;
	overflow: hidden;
	border: none;
}
#wp-calendar #prev {
	width: 15px;
	overflow: hidden;
	border: none;
}
#wp-calendar #next a {
	text-align: right;
	font-size: 1px;
	color: #fff;
	display: block;
	width: 15px;
	height: 15px;
	background: #fff url('images/btn-goRight.gif') top left no-repeat;
}

#wp-calendar #prev a {
	text-align: left;
	font-size: 1px;
	color: #fff;
	display: block;
	width: 15px;
	height: 15px;
	background: #fff url('images/btn-goLeft.gif') top left no-repeat;
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
	border: none;
	background-color: #f5f5f5;
}

#wp-calendar a {
	display: block;
}

#wp-calendar .caption {
	text-align: center;
	width: 100%;
	margin: 1px 0 -2px 0;
	text-transform: lowercase;
}

#wp-calendar td {
	padding: 2px 1pt 4px 1px;
	text-align: center;
	color: #000;
	border: 1px solid #eee;
	font-size: 0.93em;
}
#wp-calendar td a {
	color: #0159BD;
	font-weight: bold;
}
#wp-calendar td a:hover {
	border: none;
	background-color: #eee;
}
#wp-calendar td.pad {
	border: none;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Menu */
.widget_navt {
	margin-top: 30px;
	margin-top: 18px !important!; /* ie pokazuje komentarz! */
}
.widget_navt  .widgettitle {
	display: none;
}
.widget_navt  ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_navt  ul li {
	margin: 0;
	display: block;
}
.widget_navt  ul a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.4em;
	line-height: 24px;
}
.widget_navt ul a:hover, .widget_navt ul a.current_item {
	border-bottom: none;
	color: #8F8F8F;
}
.widget_navt  ul ul a {
	color: #8F8F8F;
	background: transparent url('images/lay-menuLvl2Norm.gif') 0px 3px no-repeat;
	padding-left: 17px;
}
.widget_navt  ul ul a:hover, .widget_navt ul ul a.current_item {
	color: #217BE2;
	background: transparent url('images/lay-blueBolt.gif') 5px 4px no-repeat;
}
.widget_navt  ul ul ul a {
	color: #fff;
	font-size: 1.1em;
	padding-left: 11px;
	margin-left: 17px;
	background: transparent url('images/lay-menuLvl3Norm.gif') 0px 3px no-repeat;
}
.widget_navt  ul ul ul a:hover, .widget_navt ul ul ul a.current_item {
	color: #fff;
	background: #1066C7 url('images/lay-menuLvl3Hover.gif') 0px 4px no-repeat;
	padding: 1px 6px 1px 11px;
}
/* End Menu */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.clr {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
div.debug {
	width: 500px;
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #d00;
	color: #fff;
	border: 1px solid red;
	padding: 1em;
	opacity: 0.6;
	filter: alpha( opacity=60 );
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 100;
	font-size: 12px;
}


#topMenu {
 margin: 0 auto;
 padding: 0;
 width: 730px;
 height: 80px;
 background: #000;
 float: left;

}

#topMenu ul {
width: 230px;
margin: 0;
margin-top: 46px;
margin-right: 30px;
padding: 0;
float: right;
display: inline;
}

#topMenu ul li {
float: left;
list-style: none;
margin-right: 30px;
}

#topMenu ul li a {
 border: none;
}

#topMenu .stronaGlowna {
 width: 50px;
 height: 13px;
 display: block;
 background: url(images/strona_glowna.gif) 0 0 no-repeat;
}

#topMenu .blog {
 width: 27px;
 height: 13px;
 display: block;
 background: url(images/blog_s.gif) 0 0 no-repeat;
}

#topMenu .produkty {
 width: 55px;
 height: 13px;
 display: block;
 background: url(images/produkty.gif) 0 0 no-repeat;
}

#topMenu .stronaGlowna:hover {
 background: url(images/strona_glowna_s.gif) 0 0 no-repeat;
}

#topMenu .blog:hover {
 background: url(images/blog_s.gif) 0 0 no-repeat;
}

#topMenu .produkty:hover {
 background: url(images/produkty_s.gif) 0 0 no-repeat;
}

li a span {
 display: none;
}

.hyperblogBox {
 width: 180px;
 color: #8f8f8f;
}

.mt10 {
 margin-top: 10px;
}

#videoFaqBox {
width: 100%;
}

#videoFaqBox img {
 background: url(images/kratka.gif);
 padding: 3px 0;
}

#videoFaqBox div {
 border-bottom: 1px solid #e7e7e7;
 margin: 14px 0;
}

#videoFaqBox p {

 color: #1670d6;
 background: url(images/video_faq_arrow.gif) 0 4px no-repeat;
 padding-left: 10px;
}

#videoFaqBox p a {
 font: normal 12px georgia;
}

#videoFaqBox .wiecej {
 font: normal 11px georgia;
 display: block;
 float: right;
 text-align: right;
 width: 42px;
 background: url(images/video_faq_arrow2.gif) 0 5px no-repeat;
}

a.rss {
	display:block;
	padding:5px 0 5px 23px;
	margin:15px 0pt 5px;
	background:transparent url(images/rss.gif) no-repeat scroll left center;
	font:normal 11px Tahoma,Verdana, Geneva, Arial, Helvetica, sans-seri;
	color:#fff;
	text-decoration:underline;
}
a.rss:hover {
	color:#fff;
	text-decoration:underline;
	border:0px none;
}


#categories-1 {
	margin-bottom:15px;
}

.wykrzyknik {
 color: red;
 font: bold 18px georgia;
}

/* End Various Tags & Classes*/


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
