/*//////////General text rules/////////*/
body {
    font-size: 90%;
    line-height: 1.125em;
}
p, blockquote {
	font-family: Georgia, serif;
	padding: 0px 8px 10px 8px;
}
blockquote {
	font-style: italic;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.92em;
}
h1, h2, h3 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 8px 1px 8px;
}
h1 {
	font-size: 1.75em;
	line-height: 125%;
	text-align: center;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.15em;
	line-height: 115%;
}
a.external {
    padding-right: 9px;
    background-image: url(Graphics/ExternalArrow-01.png);
    background-position: right top;
    background-repeat: no-repeat;
}
span.filesize {
    font-family: Arial, Sans-Serif; 
    background-color: #C88; 
    color: #FFF;
    font-size: 0.6em;
    font-weight: bold;
    padding: 0 0.4em 0 0.4em;
    white-space: nowrap;
}
em {
  font-style:italic;
}
.Clear { 
	clear: both;
}
strong {
font-weight:bold;
}
span.filesize  
{
    font-family: Arial, Sans-Serif; 
    background-color: #C88; 
    color: #FFF;
    font-size: 0.6em;
    font-weight: bold;
    padding: 0 0.4em 0 0.4em;
    white-space: nowrap;
}
/*//////////Background/////////*/
html {
	background-color: rgb(40,59,101);
}
body {
	position: relative;
	width: 980px;
	margin: auto;
}
#LeftBackgroundPanel, #RightBackgroundPanel {
	position: absolute;
	width: 400px;
	height: 800px;
	top: 0px;
	z-index:-1;
}
#LeftBackgroundPanel {
	right: 830px;
	background-image: url(Graphics/IssueLayout-13.jpg);
}
#RightBackgroundPanel {
	left: 830px;
	background-image: url(Graphics/IssueLayout-14.jpg);
}
/*//////////Banner Decoration/////////*/
#BannerDecoration {
	width: 980px;
	height: 170px;
}
#DecorativePhoto {
	position: absolute;
	width: 980px;
	height: 70px;
	top: 100px;
	z-index: 1;
}
#Logo {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 285px;
	height: 158px;
	z-index: 2;
}

/*//////////Main frame/////////*/
#Main {
	width: 980px;
	height: auto;
}

/*//////////Menu Bars (both upper and lower)/////////*/
#MenuBar, #FooterMenu{
	position: relative;
	width: 760px;
	height: 50px;
	float: right;
	background-color: none;
	font-size: 16px;
	font-weight: bold;
}
#MenuBar>ul, #FooterMenu>ul{
	display: block;
	z-index: 2;
}
#MenuBar>ul li, #FooterMenu>ul li{
	position: relative;
	text-align: center;
	float: left;
}
#MenuBar>ul li {
	width: 70px;
	margin: 16px 12px;
}
#FooterMenu>ul li {
	width: 170px;
	margin: 16px 40px;
}
#MenuBar>ul li a, #FooterMenu>ul li a {
	position: relative;
	text-decoration: none;
	color: rgb(198,224,240);
	display: block;
}
#MenuBar>ul li a:hover, #FooterMenu>ul li a:hover {
	text-decoration: underline;
}
#MenuBar>ul li ul{
	display:block;
	float:left;
	position: relative;
	background-color: rgb(40,59,101);
	display: none;
	z-index: 3;
}
#MenuBar>ul li:hover ul {
	display:block;
}
#MenuBar>ul li ul li {
	display:block;
	margin:0px;
	text-align:left;
	float:left;
	width:120px;
	background-color: none;
}
#MenuBar>ul li ul li a {
	color: rgb(198,224,240);
	margin: 5px 8px;
	line-height: 18px;
	font-size: 0.9em;
	width: 100px;
}
#MenuBar>ul li:hover div {
	position: absolute;
	background-image: url(Graphics/IssueLayout-12.png);
	width: 120px;
	height: 5px;
	bottom: -5px;
	z-index: 4;
}
/*//////////Social Media/////////*/
#SocialMedia {
	position: relative;
	padding:5px;
  margin:5px;
	width: 190px;
	height: auto;
	background-color: none;
  padding-top:10px;
}
#SocialMedia>ul>li {
	position: relative;
	display: inline-block;
	width: 93px;
}
#SocialMedia>ul>li>a {
	font-size: 0.75em;
	height: 24px;
	text-decoration: none;
	color: rgb(149,174,193);
}
#SocialMedia>ul>li>a>img {
	width 20px;
	height 20px;
}
#SocialMedia>ul>li>a>span {
	display: inline;
	position: absolute;
	left: 26px;
	bottom: 0px;
}
#SearchForm>button {
	display: inline;
}
#SearchInput>input {
	display: inline;
	margin-left: 15px;
	margin-right: 0;
	width: 100px;
}
/*//////////Sidebar Pages/////////*/
#LeftSidebar {
	position: relative;
  margin:5px;
	width: 190px;
	background-color: rgb(226,246,249);
	color: rgb(40,59,101);
  text-align:center;
}
#LeftSidebar h2{
  text-align:left;
  margin:0px;
  padding:0px 0px 5px 0px;
}
#LeftSidebar #RSSFeedLink{
  font-size:0.7em;
  padding:0px;
  margin:0px;
}

