#header-content h1{																																
	background-image: url(../../images/noble-dojo-logo.png);													
}

h2 {
	margin: 2.5em 0 1em;
	border-bottom: 1px solid #ECDDC9;
	font-size: 120%;
}
div.step div.image, div.step div.comment {
	text-align: center;
}

#side-content h3 {
	border: none;
	font-size: 110%;
}

#side-content ul {
	margin: 0 0 1em 0;
}


div.search, div.resources {
	margin: 0 0 1em 0;
}
div.search form {
	margin: 0;
	padding: 0;
}

div.buttons {
	margin: 2em 0 2em 0;
}
div.buttons a {
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	width: 126px;
	height: 60px;
	margin-right: 4px;
}
div.buttons a.download { background-image: url(../../images/button_download_trial.png); }
div.buttons a.buy { background-image: url(../../images/button_buy_full.png); }
div.buttons a span { display: none; }


div.itunes a {
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	width: 230px;
	height: 60px;
	margin-right: 4px;
}
div.itunes a.itunesPDF { 
	background-image: url(../../images/itunes-pdf-large.png);
	background-position:0px 0px
}
div.itunes a.itunesPDF:hover { 
	background-image: url(../../images/itunes-pdf-large.png);
	background-position:0px -60px
}

div.itunes a.itunesiPhone { 
	background-image: url(../../images/itunes-iphone-large.png);
	background-position:0px 0px
}
div.itunes a.itunesiPhone:hover { 
	background-image: url(../../images/itunes-iphone-large.png);
	background-position:0px -60px
}

div.itunes a.itunesAppleTV { 
	background-image: url(../../images/itunes-appletv-large.png);
	background-position:0px 0px
}
div.itunes a.itunesAppleTV:hover { 
	background-image: url(../../images/itunes-appletv-large.png);
	background-position:0px -60px
}

div.itunes a.itunesiPad { 
	background-image: url(../../images/itunes-ipad-large.png);
	background-position:0px 0px
}
div.itunes a.itunesiPad:hover { 
	background-image: url(../../images/itunes-ipad-large.png);
	background-position:0px -60px
}

div.itunes a.rssandroid { 
	background-image: url(../../images/rss-android-large.png);
	background-position:0px 0px
}
div.itunes a.rssandroid:hover { 
	background-image: url(../../images/rss-android-large.png);
	background-position:0px -60px
}
div.itunes a span { display: none; }

span.chapter { font-size: 120%; }

#content ul.breadcrumbs {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#content ul.breadcrumbs li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 3em;
}

div.resources a {
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	width: 249px;
	height: 34px;
}
div.resources a.lesson { background-image: url(../../images/button_download_pdf_long.png); }
div.resources a span { display: none; }

a.draft { color: #999; }

li.lesson a img { vertical-align: middle; }
li.lesson a.new {
	padding-left: 20px;
	background: url(../images/new.png) no-repeat left top;
}

.alignleft {
	float: left;
}

/*
DM: conflicts with div class="push clear" in footer.tpl...

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
*/


#comments {
	margin-top: 2em;
}
#comments h3 {
	color: #fa3e04;
	font-size: 1.4em;
	font-weight: normal;
	border: 1px solid #ecddc9;
	width: 613px;
	padding: 7px 10px;
	margin: 10px auto;
	background: #fbf0e1;
}
#commentlist {
	margin: 0;
}
#commentlist li {
	padding: 15px;
	border: 1px dotted #ecddc9;
	width: 573px;
	margin: 0 auto 10px;
}
#commentlist li.added {
	border: #c8eccb;
	background: #e1fbe3;
	color: #206025;
}
#commentlist div.note {
	font-size: 80%;
	font-weight: bold;
	color: #3bac44;
}

#comments div.field_row {
	clear: both;
	height: 100%;
	margin: 4px auto;
	width: 613px;
}
#comments div.field_row label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
}
#comments div.field_row input {
	padding: 2px;
}
#comments div.field_row textarea {
	width: 458px;
}
#comments .error {
	color: red;
	margin-top: 0;
}

