/* CSS Document */
/***************************************************************************/
/* DO NOT REMOVE THESE CLASSES THEY ARE PART OF THE STANDARD RSC TEMPLATES */
/***************************************************************************/
#page-content						
{ 
	margin: 0 10px; 
}

.content-container
{
	background-color: #FFF;
}

body
{
	background: #FFF url(../NewImages/publishing-header-bg.jpg) repeat-x top center; 	
}

@media screen and (max-width:1000px){
    body {
        background: url("../NewImages/publishing-header-bg.jpg") repeat-x scroll -430px 0 transparent;
    }
}

#masthead
{
	font-size: 1.4em;
}


.rsc-main-logo
{ 
	width: 120px; 
	height: 80px; 
	display: block; 
	float: right;
	margin: 10px 0 10px 0; 
	background-image: url(../NewImages/royal-society-of-chemistry-logo.png); 
	background-repeat: no-repeat; 
	background-position: left top; 
	cursor: pointer;
}

/* Brand Header */
.brand-header								{ clear: both; width: 960px !important; height: 100px; display: block; overflow: hidden; }
.brand-head-nav-container					{ float: left; height: 50px; width: 240px; margin: 31px 0 0 0; }
.brand-head-nav								{ margin: 0; padding: 0; }
.brand-head-nav li							{ margin: 0; padding: 0; float: left; list-style-type: none; width: 33%; line-height: 20px; }
.brand-head-nav li a:link					{ display: block; float: left; color: #A3C7D2; text-decoration: none; font-family: museo_sans_500regular, Arial; font-size: 1.1em; padding: 0px 5px; }
.brand-head-nav li a:visited				{ display: block; float: left; color: #A3C7D2; text-decoration: none; font-family: museo_sans_500regular, Arial; font-size: 1.1em; padding: 0px 5px; }
.brand-head-nav li a:hover					{ display: block; float: left; color: #FFF; text-decoration: none; font-family: museo_sans_500regular, Arial; font-size: 1.1em; padding: 0px 5px; }


/* Navigation */
.content-nav-container						{ clear: both; width: 100%; height: 40px; line-height: 40px; }
.content-nav								{ margin: 0; padding: 0; list-style-type: none !important; font-family: museo_sans_500regular, Arial; }
.content-nav li								{ float: left; font-size: 15px; list-style-type: none; }
.content-nav li a:link						{ display: block; color: #FFF; padding: 0 10px !important; text-decoration: none; }
.content-nav li a:visited					{ display: block; color: #FFF; padding: 0 10px !important; text-decoration: none; }
.content-nav li a:hover						{ display: block; color: #FFF; padding: 0 10px !important; text-decoration: none; background: #001B3F; }
.content-nav li a.selected					{ display: block; color: #FFF; padding: 0 10px !important; text-decoration: none; background: #001B3F; }

/* Mast Head */
#masthead-home								{ margin: 0 !important; padding: 0 !important; }
#masthead-home li.homepagelink				{ float: left; position: relative; }

#content-nav-mobile							{ display: none; }
.content-nav-menuclick-mobile				{ display: none; }

#content-search-container					{ width: 142px; float: right; margin: 6px 0 0px 3px; }
.content-search-input						{ float: left; margin: 2px 0 0 0px; width: 100px; height: 16px; border: 1px solid #C3C4C6; background: #F8F7F4 url(../NewImages/xt_search_bg.png) no-repeat left center !important;  font-size: 0.8em; padding: 3px 3px 3px 3px; font-family: 'museo_sans_500regular', Arial, Helvetica, sans-serif; font-weight: 500;  }
.content-search-btn							{ float: left; margin: 2px 0 0 6px; }

.mobile-only								{ display: none; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.nav-btn-wrapper {
	margin-right: 0px;
	margin-top: -40px;
	*margin-top: auto;
}

.btn_login {
	list-style-type: none !important; font-family: museo_sans_500regular, Arial; 
	display: block;
	float: right;
	margin: 8px 10px 0 0px;
	padding: 0;
	height: 21px;
	line-height: 21px;
	z-index: 1000;
	font-size: 16px;
}

.btn_login a:link						{ color: #FFF !important; text-decoration: none; background: #00528F; padding: 2px 4px !important; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-weight: 500;display: block; color: #FFF; padding: 2px 10px; text-decoration: none; }
.btn_login a:visited					{ color: #FFF !important; text-decoration: none; background: #00528F; padding: 2px 4px !important; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-weight: 500;display: block; color: #FFF; padding: 2px 10px; text-decoration: none; }
.btn_login a:hover						{ color: #FFF !important; text-decoration: none; background: transparent; padding: 2px 4px !important; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-weight: 500;display: block; color: #FFF; padding: 2px 10px; text-decoration: none; }
.btn_login a.selected					{ display: block; color: #FFF; padding: 2px 10px; text-decoration: none; background: #00528F; }



/***************************************************************************/
/* Customisable styles  */
/***************************************************************************/
/* Headings * /
h1, h2, h3, h4, h5, h6									{ color: #003372; }
/* Content Navigation */
.content-nav-container									{ background-color: #003372; }
.content-nav li a:link									{ color: #FFF; }
.content-nav li a:visited								{ color: #FFF; }
.content-nav li a:hover									{ color: #FFF; background: #001B3F; }
.content-nav li a.selected								{ color: #FFF; background: #001B3F; }

#rsc-global-footer-inner								{ color: #FFF; }
#rsc-global-footer-link-container li a:link				{ color: #FFF; }
#rsc-global-footer-link-container li a:visited			{ color: #FFF; }
#rsc-global-footer-link-container li a:hover			{ color: #A3C7D2; }
/***************************************************************************/
/* Add any additional classes here */

.login-container						{ position: absolute; width: 272px; height: 70px; display: block; margin-left: 360px; margin-top: 34px;  }
.institute-logo-container				{ position: absolute; width: 272px; height: 70px; background: #FFF url(../NewImages/institute_bg.png) no-repeat; display: block; margin-left: 360px; margin-top: 15px;  }
.institute-logo-container img			{ /*margin: 21px 10px;*/ text-align: center;padding-top:21px; }
#dropmenudiv1							{ z-index: 3; margin-left: 10px; }

.container_s4							{ margin-top: 0px !important; }

.top_wrap_s4_new						{ width: 980px !important; height: 100px !important; margin: 40px 0 0 -10px !important; }

.navigation_s4							{ position: relative; z-index: 2; clear: both; width: 980px !important; margin: 0 0 0 -10px !important; height: 40px; }

.nav_s4 li								{ float: left; height: 40px; font-size: 0.95em; list-style-type: none; }
.nav_s4									{ width: 700px; z-index: 999; font-size: 16px; height: 40px; background: none; margin: 0; padding: 0; list-style-type: none !important; font-family: museo_sans_500regular, Arial; }

/*

.navigation_s4							{ position: relative; z-index: 2; clear: both; width: 980px !important; margin: 0 0 0 -10px !important; height: 40px; background-color: #003372; }
.nav_s4									{ font-size: 16px; background: none; margin: 0; padding: 0; list-style-type: none !important; font-family: museo_sans_500regular, Arial; }
.nav_s4 li								{ float: left; font-size: 0.95em; list-style-type: none; }
*/
.nav_s4 li a:link						{ height: 40px; line-height: 40px; width: auto !important; text-indent: 0 !important; display: block; color: #FFF !important; padding: 0 0px !important; text-decoration: none; background-image: none !important; }
.nav_s4 li a:visited					{ height: 40px; line-height: 40px; width: auto !important; text-indent: 0 !important; display: block; color: #FFF !important; padding: 0 0px !important; text-decoration: none; background-image: none !important; }
.nav_s4 li a:hover						{ height: 40px; line-height: 40px; width: auto !important; text-indent: 0 !important; display: block; color: #C0DEEC !important; padding: 0 0px !important; text-decoration: none;  }
.nav_s4 li a.selected					{ height: 40px; line-height: 40px; width: auto !important; text-indent: 0 !important; display: block; color: #C0DEEC !important; padding: 0 0px !important; text-decoration: none;  }

.navigation_bottom						{ width: 960px !important; height: 40px !important; padding-top: 3px !important; margin-top: 40px; position: relative; z-index: 1; }
.sub-nav-container						{ clear: both; margin: 0 0 0 0px; width: 980px !important; height: 40px; background-color: #016BA7; position: relative; z-index: 2; }

.SearchBox								{ left: inherit; float: right; margin: 6px -10px 0 0; padding: 0 !important;z-index:-1; }
.SearchImg								{ width: auto; float: left; }

.navigation_s4 .full_text				{ line-height: 17px !important; background-image: none; }

#skipJournals							{clear: both;
position: absolute;
top: 40px;
width: 980px;
/* left: 300px; */ }

.search_bttn							{ height: 27px; width: 27px; line-height: 27px; background-image: url(../NewImages/search_btn.gif) !important; }
.SearchTextBox 							{ background-image: url(../NewImages/search_box.png) !important; }
.advncd_search_txt_s4					{ padding: 6px 24px 0 0 !important; margin: 0 22px 0 0 !important;  }
.advncd_search_txt_s4 a					{ color: #FFF !important; padding: 2px; margin-top: 1px; margin-right: -8px; display: block; }
.advncd_search_txt_s4					{ float: left; }
.advancedLink							{ float: left; margin: 0 0 0 36px; }
.advancedLink:link,
.advancedLink:visited					{ color: #FFF; width: 106px !important; }
.advancedLink:hover						{ width: 106px !important; }
/*
.advncd_search_txt_s4					{ color: #FFF !important; position: relative; height: 16px; padding: 6px 0px !important; margin: 0 !important;  }
*/

#SimpleSearch-form						{  }


#dropmenudiv1 a:link					{ margin-left: -10px; border: 0; font-family: museo_sans_500regular, Arial; background-color: #003372; color: #FFF; height: 40px; line-height: 40px; }
#dropmenudiv1 a:visited					{ margin-left: -10px; border: 0; font-family: museo_sans_500regular, Arial; background-color: #003372; color: #FFF; height: 40px; line-height: 40px; }
#dropmenudiv1 a:hover					{ margin-left: -10px; border: 0; font-family: museo_sans_500regular, Arial; background-color: #016BA7; color: #FFF; height: 40px; line-height: 40px; }

.bg_institute {background: url(../NewImages/institute_bg_white.png) no-repeat; background-color: transparent; display: table; padding-top: 0px;}
.pubs_branding{text-align: center; margin: 0px 0 0 0; color: #FFF; font-weight: bold; display: table-cell; vertical-align: middle; text-align: center;}

.content-nav1								{ margin: 0; padding: 0; list-style-type: none !important; font-family: museo_sans_500regular, Arial;									          float:right;line-height:40px;height:40px; }
.content-nav1 li								{ float: left; font-size: 15px; list-style-type: none; }
.content-nav1 li a:link						{ display: block; color: #FFF; padding: 0 10px !important; text-decoration: none; }
.content-nav1 li a:visited					        { display: block; color: #FFF; padding: 0 10px !important; text-decoration: none; }
.content-nav1 li a:hover						{ display: block; color: #FFF; padding: 0 10px !important; text-decoration: none; background: #001B3F; }
.content-nav1 li a.selected					{ display: block; color: #FFF; padding: 0 10px !important; text-decoration: none; background: #001B3F; }
.img_separator{color:#ffffff;}
.padR10{ padding-right:10px;}



