/***************************************
	Screen Stylesheet for Heritable.co.uk Website
***************************************/

@import url(Reset.css);
@import url(Layout_3.css);
@import url(Nav.css);
@import url(editor.css);

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #003A63;
}

a{
	color: #003A63;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	color: #003A63;
	padding: 0;
}
h1{font-size: 1.4em;}
h2{font-size: 1.3em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
h5{font-size: 1em;}
h6{font-size: .9em;}


table, td, th{
	font-size: 1em;
}
select option{
	padding: 0 3px 0;
}
select optgroup{
	font-style: normal;
}

hr{display: none;}

fieldset{
	border: none;
}
ul{
	list-style: none;
	margin: 1em 1.5em;
}
ul li{
	padding: .1em 0 .1em 0;
	position: relative;
	list-style: square;
}

ol{
	list-style: decimal;
}
ol li{
	margin-left: 2.5em;
}

/* ---------------------------------- Subpage content */
.img-content {
	padding: 0 0 5px 0 ;
	background: #eaeaea ;
}

.img-content img {
	margin: 0 0 5px 0 ;
}

.img-content h3,
.img-content p {
	margin: 0 8px 5px 8px ;
	font-size: .9em ;
}

.img-content p {
	padding: 0 ;
}

/* ---------------------------------- Side bar style  */
#sidebar h2{
	font-size: 0.8em;
}


/* ---------------------------------- News style */

#NewsArchive .NewsDate, #subContent .NewsDate {
	color: #999999;
	font-size: 0.9em;
}

#NewsArchive h2, h3 {
	font-size: 1em;
	font-weight: bold;
	display: inline;
}

#YearArchive {
	padding-top: 10px;
	border-top: 1px solid #c9cdd0;
}

#YearArchive h3 {
	font-size: 1.1em;
}

#subContent .news-item {
	padding-top: 10px;
}

#subContent .news-item, .body {
	padding-top: 10px;
}

#sidebar .news-item {
	padding: 15px 15px 0 15px;
	text-decoration: none;
}

#sidebar .news-item a {
	font-weight: bold;
	text-decoration: none;
}

#sidebar .news-item a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#sidebar .news-item h2, #sidebar .news-item p {
	padding: 0;
	margin:0;
	font-size: 1em;
	display: inline;
}

#sidebar .news-item h2 a {
	text-decoration: none;
}

#sidebar .news-item h2 a:hover {
	text-decoration: underline;
}

/* ---------------------------------- Content Area generic styles */

#frame.subpage #content-area #content ul {
	padding: 0 0 0 15px;
}
/* --------------------------------------------  Download Bullet */

#frame.subpage #content-area #content .download,
#frame.subpage2col #content-area #content .download,
#frame.sub-front #content-area #content .download,
#frame.subpage2colContact #content-area #content .download {
	list-style: url(/Themes/Heritable/Img/nav/bullet_download.gif);
}

/* ---------------------------------- Images */

.img-r {
	float: right ;
	margin: 0 0 10px 10px ;
}

.img-l {
	float: left ;
	margin: 0 10px 10px 0 ;
}

p{
	padding: .5em 0 1em 0;
	margin: 0;
}

.clear{
	margin-bottom: 20px;
	clear: both;
}

/* ---------------------------------------- Content Specifics */

#spf, #mor, #morContact, #morHome, #int {
	padding: 0;
	margin: 0;
}

#mor h1, #mor h2 {
	color: #a53244;
}

#mor strong, #mor h3 {
	font-weight: bold;
	color: #a53244;
	font-size: 1em;
	display: inline;
}

#morContact h1, #morContact h2 {
	color: #a53244;
}

#morContact strong, #morContact h3 {
	font-weight: bold;
	color: #a53244;
	font-size: 1em;
	display: inline;
}

#morHome h1, #morHome h2 {
	color: #a53244;
}

