/*  
Theme Name: Twelve Plus Pro
Version: 1.3
Theme URI: http://zeaks.org/child-themes/twenty-plus-pro-twenty-twelve-child-theme
Description: A child theme for Twenty Twelve
Author: Scott Dixon
Author URI: http://zeaks.org
Template: twentytwelve
License URI: license.txt
*/
@import url(../twentytwelve/style.css);

/* Increase theme width to 1000px */
footer[role="contentinfo"] {
    max-width: 1000px;
    max-width: 71.4285rem;
}
@media screen and (min-width: 960px) { 
    .site {
        max-width: 1000px;
        max-width: 71.4285rem;
    }
}
.ie .site { max-width: 1000px; }

 /* Align footer credits */
@media screen and (min-width: 600px) {
	.credits {
		float: right;
	}
}
.ie .credits { float: right; }
/* ==================[ LAYOUTS ]========================= 
* BODY CLASSES [ .two-column .three-column .custom-layout ]
* GRID CLASSES [ .grid-post, .bottom-row, .top-row ]
* LAYOUT CLASSES 
*	.left-sidebar 
*	.right-sidebar 
*	.left-right 
*	.two-left
*	.two-right
======================================================== */
 

/* ===[ Right Sidebar Layout ]=== */
@media screen and (min-width: 600px) { 
    .right-sidebar.custom-layout #extra-sidebar {
        clear: right;
        float: right;
        width: 26.0417%;
    }
    .right-sidebar.custom-layout .widget-area {
        clear: right;
        float: right;
        width: 26.0417%;
    }
	
}
/* IE8 and IE7 */
.ie  .right-sidebar.custom-layout #extra-sidebar {
    clear: right;
    float: right;
    width: 26.0417%;
}

/* ===[ Left Sidebar Layout ]=== */
@media screen and (min-width: 600px) { 
    .left-sidebar.custom-layout .site-content { float: right; }
    .left-sidebar.custom-layout .widget-area {
        float: left;
        clear: left;
    }
    .left-sidebar.custom-layout #extra-sidebar {
        float: left;
        width: 26.0417%;
        margin: 1.71429rem 0 0;
    }
}
.ie .left-sidebar.custom-layout .site-content { float: right; }
.ie  .left-sidebar.custom-layout .widget-area {
    float: left;
    clear: left;
}
.ie     .left-sidebar.custom-layout #extra-sidebar {
    float: left;
    clear: left;
    width: 26.0417%;
    margin: 1.71429rem 0 0;
}


/* ===[ Left & Right ]=== */
@media screen and (min-width: 600px) { 
    .left-right.custom-layout .site-content {
        width: 50%;
        margin-left: 25%;
    }
    .left-right.custom-layout .widget-area {
        position: relative;
        width: 20%;
    }
    .left-right.custom-layout #extra-sidebar {
        float: left;
        margin-left: -75%;
        width: 20%;
    }
	/* show full width when no active widgets */
    .left-right.full-width .site-content {
        width: 100%;
        margin-left: 0;
    }
}
/* IE8 and IE7*/
.ie     .left-right.custom-layout .site-content {
    width: 50%;
    margin-left: 25%;
}
.ie .left-right.custom-layout .widget-area {
    float: right;
    width: 20%;
    position: relative;
}
.ie .left-right.custom-layout #extra-sidebar {
    float: left;
    margin-left: -75%;
    width: 20%;
}


/* ===[ Two Left ]=== */
@media screen and (min-width: 600px) { 
    .two-left.custom-layout .site-content {
        float: right;
        width: 49%;
    }
    .two-left.custom-layout .widget-area {
        width: 25%;
        float: left;
    }
    .two-left.custom-layout #extra-sidebar {
        word-wrap: break-word;
        width: 20%;
        float: left;
        margin-left: 2%;
    }
    /* show one column when no widgets are active */
    .two-left.full-width .site-content {
        width: 100%;
        margin-left: 0;
    }
}
/* for IE8 and IE7 */
.ie .two-left.custom-layout .site-content {
    float: right;
    width: 49%;
}
.ie .two-left.custom-layout .widget-area {
    width: 25%;
    float: left;
}
.ie .two-left.custom-layout #extra-sidebar {
    word-wrap: break-word;
    width: 20%;
    float: left;
    margin-left: 2%;
}


