/************************************************
* breadcrumbs 				*
************************************************/

.breadcrumbs {
	width: 540px;
	float:left;
	font-size: 13px;
	color: #555;
	background: #E6E4E7;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 10px;
	margin: 0 0 15px 0;
}

/************************************************
* maincolumn 				*
************************************************/

.maincolumn	{  
	float: left;
  clear: both;
	width: 550px;
  height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.margin-bot {
  margin-bottom: 13px !important;
}

/************************************************
* links				*
************************************************/

.maincolumn h2 a:link, .maincolumn h2 a:visited,
.maincolumn h1 a:link, .maincolumn h1 a:visited,
.link_title a:link, .link_title a:visited,
.title a:link, .title a:visited { 
	color: #000;
	text-decoration: none;
}	
.maincolumn h2 a:hover, .maincolumn h2 a:active,
.maincolumn h1 a:hover, .maincolumn h1 a:active,
.link_title a:hover, .link_title a:active,
.title a:hover, .title a:active { 
  color: #555; 
  text-decoration: none; 
} 
.category a, .category a:visited,
.date a:link, .date a:visited,
a.more:link, a.more:visited,
.category a:hover, .category a:active { 
	color: #555;
	text-decoration: none;
}
.date a:hover, .date a:active,
a.more:hover, a.more:active {
	color: #000;
	text-decoration: underline;
}
.category, 
.text a:link, .text a:visited,
.miniblock .date, .miniblock .date a:link, .miniblock .date a:visited,
.text a:link, .text a:visited { 
  color : #2a71c6;   /*  blue   */
	text-decoration: none;
}
.text a:hover, .text a:active {
  color : #2a71c6;   /*  blue   */
	text-decoration: underline;
}

/************************************************
* titles                            *
************************************************/

.maincolumn h1, .maincolumn h2, .link_title, .title {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	}	
.maincolumn h1  {
	padding: 0 0 5px 0!important;
	}	
.link_title  {
	font-size: 20px;
	padding: 0 0 7px 0!important;
}	
.title  {
	font-size: 15px;
	font-weight: bold!important;
	padding: 0 0 3px 0!important;
}	
.maincolumn h3 {
	padding-bottom: 10px;
	}
.date {
	display: inline;
	font: 12px Arial;
	color: #555;
	font-style: italic;
	}
.maincolumn p {
	margin: 0 0 20px 0;
	padding: 0;
	}
.maincolumn ul, .maincolumn ol {
  margin: 10px 0 10px 15px; 
  padding: 0; 
  color: #555;
} 
.maincolumn ul li, .maincolumn ol li {  
  font-size: 13px; 
  margin: 0; 
  padding: 0 0 3px 0; 
  list-style-position: outside;
  list-style-type: disc; 
  color: #000;
} 
.maincolumn ol li {
  list-style-type: decimal;  
  margin-left: 5px;
} 
.maincolumn ul ul, .maincolumn ol ol {
  margin: 10px 0 0 15px; 
} 

/************************************************
*	column    /index.php/							*
************************************************/

.category {	
	width: 100%;
	margin: 0 0 15px 0;
	padding: 5px 0 5px 0;
  color : #2a71c6;
	font-weight: normal;
	font-size: 16px;
	overflow: hidden;
  text-transform: uppercase;
	border-top: 1px dashed #2a71c6;
	border-bottom: 1px dashed #2a71c6;
}
.miniblock {  
  position: relative;
  width: 263px;
  min-height: 175px;
  margin: 10px 0 10px 0; 
  overflow: hidden;
}
.Left {  
  float: left;
}
.Right {  
  float: right;
}
/*  cat_content	       */

.miniblock .title {	
	margin: 0;
	padding: 0;
  color : #000; 
  line-height: 1;
  font-weight: normal;
}
.miniblock .date { 
  font-size: 12px;
}
.miniblock img {
  float: left;
  width: 70px;
	height: 70px;
	border: 1px solid #ccc;
	margin: 1px 10px 5px 0;
	padding: 0;
}
.miniblock .content { 
  width: 263px;
  height: 70px;
	border-bottom: 2px solid #ccc;
  line-height: 1.1;
  clear: both !important;
  overflow: hidden;
}
.miniblock .content p {  
  height: 58px;
  overflow: hidden;
}
.miniblock .arrow {   
  position: absolute; right: 10px; bottom: 5px;
  background: url('/wp-content/themes/AdsenseRecipe/images/arrow.gif') 0 0 no-repeat;
  width : 10px; 
	height: 11px;
} 
/* mini_icons */

.miniblock .mini_icons {  
  float: left;
  margin: 7px 0 0 -5px;
}
.miniblock .mini_icons li {  
  float: left;
  list-style-type: none !important;
  margin: 0 0 0 5px !important;
}
.miniblock .mini_icons li a {  
  float: left;
  background: url('/wp-content/themes/AdsenseRecipe/images/icons/2social-icons.png') no-repeat top left;
  cursor: pointer;
  height: 15px;
}
.miniblock .mi1 { background-position: 0 0; width: 23px; } 
.miniblock .mi2 { background-position: -23px 0 !important; width: 23px; } 
.miniblock .mi3 { background-position: -45px 0 !important; width: 12px; } 
.miniblock .mi4 { background-position: -57px 0 !important; width: 17px; } 

hr {
	margin: 10px 0 0 0;
	border: 0;
	border-bottom: 2px solid #ccc;
}

/************************************************
* post   / index.php, archive.php /*
************************************************/
	
.post {	
	float: left;
  position: relative;
  width: 100%;
  height: 170px;
	margin: 10px 0 7px 0;
	padding: 0;
	font-size: 13px;
	border-bottom: 2px solid #ccc;
	}
.post p {	
  line-height: 1.2;
	padding-top: 6px!important;
}
.post img, .post object {
  float: left;
  width: 150px;
  height: 150px;
	border: 1px solid #ccc;
	margin: 4px 10px 0 0;
	padding: 0;
}
.more {
  float: right;
	padding: 0;
	font-style: italic;
}	
.short { border: 0}

/************************************************
* mini_icons   / single.php, page.php, 404.php  /*
************************************************/
	
.mini_icons {  
  float: left;
	width: 115px;
	height: 19px;
	margin: 0 0 10px 0;
	display: block;
	overflow: visible;
}
.mini_icons ul {  
  margin: 0 !important;
  padding: 0 !important;
}
.mini_icons li {  
  float: left;
  list-style-type: none !important;
  margin: 0 0 0 5px !important;
}
.mini_icons li a {  
  float: left;
  background: url('/wp-content/themes/AdsenseRecipe/images/icons/social-icons.png') no-repeat top left;
  cursor: pointer;
  height: 19px;
}
.mi1 { background-position: 0 0; width: 29px; } 
.mi2 { background-position: -29px 0 !important; width: 28px; } 
.mi3 { background-position: -57px 0 !important; width: 14px; } 
.mi4 { background-position: -71px 0 !important; width: 20px; } 

/************************************************
* text   / single.php, page.php, 404.php /*
************************************************/
	
.text {  
	padding: 0;
	margin: 15px 0 0 0;
	font-size: 14px;
	display: block;
	overflow: hidden;
	line-height: 1.2;
}
.text img  {
  float: left;
  max-width: 548px !important; 
	border: 1px solid #ccc;
	margin: 3px 10px 5px 0;
	padding: 0;
}
.text img.alignleft  {
	float: left;
  height: auto;
	margin: 3px 10px 5px 0;
}
.text img.alignright {
	display: inline;
	float: right;
	margin: 3px 0 5px 10px;
}
.text img.aligncenter, .text img.alignnone {
	float: none;
	clear: both;
	display: block;
	margin: 10px auto 10px;
}
.text p {  
	padding: 0;
	margin: 0 0 10px 0;
}

/************************************************
* tags     / single.php /*
************************************************/

.tags {
  clear: both;
  margin : 0 0 20px 0; 
}
.tags h5 {
  float: left;
  margin : 0 10px 0 0; 
}
.tags p {
  padding : 3px 0 0 0; 
}

/************************************************
* postmetadata    / single.php, page.php, archive.php /*
************************************************/

.postmetadata { 
  clear:both;
	width: 530px;
	height: 16px;
	background: #E6E4E7;
  border-top : 1px solid #fff; 
	border-bottom: 1px solid #ccc;
  margin: 10px 0 15px 0; 
  padding : 10px; 
  font-size : 13px; 
  color : #000; 
} 
.postmetadata a { 
  font-size: 13px; 
}
.postmetadata span { 
  font-size : 14px; 
  color : #5d5d5d; 
} 

/************************************************
* other     / single.php /*
************************************************/

.maincolumn .box { 		
	width: 538px;
	height: auto;
  margin: 0 0 20px 0; 
  padding : 15px 0 15px 10px; 
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border : 1px solid #ccc; 
  overflow: hidden;
  clear: both;
}
#other h4 { 	
  clear: both;
  margin: 0 0 15px 0;
  padding: 0;
}
#other ul { 	
  clear: both;
	margin: 0;
	padding: 0;
}
#other li {  
	float: left;
	width: 255px;
	height: 54px;
	margin: 0 10px 0 0;
  list-style-type: none; 
	border-top: 1px dashed #999;
	line-height: 0.3!important;
	display: block;
}
#other img {
  float: left;
  width: 50px;
  height: 50px;
	margin: 2px 10px 2px 0;
	padding: 0;
	border: 1px solid #ccc;
	font-size: 10px;
	line-height: 1;
	overflow: hidden;
}
#other li .other_title {
	display: block;
	line-height: 1!important;
	font-size: 14px;
	margin: 3px 0 10px 0;
}
#other li .other_title a, #other li .other_title a:visited {
	text-decoration: none;
	color: #000;
}
#other li .other_title a:hover , #other li .other_title a:active {
  margin: 0;	
	padding: 0;
	color: #555;
}
#other li .meta, #other li .meta a, #other li .meta a:visited {
	color: #555;
	font-size: 12px !important;
	clear: both;
}

