html
{
	height: 100%;
	background: white url('img/bg_body.png') top left repeat-x;
}
body
{
	font: 11px Verdana, Arial, Tahoma, 'Trebuchet MS', sans-serif;
	color: #333333;
	background: url('img/bg_body_sha.png') top center repeat-y;
}
a
{
	color: #005AA0;
	text-decoration: none;
	outline: none;
}
a:visited
{
	color: #7ab2d4;
}
a:hover, a:focus
{
	color: #656565;
	text-decoration: none;
}
a:active
{
	color: #656565;
	text-decoration: none;
}
h1
{
	font-size: 130%;
}
h2
{
	font-size: 120%;
	font-family: Georgia, 'Times New Roman', serif;
	letter-spacing: 1px;
}
h3
{
	font-size: 110%;
}
p
{
	padding: 0;
}
img
{
	border: 0;
}

/* __________________ */

.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}

.float-left
{
	float: left;
}
.float-right
{
	float: right;
}

.italic
{
	font-style: italic;
}
.bold
{
	font-weight: bold;
}
.justify
{
	text-align: justify;
}

.clear
{
	clear: both;
}

.hidden
{
	display: none;
}

.outter {
	position: relative;
	top: -100px;
	left: -1000px;
}

strong {
	font-weight: bold;
}
/* my defaults */
a:hover { 
	text-decoration: underline;
}
blockquote {
	padding: 15px;
	font: italic 100% Georgia, serif;
	margin: 15px 40px;
	padding: 0 0 0 25px;
	color: #777;
	border: 1px solid #ddd;
	background: url('/img/icon_quote.png') 10px 10px no-repeat;
}
/* __________________ */

div#header {
	width: 970px;
	background: url('img/head/bg_header.png') top center no-repeat;
	margin: 0 auto;
	height: 132px;
	position: relative;
}
div#header h1 {
	position: absolute;
	top: 0px;
	left: 19px;
}
div#header ul {
	position: absolute;
	bottom: 0px;
	left: 10px;
	height: 26px;
}
div#header ul li {
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 20px;
	font-size: 130%;
}
div#header ul li a {
	color: #ddd;
}
div#header ul li a:hover {
	color: #fff;
	text-decoration: none;
}
div#header ul li.current-cat {
	background: #222;
}

div#header div#login_left {
	height: 24px;
	padding: 8px 10px 0 20px;
	background: url('img/head/bg_login_left.png') top left no-repeat;
	position: absolute;
	right: 120px;
}
div#header div#login_left:hover {
	background-position: bottom left;
}

div#header div#login_right {
	height: 24px;
	padding: 8px 20px 0 10px;
	width: 80px;
	background: url('img/head/bg_login_right.png') top right no-repeat;
	position: absolute;
	right: 10px;
}
div#header div#login_right:hover {
	background-position: bottom right;
}

div#search {
	height: 30px;
	width: 190px;
	background: url('img/head/bg_search_bar.gif') top right no-repeat;
	position: absolute;
	bottom: 37px;
	right: 10px;
}

div#search p {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: right;
}

div#search input {
	background: transparent;
	width: 130px;
	height: 23px;
	padding: 7px 10px 0 10px;
	border: 0;
}

div#search button {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background: url('img/head/bg_search_lupa.gif') top left no-repeat;
	width: 31px;
	height: 30px;
	border: 0;
	outline: none;
	cursor: pointer;
}
div#blip {
	position: absolute;
	top: 12px;
	right: 45px;
}
div#rss {
	position: absolute;
	top: 12px;
	right: 10px;
}
div#skyscraper {
	margin: 10px auto;
}

div.loginbox {
	text-align: center;
	font-size: 120%;
	bottom: 36px;
}
div.loginbox a {
	color: #eee;
	text-decoration: none;
}
div.loginbox a:hover {
	color: #fff;
}




/* FOOTER */

