/* typography.css blue print typography to be picked up be concrete5 rich text editor*/

h1 {font-size:2em;margin-bottom:0.75em;}
h2 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h3 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h4 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h5 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}

blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.highlight {background:#ff0;}


/** dotted hr **/
div.dotted {
	background-image:  url(http://www.links-wales.org.uk/c5/themes/links-wales/images/lw_hr.gif);
	background-repeat: repeat-x;
	height: 1.5em;
	background-position: left center;
}
div.dotted hr{
   display: none; 
} 

/** heading bullets **/
.bullet {
	padding-left: 1em;
	background-image:  url(http://www.links-wales.org.uk/c5/themes/links-wales/images/bullet_box.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0em;	
	}
	
/** paragraph icons **/
.doc_icon {
	padding-left: 1.5em;
	background-image: url(http://www.links-wales.org.uk/c5/themes/links-wales/images/DocIcon_v1.gif);
	background-repeat: no-repeat;
	background-position:: left center;
}

/** blueprint adjustments **/

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #9f8f5e; font-family: "Times New Roman", Times, serif}

.img_tag {color: #533f00}
.img_credit {color: #999999; font-size:0.8em; margin-top: -1.5em; }
.lw_footer {color:#666666; }