#LeftSidebar #PaypalDonateButton{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
/* side bar structure */
#LeftSidebar ul{
  display:block;
}
#LeftSidebar>ul>li{
  padding:5px;
  display:block;
  margin-bottom:5px;
  background-color:#fff;
  border:solid 2px #aaa;
}
#LeftSidebar>h3{
  display:block;
  text-align:left;
}
#SiteArmLogo {
	position: relative;
  display:block;
	margin: 0px auto; /*this should work with margin: 0px auto; but for some reason it's not.*/
}
/* tags */
#TagCloud {
	word-spacing:3px;
	background-color: white;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom:10px;
  line-height: 1.7em;
  text-align: center;
}
#Donate input{
  margin-left:auto;
  margin-right:auto;
}
.TagPreview{
  margin:10px;
}
#TagCloud a{
  padding:0px;
}
#TaggedResources {
}
#PhotoPreviewBlock {
  width:140px;
  margin-left:auto;
  margin-right:auto;
}
#PhotoPreviewBlock .Blok{
  margin-left:0px;
  display:inline;
  height:65px;
  width:65px;
}
#PhotoPreviewBlock .Newline {
  height:65px;
  width:65px;
}
#PhotoPreviewBlock .Trailer {
  padding:5px 20px;
  font-size:0.8em;
  text-align:center;
}
/*/////////Content/////////*/
#ContentSingle {
	width: 960px;
	float: right;
	padding: 10px;
	background-color: rgb(226,246,249);
}
#Content {
	width: 740px;
	float: right;
	padding: 10px;
	background-color: rgb(226,246,249);
}
#Outline {
	Width: 180px;
	padding: 6px;
	float: left;
	background-color: rgb(198,224,240);;
}
#Content ul>li {
	list-style: disc inside;
	text-indent: 10px;
}
#IssueMenu>ul>li {
	list-style: none;
}
#Content ol>li {
	list-style: decimal inside;
	text-indent: 10px;
}
#Content ol ol>li, #Content ul ol>li, #Content ol ul>li, #Content ul ul>li {
	font-size: 0.9em;
	text-indent: 30px;
}
#Content ul ul ul>li {
	text-indent: 39px;
}
#Content ol ol>li, #Content ul ol>li {
	list-style: lower-alpha inside;
}
#Content ol ul>li, #Content ul ul>li {
	list-style: circle inside;
}
#Content th {
	font-weight: bold;
}
#Content table {
	margin: 5px;
}
#Content td, #Content th {
	border: 1px solid #015;
	padding: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.FigureWrapper {
	float: right;
  clear: right;
	background-color: none;
	padding: 5px 0px 5px 5px;
}
.Figure {
	background-color: white;
	font-family: Times, serif;
	font-style: italic;
	font-size: 0.9em;
}
.Figure>h3 {
	text-align: center;
}
.FigureWrapper iframe{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
#FigureDetail iframe{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
#FurtherReading, #AuthorshipInfo {
	clear:both;
	width: 710px;
	margin: 0 auto;
	margin-bottom:12px;
	padding: 8px;
	background-color: rgb(215, 230, 250);
}
#FurtherReading>h2 {
	padding-top: 0;
}
#LastModified {
	font-weight: bold;
	font-size: 0.85em;
}
#AuthorshipInfo {
  font-style: italic;
  font-size: 0.9em;
  font-weight:1;
  width: 680px;
  padding: 10px;
}
#AuthorshipInfo #LicenseImage {
  display:block;
  margin:10px;
  float:left;
  vertical-align:text-top;
}
.PrimaryAuthor{
  font-weight:bold;
}

