/* common.css overrides */

#wrap {
	max-width: 100%;
	padding: 0 0;
	line-height: normal;
	old-font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0;
}
#wrap p {
    margin-bottom: 0.5em;
}

table.table1 .joined	{ width: 25%; }
table.table1 .active	{ width: 25%; }

/* imageset.css override */

.imageset.site_logo {
	background-image: url("./images/site_logo.gif");
	padding-left: 275px;
	padding-top: 50px;
}

/* colours.css override */

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a { 
	color: #5384ba;  /* drkstudentblue 5384ba  origblue  #105289; */
}

.navbar {
	 background-color:   #e6e6e6    /* top bar sbgrey e6e6e6 niceltblue e9eef4 studentblue 6697c5 grey ced3d8 #cadceb;   */
}

#wrap {
	background-color: #FFF;
	border: none;
}
.headerbar {
	background-color: #000000;
	background-image: none;
	color: #FFFFFF;
}
.forabg {
	background-color: #5384ba;    /* forum studentblue 5384ba   black 000000 */
	background-image: none;
}
.forumbg {
	background-color: #eba34d;    /* forum announcements AAE Orange eba34d  black 000000  */
	background-image: url("./images/bg_header-ORANGE.gif");  /*  none;   */
}

table.table1 thead th {
	color: #FFFFFF;    /* orig ffffff   */
	border-color: #eba34d;     /* same as forumbg otherwise remove  */
}
								
.panel {
	background-color: #e6e6e6;     /*  control panel goodgrey e6e6e6 crazycolor cc66cc   SBgrey e6e6e6  ECF1F3;  */
	color: #28313F;
}

ul.forums {							/* main board forum content bg  */
	background-color: #ecf1f3;      /*       orig  #eef5f9; */
	background-image: none;     
}
									/* drk AAE orange  eba34d   lt orange  f2c66a */
li.row:hover {
	background-color: #f2c66a;        /* ltreds  f4e5e5 f3dcdc  yellow hover #F6F4D0;   */
}

/* cp.css override */

#tabs {
	margin: 0 0;
}

/* science buddies overrides */

#wrap .search-icon {
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ffffff, #e9e9e9);
    border-color: #c7c3bf;
    box-shadow: 0 0 0 1px #ffffff inset;
    color: #d31141;
    height: 24px;
    width: 30px;
    overflow: inherit;
    z-index: inherit;
}

/* new ones */

#header-items span .username {
   margin-left: 0;
}

#page-body #tabs {
   float: none !important;
   height: auto;
}

#page-body #tabs a {
    display: block;
    float: none;
    height: auto;
    outline: medium none;
    overflow: hidden;
    padding-top: 0;
    text-decoration: none;
}

#nav-main {
   background-color: inherit;
}

/* OLD stylesheet-mobile.css  */

#content {
    margin: 0 0;
}

ul, ol {
    counter-reset: inherit;
    margin-left: inherit;
    padding-left: inherit;
}

ul > li:before {
    color: inherit;
    content: inherit;
    font-size: inherit;
    vertical-align: inherit;
}

li {
    padding: inherit;
}

#content a {
    text-decoration: none;
}

html, body, div, * {
   -old-font: 16.8px Arial,Helvetica,Verdana,sans-serif;
}
#wrap
{
  font-size: 0.9090rem;
}

ul.linklist li.responsive-menu a.responsive-menu-link::before {
   top: 16px;
}

.postbody .content {
   font-size: 16.8px;
}

.postbody h3.first {
   font-size: 20.1667px;
}
.postbody h3 {
   font-size: 20.1667px;
}
label, select {
   font-size: 16.8px;
}

a.menu-item
{
   display: inline;
}


ul.topiclist dt
{
   font-size: 1em;
}