div#footer {
	clear: both;
	width: 970px;
	margin: 0 auto;
	height: auto !important;
	height: 154px;
	min-height: 154px;
	background: #515B65 url('img/bg_footer.png') top center no-repeat;
	position: relative;
}
div#footer a#footlink {
	position: absolute;
	top: 16px;
	left: 20px;
}
div#footer ul#about {
	position: absolute;
	top: 26px;
	right: 30px;
}
div#footer ul#about li {
	float: left;
	padding: 0 10px;
}
div#footer ul#about li a {
	color: white;
	text-decoration: underline;
	font-size: 100%;
}
div#footer ul#about li a:hover {
	color: #ccc;
	text-decoration: underline;
}
div#footer ul#categories {
	/*position: absolute;
	top: 75px;
	left: 32px; */
	list-style: none ;
	color: #bbb;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding: 75px 0 10px 32px;
}
div#footer ul#categories li {
	float: left;	
	padding-right: 10px;		
}
div#footer ul#categories li a {
	color: #ddd;
	text-decoration: none;
	font-size: 100%;
}

div#footer ul#categories li a:hover {
	color: #ccc;
	text-decoration: underline;
}
div#footer div#copyrights {
	position: absolute;
	bottom: 20px;
	right: 40px;
	color: #bbb;
}
div#footer div#copyrights a {
	color: #bbb;
	text-decoration: none;
}
div#footer div#copyrights a:hover {
	color: #fff;
}


/* MAIN CONTENT */
div#adbig {
	margin: 0px auto;
	background: #fff url('img/bg_main_top.png') top left no-repeat;
	line-height: 0;
	font-size: 0;
	padding: 5px 0;
	height: auto !important;
	height: 5px;
	min-height: 5px;
}
div#adbig div {
    margin: 0 auto;
}
div#adbig img {
	display: block;
	margin: 0 auto;
}
div#smallad {
	padding: 5px;
}
div#main {
	width: 970px;
	margin: 0 auto;
	background: url('img/bg_main.gif') repeat-y;
	position: relative;
}

div#main-content {
	float: left;
	width: 670px;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	background: #fff;
}

/* SIDEBAR */
div#main-sidebar {
	float: right;
	width: 300px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	position: relative;
}

div#main-sidebar h3 {
	height: 30px;
	padding: 9px 0 0 60px;
	line-height:20px;
	font-size: 140%;
	color: #ACACAC;
}
div#main-sidebar h3.sidebar-tags {
	background: url('img/bg_sidebar_sprites.png') top center no-repeat;
}
div#main-sidebar h3.sidebar-most-read {
	background: url('img/bg_sidebar_sprites.png') 0px -78px no-repeat;
}
div#main-sidebar h3.sidebar-most-commented {
	background: url('img/bg_sidebar_sprites.png') 0px -39px no-repeat;
}
div#main-sidebar h3.sidebar-most-downloaded {
	background: url('img/bg_sidebar_sprites.png') top center no-repeat;
}
div#main-sidebar div.sidebar-tags {
	word-spacing: 4px;
	font-size: 110%;
	line-height: 140%;
	padding: 10px 10px 05px 10px;
}
div#main-sidebar div.sidebar-tags p {
	padding-top: 12px;
	word-spacing: normal;
}
div#main-sidebar div.sidebar-tags a {
	color: #006CC0;
}
div#main-sidebar div.sidebar-tags a:hover {
	color: #003560;
	text-decoration: none;
}

/* SIDEBAR MOST READ */
div#main-sidebar ul.sidebar-most-read {
	padding: 5px 0 15px 0;
	font-family: Verdana, Tahoma, sans-serif;
}
div#main-sidebar ul.sidebar-most-read li {
	padding: 10px 10px 5px 10px;
}
div#main-sidebar ul.sidebar-most-read h4 a {
	font-weight: bold;
	text-decoration: none;
	color: #3f3f3f;
	font-size: 130%;
	padding: 0 0 7px 0px;
}
div#main-sidebar ul.sidebar-most-read h4 a:hover {
	color: #000;
}

div#main-sidebar ul.sidebar-most-read img {
	float: left;
	width: 100px;
}
div#main-sidebar ul.sidebar-most-read a.readmore{
	color: #016BBF;
	font-size: 80%;
	font-weight: bold;
}

