/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */


/* Search box on menu row - override colors for forground and background - JI 19 Dec 2013 */
#s5_search input {
/* color:#FFFFFF; */
/* background:#151515; */
color:#303030;
background:#F0F0F0;
-webkit-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.5) inset;
-moz-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.5) inset;
box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.5) inset;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
border:none;
padding:8px;
padding-left:14px;
padding-right:14px;
margin-top:12px;
margin-right:22px;
font-size:0.8em;
width:140px;
}

/* Change background color of Menu bar */
#s5_menu_wrap {
/* background:#151515;  changed 16 Dec 2013 - JI */
background:#87ABBA;
border-top:solid 1px #222222;
}

/* Hide template vendor's logo at bottom of pages */
#s5_shape5_logo {
width:82px;
height:25px;
margin-left:auto;
margin-right:auto;
margin-top:30px;
margin-bottom:40px;
/* do not show the Shape5 logo at bottom of pages changed 17 Dec 2013 - JI
/* background:url(../images/shape5_logo.png); */
cursor:pointer;
display:block;
}

/* Change background color of Page Header area */
#s5_header_wrap {
/* background:#1A1A1A;  changed 16 Dec 2013 - JI */
background:#86C795;
-moz-border-radius:6px 6px 0px 0px;
-webkit-border-radius:6px 6px 0px 0px;
border-radius:6px 6px 0px 0px;
}

/* Table background color change from #222222 to match the Menu_wrap background - 20 Dec 2013 - JI */
table th {
    background: none repeat scroll 0 0 #87ABBA !important;
    color: #FFFFFF;
    padding: 6px 10px;
}

/* Correct placement of Article Print & Email icons */
/* recommended by Shape5 response to my query 24 Dec 2013 - JI */
ul.actions li {
     display: inline !important;}

ul.actions {
     margin-top: 0px !important;}

