/*******************************************/
/* infoBar.css                             */
/* Use with swindonasc.co.uk/infoBar.shtml */
/*******************************************/

#infoBar p{
padding-bottom: 5px;
color: #3a6ebc;
line-height: 1.4;	
}

p.bold{
font-weight: 700;
}

#infoBar{
position: relative;
font-size: 1.1em;
float: right;
width: 240px;
padding-right: 12px;
/*border: 1px solid black;*/
}

.item{
padding: 10px 0 10px 4px;
border-bottom: 1px dashed #8f0000;
}



.textBox{
margin-bottom: 28px;
text-align: justify;
/*border: 1px solid #ccc;*/
}


.textBox h2{
padding: 4px;
font-weight: 700;
color: #8f0000;
background:  #c5dcfe;
}



.textBox a{
padding-bottom: 5px;
color: red;
text-align: right;
}


.more{
text-align: right;
}

.more a{
color: red;
text-decoration: none;
}


.more a:hover{
color: #8f0000;
text-decoration: none;
}