div#main-sidebar ul.sidebar-most-read p.excerpt {
	float: right;
	width: 174px;
	font-size: 100%;
	line-height: 125%;
	vertical-align: top;
}
/* MOST COMMENTED */
div#main-sidebar ul.sidebar-most-commented  {
	background: #A8A8AA;
	margin-bottom: 20px;
	padding-bottom: 1px;
	border-bottom: 1px solid #CBCBCD;
}
div#main-sidebar ul.sidebar-most-commented li {
	background: #B0B0B2;
	width: 300px;
	margin-bottom: 1px;
	border-bottom: 1px solid #8D8E90;
	border-top: 1px solid #CBCBCD;
	font-size: 140%;
	font-weight: bold;
	vertical-align: middle;
	width: 220px;
	height: auto !important;
	height: 20px;
	min-height: 20px;
	line-height: 20px;
	padding: 15px 70px 15px 10px;
	position: relative;

}
div#main-sidebar ul.sidebar-most-commented li.dark {
	background: #999A9E;
}
div#main-sidebar ul.sidebar-most-commented div.comment-title {
	width: 220px;
	height: auto !important;
	height: 20px;
	min-height: 20px;
	line-height: 20px;
	padding: 15px 70px 15px 10px;
	position: relative;

}
div#main-sidebar ul.sidebar-most-commented li a {
	line-height: 20px;
	font-weight: bold;
	font-size: 80%;
	vertical-align: middle;
	color: #303030;
	display: block;
	text-decoration: none;
}
div#main-sidebar ul.sidebar-most-commented li a:hover {
	color: #006DBF;
}
div#main-sidebar ul.sidebar-most-commented li span {
	position: absolute;
	top: 33%;
	right: 10px;
}
/* SIDEBAR MOST DOWNLOADED */
div#main-sidebar ul.sidebar-most-downloaded {
	padding: 10px 10px 20px 10px;
	font-family: Verdana, Tahoma, sans-serif;
}
div#main-sidebar ul.sidebar-most-downloaded li {
	padding-bottom: 15px;
}
div#main-sidebar ul.sidebar-most-downloaded img {
	float: left;
	width: 100px;
}
div#main-sidebar ul.sidebar-most-downloaded div.info {
	float: right;
	width: 170px;
	font-size: 80%;
	color: #000;
}
div#main-sidebar ul.sidebar-most-downloaded div.info h4 a {
	font-size: 200%;
	color: #313131;
}
div#main-sidebar ul.sidebar-most-downloaded div.info h4 a:hover {
	color: #006DC2;
	text-decoration: none;
}
div#main-sidebar ul.sidebar-most-downloaded div.info a {
	color: #006DC2;
	text-decoration: none;
}
div#main-sidebar ul.sidebar-most-downloaded div.info a:hover {
	text-decoration: underline;
}

/* SIDEBAR ADVERT*/

div.sidebar-advert {
	height: 140px;
}


/* CONTENT */
div#main-content div.breadcrumbs {
	color: #313131;
	padding: 5px 0 5px 15px;
	font-size: 60%;
}
div#main-content div.breadcrumbs a {
	color: #313131;
	text-decoration: none;
}
div#main-content div.breadcrumbs a:hover {
	text-decoration: underline;
}
div#main-content div.breadcrumbs .homepage {
	color: #006DC2;
	font-weight: bold;
}

/* ARTICLES */
div.excerpt {
	padding: 5px 5px 20px 7px;
}
div.excerpt.article {
	padding-bottom: 3px;
}
div.excerpt div.excerpt-head {
	height: 13px;
	width: 655px;
	line-height: 0;
	font-size: 0;
	background: url('img/article/bg_excerpt_top.png') top center no-repeat;
}
div.excerpt div.excerpt-body {
	width: 655px;
	background: url('img/article/bg_excerpt_body.png') top center repeat-y;
}
div.excerpt.himg div.excerpt-body {
	background: url('img/article/bg_excerpt_body_fh.png') top center repeat-y;
}

div.excerpt div.excerpt-image {
	float: left;
	width: 254px;
	background: white url('img/article/bg_excerpt_cont.gif') top left repeat-y;
	padding: 1px 0 0px 0px;
	position: relative;
}
div.excerpt.himg div.excerpt-image {
	width: 369px; /* dla 345xp obrazka */
	background: white url('img/article/bg_excerpt_cont.gif') top left repeat-y;
}

