@charset "utf-8";
/* CSS Document 

Theme Name:     Good Seed - Malay
Description:    Child theme for the Twenty Eleven theme 
Author:         Anna-Marie Krahn
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");



/* =Structure
----------------------------------------------- */

#page {
	border: 2px solid #000;
	margin: 0 2em auto;
}

/* =Global
----------------------------------------------- */

body {
	background: #FF9;
}
.site-title {	float: left;	font-size: 18px;	font-weight: 700;	line-height: 48px;	margin: 0;	/* Nav-toggle width + search-toggle width - gutter = 86px */	max-width: -webkit-calc(100% - 86px);	max-width:         calc(100% - 86px);}
/* Links */
a {
	color: #006;
	text-decoration: none;
}a:visited {	text-decoration: underline;	color: #030;		}a:hover {	text-decoration: none;	}

blockquote {
	border-left: 0;
	margin-left: 10px;
	padding-left: 20px;
	padding-top: 10px;
	margin-top: -10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #fff url(images/quotes.jpg) no-repeat;
	font-style: normal;
}

blockquote em {
	font-style: italic;
}

blockquote strong {
	font-weight: bold;
}

/* =Header
----------------------------------------------- */

#branding {
	border: 0;
}

/* =Content
----------------------------------------------- */

.sociable {
	border-top: 1px dashed #CCC; 
}

.entry-title,
.entry-header .entry-meta {
	padding-right: 0;
}

.entry-title,
.entry-title a {
	color: #009;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #009;
	text-decoration: underline;
}

/* Singular content styles for Posts and Pages */

.singular.page .hentry {
	padding: 0;
}

/* Singular */
.singular #content,
.left-sidebar.singular #content {
	/*margin: 0;*/
	position: relative;
	width: auto;
}

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0;
	width: 68.9%;
}

/* Line Before Footer */

#separator img {
    height: auto;
    width: 100%;
}

/* =Footer
----------------------------------------------- */

/* Site Generator Line */

#site-generator {
	background: #fff;
	border: none;
	padding: 1em 0.5em;
}

/* = Other
----------------------------------------------- */

/* Collapsing Archives */

#secondary span.monthCount, span.yearCount {
	text-decoration:none; 
	color: #333;
}
#secondary li.collapsing.archives a.self {
	font-weight: bold
}
#secondary ul.collapsing.archives.list ul.collapsing.archives.list:before {
	content:'';
} 
#secondary ul.collapsing.archives.list li.collapsing.archives:before {
	content:'';
} 
#secondary ul.collapsing.archives.list li.collapsing.archives {
	list-style-type:none
}
#secondary ul.collapsing.archives.list li {
    margin:0 0 0 .8em;
    text-indent:-1em
}
#secondary ul.collapsing.archives.list li.collapsing.archives.item:before {
	content: '\00BB \00A0' !important;
} 
#secondary ul.collapsing.archives.list li.collapsing.archives .sym {
	font-size: 12px;
	cursor:pointer;
	padding-right:5px;
}