/************************************************
* donate 			/ single.php /			*
************************************************/

#donate {
  width: 550px;
  height: 130px;
  margin: 0 0 20px 0!important;
  padding: 0;
  border: 0;
}
#donate h4 {    
  margin: 0 0 15px 0!important;
}
.donate_link {    
  position: relative;
  width : 530px;
  margin: 0 0 5px 0!important;
}
#donate a img, #donate img {
  border: none;
  background: none;
  margin: 0 3px 0 0;
  padding: 0;
}
#donate img {
  margin: 0;
  font-size: 10px;
}
/*  Поделиться с Google  */

.donate_link .google {
  float: left;
  height: auto;
  width: 70px;
  margin-right: 15px;
}
/*   Tweet		*/

.donate_link .twit { 
  float: left;
  background: transparent;
  margin: 0 10px 0 0;
  
}
.donate_link .twit iframe {
  width : 100px !important;
  height: 16px;
}
/*   Vkontacte		*/

.donate_link #vk {
  float: left;
  width : 110px !important;
  margin: 1px 10px 0 0;
}

/********************************************************
*   archiv         / archives.php /                     *    
*********************************************************/

#archives {  		
  margin: 10px 0 0 0; 
} 
ul.archiv { 	
  float : left; 
  margin: 0 10px 20px 0; 
  padding: 0 0 0 1px; 
  overflow: hidden;
} 
ul#archiv1 { 	 		
 	width: 120px;  
} 
ul#archiv2 { 			
 	width: 155px;  
} 
ul#archiv3 { 			
 	width: 235px;  
  margin: 0 0 20px 0; 
} 
ul.archiv li { 			
 	width: 270px;  
  float : left; 
  margin: 0 0 5px 0; 
  padding: 0; 
  list-style-position: inside;
  list-style-type: disc; 
} 

