/*
Theme Name: enchantedchildoftwentyeleven
Author: Jeff Jones
Version: 0.0.1
Template: twentyeleven
*/

@import url(http://fonts.googleapis.com/css?family=Emilys+Candy);

@import url(http://fonts.googleapis.com/css?family=Almendra);
@import url(http://fonts.googleapis.com/css?family=Rouge+Script);

@import url('../twentyeleven/style.css');

/*  Change the body width to 100%  */
#page { 
	max-width: 1200%;
	margin: 1.5em auto;  
	border-top: 15px solid #20a020;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

body {
	padding: 0;
}

/*  Class to allow script font  */
.scriptfont {
        font-family: "Rouge Script", Ariel;
}

/*  Change the size of Barbara's signature to match other text  */
p#barbarasignature { 
font-family: "Rouge Script", Ariel;
font-size: 36px;
} 

/*  change post title */

.entry-title, .entry-title a {
color: #222;
font-family: "Emilys Candy", tahoma;

}
// for individual blog post Try this one
.singular .entry-title {
color: #222;
font-family: "Emilys Candy", tahoma;
}

/* =Header
----------------------------------------------- */

#branding {
	border-top: 2px solid #20a020;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 0;
        margin 0;
	padding: 0 0 0;  
/*	padding: 3.65625em 0 0;  top border spacing */
        font-family: "Rouge Script", Ariel;
        background:#20a020;
}
#site-title a {
        font-family: "Rouge Script", Ariel;
	font-size: 90px;
	font-weight: normal;
	line-height: 105px;
	text-decoration: none;
        background:#20a020;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;  
}

#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}
#site-title, #site-description {
        background:#20a020;
        margin: 0 auto; text-align: center;
}

#access {
	background: #20a020; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#20a020, #1982d1);
	background: -o-linear-gradient(#20a020, #1982d1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#20a020), to(#1982d1)); /* older webkit syntax */
	background: -webkit-linear-gradient(#20a020, #1982d1);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;

}
/*  Code to center the text in the menus  */

#access { text-align:center; }
#access ul { display:inline-block; }
#access div { margin: 0 0 0 0; }
#access ul {
margin: 0 0 -7px;
}

#branding hgroup {
    margin: 0;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 7.4em;
	right: 0.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}