/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/layout.css);


#header-responsive .searchbox { display: none; } 


/* Tags 
-----------------------------------------------------*/
/* box around tags */

.taxonomy {	/*margin: 20px 0px 0px 0px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C8C9C9;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 10px;*/
	} 
	
/*individual tags */
.label {
	display: inline-block;
	padding: 4px 4px;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #999;
}

.label-info{
	background-color: #3a87ad;
}
.label-info[href] {
	background-color: #004C6C;
	font-weight: bold;
	color: #FFFFFF;
}

a.label:hover,
a.label:focus{
  color: #D3A41B;
  text-decoration: none;
  cursor: pointer;
}
	
	

/*Previous and next buttons - THIS IMPACTS ON THE BUTTONS ON HOME PAGE SLIDER SO REMOVED 
-------------------------------------------------*/
/*.prev, .next {  margin: 0px 0px 0px 0px;
	background: none repeat scroll 0 0 #efefef;
    border: 1px solid #C8C9C9;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 5px; }*/

/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
/*#header,*/
#breadcrumbs,
#footer { margin: 15px; }

#menu .module { margin: 10px 5px;
}

#footer .module { margin: 0; }


#header {
margin: 0px 15px 0px 15px;
}

#headerbar { 
padding: 230px 25px 0px 15px; 
/*padding: 0px 25px 0px 15px;  OLD VERSION - moves searchbox */
background: url(//www.statslife.org.uk/templates/yoo_master/styles/royal/images/RSSStatsLife.jpg) no-repeat;
}

/* clickable RSS logo */
#rsslogo { 
		position: absolute; 
		top: 40px; 
		left: 20px; 
		width: 100px; 
		height: 50px; 
		background-color: transparent; 
		/*border: 1px solid yellow;*/ }
 
#toolbar {
padding:0px 15px 0px 15px;
background:#efefef;

}
 



#content { 
	margin: 15px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C8C9C9;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 20px;
}


/* Layout
----------------------------------------------------------------------------------------------------*/

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
}






/* Added for header - do not think this works!!!
----------------------------------------------------------------------------------------------------*/
/*
div.toolbar {background: none repeat scroll 0 0 #FF0000;}


div.headerbar {background: none repeat scroll 0 0 #000;}
*/


/* Added for footer
----------------------------------------------------------------------------------------------------*/

/* page bg of 4 footer boxes */
div.block-bottom-4-mods {
	margin: 15px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C8C9C9;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 20px 20px 0px 20px;

}

/* page bg of breadcrumb and copyright footer */
div.block-bottom-footer { 
	margin: 15px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C8C9C9;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 20px;
	
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 84%, #e1e1e1 100%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(84%,#f1f1f1), color-stop(100%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 84%,#e1e1e1 100%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 84%,#e1e1e1 100%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 84%,#e1e1e1 100%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 84%,#e1e1e1 100%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}

/* change formatting on specified tables - copied from Significance section */
div.sigtable td{ padding: 5px;}