div.excerpt div.excerpt-image img {
	width: 230px;
	margin: 0 0 10px 10px
}
div.excerpt.himg div.excerpt-image img {
	width: 345px;
}

div.excerpt div.excerpt-text {
	float: right;
	width: 401px; /* dla 230xp obrazka */
	background: white url('img/article/bg_excerpt_cont.gif') top right repeat-y;
	text-align: justify;
}
div.excerpt.himg div.excerpt-text {
	width: 286px; /* dla 230xp obrazka */
	background: white url('img/article/bg_excerpt_cont.gif') top right repeat-y;
}

div.excerpt div.excerpt-text.wide {
	width: 100%;
}

div.excerpt div.excerpt-image div.excerpt-foot {
	height: 9px;
	line-height: 0;
	font-size: 0;
	background: url('img/article/bg_excerpt_bottom.png') 0 1px no-repeat;
}
div.excerpt div.excerpt-wrapper {
	background: url('img/article/bg_excerpt_middle_end.gif') bottom left no-repeat;
}
div.excerpt.himg div.excerpt-wrapper {
	background: url('img/article/bg_excerpt_middle_end_fh.gif') bottom left no-repeat;
}


div.excerpt div.excerpt-text div.excerpt-foot {
	clear: both;
	height: 8px;
	line-height: 0;
	font-size: 0;
	background: url('img/article/bg_excerpt_bottom.png') top right no-repeat;
}
div.excerpt div.excerpt-text span.header {
	font-size: 60%;
	color: #aaa;
}
div.excerpt div.excerpt-text span.author {
	float: left;
	padding-left: 15px;
}
div.excerpt div.excerpt-text span.date {
	float: right;
	padding-right: 15px;
}
div.excerpt div.excerpt-text p {
	font-size: 80%;
	line-height: 130%;
	padding: 0px 13px;
	margin: 13px 0 15px 0;
	clear: both;
}
div.excerpt div.excerpt-text.contact p {
	padding: 10px 13px 0px 13px;
}
div.excerpt div.excerpt-text a {
	text-decoration: none;
	
}
div.excerpt div.excerpt-text a.readmore {
	float: right;
	font-size: 70%;
	font-weight: bold;
	background: url('img/article/arrow.png') center right no-repeat;
	padding-right: 20px;
	margin-right: 20px;
	color: #0062AE;
}
div.excerpt div.excerpt-text a.readmore:hover {
	text-decoration: underline;
}

div.excerpt div.excerpt-text a.comments {
	font-size: 70%;
	font-weight: bold;
	float: right;
	color: #707070;
	margin-right: 20px;
}
div.excerpt div.excerpt-text a.comments:hover {
	color: #444;
	text-decoration: underline;
}

div#main-content h2 {
	padding: 0 0 0 10px ;
}
div#main-content h2 a {
	color: #383838;
	font-size: 110%;
	font-weight: normal;
	text-decoration: none;
}
div#main-content h2 a:hover {
	color: #000;
}
div#main-content div.tags {
	padding: 0 0 0 10px;
}
div#main-content div.tags a {
	text-decoration: none;
	font-size: 80%;
}
div#main-content  {
	color: #333;
	font-size: 150%;
	font-weight: normal;
	text-decoration: none;
}
div#main-content div#pagination {
	padding-top: 20px;
	text-align: center;
}
div#main-content div#shows {
	text-align: right;
	font-size: 60%;
	padding-right: 30px;
}
div#main-content div#ratings {
	background: url('img/article/bg_ratings_bar.png') top center repeat-x;
	height: 52px;
	width: 638px;
	margin: 3px auto 0 auto;
	padding: 7px 0 0 10px;
}
div#main-content div#ratings div.box {
	background: url('img/article/bg_ratings_box.png') top center no-repeat;
	overflow: hidden;
	height: 39px;
	width: 315px;
	line-height: 39px;
	padding-left: 7px;
	font-size: 55%;
	float: left;
}

