html, body {
    font-family: arial,helvetica,verdana,sans-serif;
    font-size: 0.9em; 
}

p{
	margin-top:15px;
	margin-bottom:15px;
}


/***********/
/* General */
/***********/

#main_title, .archive-heading, .heading{
	background-color: #0166FF;/*#353430;*/
    border: 1.5px solid #90918C;
    color: #FFFFFF;
    padding: 6px 20px;
	margin: 4.1px;
	border-left:0 none #353430;
	
}

.heading + p{
	min-height:150px;
}

.news{
	width: 790px;
	float:right;
}
.awrapper{
	width:990px;
	margin: 0 auto;
}
div.article-wrapper{
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EBEBEB), to(#FFFFFF));
	background: -webkit-linear-gradient(#EBEBEB, #FFFFFF);
	background: -moz-linear-gradient(#EBEBEB, #FFFFFF);
	background: -ms-linear-gradient(#EBEBEB, #FFFFFF);
	background: -o-linear-gradient(#EBEBEB, #FFFFFF);
	background: linear-gradient(#EBEBEB, #FFFFFF);
	-pie-background: linear-gradient(#EBEBEB, #FFFFFF);
	behavior: url(/news/css/PIE.htc);
    float: left;
    margin: 4.1px;
    height: 210px;
	overflow:hidden;
    padding: 10px;
    width: 235px;  
    font-size: 0.85em;  
	line-height: 1.5em;
}

div.article-wrapper:hover {
	background-color: #B8E2FE;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#B8E2FE));
	background: -webkit-linear-gradient(#FFFFFF, #B8E2FE);
	background: -moz-linear-gradient(#FFFFFF, #B8E2FE);
	background: -ms-linear-gradient(#FFFFFF, #B8E2FE);
	background: -o-linear-gradient(#FFFFFF, #B8E2FE);
	background: linear-gradient(#FFFFFF, #B8E2FE);
	-pie-background: linear-gradient(#FFFFFF, #B8E2FE);
	behavior: url(/news/css/PIE.htc);
}

#first-article{
	width: 761px;
	min-height: 250px;
}

#first-article a{
	text-decoration:none;
}

#first-article img{
	max-height: 250px;
	float: right;
    margin: 0 2px 10px 20px;
	border: 1px solid #EBEBEB;
}

.remaining{
	min-height: 250px;
}

.article-wrapper  h2 a{
	color: #333333;
    font-weight: bold;
    padding-bottom: 5px;
	font-size: 17px;
	text-decoration:none;
}
.article-wrapper  h2 a:hover{
	color:#007DFF;
}
.article-image{
	float: left;
    margin: 0 20px 10px 2px;
}

.article-date{
	font-style: italic;
	margin: 10px 4.1px;
	float:left;
}
.article-text{
	/*float:right;
	width:460px;*/
	margin-bottom: 10px;   
	margin-right: 4.1px;
}

.article-wrapper .article-date{
	float:none;
    margin-left: 0;
	width:auto;
}

.article-wrapper .article-image{
	margin-bottom:10px;
    margin-left: 0;
    margin-top: 0;
}

/****************/
/* Article page */
/****************/
#article_content{
	clear:both;
	width:100%;
	margin-left:4.1px;
}

#article_content .article-image{
	float: right;
    margin: 0 10px 10px 15px;
	border: 1px solid #EBEBEB;
}

#article_content div.article-date{
	margin-left:4.1px;
}

#article_content + div{
	clear:both;
}

.sub-heading{
	border: 1px solid #C7C7C7;
	border-right: none;
	border-left: none;
	font-weight:bold;
	padding:5px;
	margin:15px 0 5px;
	clear:both;
}
.sub-heading a{
	text-decoration: none;
	color: #fff;
}

.back-to-home{
	/*background: url("/sites/BathEmpire/nav-bg.jpg") repeat-x scroll left top #363636;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
	clear:both;*/
    float: left;
	margin: 10px 4.1px;
}
.back-to-home a {
	text-decoration: none;
	color: #E2E2E2;
}

.back-to-home a:hover{
	/*background: url("/sites/BathEmpire/nav-hover-bg.jpg") repeat-x scroll left top #0368FE;*/
	text-decoration: underline;
}

#social{
    float: right;
	margin: 10px 4.1px 5px 0;
}

#social .st_plusone_hcount div{
	width:62px !important;
}

/***********/
/* Sidebar */
/***********/
.sidebar{
	width: 200px;
	float:left;
}
.sidebar h2{
	background: url("/sites/BathEmpire/nav-hover-bg.jpg") repeat-x scroll left bottom #0084FF;
    color: #ffffff;
    font-size: 0.9em;
    padding: 5px;
    /*width: 170px;*/
	margin:10px 5px;
	font-weight: 400;
}

div#under-bar{
	width:100%;
	min-height: 210px;
}

div#under-bar h2{
	background: url("/sites/BathEmpire/info-head-bg.jpg") repeat-x scroll left top #ffffff;
    color: #000000;
    font-size: 0.9em;
    padding: 5px;
	margin-bottom:10px;
	font-weight: 400;
}

 #social-links  p{
	margin: 9.3px;
 }

