/*   
Theme Name: designredux
Theme URI: http://www.blogdesignblog.com/themes/
Description: A simple sweet blue/silver theme designed by blogdesignblog.com
Tags: Blue, fixed width, widgets, two columns, silver
Author: Vinh Le
Author URI: http://www.blogdesignblog.com
Version: 0.1
.
This theme is distributed under the Creative Commons Attribution-Noncommercial 3.0 Unported License.
Basically you can do whatever you want with it as long as you credit me with a link and 
use it for non-commercial purposes. A link/credit is already integrated on the bottom of the 
footer, you can remove it, but only if you put it somewhere else on the page.
.
*/


/* `Color Scheme
----------------------------------------------------------------------------------------------------*/

/*
	Blue : #6f9fbd
	Text: #42423d
	Black: #464646
	Deep Black: #272727
	Silver: #eeeeee	
	Pink: #ec81c0
*/



/* `General
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #42423d;
	background: #FFF url('images/header_bg.png') repeat-x;
	text-align: center;
}

a {
	color: #6f9fbd;
	text-decoration: none;
}

a:hover {
	color: #464646;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

ul {
	position: relative;
	float: left;
}

li {
	display: block;
	float: left;
	margin-left: 10px;
}

blockquote {
	margin: 20px;
}

blockquote p {

	color: #000;
	padding: 5px 5px;
	position: auto;
	font-size:small;
	line-height:14px;

	font-family:arial;
	background-image:url("images/quote_open.gif");
background-repeat:no-repeat;
padding-left:71px;
}




p {
	position: relative;
}

p cite {
	margin-left: 80px;
	color: #FFF;
	font-weight: bold;
}

cite a {
	color: #464646;
	padding: 5px;
}

cite a:hover {
	background: #464646;
	color: #FFF;
}

img.alignleft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

img.alignright {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	letter-spacing: -.042em;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
	color: #6f9fbd;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
	color: #6f9fbd;
}

h5 {
	font-size: 17px;
	color: #6f9fbd;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Header
----------------------------------------------------------------------------------------------------*/

#header {
	position: relative;
	width: 940px;
	height: 210px;
	margin: 0 10px;
}

#logo {
	background: url('images/logo_bg.png') no-repeat;
	width: 280px;
	height: 124px;
	position: relative;
	display: block;
	float: left;
	left: -25px;
	top: 1px;
	text-indent: -9999px;
}

#logo a {
	background: transparent url('images/logo.png') no-repeat;
	width: 427px;
	height: 72px;
	left: 25px;
	top: 45px;
	position: relative;
	display: block;
}

/* Category Navigation
----------------------------------------------------------------------------------------------------*/

#cat_nav {
	margin: 6px 0;
}

#cat_nav li:first-child {
	margin-left: 0;
}

#cat_nav li {
	background: #313131 url('images/cat_left_off.png') no-repeat;
	height: 20px;
}

#cat_nav li a {
	background: url('images/cat_right_off.png') no-repeat top right;
	display: block;
	padding: 0 10px 0 10px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	line-height: 1.4;
	color: #828282;
}

#cat_nav li:hover, #cat_nav li.over {
	background: #6f9fbd url('images/cat_left_on.png') no-repeat;
}

#cat_nav li a:hover {
	background: url('images/cat_right_on.png') no-repeat top right;
	color: #FFF;
}

#cat_nav li.current-cat {
	background: #6f9fbd url('images/cat_left_on.png') no-repeat;
}

#cat_nav li.current-cat a {
	background: url('images/cat_right_on.png') no-repeat top right;
	color: #FFF;
}

/* Category Navigation
----------------------------------------------------------------------------------------------------*/

#page_nav {
	position: relative;
	float: right;
	top: 82px;
}

#page_nav li {
	margin-left: 0;
}

#page_nav a {
	background: url('images/nav_bg.png') repeat-x;
	display: block;
	padding: 13px 30px 12px 30px;
	font-weight: bold;
	color: #ddd;
	text-transform: uppercase;
}

