/*
 * Common HTML elements
 */

body {
	margin-left: 10px;
	padding: 0;
	color: #2E2E2E;
	background-color: #fff;
	font-family: 'Lato',Geneva,Verdana,sans-serif;
}

div {
	line-height: 150%;
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

table.listing td {
	font-size: 0.8em;
}

table.info td {
	font-size: 0.8em;
}

form {
	margin: 0;
}

a {
    color: #002761;
    text-decoration: none;
    font-weight: normal;
}

a:link {
    color: #002761;
}

a:active {
    color: #002761;
}

a:visited {
    color: #002761;
}

a:hover {
    color: #000;
    text-decoration: underline;
    background-color: transparent;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
    color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    background-color: #fff;
    color: #1f1f1f;
    font-family: 'Lato',Verdana,sans-serif;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    border-bottom: 2px solid #E8E8E1;
    border-right: 2px solid #E8E8E1;
    font-size: 1em;
}

input.button {
    background-color: rgb(0,103,165);
    color: #fff;
    text-transform: uppercase;
    font-size: .8em;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

input.defaultButton {
    background-color: rgb(0,103,165);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

/**
 * Main layout elements
 */

#container {
    width: 1000px !important;
    line-height: 150%;
    background-color: #fff;
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 60px;
}

#header {
    padding: 0;
    margin: 0;
    color: #2E2E2E;
    background-color: #fff;
    text-align: center;
    width: 1000px;
    height: 190px;
}

#headerTitle {
    padding: 0;
    padding-top: 15px;
    text-align: center;
    margin: 0 auto;
    width: 1000px;
}

#header h1 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Lato',Verdana,sans-serif;
    font-weight: normal;
    line-height: 1em;
}

#header a img {
    border:none;
}

#body {
    min-width: 1000px !important;
    min-height: 740px;
    margin: 0 auto;
    padding: 0;
    color: #2E2E2E;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
}

#footer {
    min-height: 50px;
    position: relative;
    clear: both;
    background-color: #fff;
}

#footerContent {
    width: 1000px;
    margin: 0 auto;
}

#main {
    margin-top: 0px;
    margin-bottom: 70px;
    padding: 0px 0px 0px 0px;
}

#main h2 {
    margin: 0em 0em 0.5em 0em;
    padding-top: 0;
    font-family: 'Lato',Geneva,Verdana,sans-serif;
    font-size: 1.6em;
    line-height: 125%;
    text-transform: uppercase;
    clear: left;
    color: #000;
    border-bottom: 1px solid black;
}

#main h3 {
    margin: 0em 1em 0.5em 0em;
    padding-top: 0.25em;
    font-family: 'Lato',Verdana,sans-serif;
    font-size: 1.4em;
    line-height: 125%;
}

#content {
    margin: 0;
    padding: 2em;
    padding-top: 0.5em;
    padding-left: 1em;
    min-height: 500px;
    font-size: 1.0em;
    line-height: 150%;
    color: #2E2E2E;
    background-color: #fff;
    border: none;
}

#content h3 {
    margin: 0em 1em 0.25em 0em;
    font-family: 'Lato',Verdana,sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.35em;
}

#content h4 {
    margin: 0em 1em 0.5em 0em;
    padding-top: 0.75em;
    font-family: 'Lato',Verdana,sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 125%;
}

#content h5 {
    margin: 0em 1em 0.25em 0em;
    padding-top: 0.75em;
    font-weight: normal;
    font-size: 1em;
}

#announcementsHome h3 {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.5em;    
}

#announcementsHome td.posted{
    visibility: hidden;
}

#announcementsHome td.more {
    visibility: hidden;
}

#announcementsHome a {
    text-transform: uppercase;
}

/**
 * Navigation bar
 */
#navbar {
    margin-top: 10px;
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    color: #002761;
    background-color: #fff;
    clear: both;
    min-height: 50px;
}

#navbar a {
    font-weight: bold;
}

#navbar a:link, #navbar a:active, #navbar a:visited {
    font-family: 'Lato',Geneva,Verdana,sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
    color: #002761;
    background-color: #fff;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 5px;

}

#navbar ul.menu li {
    padding-right: 10px;
    padding-top: 9px;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #002761;
    background-color: #fff;
    display: block;
    float: left;
    text-align: center;
    height: 30px;
}

#navbar ul.menu li:hover, #navbar ul.menu li:hover a  {
    color: #000;
    background-color: #fff;
    font-weight: normal;
}

/**
 * Breadcrumbs
 */

#breadcrumb {
    width: 100%;
    float: left;
    clear: all;
    padding: 20px 0px 20px 0px;
    margin-left: 1px;
    font-size: 0.9em;
    font-family: 'Lato',"Courier New",sans-serif;
    color: #2E2E2E;
    background-color: #fff;
}

#breadcrumb a {
}

#breadcrumb a.current {
    font-weight: normal;
}

#breadcrumb a:hover {
    text-decoration: underline;
    background-color: transparent;
}

/**
 * Issue cover image
 */

#issueCoverImage a:link, .issueCoverImage a:link {
}

#issueCoverImage a:active, .issueCoverImage a:active {
}

#issueCoverImage a:visited, .issueCoverImage a:visited {
}

#issueCoverImage a:hover, .issueCoverImage a:hover {
}

#issue h4 {
    margin-top: 10px;
}

#issue a {
    font-size: 1.3em;
    line-height: 1.2em;
}

.issueCoverImage img {
    width: 150px;
}

table.tocArticle {
    margin-bottom: 20px;
}

.tocArticleCoverImage {
    display: none;
}

/**
 * Articles
 */
#inlinePdfResizer {
    padding-top: 10px;
    min-height: 600px !important;
	clear: both;
}

.articleCoverImage {
    display: none;
}

#pdfDownloadLinkContainer {
	margin-top: 10px;
}

#pdfDownloadLink {
   text-transform: uppercase;
   font-size: 0.85em;
}

/**
 * Sidebar
 */
#sizer {
   min-height: 20px;
   text-align: center;
}

#sidebar a {
    text-transform: uppercase;
}

#sidebar {
	background-color: rgb(193,208,225);
}

#sidebar div.block {
    font-family: 'Lato',Geneva,Verdana,sans-serif;
    color: #2E2E2E;
    background-color: rgb(193,208,225);
    font-size: 1.3em;
    letter-spacing: 0.1em;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

#sidebar div.block span.blockTitle {
    display: block;
    padding: 0.5em 0 0.5em 0;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #E6E6E6;
    border: 1px solid #bebfbf;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 1em;
}

#sidebar div.block span.blockSubtitle {
    font-size: 1em;
    display: block;
    padding: 0;
}

#sidebar input.button {
    background-color: rgb(0,103,165);
    color: #fff;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1em;
    border: none;
}

#sidebarExternalFeed li {
    padding-bottom: 1em;
}

#sidebarDonation img {
    border: none;
}

/**
 * Right Sidebar
 */

#rightSidebar {
    float: right;
    clear: right;
    width: 220px !important;
    margin: 0;
    margin-right: 0;
    margin-bottom: 60px;
    padding: 20px;
    padding-top: 40px;
    color: #2E2E2E;
    background-color: rgb(193,208,225);
    border: none;
}

#main {
    float: left;
    display: block;
    width: 680px !important;
    margin-left: 0;
    margin-right: 10px !important;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    color: #2E2E2E;
    background-color: #fff;
}
