@charset "UTF-8";
/*
Theme Name: Long Island Sound Study
Theme URI: http://www.longislandsoundstudy.net/
Description: Long Island Sound Study Website
Version: 1.0
Author: Taylor Design
Author URI: http://www.taylordesign.com/
Tags: LISS
*/

body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding: 0;
	color: #333;
	margin: 0 auto;
	width: 460px;
}
#bg {
	background: url(art/body-bg.gif) top left repeat-x;
	width: 982px;
}
#wrapper {
	padding: 0 11px;
	background: #fff url(art/wrapper-bg.jpg) top left no-repeat;
	float: left;  /*added this to combat the glossary page */
	position: relative;
}
a:link, a:visited {
	color: #369;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
a:hover, a:active {
	color: #900;
}
.more {
	background: url(art/arrow-blue.gif) no-repeat right 3px;
}
a.more:link, a.more:visited {
	background: url(art/arrow-blue.gif) no-repeat right 3px;
	padding: 0 15px 0 0;
	position: relative;
}
a.more:hover, a.more:active {
	background: url(art/arrow-red.gif) no-repeat right 3px;
	padding: 0 15px 0 0;
	position: relative;
}
/* Headers */
h1 {
	font: normal 30px/36px Georgia, "Times New Roman", Times, serif;
	color: #685c53;
	padding: 0 0 20px;
	margin: 0;
}
h1 a:link, h1 a:visited {
	color: #685C53;
	border-bottom: none;
}
h1 a:hover, h1 a:active {
	border-bottom: 1px solid #ccc;
}
h2 {
	padding: 5px 0 8px;
	font: normal 17px/20px Georgia, "Times New Roman", Times, serif;
	color: #900;
	margin: 0;
}
h2 a:link, h2 a:visited {
	color: #900;
	border-bottom: none;
}
h2 a:hover, h2 a:active {
	border-bottom: 1px solid #ccc;
}
h3 {
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	padding: 0 0 5px;
	color: #369;
	margin: 0;
	text-transform: uppercase;
}
h3 a:link, h3 a:visited {
	color: #369;
	border-bottom: none;
}
h3 a:hover, h3 a:active {
	border-bottom: 1px solid #ccc;
}
h4 {
	font: bold 12px/17px Arial, Helvetica, sans-serif;
	padding: 0;
	color: #369;
	margin: 0;
}
h4 a:link, h4 a:visited {
	color: #369;
	border-bottom: none;
}
h4 a:hover, h4 a:active {
	border-bottom: 1px solid #ccc;
}
h5, h6 {
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	padding: 0;
	color: #685c53;
	margin: 0;
}
h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	color: #685c53;
	border-bottom: none;
}
h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	border-bottom: 1px solid #ccc;
}
p, p.norm {
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 15px;
}
ul {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 6px 0;
	list-style-type: none;
}
ul li {
	margin: 0;
	padding: 0 0 7px 10px;
	background: url(art/li-bullet.gif) 0 6px no-repeat;
	position: relative;
}
ol {
	margin: 0 0 0 10px;
	padding: 0 0 6px 12px;
	list-style-position: outside;
}
ol li {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 7px;
	color: #333;
}
img {
	border: 0;
}
table {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding: 0 0 15px;
	border-top: 1px dotted #ccc;
}
td {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}
blockquote {
	padding: 20px 20px 5px;
	background: #fcf5e6;
	margin: 0 0 15px;
}
.clear {
	clear: both;
}
div.clear {
	line-height: 1px;
}
.alignleft {
	float: left;
	position: relative;
	display: inline;
	margin: 0 20px 10px 0;
}
img.alignleft {
	position: static;
}
.alignright {
	float: right;
	display: inline;
	margin: 0 0 10px 20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.small-caption {
	font-size: 10px;
	line-height: 12px;
}
.bordertop {
	border-top: 1px dotted #ccc;
	padding-top: 15px;
	clear: both;
}
.issue {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #685C53;
	background: url(art/issues-actions.gif) top left no-repeat;
	padding: 1px 7px;
	margin: 0 0 5px 0;
	letter-spacing: .03em;
}
.issue a:link, .issue a:visited {
	color: #685C53;
	border-bottom: none;
}
.issue a:hover, .issue a:active {
	color: #900;
	border-bottom: none;
}
/* SIdebars */

.h2learnmore, .aside.alignright h2.h2learnmore {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	text-transform: none;
	background: url(art/learn-more-head.gif) top left no-repeat;
	padding: 10px 15px;
	margin: 0;
	border-bottom: none;
	text-indent: -9999999px;
}
.learnmore {
	padding: 15px 15px 5px;
	margin: 0 0 20px;
	background: url(art/learn-more-bg.gif) bottom left repeat-x #fcf7ea;
}
.learnmore p {
	position: relative;
	min-height: 1px;
}
.h2meetingsummaries, .aside.alignright h2.h2meetingsummaries {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	text-transform: none;
	border-bottom: none;
	background: url(art/meeting-summaries.gif) top left no-repeat;
	padding: 10px 15px;
	margin: 0;
	text-indent: -9999999px;
}
.meetingsummaries {
	padding: 15px 15px 0;
	margin: 0 0 20px;
	background: #e9f0f4;
}
.h2researchspot, .aside.alignright h2.h2researchspot {
	background: url(art/research-spotlight-hdr.gif) no-repeat top left;
	padding: 10px 15px;
	margin: 0;
	text-indent: -9999999px;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	text-transform: none;
	border: none;
}
.researchspot {
	background: url(art/research-bg.jpg) repeat-x bottom left #fff;
	padding: 12px 15px 5px;
	margin: 0 0 20px;
	border: 1px solid #ccc;
}
.researchspot img {
	background: url(art/researchspot-imgbg.jpg) top left no-repeat;
	padding: 8px 11px 10px 7px;
	margin: 0 0 7px -3px;
}
.h2didyouknow, .aside.alignright h2.h2didyouknow {
	background: url(art/didyouknow-hdr.gif) no-repeat top left;
	padding: 14px 15px;
	margin: 0;
	text-indent: -999999px;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	text-transform: none;
	border: none;
}
.didyouknow {
	background: url(art/didyouknow-bg.jpg) repeat-x bottom left #fef9f0;
	background: url(art/learn-more-bg.gif) bottom left repeat-x #fcf7ea;
	padding: 15px 15px 5px;
	margin: 0 0 20px;
}
.h2soundfacts, .aside.alignright h2.h2soundfacts {
	background: url(art/sound-facts-head.jpg) no-repeat #dcecf9 -7px 0px;
	padding: 15px;
	margin: 0;
	text-indent: -99999px;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	text-transform: none;
	border-bottom: none;
}
.soundfacts {
	padding: 5px 15px 6px;
	margin: 0 0 20px;
	background: url(art/sound-facts-bg.jpg) repeat-x bottom left #d2e9f3;
}
.content-row {
	width: 100%;
	float: left;
}
.last-row {
	border: none;
}
.content-item {
	width: 220px;
	float: left;
}
ol.image-list {
	margin: 0;
	padding: 0 0 15px 0;
}
ol li.list_01 {
	list-style: none;
	background: url(art/list_01.gif) 0px 1px no-repeat;
	padding: 0 0 7px 37px;
	margin: 7px 0 0;
	position: relative;
}
ol li.list_02 {
	list-style: none;
	background: url(art/list_02.gif) 0px 1px no-repeat;
	padding: 0 0 7px 37px;
	margin: 7px 0 0;
	position: relative;
}
ol li.list_03 {
	list-style: none;
	background: url(art/list_03.gif) 0px 1px no-repeat;
	padding: 0 0 7px 37px;
	margin: 7px 0 0;
	position: relative;
}
ol li.list_04 {
	list-style: none;
	background: url(art/list_04.gif) 0px 1px no-repeat;
	padding: 0 0 7px 37px;
	margin: 7px 0 0;
	position: relative;
}
ol li.list_05 {
	list-style: none;
	background: url(art/list_05.gif) 0px 1px no-repeat;
	padding: 0 0 7px 37px;
	margin: 7px 0 0;
	position: relative;
}
ol li.list_06 {
	list-style: none;
	background: url(art/list_06.gif) 0px 1px no-repeat;
	padding: 0 0 7px 37px;
	margin: 7px 0 0;
	position: relative;
}
ul.bythenumbers li {
	clear:left;
	border-bottom: 1px dotted #666;
	height:1.05em;
	margin-top:10px;
	position:relative;
	background: none;
	padding: 0;
	margin: 0 0 20px;
}
ul.bythenumbers li strong {
	background: #fff;
	float: left;
	display: inline;
	position: relative;
	font-weight: normal;
	padding: 0 3px 0 0;
}
ul.bythenumbers li em {
	font-style: normal;
	float: right;
	display: inline;
	position: relative;
	background: #fff;
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0 0 0 3px;
}
ol.toc a, ol.toc span {
	background:#fff;
	padding:0 3px 0 0;
	float:left;
	position:absolute;
	text-decoration:none;
}
ol.toc a {
	padding:0 0 0 3px;
	right:0;
}
ol.toc ol {
	list-style:lower-roman;
	margin:1.5em 0 1em 5%;
	padding:0;
	background:#fff;
	float:left;
	display:block;
	width:95%;
}
