/* SRRT Site previously designed and maintained by Lisa Hooper, February 2008 */
/* Maintained by Myka Kennedy Stephens, September 2009-2011 */
/* Current design revision by Myka Kennedy Stephens, May 2011 */
/* Copyrighted, all rights reserved */


/* basic elements */
body {
	background:#26300c url('2011bg.png') repeat fixed top left;
	font-size:100%;
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	color:#000000}

p {
	padding:10px 50px 10px 50px;
	line-height:150%;
	font-size:100%}

p.end {border-bottom:5px #26300C ridge}

p.biblio {
	margin-left:40px;
	text-indent:-20px}

a:link{color:#0d062f}
a:visited{color:#340023}
a:hover, a:active{background-color:#869859}

acronym{cursor:help}

blockquote {
	line-height:100%;
	font-size:0.9em;
	margin-left:70px;
	margin-right:50px}

ul,ol {
	margin-left:70px;
	margin-right:50px}
 
h1{
	font-size:150%; 
	font-weight:bold;
	text-align:center;
	color:#181f04}

h2 {
	font-size:120%;
	font-weight:bold;
	line-height:150%;
	color:#270A1D}

h3 {
	font-size:100%;
	font-weight:bold}

h3.newsletter {text-align:center}

h4 {
	font-size: 0.9em;
	font-style:italic;
	text-align:center}

/* special elements */

a.toggleLink:link{
	background-color:#869859;
	color:#ffffff;
	text-decoration:none;
	border:3px outset #181f04;
	padding:5px;
	}

.form-input-button{
	background-color:#869859;
	color:#ffffff;
	border:3px outset #181f04;
	padding:5px;
	font-weight:bold;
	}

.buttons{text-align:center}

.error{color:red;
	font-size:110%;
	text-indent:50px;}

.feedTitle{
	font-size:120%;
	font-weight:bold;
	}

/* specific divs */
#container {
	position:relative;
	min-width:800px;}

#mainFrame {
	background-color:#ffffff;
	margin-left:175px;}

#pageText {
	margin:0 auto;
	padding:5px 20px 5px 20px}

#pageText ul {
	list-style-type:disc;
	margin-left:60px;
	margin-right:50px}

#pageHeader{
	height:150px;
	background:#ffffff url('srrtlogo.jpg') no-repeat center center;
	border:5px ridge #181f04;
	margin-left:175px;
	padding:0px}

#pageHeader h1 span{display:none}


#linkList {
	width:175px;
	padding:0;
	margin:0;
	position:fixed;
	left:0px;
	top:0px}

#linkList ul {
	font-size:125%;
	color:#FFFFFF;
	list-style-type:none;
	margin:0;
	padding:0}

#linkList li {
	border-bottom:3px solid #181f04;
	line-height: 200%;
	text-align:center;
	width:175px;
	margin:0;
	overflow:hidden;}

#linkList li a {
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	width:100%;
	margin:0;
	padding:3px 5px 3px 5px}

#linkList li a:hover {
	font-weight:bold;}

#footer {
	text-align:center;
	font-style:italic;
	font-size:0.85em;
	color:#869859;
	margin:0 auto}

#insetR {                               
  float: right;
  width: 240px;
  border: none;
  margin: 0px 0px 15px 35px;
  padding: 0.5em;
}

#insetR p{
  text-align: right;
  margin: 3px;
  padding: 3px;
}

#insetR h2{
  text-align: right;
  margin: 3px;
  padding: 3px;
}

/* Special Image Formatting */

.imgR {                                 /* images without captions */
	margin:3px 0px 3px 15px;
	border:none;
	height:auto;
	width:auto;
	float:right}

.imgR img {display:inline}

.imgR a {text-decoration:none}
.imgR a:hover img{border:1px solid #0d062f}

.imgL {
	margin:3px 15px 3px 0px;
	border:none;
	height:auto;
	width:auto;
	float:left}

.imgL img {display:inline}

.imgL a {text-decoration:none}
.imgL a:hover img{border:1px solid #0d062f}


#imgContents {                           /* newsletter TOC image formatting used in 2009 */
	margin:3px 0px 3px 15px;
	border:none;
	height:auto;
	width:auto;
	float:right;
	text-align:center}

#imgContents img {display:inline}

#imgContents a {text-decoration:none; border:none}
#imgContents a:hover img{border:1px solid #0d062f}

#descContents {
	text-align:left;
	font-size:0.7em; 
	font-style:italic;
	line-height:normal}

div.figureR {                               /* Images with captions */
  float: right;
  width: 25%;
  min-width: 210px;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.figureR p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: 3px;
  padding: 3px;
}

div.figureL {
  float: left;
  width: 25%;
  min-width: 210px;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.figureL p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: 3px;
  padding: 3px;
}

div.thumbnail {                              /* Photo Gallery for Action Council */
  margin:2px;
  height:200px;
  width:auto;
  float:left;
  text-align:center;
}

div.thumbnail img {
  display:inline;
  margin:3px;
}

div.thumbText {
  text-align:center;
  font-weight: normal;
  width: 115px;
  margin: 3px;
  padding-bottom:10px;
}

div.stateText {                /* different text format for affiliates.php */
  text-align:center;
  font-weight: normal;
  width: 200px;
  margin: 5px;
  padding-bottom:10px;
}

div.thumbnailS {
  margin:2px;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
}

div.thumbnailS img {
  display:inline;
  margin:3px;
}

.clear {
  clear:both;
  margin-bottom:2px;
}

/* Special Print Formatting */

@media print {
	body {
		background-color:#fff;
		background-image:none}
	p,ul,ol,blockquote {font-family:times new roman, serif}
	#mainFrame {
		margin-left:auto;
		background-color:#fff;
		width:100%}
	#pageHeader {
		margin-left:auto;
		width:100%;
		padding:0;
		background-image:none}
	#pageHeader h1 span {display:inline}
	#pageText {padding:0}
	#linkList {display:none}
	#footer {display:none}
	}