/* ===[ Two Right ]=== */
@media screen and (min-width: 600px) { 
    .two-right.custom-layout .site-content {
        float: left;
        width: 49%;
    }
    .two-right.custom-layout .widget-area { width: 25%; }
    .two-right.custom-layout #extra-sidebar {
        margin-top: 1.8rem;
        word-wrap: break-word;
        width: 20%;
        float: right;
        margin-right: 2%;
    }
    /* show one column when no widgets are active */
    .two-right.full-width .site-content {
        width: 100%;
        margin-left: 0;
    }
}
/* for IE8 and IE7 */
.ie .two-right.custom-layout .site-content {
    float: left;
    width: 49%;
}
.ie .two-right.custom-layout .widget-area { width: 25%; }
.ie .two-right.custom-layout #extra-sidebar {
    margin-top: 1.8rem;
    word-wrap: break-word;
    width: 20%;
    float: right;
    margin-right: 2%;
}

/* ===[ Grid Template Layout ]=== */
.grid #content,
.grid .site-content { width: 100%; }
.grid .nav-previous { clear: both; }
.grid .entry-summary p {
	clear: left;
    font-size: 13px;
    margin-bottom: 10px;
}
.grid .entry-header {
    margin-top: 20px;
    margin-bottom: 10px;
}
.grid .site-content article {
    border-width: 0;
    padding-bottom: 0;
}
.grid .entry-title a:hover { text-decoration: underline; }
.grid .entry-header .entry-title {
    padding-bottom: 20px;
    font-size: 1.17143rem;
    text-transform: uppercase;
}
.grid .site-header { padding: 1.71429rem 0 0; }
.grid .entry-summary { padding-right: 5px; }
.grid-post {
    width: 22.8%;
    margin-left: 0;
    margin-right: 2.5%;
    vertical-align: top;
    display: inline-block;
}
.top-row,
.bottom-row {
    max-width: 1000px;
    width: auto;
}
.top-row .grid-post:first-child,
.bottom-row .grid-post:first-child { margin-left: 0; }
.top-row .grid-post:last-child,
.bottom-row .grid-post:last-child { margin-right: 0; }
.grid-posts:first-child { margin-left: 0; }
/* IE 8 fixes for grid template */
.ie .grid-post {
    width: 21.8%;
    vertical-align: top;
    display: inline-block;
    margin-right: 2.5%;
    margin-left: 0;
    /* IE7 inline block fix */
    zoom: 1;
    *display: inline;
}
/* @media for custom template */
@media (max-width: 700px) { 
    .grid .grid-post {
        clear: both;
        width: 100%;
        display: block;
    }
	.grid .entry-summary p {
		clear: none;
	}
}
/* @media for custom template */
@media (max-width: 700px){
.grid .grid-post {
		clear: both;
		width: 100%;
		display:block;
	}
}
/* ==========[ END LAYOUTS ]========== */

/* ===[ Footer Widget Areas ]=== */
.site-info { clear: both; }
#footer-widgets {
    width: 100%;
    border-top: none;
}
#footer-widgets .widget li { list-style-type: none; }
.template-front-page #footer-widgets { padding-top: 0; }
@media screen and (min-width: 600px) { 
#footer-widgets.three .widget + .widget + .widget {
    margin-right: 1.71429rem;
}

#footer-widgets.three .widget {
    clear: none;
    float: left;
    margin-right: 1.71429rem;
    max-width: 30.85%;
    width: 30.85%;
	}
}
/* for IE8 and IE7 */
.ie #footer-widgets.three .widget {
    float: left;
    margin-right: 3.7%;
    width: 29.85%;
    clear: none;
}
    .ie #footer-widgets.three .widget + .widget + .widget { margin-right: 0; }
/* Hide footer widgets Homepage Template and BBpress */
.template-front-page #footer-widgets,
.bbPress #footer-widgets,
.grid #footer-widgets { display: none; }


/* ===[ IE Homepage Template Widget fix ]=== */
.ie .template-front-page .first.front-widgets,
.ie .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    margin-bottom: 24px;
    width: 51.875% ;
}
.ie .template-front-page .second.front-widgets { clear: right; }
.ie .template-front-page .first.front-widgets,
.ie .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    float: right;
    margin: 0 0 24px;
    width: 39.0625% ;
}
.ie .template-front-page.two-sidebars .widget,
.ie .template-front-page.two-sidebars .widget:nth-child(even) { float: none; }
.ie .template-front-page .widget-area { clear: both; }

.ie .template-front-page .widget {
    width: 100% !important;
    border: none;
}
.ie .template-front-page .first.front-widgets { 
	width: 51.875%;
    float: left ;
}
.ie  .template-front-page .second.front-widgets {
    width: 39.0625%;
    float: right ;
}