div#main-content div.box span {
	padding-left: 10px;
	font-size: 90%;
}
div#main-content div.box img {
	vertical-align: top;
}
div#main-content div#add_to {
	overflow: hidden;
	height: 19px;
	line-height: 19px;
	float: right;
	text-align: left;
	font-size: 60%;
	font-weight: bold;
	padding-top: 10px;
}
div#main-content div#add_to div.label {
	float: left;
	padding-right: 5px;
}
div#main-content div#add_to ul {
	float: left;
	padding-right: 5px;
}
div#main-content div#add_to ul li {
	float: left;
	padding: 0 5px;
}
div#main-content div#add_to ul li span.ico {
	display: block;
	height: 19px;
	float: left;
}
div#main-content div#add_to ul li span#ico_flaker { background: url('/img/icons.gif') -3px 0 no-repeat; width: 20px; }
div#main-content div#add_to ul li span#ico_wykop { background: url('/img/icons.gif') -28px 0 no-repeat; width: 20px; }
div#main-content div#add_to ul li span#ico_delicious { background: url('/img/icons.gif') -53px 0 no-repeat; width: 20px; }
div#main-content div#add_to ul li a {
	display: block;
	color: #000;
	cursor: pointer;
}
div#navigation {
	padding: 7px 10px;
}
div#navigation span.prev {
	float: left;
	background: url('img/icons/pagi_left.png') center left no-repeat;
	line-height: 31px;
	padding-left: 65px;
}
div#navigation span.next {
	float: right;
	background: url('img/icons/pagi_right.png') center right no-repeat;
	line-height: 31px;
	padding-right: 65px;
}
div#navigation a {
	font-weight: bold;
	font-size: 60%;
	color: #777;
}
div#seealso {
	width: 640px;
	margin: 0 auto;
	padding: 15px 0 10px 0;
}
div#seealso h3 {
	font-size: 80%;
	color: #777;
	font-weight: bold;
	padding-bottom: 10px;
}

div#seealso div.readalso {
	width: 305px;
	height: 145px;
	overflow: hidden;
	float: left;
	padding: 0 15px 10px 0px;
}
div#seealso div.readalso a img {
	float: left;
	width: 100px;
}
div#seealso h4 a {
	font-size: 80%;
	font-weight: bold;
	color: #006CBF;
	text-decoration: none;
}
div#seealso div.readalso p {
	float: right;
	width: 180px;
	padding-right: 10px;
	font-size: 80%;
}
/* KOMENTARZEEEE */
div#comments-box {
	width: 630px;
	margin: 0 auto;
	background: url('img/icons/comments.png') top left no-repeat;
}
div#comments-box h3 {
	font-size: 70%;
	color: #777;
	font-weight: bold;
	padding: 15px 0 15px 35px;
}
div#comments-box h3.add {
	padding: 15px 0 20px 35px;
	background: url('img/icons/comment_add.png') top left no-repeat;
}
div#comments-box div.left {
	float: left;
	width: 150px;
}
div#comments-box div.right {
	float: right;
	width: 460px;
}
div#comments-box div.submit {
	clear: both;
	text-align: right;
}
div#comments-box input, div#comments-box textarea {
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 5px;
	font-family: Verdana;
	font-size: 70%;
	padding: 2px;
	color: #777;
}
div#comments-box textarea {
	height: 110px;
}
div#comments-box input#submit {
	width: 160px;
	background: url('img/icons/comment_submit.png') center left no-repeat;
	padding-left: 20px;
	line-height: 20px;
	height: 20px;
	font-size: 80%;
	color: #a00;
	border: 0;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
div#comments-box li {
	background-image: url('img/icons/comment_user.png');
	background-repeat: no-repeat;
	padding-bottom: 15px;
	font-size: 80%;
}
div#comments-box li.green {
	background-position: 0 30px;
}
div#comments-box li.green div.bg div {
	padding-left: 70px;
	padding-right: 5px;
}
div#comments-box li.green div.top {
	background: url('img/article/bg_com_green_top.png') top right no-repeat;
	padding-top: 7px;
}
div#comments-box li.green div.bg {
	background: url('img/article/bg_com_green_cen.png') top right repeat-y;
}
div#comments-box li.green div.bottom {
	background: url('img/article/bg_com_green_bot.png') bottom right no-repeat;
	height: 13px;
}