#news-by-category, #news-by-date,  #social-links {
	margin-bottom:15px;
}

div#under-bar #news-by-category, div#under-bar #news-by-date, div#under-bar #social-links  {
	float:right;
	margin: 4px;
	width: 253.3px;
	border: 1px solid #CCCCCC;
	min-height: 210px;
}

div#under-bar #news-by-category h2, div#under-bar #news-by-date h2, div#under-bar #social-links  h2{
	padding: 5px;
	font-weight: bold;
}

#news-by-category p, #news-by-date p{
    font-size: 0.85em;
    line-height: 1.8em;
	margin: 0 0 10px 15px;
	text-decoration:none;
}

#news-by-category a, #news-by-date a{
    text-decoration:none;
}

#news-by-category a:hover, #news-by-date a:hover{
    text-decoration:underline;
}

/*****************/
/* Archive Links */
/*****************/

p.yeartitle{
	cursor: pointer;
	font-size: 0.85em;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 2px;
    text-transform: uppercase;
}

/***************/
/* Breadcrumbs */
/***************/

.bread, .bread1, .breadlast{
	float: left;
	padding:2px;
    font-weight: normal;
}
.bread1 a{
    font-weight: 700;
}

.breadcrumbs{
	margin: 5px;
	overflow:auto;
    font-size: 12px;
}
.bread a:link, .bread1 a:link, .breadlast a:link {
    text-decoration: none;
}
/****************/
/* Pagination */
/****************/
.pages{
   /*background-color: #BAE3FE;*/
	border: 1px solid #0066FF;
	border-left:none;
	border-right:none;
    height: 20px;
    margin: 30px 4.1px 10px;
    padding: 6px 5px 10px;
	text-align:center;
	clear:both;
}

.selected{
    background-color: #0066FF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/news/css/PIE.htc);
    color: #FFFFFF;
    font-weight: bold;
    height: 16px;
    margin: 0 2px 2px;
    padding: 4px 2px 2px;
    text-align: center;
    text-decoration: none;
    width: 18px;
	display: inline-block;
	
}
.not-selected2{
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/news/css/PIE.htc);
    background-color: #EBEBEB;
	font-weight: bold;
    height: 16px;
    margin: 0 2px 2px;
    padding: 4px 2px 2px;
    text-align: center;
    text-decoration: none;
    width: 18px;
	display: inline-block;
}
.pages a{
    text-decoration: none;
}
.not-selected2:hover{
    background-color: #0066FF;
	color: #FFFFFF;
}

/*******************/
/* slideshow style */
/*******************/

#calls-2-action {
    margin:5px;
}
 
ul.slideshow {
    list-style:none;
    width:190px;
    height:190px;
    overflow:hidden;
    position:relative;
    padding:0;
     
}  
 
ul.slideshow li {
    position:absolute;
    left:0;
    right:0;
}
 
ul.slideshow li.show {
    z-index:500;   
}
 
ul img {
    border:none;   
}
 
#slideshow-caption {
    width:990px;
    height:0px;
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    background:#000;
    z-index:500;
}
 
#slideshow-caption .slideshow-caption-container {
    padding:5px 10px;  
    z-index:1000;  
}
 
#slideshow-caption h3 {
    margin:0;
    padding:0; 
    font-size:20px;
}
 
#slideshow-caption p {
    margin:5px 0 0 0;
    padding:0;
}