/*
Theme Name:     Twenty Eleven Child Theme
Theme URI:      <a href="http://wpsites.net" target="_blank">wpsites.net</a>
Description:    Child theme for Saving Your Custom CSS &amp; PHP Coding for the <a href="http://wpsites.net/wordpress-themes/wordpress-default-theme-20-11-offers-more-custom-options-than-ever-before/" target="_blank">Twenty Eleven</a> Default Theme for WordPress. Learn more by reading the <a href="http://wpsites.net/?p=24921" target="_blank">Twenty Eleven Child Theme Tutorial</a>. This Child Theme contains NO customization included in the files and has been created for use by Twenty Eleven Parent Theme Users Only. Add your own custom <a href="http://wpsites.net/custom-css-code/custom-styling-what-is-css-code/" target="_blank">css</a> &amp; php coding to this child themes functions.php &amp; style.css files from your parent theme and edit the code to create your own unique styling and functions. Learn more about <a href="http://wpsites.net/custom-css-code/customize-wordpress-how-to-easily-customize-your-themes-style-sheets-like-a-pro/" target="_blank">how to customize your WordPress theme </a>using a free browser addon named <a href="http://wpsites.net/tools/what-is-firebug/" target="_blank">Firebug</a>. Always <a href="http://wpsites.net/blogger-security/4-ways-to-fully-backup-your-wordpress-site-or-partially-backup-your-wordpress-files-databases-andor-content-seperately/" target="_blank">backup</a> your files &amp; databases before editing PHP code.
Author:         <a href="http://wpsites.net/bradley-james-dalton-wordpress-developer-and-seo-expert/" target="_blank">Brad Dalton</a>
Template:       twentyeleven
Version:        1.0
*/

/* Imports the parent themes style.css file */
@import url("../twentyeleven/style.css");

#page {
	border:10px solid #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#branding img {
        height: auto;
        display: block;
        width: 100%;
}

/* =リンクの発光
----------------------------------------------- */
/* サムネイル */
a .linkimg {
	background:none!important;
}
.entry-content a:hover .linkimg {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

/* Singular */
.singular #primary {
float: left;
margin: 0 -26.4% 0 0;
width: 100%;
}
.singular #content,
.left-sidebar.singular #content {
margin: 0 34% 0 2%;
width: 64%;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
margin: 0 auto;
width: 100%;
}
/* Attachments */
.attachment-thumbnail {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
}

.rpwe-thumb {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
}

.jp-relatedposts-post-img {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
}

img[class*="wp-image-"] {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
}

#site-generator {
	border-radius: 0px 0px 6px 6px;
}