#page_nav a:hover {
	background: #FFF;
	color: #6f9fbd;
}

#page_nav li.current_page_item a {
	background: #FFF;
	color: #6f9fbd;
}


/* `Main
----------------------------------------------------------------------------------------------------*/

#main {
	width: 580px;
	margin: 0 10px;
	position: relative;
	float: left;
}

.post ol, .post ul {
	float: none;
	list-style-type: circle;
	margin-left: 10px;
}

.post ul {

}

.post ol {
	list-style-type: circle;
}

.post li {
	display: list-item;
	float: none;
	margin: 0;
font-size:small;
}

.post {
	margin-bottom: 5px;
}

.post_date {
	font-style: italic;
	font-weight: bold;
	color: #7b7b7b;
	font-size: 12px;
}

.post_header {
	margin-bottom: 20px;
}

.post_headline {
	/*background: #FFF url('images/headline_line.png') no-repeat bottom;*/
	width: 580px;
	padding-bottom: 5px;
	position: relative;
}

.post_headline h2 {
	position: relative;
	width: 535px;
	margin: 0;
}

.post_comments_number {
	position: absolute;
	display: block;
	bottom: 15px;
	right: 0;
	width: 25px;
	height: 25px;
	background: #464646;
	color: #FFF;
	font-weight: bold;
}

.post_comments_number a {
	color: #FFF;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 3px 0;
}

.post_comments_number a:hover {
	background: #6f9fbd;
}

.post_byline {

	color: #7b7b7b;
	font-size: 12px;
	padding-left:15px;
}

.post_author a {
	font-weight: normal;
	
}

.post_author a:hover {
	color: #6f9fbd;
}

a.more-link {
	clear: both;
	display: block;
	float: right;

	height: 22px;
	margin-top: 10px;
#background-color:#6F9FBD;	
	padding-top: 2px;
	padding-left: 25px;
#	color:white;
#	border-color:black;
#	border-style:solid;
#	border-width:1px;
font-weight:bold;
font-size:12pt;

}





a.more-link:hover {
	color: #464646;

}

.krecha {
background: url('images/headline_line.png') no-repeat;
	display: block;

	width: 580px;
	height: 25px;
}

li.google_adsense {
	border: 1px #DDD solid;
}

.post_footer_ads {
	background: #EEE;
	padding: 5px;
	border: 5px #FFF solid;
	text-align: center;
}

.post_footer_ads iframe {
	padding: 0;
	margin: 0;
}

h2.search_results {
	font-style: italic;
}

h6.search_headline {
	margin: 0;
}

.search_header {
	margin-bottom: 10px;
}

.search_header .post_date {
	font-weight: normal;
}

.search_term {
	color: #42423d;
}

#archives li {
	margin: 0;
	padding: 0;
}

.archives_date {
	position: relative;
	display: block;
	float: left;
	width: 120px;
	font-style: italic;
	font-weight: bold;
	color: #7b7b7b;
}

.archives_headline {
	position: relative;
	display: block;
	float: right;
	width: 460px;
}

.archives_comments_number a {
	color: #FFF;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 3px 0;
}

.archives_comments_number a:hover {
	background: #6f9fbd;
}


/* `Sidebar
----------------------------------------------------------------------------------------------------*/

#sidebar {
	width: 340px;
	margin: 0 10px;
	position: relative;
	float: right;
}

#sidebar ul {
	float: none;
	margin-bottom: 30px;
}

#sidebar li {
	float: none;
	padding: 0;
	margin: 2px 0;
}

#sidebar li.sidebar_header {
	background: #FFF url('images/sidebar_line.png') no-repeat;
	font-size: 18px;
	color: #6f9fbd;
	font-weight: bold;
	padding: 20px 10px 10px 10px;
	border: 0;
}

#popular li a {
	display: block;
	color: #464646;
	background: #EEE;
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0;
}

#popular li a:hover {
	color: #FFF;
	background: #464646;
}

