/*
Theme Name: Twenty Ten JWatanabe
Theme URI: http://websitesinwp.com/
Description: Custom child theme (of TwentyTen) designed for Parenting0to5.com.
Author: Suzanne Bird-Harris
Version: 1.0
Template: twentyten
*/

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


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #16367C;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

a:link {
	color:#0066CC;
}
a:visited {
	color:#743399;
}
a:active,
a:hover {
	color: #FF4B33;
}

ul.greencheck { 
  line-height: 18px;
}

.greencheck li {
  list-style:none;
  padding: 0 0 10px 35px;
  background-image: url(images/greencheck.png);
  background-repeat: no-repeat;
  background-position: left top;
}

#site-title {
        width: 500px;
}

#site-description {
        width: 420px;
        text-align: right;
}
#content h3 {
        font-family: Arial, Helvetica, sans serif;
	margin: 0 0 10px 0;
        border-bottom: 1px #ccc dotted;
}