/*//////////Figure/////////*/
#FigureDetail #FigureTitle{
  text-align:center;
}
#FigureDetail img{
  margin-left:auto;
  margin-right:auto;
  display:block;
  padding:20px 0px;
}
#Description {
 margin-top:20px;
}
#FigureDetail #Description{
	font-weight: bold;

}
#FigureDetail table 
{
    margin: auto;
}
#FigureDetail table
{
}
#FigureDetail th
{
    font-weight: bold;
}
#FigureDetail th, #FigureDetail td
{
    border-width: 1px;
    border-color: Black;
    border-style: solid;
    padding: 2px 5px 2px 5px;
    text-align: center;
}
#FigureFileAttachments{
  margin-top:10px;
  margin-bottom:10px;
}
/*///////////Inline Photo////////*/
.InlinePhoto{
}
.InlinePhoto>.RoundCorners {
  background-color: white;
  padding: 0 8px;
}
.InlinePhoto h2 {
	font-size: 0.8em;
	padding: 2px 0 4px 0;
	text-align: center;
}
.InlinePhoto>.Image {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.InlinePhoto.FloatLeft{
  float:left;
  padding:10px 10px 10px 0px;
}
.InlinePhoto.FloatRight{
  padding:10px 0px 10px 10px;
  float:right;
}
.InlinePhoto .PhotoCaption {
	text-align: left;
	font-size: 0.85em;
	font-style: italic;
	margin-bottom: 2px;
}
.InlinePhoto .GetPhoto, .Figure .FullFigureLink {
	font-size: 0.7em;
	line-height:0.9em;
	text-decoration: none;
	background-color: #567;
	color: #DEF;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	position: absolute;
	padding: 1px 2px 0 2px;
	right: 0px;
	bottom: 0px;
	border-top: 2px solid #2D3F9A;
	border-left: 2px solid #2D3F9A;
}
.InlinePhoto .Photographer, .InlinePhoto .PhotoSource {
 font-weight: normal;
 font-family: Arial, Sans-Serif;
 margin: 0;
 color: #567;
 text-align: left;
 font-size: 0.7em;
 line-height:0.9em;
}
/*///////////News - Sidebar////////*/
.NewsFeed {
	line-height: 0.95em;
}
.NewsFeed>h2 {
	color: rgb(55,75,115);
}
.NewsFeedContent {
	font-size:1em;
}
.NewsItem {
	margin-bottom: 8px;
	margin-top: 10px;
}
.NewsItem > p {
	font-family: Arial, Helvetica, Sans-serif;
	font-style: italic;
  text-align: center;
  padding:2px;
  margin:0px;
}
.NewsItem.first {
	margin-top:0px;
}
.NewsItemTitle {
	text-align: left;
	margin: 1px 1px 5px 1px;
  padding:0px;
}
/*///////////Tweets - Sidebar////////*/
.Tweet{
  margin-bottom:10px;
  font-size:0.9em;
  border:solid 1px black;
}
#TwitterBird{
  margin-right:6px;
}
.GTTTweetLink{
  font-size:0.65em;
  display:block;
  text-align:left;
}
/*///////////Tweets - Sidebar////////*/
#FaceBookBadge{
  height:79px;
  width:120px;
  margin-left:auto;
  margin-right:auto;
}
/*///////////Pagination////////*/
.Pagination {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
}
/*//////////Sponsors//////////*/
.SponsorDescription{
	float:left;
	clear:both;
	margin-bottom:30px;
}
.SponsorDescription>h2 {
	margin-bottom:10px;
}
.SponsorDescription p {
  padding:10px;
}
.SponsorDescription>img {
 margin:10px;
}
.SponsorDescription>.logo {
	display:block;
	float:right;
}
.SponsorDescription>.image {
	display:block;
	float:left;
}
/*//////////Webmapper//////////*/