/* ==[ Grid Footer Widgets ]== */
.grid .widget-area {
    clear: both;
    float: none;
    width: auto;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    border-top: 1px solid #ededed;
}
    .grid .widget-area .widget li {
        margin: 8px 0 0;
        margin: 0.571428571rem 0 0;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.714285714;
        list-style-type: square;
        list-style-position: inside;
    }
    .grid .widget-area .widget_text img {
        float: left;
        margin: 8px 24px 8px 0;
        margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
    }
.grid .widget-area {
    clear: both;
    float: none;
    width: auto;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    border-top: 1px solid #ededed;
}
    .grid .widget-area .widget li {
        font-size: 13px;
        margin: 8px 0 0;
        list-style-type: square;
        line-height: 1.714285714;
        font-size: 0.928571429rem;
        margin: 0.571428571rem 0 0;
        list-style-position: inside;
    }
    .grid .widget-area .widget_text img {
        float: left;
        margin: 8px 24px 8px 0;
        margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
    }


/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) { 
    .grid .widget-area .widget,
    .grid.two-column .widget-area .front-widgets,
    .grid.three-column .widget-area .front-widgets {
        float: left;
        width: 51.875%;
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }
    .grid .widget-area .widget:nth-child(odd) { clear: right; }
    .grid .widget-area .widget:nth-child(even),
    .grid.two-column .widget-area .front-widgets + .front-widgets,
    .grid.three-column .widget-area .front-widgets + .front-widgets {
        float: right;
        width: 39.0625%;
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
    }
    .grid.two-column .widget,
    .grid.three-column .widget,
    .grid.two-column .widget:nth-child(even),
    .grid.three-column .widget:nth-child(even) {
        float: none;
        width: auto;
    }
}
/* Grid footer widgets for IE8 and IE7 */
.ie  .grid .widget {
    width: 100%;
    border: none;
}
.ie .grid .first.front-widgets { 
	width: 51.875%;
    float: left ;
}
.ie .grid .second.front-widgets {
    width: 39.0625%;
    float: right ;
}
/* ==========[ END FOOTER WIDGET AREAS ]========== */


/* ===[ Misc styles ]=== */


/* ===[ Attachment page fixes for extra layouts ]=== */
.left-right.attachment .site-content,
.two-right.attachment .site-content,
.two-left.attachment .site-content,
.attachment .site-content {
    margin-left: auto;
    width: 100%;
}

/* ===[ Header Search Form ]=== */
.header-search {
    float: right;
    margin-top: -50px;
}
@media (max-width: 450px) {
	.header-search {
		margin-top:5px;
		text-align:center;
		float:none;
	}
	.main-navigation  {
		clear:both;
	}
}

/* Remove the stupid focus outline */
a:focus { outline: medium none; }

/* Fix for slider overlapping menu  */
.main-navigation li ul { z-index: 10; }

