/* margins adjusted on .firsttight and h3 after thickbox added to site Feb '09 */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	color: #006633;
}

div#header {padding: 2%;
text-align: center;
background-color: #ffffff;
color: #006633}

div#samples {padding: 2% 10% 6px; /* for sample article pages */
text-align: left;
background-color: #ffffff;
color: #006633}


div#header_2 { /* for back_issues.htm page only */
	padding: 10px;
	text-align: left;
	background-color: #CCFFFF;
	color: #006633;
	margin: 0% 10% 6px;
	border: 1.5px dashed #CCCCCC;
	list-style-position: outside;
	list-style-type: square;
}

div#footer {
	padding: 0px;
	text-align: center;
	clear: both;
	color: #c6c4b5
}
div#footer a{ /*links within footer - descendant selector */
color:#999999;
}
div#maincontent {
	padding: 4px;
	text-align: left;
	margin-left:  45%;
	margin-right: 20px;
}

div#leftcolumn {
	padding: 4px;
	float: left;
	text-align: left;
	width: 35%;
	margin-right: 10px;
	margin-left: 10px;
}
div, p, th, td, li, dd, dl, dt    {
/* redundant selectors to help NS4 not forget */
    font-family:  Arial, Helvetica, sans-serif;
    }
dt {
font-weight: bold;
}
ol, li, dl, dt, dd {
	line-height: normal;
	font-weight: normal;
}
li {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 30px;
}
#leftcolumn ul {
	padding: 0;
	margin: 0;
	margin-left: 0;
	list-style-type: none;
}

 /*#leftcolumn li {
	list-style-type: none;
	background-image: url(../../images/li_grey.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	padding-left: 2.5em;
	margin-top: 0.5em;
}
 Uncomment this style to re-instate the pigeon icons next to the li items on homepage */ 
table{
	margin: 0% 10% 0% 0%;
}

.content{
	padding: 0px 10px;
	margin: 0% 10%;
	border: 1px none #333333;
	background-image: url(images/whitefill.gif);
	width: 620px;
}
p {
	padding-top: 5px;
	padding-left: 10px; /* to match the padding on the headings */
	margin: 0;
}
h1, h2, h3, h4, h5, h6
	{
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 0px} /* Keeps all the text away from the box edge and lets the background colour show */

h1{
font-size:1.8em;
}
h2{
	font-size:1.6em;
	color: #993300;
	background-color: #ffff99;
	white-space: normal;
}
h3{
	font-size:1.25em;
	color: #993300;
	background-color: #FFFFCC;
	margin-top:0.5em;
}
h4{
	font-size:1em;
}
h5{
font-size:0.8em;
}
h6{
font-size:0.7em;
}

img{
/* turns off gaps around images */
border:0
}
.first {
margin-top: 5px;
padding-top: 0;
}
.firsttight{ /* negative top margin to pull first paragraph tight up to heading in book list*/
margin-top: 0.5em;
padding-top: 0;
}
.lhs_boxed {
	background-color: #CCFFFF;
	border: 1px dotted #666666;
	margin: 15px;
	color: #000000;
	padding: 10px;
}
.lhs-boxed-large {
	background-color: #CCFFFF;
	border: 1px dotted #666666;
	margin: 15px;
	color: #000000;
	padding: 10px;
	font-size:130%;
	font-weight:bold;
}
.lhs_boxed_yellow {
	background-color:#FFFF99;
	border: 1px dotted #666666;
	margin: 15px;
	color:#990000;
	padding: 10px;
}

/* Links next - sets colours and presentation */
a{
	text-decoration:none;
	font-weight:bold;
	color: #330000;
}
a:link{
color:#330000;
background-color: transparent;
}
a:visited{
color:#FF0000;
background-color: transparent;
}
a:active{
color:#CCCC00;
background-color: transparent;
}
a:hover{
color:#0000CC;
background-color: transparent;
text-decoration:underline;
}
/************* #siteInfo styles ******* ex transitions ********/

#siteInfo{
	clear: both; /* remember clear only works on floats */
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/* the following classes duplicate the id selectors at the top of this file,
they are needed so that when the items are moved from the index page to the
back-issues page the same styles can in effect be used. Each month the id selectors
must be changed to classes. In addition make sure that there is a divider class at
the bottom of the month's entry and that it contains only a horizontal rule */

.leftcolumn { 

	padding: 4px;
	float: left;
	text-align: left;
	width: 35%;
	margin-right: 10px;
	margin-left: 10px;
}

.maincontent {

	padding: 4px;
	text-align: left;
	margin-left:  40%;
	margin-right: 10px;
}

.header {
padding: 2%;
text-align: center;
background-color: #ffffff;
color: #006633
}
.divider {
/* used to separate months within back_issues page */
	padding: 0px;
	text-align: center;
	clear: both;
	color: #c6c4b5
}
.dividerNone {
/* used to separate months within back_issues page; none to allow them to be left in the template file */
	display:none;
	padding: 0px;
	text-align: center;
	clear: both;
	color: #c6c4b5
}
.noShow {
	display:none;
}

.christmasHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #00CC00;
	background-color: #FFFFCC;
	margin: 20px 0px 5px;
	display: block;
	border: medium solid #CC0000;
}
.byline {
	font-size:1em;
	padding-left: 10px;
	padding-top: 2px;
	font-weight: bold;
}
.subHead {
	font-size:1em;
	padding-left: 10px;
	padding-top: 0.5em;
	font-weight: bold;
}
.image-border {
	padding: 6px;
	background-color: #FD6B0A;
	border: 1px solid #CFCAAE;
	}
/* extremadura feature-specific styles */
div#fullwidth {
	width: 800px;
	margin: auto;
	background-color:#CCFFFF;
	border:medium solid #CC0000;
	margin-bottom: 10px;
	}
.headline1 {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
	letter-spacing: 0.1em;
	text-align: center;
}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.leftCaptionedImage {
	clear:both;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #330000;
	text-align: center;
	margin-top: 8px;
	margin-bottom:4px;
	margin-right:10px;
}
.rightCaptionedImage {
	clear:both;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #330000;
	text-align: center;
	margin-top: 8px;
	margin-bottom:4px;
	margin-right:10px;
}

#fullwidth .leftCaptionedImage img {
	border: 4px solid #FFFFFF;
}
#fullwidth .rightCaptionedImage img {
	border: 4px solid #FFFFFF;
}

.pPlusTopMargin {
	margin-top: 6px;
	font-size:1.2em;
}
.iconHolder{
	display: block;
	float: right;
	margin-left: 2px;
	margin-right: 2px;
}
div#topicalTips {
	background-color:#FFC;
	border: thin solid red;
	margin: 15px;
	color:#990000;
	padding: 10px;
	
}
#topicalTips p:first-child{
	font-weight: bold;
}
#topicalTips h1 {
	font-size:1.25em;
}
p.announcement{
	margin-top:6px;
	border:2px solid red;
	text-align:left;
	padding:6px;
	color:#990000;
}