/****** Start Global *****/
html {
    background-color: #FFFFFF;
    /*background-image: url("../images/bgGradient-main.jpg");/*Removed so using CSS3 for the background, but use if you like killing kittens.*/
    background-repeat: repeat-x;
    color: #000000;
    font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #333333;
    font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
    font-weight: bold;
    line-height: 1;
}

h1 {font-size: 1.8em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1em;}
h6 {}

ul li.leaf {list-style:none;}

a:link, a:visited {color:#b20303; text-decoration:none; } /* BBC: Adjusted link color slightly to get to 7:1 contrast ratio */

#region-sidebar-first {
    background-color: #EAE0C7;
  /*  width: 180px;*/
}

#region-sidebar-first .block-without-title {
    margin-top: 20px;
}

.text-align-right {
    text-align: right;
}

/* fix the omega visuals style here so that the word previous fits in the pager */
.pager li.pager-previous a {
    width: 70px;
}

.item-list .pager {
    height: 22px;
}

/* override external links css so that the icons don't interrupt the flow of text */

span.ext {
    margin-right: 4px;
}

.block-menu-quick-links span.ext {
    padding-right: 14px;
}


.smalltext-sidebar {
    font-size: 95%;
}

/* keep line height consistent with sup and sub http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=5341 */
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;

}

sup {
	bottom: .75ex;
}

sub {
	top: .5ex;
}


/***** End Global *****/
