@charset "utf-8";
/*  
Theme Name: RockinBizRed
Author URI: http://www.nathanrice.net/
Version: 2.0
Author: Nathan Rice
Description: RockinBizRed is an updated clean and sleek theme designed specifically for business blogs and websites.
It has 3 columns, with sidebars on either side of the center content section.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

html, body { margin: 0; padding: 0; }
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
	.widecolumn .entry p {
	font-size: 1.05em;
	}
body { 
	
	font-family: Arial;   /*, Helvetica, sans-serif*/
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px; 
	text-align: center;
	color: #737373;
	background-color: #D7D5D0;
	
}

body * {margin: 0px; padding: 0px;}

/*********************************************
		Link Styles
*********************************************/
a, a:visited, a:active {
	
	color: #766757;
	
	text-decoration: none;
}
a:hover { color: #91887e;
text-decoration: none;}

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #686868;
font-family:tahoma, arial, verdana;
font-size: 11px;
} /***меню р сайдбара****/
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	font-weight: normal;
}
/*********************************************
		Header Styles
*********************************************/
h1, h1 a, h1 a:visited { /* This style used as title on single posts and pages */
	font-family: tahoma, arial, verdana;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #ff7200;
	text-decoration: none;
	background-color: #ffffff;
	
}
h2, h2 a { /* This style used as header in the sidebars */
	background: #ffffff;
	font-size: 15px;
	color: #ff9933;
	font-family: tahoma, arial, verdana;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: 700;
	
}
h3, h3 a, h3 a:visited { /* This style used as the post titles on homepage/archive */
	font-family:tahoma, arial, verdana;
	font-size: 16px;
	font-weight: 700;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #ff6600; /*cvet silki posta*/
	text-decoration: none;
}
h3 a:hover {
	color: #fe7d15;
	text-decoration: none;
}
h4, h4 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: verdana, tahoma, arial;
	font-size: 14px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #676767;
	text-decoration: none;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: transparent;
	border: 0px solid #000;
	text-align: left;
	font-weight: normal;
	
	
	
	
    margin: 0px auto;
    width: 1024px;
    padding: 0px;
	background-color: #ffffff;
	
}

/*********************************************
		Header Styles
*********************************************/
#header {
	border: 0px solid black;
	background: transparent;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	font-weight: bold;
}
/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu {
	color: #000000;
	font-size: 11px;
	font-family: tahoma, arial, verdana;
	text-align: left;	
	padding: 0px 0px;
	margin: 0px;
	padding-left:0px;
	display: block;
	background-color: #ffffff;
}
#menu ul {
	background: transparent;
	margin: 0px;
	padding: 18px 0px 19px 0px;
	padding-left:0px;
	
	}
#menu ul li {
	display: inline;
	list-style-type: none;
	
		margin: 0px;
	padding: 18px 0px 19px 0px;
	}
#menu ul li a {
	color: #5E5E5E;
	padding: 18px 5px 19px 5px;
	margin: 0px;
	 font-family: tahoma;
	 font-size:10px;


	
	text-decoration: none;
	}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
}
#menu ul li a:hover {
	color: #000000;
	text-decoration: none;
	}
	
/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	padding: 0px 30px 20px 0px;
	width: 720px;
	display: block;
	border: 0px solid black;
     background-color: #ffffff; 
	 color: #737373;
	 
	 
	
  
	
	
	
}
.post-more { }

.post-more-s {
color:#928e87;
font-size: 10px;
font-weight:900;
font-family: tahoma, arial, verdana;
}	
 /* Use this class to style the "more" tag div */
}
.post-more a, .post-more a:visited { 
/* Use this class to style the link within the post-more div */
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px 0px;
	margin: 0px 0px;
	background: none;
	
	text-decoration:none;
	
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px 0px;
	margin: 5px 0px;
	background: none;
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	display: inline;
	background-color: #ffffff;
	float: left;
	border: 0px solid black;
	width: 260px;
	margin: 10px 10px 25px 0px;
	
	
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#l_sidebar p {
	padding: 0px;
	
}
#l_sidebar img {
	text-align: center;
	padding: 0px;
	margin: 0px;
	
	
}
#l_sidebar form {
	padding: 0px;
	margin: 0px;
	aling: top;
	
}
#l_sidebar ul {
	list-style-type: none;
	margin: 0px;
	font-size: 11px;
	
	
}
#l_sidebar ul li {
	
	font-weight: bolder;
	margin: 10px 10px 0px 40px;
	padding: 0px 0px 0px 10px;
	
	
}
#l_sidebar ul li a
{
 display: block;
 padding-left: 10px;
 background: url(http://nanoscan.info/wp-content/themes/rockinbizred-20/images/pointer.jpg) left 2px no-repeat;
}

#l_sidebar ul li a:hover
{
color: #f50;
background: url(http://nanoscan.info/wp-content/themes/rockinbizred-20/images/pointer_hover.jpg) left 2px no-repeat;
}
#l_sidebar ul li ul {
	padding: 0px;
	margin: 0px;
    line-height: 0.5;
	
	
}
#l_sidebar ul li ul li {
	padding: 0px;
	padding-left: 0px;
	margin: 5px;
	
	
	
}
#l_sidebar ul li ul li a {
display: block;
     color: #898888;
     text-decoration: none;
      padding: 0px 5px 10px 20px;
     margin: 0px 0px 0px 10px;
     background: url(http://nanoscan.info/wp-content/themes/rockinbizred-20/images/pointer.jpg) 10px top no-repeat;
     
}

