@charset "utf-8";

/*
Theme Name:    Little Moo
Theme URI:     http://www.little-moo.com/
Description:   Child theme for the Twenty Ten theme for WordPress
Author:        Little Moo
Version:       0.1 
Template:      twentyeleven
*/

@import url('../twentyeleven/style.css');


/* Showcase Template を　２コラム表示にするための変更
*******************************************************/
.page-template-showcase-php section.recent-posts {
	float: left;
	margin: 0 31% 0 0;
}

.page-template-showcase-php #main .widget-area {
	float: right;
	margin: 0 0 0 -22.15%;
}


/* single.php を　２コラム表示にするための変更
*******************************************************/
.singular #primary {
    margin: 0 -26.4% 0 0;
}

.singular #content,
.left-sidebar.singular #content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}


/* page.php を　２コラム表示にするための変更
*******************************************************/
.singular.page .hentry {
    border-bottom: 1px solid #ddd;
    margin: 0 0 1.625em;
    padding: 0 0 1.625em;
    position: relative;
}

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
    width: 100%;
}

.singular .entry-meta .edit-link a {
    left: auto;
    position: relative;
    top: auto;
}

#respond {
    width: auto;
}


/* feature-slider に関する変更
*******************************************************/

#content .feature-slider-littlemoo {
	top: 0;
	right: 8.9%;
	overflow: visible;
	position: absolute;
	font-size: 10px;
}

.feature-slider-littlemoo ul {
	list-style: none;
	margin: 0;
}

.feature-slider-littlemoo li {
	float: left;
	margin: 0 6px;
}

.feature-slider-littlemoo a {
	background-color: #fdfdfd;
	display: block;
	width: 2.1em;
	height: 2.1em;
	border: 1px solid  #cacaca;
	text-align: center;
	font-weight: 400;
	color: #666;
}

.feature-slider-littlemoo a:hover {
	background-color: #000;
	text-decoration: none;
	border: 1px solid  #dfdfdf;
}

.feature-slider-littlemoo a.active-littlemoo {
	background-color: #e5e5e5;
	color: #666;
}



