
body {
	background: #FFFFFF url(images/img01.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #757575;
}


h1, h2, h3 {
	color: #31363B;
	letter-spacing: -1px;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: none;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}


#content p b {
	color:#555555;
}


/* G-NOTE: previously links were this color red:
a { color: #C11A00;}
*/


a {
	color: #2249AC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



#header {
	width: 960px;
	height: 453px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 754px;
	height: 120px;
	margin: 0 auto;
	padding: 2px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/*

Following rules removed when implementing version with new Next Step logo (logo.gif)

#logo h1, #logo h2 {}

#logo h1 {}

#logo h2 {}

*/

#logo a {
	color: #31363B;
}

#splash {
	width: 754px;
	height: 266px;
	padding-bottom: 3px;
	background: url(images/img04.jpg) no-repeat left top;
}

/* Header */

#header {
	width: 754px;
	margin: 0 auto;
}

#menu {
	height: 60px;
	width: 754px;
	padding-left: 20px;
	background: url(images/img02blue.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 30px 15px 25px;
	margin-right: 1px;
	height: 30px;
	background: url(images/img03.gif) no-repeat left 35%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: none;
	color: #FFFFFF;
}


/* Page */


#wrapper {
	width: 754px;
	margin: 0 auto;
	background: url(images/img05.jpg) repeat-x left top;
}


#page {
	width: 754px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: right;
	width: 500px;
}

/* Note4 open: Content / pertains to Reading List page*/

#content ul {
	margin-left: -2.5em;
}

#content ul li.book {
	font-size: 16px;
	color: #31363B;
	letter-spacing: -1px;
	margin-top: 20px;
	font-weight: bold;
	background-color:#EEEEEE;
	margin-right: 12em;
}

#content ul li.author {
	list-style: none;
	text-indent: 2em;
}

/* Note4 close*/

.post {
}

.post .title {
	margin: 0;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px dotted #D6C9BF;
}

.post h1.title {
	padding: 5px 0  0 50px;
	height: 40px;
	font-size: 2.4em;
	text-transform: lowercase;
}


.post .entry {
	margin: 0px;
	padding: 20px 20px;
}

.post .meta {
	height: 35px;
	margin: 15px 0 0px 0;
	padding: 15px 0 0 20px;
	line-height: normal;
	background: url(images/img05.jpg) repeat-x left top;
}


/* Sidebar */


#sidebar {
	float: left;
}

/* New rule:  #sidebar p   */

#sidebar p {
	width: 160px;
	margin-left: 15px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
	padding-left: 25px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #D6C9BF;
}


#sidebar li h2 {
	margin: 15px 0 1em 0;
	padding: 15px 0  5px 25px;
	height: 30px;
	text-transform: lowercase;
	font-size: 24px;
	letter-spacing: -1px;
}



#sidebar li p {
	padding: 0 20px;
}


.SMART b {
	color: #555555;
}

/* Footer */

#footer {
	clear: both;
	width: 754px;
	height: 50px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.jpg) repeat-x top left;
}

#footer p {
	margin: 0;
	line-height: normal;
	padding: 35px 15px;
}

#footer a {
	color: #606060;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}