/*
Theme Name: Twenty Ten baby
Description: Child theme for my calligraphy site
Author: Claire Gould
Version: 1.0
Template: twenty-ten
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("../twenty-ten/style.css");
#site-title a {
color: #8c754a;

	}
	/*

	
	

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	margin-top: 20px;
	background: #fff;
	padding: 0 20px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background-color: transparent;
}
a:link {
	color:#8a623a;
}
a:visited {
	color:#8c754b;
}
a:active,
a:hover {
	color: #888e4a;
}
/* =Header
-------------------------------------------------------------- */

#site-title {
	display: none;
}

#site-description {
	display: none;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #ab0a52;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 15px;
	margin-left: 8px;
	width: 928px;
}
#access ul ul a {
	color:#f08491;	
	background:#ffffff;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access li:visited > a,
#access ul ul :hover > a {
	
	background:#f08491;
}
#access ul li:hover > ul {
	display:block;
}

/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 10px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #8c754a;
	font-size: 14px;
	line-height: 28px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #fc4068;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}

#content .entry-title {
	
	color:#fc4068;
	height: 40px;
	font-size: 22px;
	margin:0 10px 0 0px;
	padding:10px 10px 10px 0px;
	line-height: 1.3em;
	font-weight: bold;
	}

.entry-title a:link {
	color: #fc4068;
	}
.entry-title a:active,
.entry-title a:hover {
	color: #6b7332;
}


.home .sticky .page-link a {
	background: #ffFFFF;
}


.home .sticky {
	background: #ffffff;
	border-top: 0px solid #000;
	padding: 10px 10px;
	margin-left: -20px;
	margin-right: -20px;
}

.home .sticky .page-link a {
	background: #d9e8f7;
}

#entry-author-info {
	background: #ffe8f0;
	border-top: 0px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #ff659b;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.3em;
}

.widget-container {
	margin: 1 1 18px 1;
	padding: 15px;
	border-left: 1px solid #a6a08a;
	background: #fff;
}
.widget-title {
	color: #d56481;
font-size: 17px;	
	}
.widget-area h1 {
color: #6b7332;

}