/************************************************
* category           / map.php /             *
************************************************/

#category {	
	width: auto;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 16px;
	overflow: hidden;
  text-transform: uppercase;
  color: #000;
  line-height: 1.3 !important;
}
#category a, #category a:visited { 
  color: #000;
} 
#category a:hover, #category a:active { 
  text-decoration: none; 
  color : #555; 
} 
#category span {	
  text-transform: capitalize;
}

/************************************************
* listing           / listing.php /             *
************************************************/

.listing {
  margin: 5px 0 0 0;
}
.listing ul {
  overflow: auto;
  padding: 0 0 0 1px;
  margin : 0; 
}
.listing ul li { 
  float: left;
  width: 250px;
  margin : 0; 
  padding: 0 0 3px 0; 
  list-style-position: inside;
  list-style-type : disc; 
}

/************************************************
* tag_cloud         / tag_cloud.php /		      	*
************************************************/

.tag_cloud { 
  margin: 10px 0 0 0;
  clear: both;
}
.tag_cloud a, .tag_cloud a:visited { 
  float: left;
  width: auto;
  margin: 0;
  padding : 0 2px 1px 2px; 
}
.tag_cloud a:hover, .tag_cloud a:active, .tag_cloud a:focus { 
  float: left;
  margin: 0;
  padding : 0 2px 1px 2px; 
  width: auto;
  text-decoration : none; 
}
/************************************************
* SR_form    / subscribe.php /      	*
************************************************/