#subscribe li {
	position: relative;
	color: #464646;
	background: #EEE;
	border: 1px solid #DDD;
	width: 320px;
	padding: 10px;
}

#subscribe_buttons {
	position: relative;
	display: block;
	float: left;
	width: 320px;
	padding: 0;
	margin: 0;
}

#subscribe_buttons li:first-child {
	margin-right: 4px;
}

#subscribe_buttons li {
	background: transparent url('images/button_left.png') no-repeat top left;
	display: block;
	position: relative;
	float: left;
	width: 157px;
	height: 25px;
	font-size: 13px;
	padding: 0;
	border: 0;
}

#subscribe li a {
	display: block;
	position: relative;
	background: #6f9fbd url('images/button_right.png') no-repeat top right;
	width: 154px;
	height: 25px;
	margin-left: 3px;
	padding: 0;
	color: #FFF;
}

#subscribe li a:hover {
	color: #333;
}

#subscribe li span.rss_icon span {
	position: relative;
	font-weight: bold;
}

#subscribe li span.rss_icon {
	background: url('images/rss_button.png') no-repeat center left;
	position: relative;
	display: block;
	width: 157px;
	height: 22px;
	padding: 3px 0 0 25px;
}

#search_widget li {
	position: relative;
	color: #464646;
	background: #EEE;
	border: 1px solid #DDD;
	padding: 10px;
}

#search_widget input.text {
	position: relative;
	width: 230px;
}

#search_widget fieldset {
	margin: 0;
}

.sidebar_widget ul li a {
	display: block;
	color: #464646;
	background: #EEE;
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0;
}

.sidebar_widget ul li a:hover {
	color: #FFF;
	background: #464646;
}

#wp-calendar {
	width: 300px;
	margin: 0 auto;
	border: 1px #000 solid;
}

#wp-calendar caption {
	font-size: 20px;
}

#wp-calendar th, #wp-calendar td {
	text-align: center;
	padding: 3px;
}

#wp-calendar #prev a, #wp-calendar #next a {
	display: block;
	background: #EEE;
	border: 1px solid #ddd;
	padding: 3px 2px 2px 2px;
	color: #464646;
	font-size: 14px;
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
	background: #464646;
	border: 1px solid #333;
	color: #FFF;
}

/* `Form
----------------------------------------------------------------------------------------------------*/

input.text {
	background: #FFF url('images/form_bg.png') repeat-x;
	border: 1px solid #DDD;
	color: #5b5b5b;
	padding: 5px;
	font-size: 14px;
}

input.button {
	background: #6f9fbd url('images/form_button.png') repeat-x;
	border: 1px solid #57839f;
	padding: 3px 2px 2px 2px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 14px;
}

input.button:hover {
	background: #464646;
	border: 1px solid #333;
	color: #FFF;
}


/* `Footer
----------------------------------------------------------------------------------------------------*/

#footer_container {
	background: #e0e2e3;
	border-top: 1px solid #CCC;
	padding: 10px 0;
	margin-top: 30px;
}

#footer {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#footer_recent {
	width: 600px;
}

#footer_recent li {
	position: relative;
	float: none;
}

#footer_recent li a {
	position: relative;
	display: block;
	background: #363636;
	border: 1px solid #DDD;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
}

#footer_recent li a:hover {
	background: #FFF;
	color: #464646;
}

.footer_header {
	position: relative;
	margin: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #464646;
}


.footer_date {
	font-style: italic;
	font-weight: bold;
	color: #7b7b7b;
	font-size: 12px;
}

.footer_headline {
	position: relative;
	display: block;
}

.footer_headline_title {
	position: relative;
	display: block;
	width: 542px;
	font-size: 18px;
	margin: 0;
}

.footer_comments_number {
	position: absolute;
	display: block;
	bottom: 4px;
	right: 0;
	width: 18px;
	height: 18px;
	background: #6f9fbd;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	font-size: 12px;
}

#footer_about {
	width: 100%x;
	margin: 0 10px;
	float: right;
}

