/*
Theme Name: Twenty Twelve for Snippet database
Theme URI: http://snippets.khromov.se
Description: Based on Twenty Twelve.
Author: khromov
Author url: http://khromov.wordpress.com
Version: 1.0
Tags: white
Template: twentytwelve
*/

@import url('../twentytwelve/style.css');

a
{
    text-decoration: none;
}

.entry-meta > a,
.entry-meta time
{
    color: black;
}


/** Your CSS goes here **/

.page-header.search-results
{
	margin-bottom: 20px;
}

.page-header.search-results h1.page-title
{
	font-size: 1.3rem;
	text-transform: none;
}

#search-results header .meta
{
	font-size: 0.9rem;
	color: #828282;
	border-bottom: 1px solid #EDEDED;
	padding: 20px 0;
}

.site-content article
{
	margin-bottom: 2.14286rem;
}

.author-info
{
	margin: 1.71429rem 0 0.8rem 0
}

/** From My Custom CSS **/
.entry embed
{
  text-align: center;
}

.simple-popular-posts-single .right a
{
  font-weight: normal;
}

.simple-popular-posts-single
{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;

}

.simple-popular-posts-single .left
{
  display: none;
}

.entry-content blockquote
{
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
}

.cptch_block input
{
  width: 50px !important;
}

.wmd-panel
{
  min-width: 0 !important;
}

.widget-area .widget h3,
.widget-area .widget p
{
  margin-bottom: 0.3rem;
}

.widget-area .widget
{
  margin-bottom: 2rem;
}

.widget-title
{
  font-size: 0.9rem;
}

.widget_rss .rss-date,
.widget_recent_entries ul li span.post-date
{
  display: block;
  margin-left: 0;
}

.widget-area .widget h3, .widget-area .widget p
{
  line-height: 1.55rem;
}

#search_result
{
  margin-top: 10px;
}

#search-result ul li
{
  margin-bottom: 5px;
}

/**
.widget_recent_entries ul li span.post-date:after
{
  clear: both;
}
**/