/*
 Theme Name:     Twenty Twelve Child
 Theme URI:      http://example.com/twentytwelve-child/
 Description:    Twenty Thirteen Child Theme
 Author:         Winreview.ru
 Author URI:     http://example.com
 Template:       twentytwelve
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentytwelve/style.css');

.entry-content a:visited, .comment-content a:visited {
color: #21759B !important;
}

.entry-content img {
border-radius: 0 !important;
box-shadow: none !important;
}

.comments-area article header cite, .comments-area article header time {
	margin-left: 0 !important;
}
.comments-area article header {
	margin-bottom:0 !important;
}

.comment-content {
	background-color: rgb(237, 237, 237) !important;
}

.relatedposts ul, .relatedposts ol {
	list-style: square outside none;
    margin: 0px 0px 18px 0px;
	line-height: 2;
}

.site {
	max-width: 1024px !important;
}

.site-content {
	width: 728px  !important;
}
.widget-area {
	width: 272px  !important;
}

img.thumbnail {
    background: none repeat scroll 0% 0% transparent;
    border: medium none;
	padding: 3px;
	margin: 5px 15px 15px 0px;
}

a.file:link, a.file:visited {
  background-color: green;
  color: white !important;
  border: 2px solid green;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.file:hover, a.file:active {
  background-color: red !important;
  border: 2px solid red !important;
  color: white !important;
}

a.link-cat:link, a.link-cat:visited {
  color: white !important;
  border: 2px solid;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.link-cat:hover, a.link-cat:active {
  background-color: red !important;
  border: 2px solid red !important;
  color: white !important;
}

a.link-cat.schemes:link, a.link-cat.schemes:visited {
  background-color: #7f007f;
  border-color: #7f007f;
}

a.link-cat.classic:link, a.link-cat.classic:visited {
  background-color: #114780;
  border-color: #114780;
}

a.link-cat.misc:link, a.link-cat.misc:visited {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
