/*
Theme Name: TwentyTen-child
Theme URI: http://changeaustin.org
Description: A child theme of the 2010 default theme for WordPress for changeaustin.org
Author: Net Ingenuity
Author URI: http://netingenuity.com
Version: 1.1
rtl-language-support, editor-style
Template: twentyten

	*/
	
@import url("../twentyten/style.css");


/* Reduce white space above all content */
#wrapper {
	margin-top: 10px;
	background: #fff;
	padding: 0 20px;
}

/* Reduce white space above site title */
#header {
	padding: 10px 0 0 0;
}

/* Reduce white space above site title */

#site-title {
  float: left;
	margin: 0 0 4px 0;
	width: 200px;
	font-size: 30px;
	line-height: 30px;
}

/* Make site description to wide, move to left under site title and reduce top margin*/	
#site-description {
  clear: right;
  float: left;
	font-style: italic;
	margin: 1px 0 14px 0;
	width: 200px;
}
#site-description2 {
	font-style: italic;
}

/* Change site title link color, font family and style to purple, Georgia, italic */

#site-title a {
	color: #942092;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
}
#site-title2 a {
	color: #942092;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
}
	
/* Change color to purple of headers on pages and posts */
#content .entry-title,
#content .entry-title a: link,
#content .entry-title a: visited,
 {
	color: #942092;
	font-size: 21px;
	line-height: 1.3em;
}

#main {
  padding: 10px 0 0;
}

/* Change color to purple of H1 and H2 linked headers on pages and posts */
body .single single-post
h1 .entry-title,
.home
h1 .entry-title a:link,
#content .entry-title,
.entry-title a:link,
.entry-title a:visited,
.entry-title a:active,
.entry-title a:hover,#content h1 .entry-title,
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
#content h1 a:link, 
#content h1 a:visited,
#content h2 a:link, 
#content h2 a:visited
	 {
	color:#942092;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover,
h1 a:active, 
h1 a:hover,
h2 a:active, 
h2 a:hover
 {
	color: #000;
	text-decoration: underline;
}


/* Change color of links */
a:link,
a:visited {
	color:#942092;
	text-decoration: none;
}
a:active,
a:hover {
	color: #009;
	text-decoration: underline;
}

/*Remove border from header*/
	a img {
	border: 0px none;
}

/*Purple large font for site sub-slogan below nav */

#sub-slogan {
	color: #942092;	
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	margin: 5px auto 5px;
	font-style: italic;
}
#sub-slogan2 {
	color: #942092;	
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}