#l_sidebar ul li ul li a:hover {
     color: #f50;
     text-decoration: none;
     background: url(http://nanoscan.info/wp-content/themes/rockinbizred-20/images/pointer_hover.jpg) 10px top no-repeat;  
	 } 
#l_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
	
	
	
}
#l_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
	
	
	
}

/*********************************************
		Right Sidebar
********************************************/


#r_sidebar {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	display: inline;
	border: 0px solid black;
	width: 250px;
	background-color: #ffffff;
	
	margin: 10px 0px 15px 0px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */


}


#r_sidebar p {
	padding: 5px;
}text-align: center;
#r_sidebar img {
	text-align: center;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
	
}
#r_sidebar ul li {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
#r_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#r_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul li ul li a {
	color: #666;
	text-decoration: none; 
}
#r_sidebar ul li ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#r_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Comment Styles
*********************************************/
.comments {
	padding: 8px;
}
.comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
.comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 15px 0px 0px 0px;
	padding: 20px;
	clear: both;
	background: #FFF;
	background: url(http://nanoscan.info/wp-content/themes/rockinbizred-20/images/borderf.png) top center no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #737373;
}
#footer a {
	color: #ff6600;
	
}
#footer a:hover {
	color: #9f9f9f;

}

#data {

color: #737373;
}

#data2 {
font-family: Verdana;
color: #858175;
font-size:10px;
font-weight: bolder;
padding:0px 5px 0px 30px

}

#pynktir {
 text-decoration: none; /* Убираем обычное подчеркивание */
 border-bottom: 1px dashed blue;
 

}
	
#shapka {


}
#left-shapka {
background-color: #FE7D15;
width: 272px;
position: relative; 
	top: 15px; 
	
}
.left {
background-color: #FE7D15;
width: 272px;
position: relative; 
	top: 15px; 
	text-align: center;
}
.right {

}
/***********************************
        Main Text
***********************************/
  
UL
  {padding: 0px 0px;
	margin: 5px 0px 0px 15px;
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	font-weight: normal;
}

.li{
    font-family: tahoma, arial, verdana;
	font-size: 12px;
	color:#766757;
	font-weight: bold;
  
}


.style1 
{
  font-family: tahoma, arial, verdana; 
  font-size: 12px; 
  color:#333333
}

.style2 
{
 font-family: tahoma, arial, verdana; 
 font-size: 12px; 
 color:#686868;
 }
 
.style4 
{
 font-family: tahoma, arial, verdana; 
 font-size: 12px; 
 color:#565348;
}

.news { 
 font-family: tahoma, arial, verdana; 
 font-size: 11px; 
 color:#686868;
 padding: 0px 0px 0px 0px;
}

.ris { 
 font-family: tahoma, arial, verdana; 
 font-size: 11px; 
 color:#797671;
 text-align:center;
}

.line_db { 
  MARGIN-bottom: 15px;
  MARGIN-top: 10px;

}

.img{
   BORDER-RIGHT: #686868 1px solid; 
   BORDER-TOP: #686868 1px solid; 
   BORDER-LEFT: #686868 1px solid;
   BORDER-BOTTOM: #686868 1px solid;
   margin: 10px 10px 10px 0px
}

.img_right{
   BORDER-RIGHT: #686868 1px solid; 
   BORDER-TOP: #686868 1px solid; 
   BORDER-LEFT: #686868 1px solid;
   BORDER-BOTTOM: #686868 1px solid;
   margin: 10px 10px 10px 10px
}