.entry-title a:hover { text-decoration: underline; }
.entry-header .comments-link a:hover,
.entry-content a:hover,
footer.entry-meta a:hover { color: #333333; }

/* ===[ Hide allowed tags ]=== */
#respond form p.form-allowed-tags { display: none; }

/* Read more styles */
.read-more a,
#forum_register a,
#forum_register_lower a {
    background: none repeat scroll 0 0 #EFEFEF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #CCCCCC;
    text-decoration: none;
    padding: 2px 5px;
    margin-top: 5px;
}
.read-more a:hover,
#forum_register a:hover,
#forum_register_lower a:hover {
    -webkit-box-shadow: 0 1px 1px #BBBBBB;
    -moz-box-shadow: 0 1px 1px #BBBBBB;
    box-shadow: 0 1px 1px #BBBBBB;
    border-color: #686868;
    color: #333333;
}
.excerpt-read-more a:hover { color: #333333; }


/* ===[ Custom template thumbnails ]=== */

.grid-thumb img,
.post-excerpt-thumb img {
    border: 1px solid;
    border-color: #CFCFCF;
    background: #F8F8F8;
    padding: 10px;  
    -webkit-box-shadow: 0px 0px 5px  #DDDDDD;
    -moz-box-shadow: 0px 0px 5px  #DDDDDD;
    box-shadow: 0px 0px 5px  #DDDDDD;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;  
}
.post-excerpt-thumb img { margin-top: -5px; }
.grid-thumb a:hover img,
.post-excerpt-thumb a:hover img {
    -webkit-box-shadow: 0px 0px 5px  #BBBBBB;
    -moz-box-shadow: 0px 0px 5px  #BBBBBB;
    box-shadow: 0px 0px 5px  #BBBBBB;
	background: #F8F8F8;
}


/* ===[ BBpress Styles (remove if using own theme) ]=== */
.bbPress .entry-content li,
.bbPress .comment-content li { margin: 0 !important }

.bbPress .entry-header .entry-title { margin-top: 0 !important }

.bbPress .entry-content li,
.bbPress .comment-content li { margin: 0 }

#bbpress-forums li.bbp-header,
.bbp-reply-content p,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer { font-size: 13px }

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky { background-color: #e6f8f0 !important }

#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd { color: #222222 }

a.bbp-forum-title,
.bbp-forum-freshness a,
a.bbp-topic-permalink,
.bbp-topic-freshness a,
.bbp-topic-started-by a { text-decoration: none }

a.bbp-forum-title:hover,
.bbp-forum-freshness a:hover,
a.bbp-topic-permalink:hover,
.bbp-topic-freshness a:hover,
.bbp-topic-started-by a:hover,
.bbp-breadcrumb a:hover {
    color: #333333;
    text-decoration: underline;
}

#forum_register {
    float: right;
    margin-bottom: -30px;
}

.bbPress .entry-content,
.bbPress .entry-summary { margin-top: -30px }

.bbPress .entry-header .entry-title { display: none }

div.bbp-breadcrumb { font-size: 14px }

div.bbp-topic-tags {
    clear: both;
    float: left;
}

.bbp-reply-content li {
    list-style: square !important;
    margin: 0;
}
/* ===[ WP-PageNavi CSS ]=== */
.wp-pagenavi {
    clear: both;
    margin-bottom: 20px;
}
 .wp-pagenavi a,
 .wp-pagenavi span {
     text-decoration: none;
     border: 1px solid #BFBFBF;
     padding: 5px 8px;
     margin: 2px;
 }
 .wp-pagenavi span.extend {
     background: none;
     border: none;
 }
 .wp-pagenavi a,
 .wp-pagenavi span.current,
 .wp-pagenavi span.pages {
     background: #EFEFEF;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     border: 1px solid #ccc;
 }
 .wp-pagenavi a:hover,
 .wp-pagenavi span.current {
     -webkit-box-shadow: 0 1px 1px #666;
     -moz-box-shadow: 0 1px 1px #666;
     box-shadow: 0 1px 1px #666;
     border-color: #686868;
     color: #333333;
 }
 
 
/* ===[ Nivo Slider CSS ]=== */
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
 .nivoSlider img {
     position: absolute;
     top: 0px;
     left: 0px;
     max-width: none;
 }
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: 0;
}
 .nivo-box img { display: block; }
 
/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.ie7 .nivo-caption { width:98%; }
 .nivo-caption p {
     padding: 5px;
     margin: 0;
 }
 .nivo-caption a { display: inline !important; }