.footer_about_text {
	background: #f7f7f7 url('images/comment_silver_bg.png') repeat-x bottom;
	border: 3px solid #FFF;
	padding: 10px;
}

#footer_about li {
	float: none;
}

#footer_copy {
	width: 920px;
	margin: 20px 10px 10px 10px;
	padding: 10px;
	font-size: 12px;
	color: #7b7b7b;
}

#footer_copy li {
	margin: 0;
}

#footer_copy a {
	color: #7b7b7b;

}

#footer_copy a:hover {
	color: #464646;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* `Comments
----------------------------------------------------------------------------------------------------*/

#comments_list {
	background: #EEE;
	border: 1px solid #ddd;
	width: 580px;
	padding: 7px 0;
	margin-bottom: 60px;
}

#comments_list li {
	float: none;
	margin: 0;
}

.comments_block {
	position: relative;
	margin: 3px 10px;
	background: #FFF url('images/comment_white_bg.png') repeat-x bottom;
	padding: 10px;
	border: 1px solid #DDD;
	color: #666;
}

li.odd .comments_block {
	background: #f7f7f7 url('images/comment_silver_bg.png') repeat-x bottom;
}

.comments_header {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}

.comments_header a {
	color: #464646;
	margin-left: 10px;
	letter-spacing: -1px;
}

.comments_header a:hover {
	border-bottom: 3px solid #464646;
}

.comments_index {
	position: relative;
	display: block;
	background: #6f9fbd;
	width: 60px;
	height: 34px;
	text-align: center;
	float: left;
	letter-spacing: -1px;
}

li.comments_author .comments_index {
	background: #ec81c0;
}

.comments_body {
	position: relative;
	margin-left: 70px;
}

.comments_date {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #BBB;
	font-family: "Gerogia", "Times", serif;
	font-style: italic;
	font-weight: bold;
	float: right;
}


/* `Comments form
----------------------------------------------------------------------------------------------------*/

#commentform fieldset {
	width: 560px;
	background: #EEE;
	border: 1px solid #DDD;
	padding: 10px;
}

#commentform fieldset li {
	float: none;
	margin: 10px 0;
}

#commentform fieldset label {
	width: 150px;
	float: left;
	font-weight: bold;
	color: #777;
}

#commentform fieldset label span {
	color: #ec81c0;
}

#commentform fieldset textarea {
	background: #FFF url('images/form_bg.png') repeat-x;
	border: 1px solid #DDD;
	color: #5b5b5b;
	padding: 5px;
	font-size: 14px;
	width: 550px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
ul.horizontal {
	/*overflow: hidden;*/
		list-style-type: none;
		padding-bottom:5px;

}
ul.horizontal li {
	float: left;
		color: #d2d2d2;
	font-size: 12px;
	border-right:1px solid #E5E5E5;
margin-right:10px;
padding-right:10px;
}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		border:1px solid #ccc;
		background-color:#eee;
		
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:596px;
		height:141px;
		overflow:hidden; 

		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:496px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:20px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:18px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		}
	ol#controls li a{
		float:left;
		height:18px;
		line-height:18px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	.wp-caption-text{
		font-size:x-small;
		font-style:italic;
		text-align:center;
	}
	.aligncenter{
		margin-right:auto;
		margin-left:auto;
	}
	
	#tags {

  color: #6F9FBD;
  display: block;
  font-size: 11px;
  margin: 0 0 20px;
  padding: 2px 0 2px 0px;
}
#tags  a {
  background: none repeat scroll 0 0 #E3E3E3;
  border-radius: 5px 5px 5px 5px;
  color: #828282;
  display: inline-block;
  font-size: 11px;
  margin: 0 5px 5px 0;
  padding: 2px 4px;
}
#tags a:hover {
  background: none repeat scroll 0 0 #828282;
  color: #FFFFFF;
}
.post-bookmark {
  border-top: 1px dotted #DDDDDD;
  clear: both;
  font-size: 0.75em;
  overflow: hidden;
  padding: 8px 0;
}
.share-bookmark {
  background-color: #F5F5F5;
  color: #777777;
  margin-left: 5px;
  padding: 3px 5px;
}
.addthis_toolbox addthis_default_style {
float:right;
}
.addthis_default_style {
float:right;
}
 @charset "utf-8";