TD.main {
   font-family:tahoma, arial, verdana;
   font-size:12px;
   color:#686868;
   font-weight:normal
}
TABLE.bg {
	CELLSPACING: none; 
	BORDER-RIGHT: #999999 0px; 
	PADDING-RIGHT: 0px; 
	BORDER-TOP: #999999 0px solid; 
	PADDING-LEFT: 0px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 0px; 
	BORDER-LEFT: #999999 0px; 
	COLOR: #333333; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #999999 0px; 
	FONT-FAMILY: tahoma, arial, verdana; 
	BACKGROUND-COLOR: #ffffff
}
TABLE.t {
	BORDER-RIGHT: #cfcfcf 0px solid; 
	BORDER-TOP: #cfcfcf 1px solid; 
	BORDER-LEFT: #cfcfcf 1px solid; 
	BORDER-BOTTOM: #cfcfcf 0px solid
}
TD.t {
	BORDER-RIGHT: #cfcfcf 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #cfcfcf 0px solid; 
	PADDING-LEFT: 5px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #cfcfcf 0px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #cfcfcf 1px solid; 
	FONT-FAMILY: tahoma, verdana,arial 
}
TD.tt {
    BORDER-RIGHT: #cfcfcf 1px solid; 
    PADDING-RIGHT: 5px; 
	BORDER-TOP: #cfcfcf 0px solid; 
	PADDING-LEFT: 5px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #cfcfcf 0px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #cfcfcf 1px solid; 
	FONT-FAMILY: tahoma, verdana,arial; 
	BACKGROUND-COLOR: #fff8ef
}

TD.or {
    BORDER-RIGHT: #cfcfcf 1px solid; 
    PADDING-RIGHT: 5px; 
	BORDER-TOP: #cfcfcf 0px solid; 
	PADDING-LEFT: 5px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #cfcfcf 0px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #cfcfcf 1px solid; 
	FONT-FAMILY: tahoma, verdana,arial; 
	BACKGROUND-COLOR: #ffc48a
}

TD.gr {
    BORDER-RIGHT: #cfcfcf 1px solid; 
    PADDING-RIGHT: 5px; 
	BORDER-TOP: #cfcfcf 0px solid; 
	PADDING-LEFT: 5px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #cfcfcf 0px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #cfcfcf 1px solid; 
	FONT-FAMILY: tahoma, verdana,arial; 
	BACKGROUND-COLOR: #9ff935
}
TD.bl {
    BORDER-RIGHT: #cfcfcf 1px solid; 
    PADDING-RIGHT: 5px; 
	BORDER-TOP: #cfcfcf 0px solid; 
	PADDING-LEFT: 5px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #cfcfcf 0px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #cfcfcf 1px solid; 
	FONT-FAMILY: tahoma, verdana,arial; 
	BACKGROUND-COLOR: #9edcff
}

TABLE.y {
	BORDER-RIGHT: #725600 0px solid; 
	BORDER-TOP: #725600 1px solid; 
	BORDER-LEFT: #725600 1px solid; 
	BORDER-BOTTOM: #725600 0px solid
}
TD.yyy {
	BORDER-RIGHT: #725600 0px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #725600 1px solid; 
	PADDING-LEFT: 5px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #725600 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #725600 0px solid; 
	FONT-FAMILY: tahoma, verdana,arial 
}
TD.y {
	BORDER-RIGHT: #725600 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #725600 0px solid; 
	PADDING-LEFT: 5px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #725600 0px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #725600 1px solid; 
	FONT-FAMILY: tahoma, verdana,arial 
}
TD.yy {
	BORDER-RIGHT: #725600 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #725600 0px solid; 
	PADDING-LEFT: 5px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #725600 0px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #725600 1px solid; 
	FONT-FAMILY: tahoma, verdana,arial 
}

.sup    {font-size: 9px; font-family: tahoma, arial, verdana;}
#wp-calendar {
border-collapse:collapse;
margin:0;
padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 85%;
}
#wp-calendar caption {
padding-top:3px;
padding-bottom:6px;
text-align:center;

font: bold 14px Georgia, 'Times New Roman', Times, serif;
}
#wp-calendar td {
text-align:center;
/*padding-top:2px;
padding-bottom:2px;*/
border:1px solid #F0F0EC;
line-height:15px;
}
#wp-calendar th {
background-color: #bdb3a7;
color:#FFF;
border: 1px solid #D2D2C6;
}
#wp-calendar tbody {}
#wp-calendar tbody a {
font-weight:bold;
color:#FFF;
background-color:#fe7d15;
text-decoration:none;
display:block;
border-style:none;
margin:0;
padding:0;
}
#wp-calendar tbody a:hover {
font-weight:700;
color:#FFF;
background-color:#fff;
text-decoration:none;
border-style:none;
margin:0;
padding:0;
}
#wp-calendar tfoot a:hover {
/*background-color:#FFF;*/
text-decoration:none;
color:#FFF;
background-color:#fff;
}
#wp-calendar tfoot a {
background-color: #fe7d15;
color:#FFF;
display:block;
padding:2px 0;
}