.nivo-html-caption { display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav { left: 0px; }
.nivo-nextNav { right: 0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}
 .nivo-controlNav a { cursor: pointer; }
 .nivo-controlNav a.active { font-weight: bold; }
 
#slider, .grid-slider { max-width: 100%; }
#slider { clear: both; }
.grid-slider {
    margin-top: 20px;
    margin-bottom: -5px;
}
.nivo-caption .read-more { display: none !important; }
.nivo-caption  h2 { margin: 0 !important; }
div.nivo-box {
    top: 0;
    overflow: hidden;
}
.grid  .theme-default .nivo-caption { line-height: 20px; }

/* moved from default.css if nivo themes are updated, remove this CSS  */
.theme-default .nivoSlider {
    -webkit-box-shadow: 0 1px 5px 0 #000000;
    -moz-box-shadow: 0 1px 5px 0 #000000;
    box-shadow: 0 1px 5px 0 #000000;
}
.theme-default .nivoSlider img { border-right: 5px solid #000000 !important; }

/*	Flickr, about and twitter widgets
-------------------------------------------*/
/* Twitter */
.twitter_box h3 {
	background-image: url("inc/images/twitter-icon.png");
	background-position: 0 20%;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.twitter-follow-button {
	padding-bottom: 15px;
}
li.twitter-item {
	font-size: 13px;
	list-style: none;
	line-height: 18px;
}
li.twitter-item {
	list-style:none;
	margin-bottom: 9px;
	padding-bottom: 7px;
	border-bottom: 1px solid #efefef;
}
.widget_twentyplus_twitter span {
	text-decoration: none;
}
.widget_twentyplus_twitter a, .widget_twentyeleven_twitter span a {}
/* Google+ widget */
.tto_google_badge_widget h3 {
	background-image: url("inc/images/gplus.png");
	background-position: 0 20%;
	background-repeat: no-repeat;
	padding-left: 30px;
}
/* Blog Author Widget */
.widget_twentyplus_blogauthorinfo span.left { 
	float: left;
	padding: 5px 5px 0;
	border: 1px solid #eee;
	margin: 2px 10px 5px 0;
}
.widget_twentyplus_blogauthorinfo h3 {
	line-height: 20px;
	padding-left: 30px;
	margin-bottom: 5px;
	background-position: 5px 10%;
	background-repeat: no-repeat;
	background-image: url("inc/images/gravatar-icon.png");
}
.widget_twentyplus_blogauthorinfo  p { text-align:right; }
.widget_twentyplus_blogauthorinfo { line-height:18px; }

/* Flickr Widget */
.widget_twentyplus_flickr h3  {}
.widget_twentyplus_flickr h3 span{ color:#0061D8; }
.widget_twentyplus_flickr h3 span span{ color:#FF1183; }
.widget_twentyplus_flickr .flickr_badge_image  {
	margin: 0;
	float: none;
}
.widget_twentyplus_flickr .wrap  {
	padding: 0;
	position: relative;
}
.widget_twentyplus_flickr a img  {
	float: left;
	padding: 5px;
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 0 3px 6px 3px;
}
.flickr_badge_image, .wrap { 
	padding: 1px;
	display:inline-block;
	zoom: 1; /* IE7 inline block fix */
	*display: inline; /* IE7 inline block fix */
}
.widget_twentyplus_flickr a:hover img{
    background: #F8F8F8;
    border-color: #CFCFCF;
	-webkit-box-shadow: 0px 0px 5px   #DDDDDD;
	   -moz-box-shadow: 0px 0px 5px   #DDDDDD;
	        box-shadow: 0px 0px 5px   #DDDDDD;
}
.widget_twentyplus_flickr a img {
    background: #F8F8F8;
    border-color: #CFCFCF;
}

/* FONTS */
@font-face {
	font-family: Genericons;
	src: url(fonts/genericons-regular-webfont.eot);
	src: url(fonts/genericons-regular-webfont.eot?#iefix) format("embedded-opentype"),
		 url(fonts/genericons-regular-webfont.woff) format("woff"),
		 url(fonts/genericons-regular-webfont.ttf) format("truetype"),
		 url(fonts/genericons-regular-webfont.svg#genericonsregular) format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Genericons */

.posted-in-icon:before,
.posted-on-icon:before,
.tagged-in-icon:before,
.posted-by-icon:before,
.comments-link-icon:before {
    display: inline-block;
    width: 24px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    line-height: 1;
    font-family: 'Genericons';
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
}

/* Meta icons */

.posted-in-icon:before { 
	content: "\f301";
}
.posted-on-icon:before {
	content: "\f307";
}
.tagged-in-icon:before {
	content: "\f302";
}
.posted-by-icon:before { 
	content: "\f304";
}
.comments-link-icon:before {
	content: "\f300";
}

.site-header {
    padding-bottom: 0;
}

.clear { clear: both; }

.site-header h1.site-title,
.site-header h1.site-title a img { padding: 0; margin: 0; line-height: 100%; }
.site-header h2.site-description { padding-top: 0; margin-top: 0; line-height: 130%; font-style: italic; }

.a2zaal_widget li { margin-left: 0 !important; }
.a2zaal_widget li a { padding: 0; width: 28px; }
.a2zaal_widget li a:hover { border-color: #000; }

.site-content article { margin-bottom: 1em; padding-bottom: 1em; }
.site-content article .entry-summary { margin-bottom: 0.5em; }
.site-content article .entry-summary p:last-child { margin-bottom: 0; }

.site-content article .right { width: 65%; float: right; }
.site-content article header.entry-header p.date { font-size:11px; color: #757575; }
.site-content article header.entry-header { margin-bottom: 0.5em; }
.site-content article img.thumbnail { width: 30%; float: left; }
.site-content article footer.entry-meta { margin: 0 !important; padding: 0 !important; }
.site-content article footer.entry-meta p { font-size: 11px; }
.site-content.single article img { webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 0px 5px #BBBBBB; -moz-box-shadow: 0px 0px 5px #BBBBBB; box-shadow: 0px 0px 5px #BBBBBB; background: #fff; padding: 2%; }
.site-content.single article .cover img { width: 96%  }
.site-content.single article .cover { width: 100%; /*height: 100%;*/ position: relative; margin-bottom: 0.7em; }
.site-content.single article .cover .rating { padding:8px 8px 4px 4px; left: 2%; bottom: 3%; position: absolute; /*border: 1px solid gray;*/ text-align: center; background: #fff ; /*url(./images/bg-transparent.png)*/ -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; color: #000 }
.site-content.single article header h1.entry-title { font-size: 24px; margin-bottom: 0.3em; font-weight: bold; }
.site-content.single article header.entry-header p.date { margin-bottom: 1em; }
.site-content.single article ul.related_post { padding-left: 0; margin-left: 0; }
.site-content.single article ul.related_post li { margin-left: 17px; }
.site-content.single article .entry-content p { margin-bottom: 1em; }
.site-content.single article .icon { display: inline-block; padding: 5px 0 5px 35px; }
.site-content.single article .icon.steam { background: url(./images/steam-icon.png) left center no-repeat;}
.site-content.single article .icon.gamershell { background: url(./images/gamershell-icon.png) left center no-repeat;}
.site-content.single article .icon.cnet { background: url(./images/cnet-icon.png) left center no-repeat;}
.site-content.single article .icon.wiki{ background: url(./images/wiki-icon.png) left center no-repeat;}
.site-content.single article ul.links li { list-style: none; margin-left: 0; }
.wp_rp_footer  { display: none; }

/* = .tabs
---------------------------------------------------------------------------------------------------*/
.site-content.single article ul.tabs { list-style:none; position:relative; margin:0; border-bottom: 1px solid #ddd; margin-top:-1px; padding:0px; font-size:13px; font-weight: 300; height: 34px; float: left; width: 97%; padding-left: 3%; }
.site-content.single article ul.tabs li { float: left; margin: 0 5px 0 0; padding: 0; }
.site-content.single article ul.tabs:before,
.site-content.single article ul.tabs:after{ content:""; display:table; }
.site-content.single article ul.tabs:after{ clear:both; }
.site-content.single article ul.tabs a { -moz-transition:background-color 0.5s linear;-webkit-transition:background-color 0.5s linear;transition:background-color 0.5s linear; display:block; padding:6px 10px 4px; height: 23px; border-color:#ddd; border-style:solid; border-width:1px 1px 0 1px; background:#eeeeee; color:#888888; border-radius:5px 5px 0 0; text-decoration: none; }
.site-content.single article ul.tabs a:hover { background:#f8f8f8; margin-top:1px; height: 22px; }
.site-content.single article ul.tabs .active a { border-bottom:1px solid #ffffff; margin-bottom:-1px; background:#ffffff; color:#000000; }
.site-content.single article ul.tabs .active a:hover { margin-top: 0; height: 23px; }
.site-content.single article .items { clear: left; padding: 3% 5% 5% 5%; }
.site-content.single article #screenshoty.items img { margin: 0 3% 3% 0; width: 27%; }
.site-content.single article #screenshoty.items .rear img { margin-right: 0; }
.site-content.single article a:hover { text-decoration: none; }
.site-content.single article header h2 { font-size:14px; font-style:italic; margin:0 0 5px 0; }

/* nadpisy */
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 { margin: 14px 0; margin: 1rem 0; line-height: 1.714285714; }
.widget-area .widget h3 { margin-bottom: 14px; margin-bottom: 1rem; }

#secondary.widget-area aside.widget.widget_categories ul li { }
#secondary.widget-area aside.widget.widget_categories ul li a { background: url(./images/genres-icons.png) left center no-repeat; padding-left: 20px; }

#secondary.widget-area aside.widget.widget_categories ul li a:hover { color: #000; text-decoration: none; }

.site-content p.single-meta { color:#757575; font-size:11px; text-align:right; margin-right:-5%; margin-bottom: 15px; }
.site-content p.single-meta a { color:#757575; }

p.topmenu { margin:10px -20px 0 0; text-align:right; font-size: 12px; color: #555 !important; }
p.topmenu a { color: #555 !important; text-decoration: underline; }
p.topmenu a:hover { text-decoration: none; }
body .site { margin-top: 0; }
.site-header { padding: 1rem 0 1.714285714rem; }