﻿/* Universal styles for each page */
/* set html, body, p, h1, h2, h3, a, a:hover, table */
/* set main structural divisions eg: #container, #content_wrapper */
/* remove all browser default settings */
html, body, ul, li, ol, p, a, h1, h2, h3, h4, h5, h6, table, form, fieldset 
{
    border: 0;
    margin: 0;
    padding:0;
}
/* HTML elements */
html 
{ 
    min-height: 101%;
}
body 
{ 
    text-align: center; /* Hack for IE5.x to centre the wrapper */
   background-color: #FFFFFF;
   font-size: 11px; /* odd default size to prevent IE bug at small font sizes */ 
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p, input, select 
{ 
       margin: 0 0 7px 0;
       font-style: normal;
       font-size: 1em;
       color: #545454;      
 }
h1
{
    font-size:20px;
    font-weight:bolder;
    color: #741A45;
    padding:0px 0px 10px 0px;
}
 
h2
{ 
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #741A45;
    font-size: 13px;
    font-weight: bold;
 }
    
h3
{ 
    margin: 0px;
    padding: 0px 0px 5px 0px;
    color: #741A45;
    font-size: 12px;
    font-weight: bold;
   }
h4
{ 
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color:  #741A45;
    font-size: 12px;
    font-weight: bold;
}
h5
{ 
    margin: 0px;
    padding: 0px 0px 5px 0px;
    color: #838383;
    font-size: 10px;
    font-weight: normal;
}
h6
{ 
    margin: 0px;
    padding: 0px 0px 5px 0px;
    color: #838383;
    font-size: 8px;
    font-weight: bold;
}
    
a 
{ 
    font-style: normal;
      color: #003366;
      text-decoration: underline;
}
    
a:hover, a:focus
{ 
    text-decoration: none;
}
/* Structural elements */
#container 
{ 
     margin-left: auto; 
    margin-right: auto;    
    padding: 0px;
    width: 100%;
    position: relative; /* set to cater for absolute positioning of image maps */
    /* border: 1px solid black; */
    float: left; /* IC Refresh */
}
#wrapper
{
    margin-top: 0px;
    margin-left: auto; 
    margin-right: auto;
    padding: 0px;
    width: 100%;
    position: relative; 
    float: left;   
    /* background-image: url(/isc/leicester/images/css_js/bg.gif); */ /* IC Refresh */
    /* background-repeat: repeat; */ /* IC Refresh */
    /* background-color: #ffffff;  */   /* IC Refresh */
    background-color: #4d4948; /* IC Refresh */
}
#wrapper .clearimggap
{
     margin: 0px;
     padding: 0px;   
}
#content 
{  
    margin-top: -2px;
    margin-bottom: 0px;
    margin-left: auto; 
    margin-right: auto;
    padding: 0px;
    width: 970px;
    text-align: left;
    background-color: #ffffff;
    position: relative;
    height: auto;
    float: none;
    border-bottom: 30px solid #ffffff;
}
#textarea
{
background-color: #ffffff;
}

#side_container {
    float: left;
    }

/* ==== AddThis button =================== */
#addthis_bespoke {
    clear: both;
    width: 190px;
    margin-top: 10px;
    margin-left: 20px;
}
#addthis_bespoke a {
    padding: 0px;
    background: none;
    width: 25px;
    color: #05354F;
    text-decoration: underline;
}
/* bespoke style for the Share link to go on to one line */
#bespoke_share a
{
    /* border: solid 1px green; */
   /*width: 65px;*/
    width: 74px;
    
}
