/*************************************************
  Content - Coloured pages
*************************************************/

/**************************************
	Post headers
**************************************/

#content .entry-title, #content .page-title  { 
	background: #f1592a url(images/header_gradients/orange.png) top left repeat-x; 
	background-size: contain !important; 
}
#content .entry-title .entry-title  { background: transparent; }
.orange #content .entry-title  { background: #f1592a url(images/header_gradients/orange.png) top left repeat-x; }
.purple #content .entry-title  { background: #6b3077 url(images/header_gradients/purple.png) top left repeat-x; }
.teal #content .entry-title    { background: #12a89d url(images/header_gradients/teal.png)   top left repeat-x; }
.green #content .entry-title   { background: #8ac83f url(images/header_gradients/green.png)  top left repeat-x; }
.darkblue #content .entry-title    { background: #3d40a6 url(images/header_gradients/darkblue.png)   top left repeat-x; }
.gold #content .entry-title    { background: #d0d61c url(images/header_gradients/gold.png)   top left repeat-x; }
.blue #content .entry-title { background: #007DC3 url(images/header_gradients/blue.png)top left repeat-x; }
.pink #content .entry-title    { background: #ed008c url(images/header_gradients/pink.png)   top left repeat-x; }

/* Certain content types get manually defined */

.single-icord_researcher table tbody tr:nth-child(even)   { background-color: #e5e6ff; }
.single-icord_researcher table th   {background: #3d40a6 url(images/table_gradients/darkblue.png)   top left repeat-x; }
.single-icord_researcher #content .entry-title    { background: #3d40a6 url(images/header_gradients/darkblue.png)   top left repeat-x; }
.single-icord_researcher #sidebar-right .shailan_SubpagesWidget   { background: #3d40a6; }

.single-icord_study table tbody tr:nth-child(even)   { background-color: #d1e5b8; }
.single-icord_study table th   {background: #8ac83f url(images/table_gradients/green.png)   top left repeat-x; }
.single-icord_study #content .entry-title    { background: #8ac83f url(images/header_gradients/green.png)   top left repeat-x; }
.single-icord_study #sidebar-right .shailan_SubpagesWidget   { background: #8ac83f; }


.page-template-template-researchers-php  table tbody tr:nth-child(even)   { background-color: #e5e6ff; }
.page-template-template-researchers-php  table th   {background: #3d40a6 url(images/table_gradients/darkblue.png)   top left repeat-x; }
.page-template-template-researchers-php  #content .entry-title    { background: #3d40a6 url(images/header_gradients/darkblue.png)   top left repeat-x; }
.page-template-template-researchers-php  #sidebar-right .shailan_SubpagesWidget   { background: #3d40a6; }

#wpstats { display: none; }
/* The Events posts  (blue)*/
/*
.single-tf_events #content .entry-title { background: #d0d61c url(images/header_gradients/gold.png)top left repeat-x; }
.single-tf_events #sidebar-right .widget{ background: #d0d61c; }
*/

/**************************************
	Widgets
**************************************/

#sidebar-right .widget  { background: #f1592a; }
.orange #sidebar-right .widget { background: #f1592a; }
.purple #sidebar-right .widget { background: #6b3077; }
.teal #sidebar-right .widget   { background: #12a89d; }
.green #sidebar-right .widget  { background: #8ac83f; }
.darkblue #sidebar-right .widget   { background: #3d40a6; }
.gold #sidebar-right .widget   { background: #d0d61c; }
.blue #sidebar-right .widget{ background: #007DC3; }
.pink #sidebar-right .widget   { background: #ed008c; }

/* There are some widgets we need to hardcode for colour */
body #sidebar-right .widget.scribe_widget  { background: #017dc3; }
body.singular #sidebar-right .scribe_widget  { background: #017dc3; }
body #sidebar-right .widget_posts_linked_to { background: #017dc3; }
/**************************************
		Tables
**************************************/

/*Start by coloring the table headers*/
#content table th { color: white; }
table th {background: #f1592a url(images/table_gradients/orange.png) top left repeat-x; }
.orange table th {background: #f1592a url(images/table_gradients/orange.png) top left repeat-x; }
.purple table th {background: #6b3077 url(images/table_gradients/purple.png) top left repeat-x; }
.teal table th   {background: #12a89d url(images/table_gradients/teal.png)   top left repeat-x; }
.green table th  {background: #8ac83f url(images/table_gradients/green.png)  top left repeat-x; }
.darkblue table th   {background: #3d40a6 url(images/table_gradients/darkblue.png)   top left repeat-x; }
.gold table th   {background: #d0d61c url(images/table_gradients/gold.png)   top left repeat-x; }
.blue table th{background: #007DC3 url(images/table_gradients/blue.png)top left repeat-x; }
.pink table th   {background: #ed008c url(images/table_gradients/pink.png)   top left repeat-x; }

/* and now the table striping */
table tbody tr:nth-child(even) { background-color: #f2cdc2; }
.orange table tbody tr:nth-child(even) { background-color: #f2cdc2; }
.purple table tbody tr:nth-child(even) { background-color: #f4e5ff; }
.teal table tbody tr:nth-child(even)   { background-color: #cfe5e4; }
.green table tbody tr:nth-child(even)  { background-color: #d1e5b8; }
.darkblue table tbody tr:nth-child(even)   { background-color: #e5e6ff; }
.gold table tbody tr:nth-child(even)   { background-color: #f1f2da; }
.blue table tbody tr:nth-child(even){ background-color: #d1e1e8; }
.pink table tbody tr:nth-child(even)   { background-color: #edd5e3; }