div#comments-box li.grey {
	background-position: 600px 25px;
}
div#comments-box li.grey div.bg div {
	padding-left: 10px;
	padding-right: 70px;
}
div#comments-box li.grey div.top {
	background: url('img/article/bg_com_grey_top.png') top left no-repeat;
	padding-top: 7px;
}
div#comments-box li.grey div.bg {
	background: url('img/article/bg_com_grey_cen.png') top left repeat-y;
}
div#comments-box li.grey div.bottom {
	background: url('img/article/bg_com_grey_bot.png') bottom left no-repeat;
	height: 12px;
}
div#comments-box li div.content {
	height: auto !important;
	height: 30px;
	min-height: 30px;
	padding: 5px;
	word-wrap: break-word;
}
div#comments-box li div.content p {
	margin: 0 0 10px 0;
}
div#comments-box li span.author {
	font-weight: bold;
	padding-right: 50px;
}
div#comments-box li span.author a {
	color: #000;
	text-decoration: underline;
}

div.page {
	padding: 10px 10px 20px 15px;
}
div.page p {
	font-size: 80%;
	padding-bottom: 10px;
}






/* �miecie i chaos nieopisany */






div.excerpt object, div.excerpt embed {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}
div.excerpt ul, div.excerpt ol {
	list-style-position: outside;
	padding: 10px 20px 20px 35px;
	font-size: 80%;
}
div.excerpt ul ul, div.excerpt ol ul {
	padding: 0 0 0 12px;
}
div.excerpt ul ol, div.excerpt ol ol {
	padding: 0 0 0 12px;
}
div.excerpt ul {
	list-style: disc;
}
div.excerpt ul li, div.excerpt ol li {
	padding-bottom: 5px;
}

div.excerpt ol {
	list-style: decimal;
}
ul.commentlist li {
	overflow: hidden;
}


.aligncenter, .alignnone {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.excerpt-text img {
	padding: 0 20px;
}
div.excerpt h1 {
	font: 21px Georgia, serif;
	clear: both;
	padding: 15px 15px;
}
div#main-content div.excerpt h2 {
	font: 18px Georgia, serif;
	clear: both;
	padding: 12px 15px;
}
div.excerpt h3 {
	font: 16px Georgia, serif;
	clear: both;
	padding: 12px 15px;
}

div.excerpt h4 {
	font: 14px Georgia, serif;
	clear: both;
	padding: 8px 15px;
}
p.attachmentCenter {
	text-align: center;
}
div.excerpt-text.attachment p {
	text-align: center;
}
p.attachmentCenter img {
	display: block;
	margin: 0 auto;
	padding: 2px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #eee #ddd #ddd #eee;
}

div#navigation img {
	padding: 2px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #eee #ddd #ddd #eee;
}
div#app_store_link {
	float: right;
	padding: 20px 20px 10px 0;
}
div#wtf_store_link {
	float: left;
	padding: 20px 0px 10px 20px;
}
div.excerpt dd.gallery-caption {
	font-size: 11px;
	font-weight: normal;
}
div.comments-box blockquote {
	background: none;
	border: 0;
	color: #000;
	padding: 0;
}
div.excerpt div.excerpt-text div.wp-caption p.wp-caption-text {
	text-align: left;
	font-size: 10px;
	color: #777;
	margin: 0;
	padding: 1px 0 0 35px;
	font-family: Verdana, Arial, sans-serif;
}
div#comments-box blockquote {
	background: none;
	border: 0;
	margin: 0 10px 10px 20px;
	padding: 0;
	color: #353;
}
div#main-content div.source_area {
	font-size: 11px;
	color: #939393;
	padding-left: 15px;
}

div#reklama {
	margin: 0 auto;
}

div#reklama div{
	width: 750px;
	margin: 0 auto;
}

#skyscraper {
	position: absolute;
	top: 60px;
	left: 300px;
	z-index: 100;
}


#adtaily-s1 {
	margin-bottom: 2px;
}