#morHome strong, #morHome h3 {
	font-weight: bold;
	color: #a53244;
	font-size: 1em;
	display: inline;
}

#int h1, #int h2 {
	color: #a53244;
}

#int strong, #int h3, #int #subContent h3 {
	font-weight: bold;
	color: #a53244;
	font-size: 1em;
	display: inline;
}

#about h1, #int h2 {
	color: #003A63;
}

#about strong, #int h3 {
	font-weight: bold;
	color: #003A63;
	font-size: 1em;
	display: inline;
}

/* ---------------------------------------- Breadcrumbs */

#breadcrumbs{
	margin: 4px 0 0 15px;
	font-size: 0.9em;
}

#breadcrumbs a {
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/* --------------------------------------------- Sitemap */

#sitemap ul, 
#sitemap ul li {
	background-image: none;
	margin:0;
	padding: 0;
	list-style:none;
	padding-top: 1px;
}

/* sub nav */
#sitemap ul ul li {
	background-image: none;
	margin:0;
	padding: 0;
	list-style:none;
}

#sitemap ul li {
	background-repeat:no-repeat;
	background-position: 10px 8px;
	padding: 2px 10px 3px 25px;
	font-size: 1.1em;	
}

/* sub nav */
#sitemap ul ul li {
	padding: 1px 0 2px 16px;
	font-size: 1em;
}

/* sub sub nav */
#sitemap li ul li ul li {
	padding: 1px 0 2px 15px;
	font-size: 0.9em;	
}

/* nav text */
#sitemap ul li a {
	text-decoration: none;
}

#sitemap ul li a:hover {
	text-decoration: underline;
}

#sitemap ul ul li a {
	text-decoration: none;
}

#sitemap ul ul li a:hover {
	text-decoration: underline;
}

/* --------------------------------------------- LinkToTop */
#frame #content-area #LinkToTop a {
	text-decoration: none;
}

#frame #content-area #LinkToTop a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------  Team  */

#teamHeadTop {
	height: 323px;
	width: 505px;
	background: #ffffff;
	background-image: url(/Uploads/Images/team/team_quote.gif);
	background-repeat: no-repeat;
	background-position: 142px 10px;
	padding-bottom: 8px;
	padding-top: 10px;
}

#teamHeadTop #teamHeadImg {
	width: 110px;
}

#teamHeadTop #teamHeadTxt, #teamHeadTop strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #a53244;
	padding-top: 5px;
}

#teamMember, #teamMember strong {
	width: 247px;
	height: 127px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a53244;
	padding-bottom: 10px;
}

#teamMemberImg {
	float:left;	
}

#teamMemberTxt{
	margin-left: 110px;
	padding: 0 5px 0 10px;
}

#mor #subContent #teamMember #teamMemberTxt,  
#mor #subContent #teamMember #teamMemberTxt strong{
	color: #a53244;
}

#int #subContent #teamMember #teamMemberTxt,  
#int #subContent #teamMember #teamMemberTxt strong{
	color: #a53244;
}

#about #subContent #teamMember #teamMemberTxt,  
#about #subContent #teamMember #teamMemberTxt strong{
	color: #003A63;
}

#morContact #subContent #teamMember #teamMemberTxt,  
#morContact #subContent #teamMember #teamMemberTxt strong{
	color: #a53244;
}

#morHome #subContent #teamMember #teamMemberTxt,  
#morHome #subContent #teamMember #teamMemberTxt strong{
	color: #a53244;
}

/* --------------------------------------------------------- Small Print */
#frame #content-area #SmallPrint {
	font-size: 0.9em;
	color: #003A63;
}


/* --------------------------------------------------------  Ordered list */

#subContent ol li {
	list-style: decimal;
}

#subContent ol li ol li {
	list-style: lower-roman;
}

/* --------------------------------------------------------- ByLine */

#ByLine {
	font-size: 0.9em;
	color: #003A63;
	font-style: italic;
}