/* CSS Document */
.wp-about-author-containter h3, .wp-about-author-containter p{
	margin:0 0 10px 0;
	padding:0;
}
.wp-about-author-containter-top{
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
}
.wp-about-author-containter-around{
	background: #f2f7fc;
	border: 1px solid #000;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
}
.wp-about-author-containter-none{
	background: #f2f7fc;
	border-top:none;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
}
.wp-about-author-pic{
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 100px;
	width: 100px;
	margin: 0 -122px 0 0;
	padding: 10px;
}
.wp-about-author-pic img{
	width: 100px;
}
.wp-about-author-text{
	float: left;
	margin: 0 0 0 140px;
}


.share {
  border: 1px solid #dddddd;
  background-color:#eeeeee;
  margin: 25px 0 25px;
  padding: 5px 0 3px;
  color: #252525;
    
}
.shareicon {
  float: right;
  margin: 5px 5px 0 0;
  vertical-align: middle;
      text-align: left;
}
.sharei {
  float: left;
  margin: 0 0 0 10px;
  vertical-align: middle;
      text-align: left;
}
.sharelogo {
  float: left;
  vertical-align: middle;
  width: 210px;
  padding:10px 0 0 15px;
}
.clearer {
    clear: both;
}

#sm{
float:right;
} 

#sm img{ /* 1st set of icons. Rotate them 360deg onmouseover and out */
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:0.7;
}

#sm img:hover{
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);


}

/*---------------------------
  Floating Nav
---------------------------*/
	nav#float { background: url(http://lubik.info/nav/bg.jpg) repeat-x; display: none; left: 0; padding: 10px 0; position: fixed; top: 0; width: 100%; z-index: 2000;}
	nav#float h1{ border-right: 1px solid #623514; color: #fff; display: block; float: left; letter-spacing: .01em; margin: 10px 0; padding: 0 20px; font-size: 16px; font-weight:normal;}
	nav#float a { border-right: 1px solid #623514; color: #fff; display: block; float: left; letter-spacing: .01em; margin: 10px 0; padding: 0 20px; font-size: 16px;}
	nav#float a:hover { color: #A1BB44; text-decoration: none; }
	nav#float a.last { border: none; }
	nav#float form{display: block; float: left;margin: 6px 0; padding: 0 20px;height: 42px;}
	nav#float .logo { background: url(http://lubik.info/nav/logo.png) no-repeat center; border: none; display: block; height: 42px; margin: 0; padding: 0; text-indent: -99999px; width: 164px; }
	nav#float .container{width:960px; margin: 0 auto; padding: 0 35px; }
	
	
