/*
 Theme Name:   Twenty Thirteen Ambiente
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       BJ
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentythirteen-child
*/

.wp-post-image, #secondary .widget-area img{
    border-radius:25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border:3px solid #eee;
}

/**
 * 1.0 Reset
 */

h1, h2 {
        text-align:center;
}

.entry-title {
	font-size: 16px;
}

blockquote {
	font-size: 16px;
	margin: 20px 25px;
}

blockquote cite,
blockquote small {
	text-transform: none;
}

/**
 * 3.0 Basic Structure
 */

.site {
	background: #B5DFEE;
	background: rgba(181, 223, 238, 0.5);
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
}

/**
 * 4.1 Site Header
 */

.site-header .site-title:hover {
	text-decoration: none;
}

.site-description {
        font-weight:bold;
}

/**
 * 4.2 Navigation
 */

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus,
.nav-menu .sub-menu,
.nav-menu .children,
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #592C30;
}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #592C30;
	}

/**
 * 5.1 Entry Header
 */

.entry-title {
	color: #c10d3d;
}

/**
 * 7.0 Footer
 */

.site-footer .widget {position:static !important;}

.site-footer .sidebar-container {
	background-color: #592C30;
}

.footer_navi { text-align:right;font-size:0.8em;margin-right:5px;}

/**
 * 9.0 Plugins
 */

div[class^="marquee-hsas-shortcode-"], div[class*=" marquee-hsas-shortcode-"]  {border-top: 1px solid silver;border-bottom: 1px solid silver;padding:5px;margin-bottom:24px;}
.marqee_g1 {color:green}