/* @override 
	http://bmls.screenstepslive.local/stylesheets/screensteps_color.css
	http://bmls.screenstepslive.local/stylesheets/screensteps_colors.css
	http://revolution.screenstepslive.com/stylesheets/screensteps_colors.css?1239887618
	https://bmls.screenstepslive.com/stylesheets/screensteps_colors.css?1243608874
	http://bmls.screenstepslive.local/stylesheets/screensteps_colors.css?1244112265
*/

div#ScreenStepsContent {
	border-color: #acc8e8;
	color: #191919;
}

div#ScreenStepsContent * {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#ScreenStepsMainContent a,
div#ScreenStepsSidebar a {
	color: #033187;
}


/* @group Errors */

#ScreenStepsContent .fieldWithErrors {
  background-color: red;
}

#ScreenStepsContent .fieldWithErrors label {
	color: white;
}


#ScreenStepsContent #errorExplanation {
  border-color: red;
  background-color: #f0f0f0;
  background-color: rgba(250,4,50,0.1);
}

#ScreenStepsContent #errorExplanation h2 {
  background-color: #c00 !important;
  color: #fff;
}

#ScreenStepsContent #errorExplanation p {
  color: #333;
}

 

/* @end */







/* @group ScreenStepsSidebar */

div#ScreenStepsContent div.header h1,
div#ScreenStepsContent div.header h2,
div#ScreenStepsContent div.header h3 {
	background-color: transparent;
}
 
div#ScreenStepsContent div.header {
	background-color: #2a3f63;
}

div#ScreenStepsContent div.header,
div#ScreenStepsContent div#ScreenStepsMessage,
div#ScreenStepsContent div.column_body {
	border: 1px solid #273442;
}


/*div#ScreenStepsContent h1,
div#ScreenStepsContent h2,
div#ScreenStepsContent h3,*/
div#ScreenStepsContent div#ScreenStepsMessage,
div#ScreenStepsContent div.column_body {
	background-color: #f8f8f8;
}

div#ScreenStepsContent ul.index li.even h2 {
	background-color: inherit;
}

div#ScreenStepsSidebar h3 {
	color: #4c4c4c;
	border-color: #ccc;
	border-top-color: #ccc;
}



div#ScreenStepsSidebar h3,
div#ScreenStepsSidebar div.pdf {
	background-color: #e6e6e6;
}




/* @end */





/* @group Spaces */


div#ScreenStepsMainContent div.space_description,
div#LessonContent div.description,
div#ScreenStepsContent div#comments-wrapper,
div#ScreenStepsContent div#comments div.comment {
	border-color: #d9d9d9; 	
}

div#LessonContent div.step {
	border-bottom-color: #d9d9d9;
}

div#LessonContent div.step div.image img {
	border-color: #ddd;
}

div#ScreenStepsMainContent ul#assets li.divider,
div#ScreenStepsMainContent ul#assets li.divider h1,
div#ScreenStepsMainContent ul#assets li.divider h2,
div#ScreenStepsMainContent ul#assets li.divider h3 {
	background-color:#EBEBEB;
}

div#ScreenStepsSidebar ul.assets li.divider h3 {
	background-color: white; 
	color: #333;
}



/* @end */





/* @group Search */
div#ScreenStepsContent div.search {
	background-color: #606060;
}


div#ScreenStepsMainContent div.header span.author,
div#ScreenStepsContent div.search,
div#ScreenStepsMainContent div.header h1,
div#ScreenStepsSidebar div.sidebar_block h2 {
	color: white;
}


div#ScreenStepsMainContent table#screensteps_search td.reset_search a,
div#ScreenStepsMainContent table#buckets_search td.reset_search a,
table#manuals_search td.reset_search a {
	color: yellow;
}


/* @end */



/* @group Lessons */



div#ScreenStepsMainContent ul#lessons li.even {
	background-color: #eaeaea;
}


/* @end */

 

/* @group Lesson Content */

div#LessonContent div.step h2 {
	color: #000;
}

div#LessonContent div.description {
	background-color: #ebebeb;
}





div#LessonContent div.step div.image a.preview_image {
	color: green;
}




/* @end */



/* @group Comments */


div#ScreenStepsContent div#comments-wrapper,
div#ScreenStepsContent div#comments-wrapper h2,
div#ScreenStepsContent div#comments-wrapper h3 {
	color: #515151;
}

div#ScreenStepsContent div#comments-wrapper div#errorExplanation h2 {
  color: white;
}


div#ScreenStepsContent div#comments div.comment-heading {
	/*background-color: #d6d6d6;*/
	background-color: #b1ceee;
}

div#ScreenStepsContent div#comments div.comment-heading span.name,
div#ScreenStepsContent div#comments div.comment div.comment-body {
	color: black;
}




div#ScreenStepsContent div#comments div.unapproved div.comment-heading {
	background-color: #52a06d;
}

div#ScreenStepsMainContent div#comments div.unapproved div.comment-body {
	background-color: #91f9b0;
}


div#ScreenStepsContent div#comment_notice {
	color: green;
}


/* @end */



/* @group Lesson Sidebar */

div#ScreenStepsSidebar div.pdf {
	border-color: #ccc;
	}
	div#ScreenStepsSidebar div.pdf a.pdf {
		color: #fa3d39;
		}


/* @end */



/* @group Search Results */

div#ScreenStepsContent div.search_results {
	background-color: #ccc;
	color: #333;
	}

div#ScreenStepsContent li.lesson div.search_results strong.highlight {
	background-color: black;
	color: white;
}


/* @end */

/* @group Manuals */
div#ScreenStepsMainContent ul.chapters li h2 a {
	font-weight: normal;
	color: #171717;
	font-size: 18px;
	text-decoration: none;
	}
	div#ScreenStepsMainContent ul.chapters li h2 a:hover {
		text-decoration: underline;
	}

/* @end */