#search input[type="text"] {
    background: url(http://lubik.info/nav/search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    background: url(http://lubik.info/nav/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }


/*counters*/


.social_bytes {    
display: block;
    float: left;
    height: 42px;
    margin: 0px 0;
    padding: 0 20px; }

.social_bytes ul { margin:0 ; padding: 0; list-style: none; }

.social_bytes ul li span { display: block; }

.social_bytes ul li .sb_icon, .social_bytes ul li .sb_icon a { display: block; width: 32px; height: 32px; }

.social_bytes ul li .sb_count { color: #555555; }

.social_bytes ul li .sb_label { color: #afafaf; }

.social_bytes.sb_dark ul li .sb_count { color: #fdfdfd; }

.social_bytes.sb_dark ul li .sb_label { color: #cacaca; }


/* Icons images */
.social_bytes ul li.sb_facebook_network span.sb_icon { background: url(http://lubik.info/facebook.png) no-repeat; -moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}

.social_bytes ul li.sb_twitter_network span.sb_icon { background: url(http://lubik.info/twitter.png) no-repeat; }
.social_bytes ul li.sb_google_plus span.sb_icon { background: url(http://lubik.info/googleplus.png) no-repeat;}


/* Theme 2 */
.social_bytes.sb_theme_2 ul li { position: relative; margin:12px 15px 0 0;  display: inline-block;}

.social_bytes.sb_theme_2 ul li span.sb_count { position: absolute; right: -11px; top: -15px; padding: 3px; border: 1px solid #9e2a0e; text-align: center; color: #fff; font-size: 12px; line-height: 12px; border-radius: 20px; font-weight: bold; text-shadow: 1px 1px 1px #be595e; filter: dropshadow(color=#be595e, offx=1, offy=1);
background: #E9461E; /* Old browsers */
background: -moz-linear-gradient(top,  #E9461E 0%, #CC3814 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb989d), color-stop(100%,#CC3814)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #E9461E 0%,#CC3814 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #E9461E 0%,#CC3814 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #E9461E 0%,#CC3814 100%); /* IE10+ */
background: linear-gradient(top,  #E9461E 0%,#CC3814 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb989d', endColorstr='#CC3814',GradientType=0 ); /* IE6-9 */
}
.social_bytes.sb_theme_2 ul li span.sb_label { margin-left: -17px; font-size: 11px; font-weight: bold; width: 65px; text-align: center; }

	
.list_posts {
    list-style: none outside none;
}	
.list_posts .date {
    background: none repeat scroll 0 0 #75A5CE;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    line-height: 1.3;
    margin: 0 10px 0 0;
    padding: 1px 4px;
	display:block;
	width:55px;
	text-align:center;
}

.kat {
    background: none repeat scroll 0 0 yellow;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    line-height: 1.3;
    margin: 0 10px 0 0;
    padding: 1px 0px;
	display:block;
	width:60px;
	text-align:center;
}
.list_posts .szybkie {
    border-bottom: 1px dotted #DDDDDD;
    clear: both;
    display: block;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.list_posts a {
    color: #464646;
    display: block;
    overflow: hidden;
	font-size:9pt;
}
.list_posts a:hover {
    color: #6F9FBD;
    display: block;
    overflow: hidden;
	font-size:9pt;
}

/* TEst ostatnie*/
div.ostatnie-container{
    clear: both;
    display: table;
}
div.ostatnie-widget-singlepost {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    margin: 0 0 2px;
    padding: 0 0 2px;
	min-height:80px;
	border-bottom: 1px solid #DDDDDD;
	opacity:0.7;
}
div.ostatnie-thumbnail {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    vertical-align: top;
}
div.ostatnie-content-box {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
}
a.ostatnie-thmblink {
}
img.ostatnie-widget-thmb {
    opacity: 0.6;
}
.ostatnie-widget-title {
    font-size: 11pt;
    margin: auto;
}
span.ostatnie-widget-date {
    font-size: 11px;
    font-style: normal;
}
.comm a {
    background: url("http://lubik.info/wp-content/themes/designredux/images/anchor-icons.png") no-repeat scroll 1px -39px transparent;
    color: #464646;
    font-size: 11px;
    padding: 0 0 0 17px;
    text-decoration: none;
	font-weight:normal;
}
.comm1 a {
    background: url("http://lubik.info/wp-content/themes/designredux/images/anchor-icons.png") no-repeat scroll 1px 2px transparent;
    color: #464646;
    font-size: 11px;
    padding: 0 0 0 17px;
    text-decoration: none;
	font-weight:normal;
}
.comm a:hover{
color:#6F9FBD;
}
.comm1 a:hover{
color:#6F9FBD;
}
.comm2 a {
    background: url("http://lubik.info/wp-content/themes/designredux/images/anchor-icons.png") no-repeat scroll 1px -39px transparent;
    color: #464646;
    font-size: 11px;
    padding: 0 0 0 17px;
    text-decoration: none;
	font-weight:normal;
}