.subscribe form {   
  width : 240px;
  margin: 20px auto 30px !important;
  text-align: center !important;
  font-family : Arial, Verdana, Sans-Serif; 
}
.subscribe form input#field_name, .subscribe form input#field_email {
  width: 220px;
  height: 28px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  margin: 5px 0 10px 0;
  padding: 2px 5px 3px 10px;
  font: bold 16px 'Arial';
  color : #000;
  box-shadow: inset      3px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset  3px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1);
}
input#SR_submit, 
input#SR_submit_books {
  float: none;
  width : 243px;
  height : 42px;
  border : 0;
  margin: 15px auto 0;
  color : #fff;
  font: normal 24px 'Arial';
  text-align: center;
  background: url('/wp-content/themes/AdsenseRecipe/images/submit.png') no-repeat;
  cursor : pointer;
}
img#big_arrow {
  margin: 0 auto 0px;
}

/************************************************
* subscribe         / subscribe.php /		      	*
************************************************/
 
.subscribe {
  position: relative;
  width : 760px;
  height: auto;
  background: #fff;
  border: 1px solid #ddd;
  margin: -50px auto -30px;
  padding: 40px 80px 20px 80px!important;
  text-align: center;
  overflow: hidden;
  box-shadow:         0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  z-index: 100;
}
.subscribe .sub_box {  
  height: auto;
  margin: 0 0 20px 0;
  font-size: 17px;
}
.subscribe .center {
  float: none;
  width : 500px;
  margin: 20px auto 20px;
  clear: both !important;
}
.subscribe .left {
  float: left;
  width: 370px;
  margin-top: 40px;
}
.subscribe .right {
  float: right;
  width: 370px;
  margin-top: 40px;
}
#b1 p {
  margin-bottom: 10px;
}
#b1, #b5 {
  text-align: center;
}
#b2, #b5 {
  width: 400px;
}
#b2 {
  margin-bottom: 30px;
}
#b3 img {
  float: right;
  width: 300px;
  height: auto;
  border: 1px solid #ccc;
}
#b5 {
  font-size: 13px;
  background: #f7f6f6;
  border: 1px solid #ddd;
  border-radius: 10px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  padding: 15px 0 10px 0;
  margin-top: 0;
}
#b5 p {
  margin: 0 0 5px 0;
  line-height: 1.4;  
}

/*  ul 		*/

ul.sub  {
  margin: 20px 0 20px 0;
  padding: 0;
}
ul.sub li { 
  text-align: left;
  margin: 0 0 7px 0;
  padding: 3px 0 0 35px;
  background: url('/wp-content/themes/AdsenseRecipe/images/arrow_red.png') 0 0 no-repeat;
  list-style: none; 
}
/*   H   		*/

.subscribe h1, .subscribe .h1{
  text-align: center;
  font: normal 32px 'Impact';
  margin: 0 auto 20px !important;
  text-shadow: #fff 1px 1px 1px;
}
.subscribe .h1{
  margin: 0 auto 0 !important;
}
.subscribe h3 {
  font: normal 28px 'Impact';
  text-shadow: #ddd 1px 1px 1px;
  margin: 10px 0 15px 0;
}
/*  color  		*/

.subscribe .red {
  color: #d40707 !important;
  text-shadow: #fff 1px 1px 1px;
}
.subscribe .blue {
  color: #3e65bb !important;
  text-shadow: #eee 1px 1px 1px;
}
.subscribe .gray {
  color: #888 !important;
  text-shadow: #eee 1px 1px 1px;
}

#sub_author {
  margin-top: 30px;
}
#sub_logo, #sub_logo2 { 	
  margin: 15px 0 15px 130px;
}
#sub_description {
  position: absolute; top: 30px; right: 130px;
  width: 550px;
  text-align: right;
}
