/*--Body--*/

body {
	margin: 0;
	padding: 0;
	background: #1B3266;
	/*--	font-family: Arial, Helvetica, sans-serif; --*/
	font-family: 'EB Garamond', serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h2-center, h3, h5, h6, h7 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	color: #2483A6;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h2-center {
	font-size: 2.4em;
	text-align:center;
}

h3 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.3em;
	letter-spacing: 1;
}

h6 {
	font-size: 2.8em;
	letter-spacing: 1;
	font-weight:bold;
	margin-top: 20px;
}

h7 {
	float: left;
	margin-top: 4px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 8px;
	font-size: 1.3em;
	letter-spacing: 1;
}

h4 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: .8em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
}

ul, ol {
}

a1 {
	font-weight:bold;
	text-decoration: underline;
	color: #000;
	font-size: .8em;
}

a1:hover {
	font-size: 1.0em;
}

a {
	text-decoration: none;
	color: #2483A6;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

indentleft {
	margin-left: 8px;
}

/*--Image stuff--*/

img.border {
	border: 6px solid #EEE7DF;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignleft2 {
	float: left;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 30px;
}

img.alignright {
	float: right;
}

img.alignright2 {
	float: right;
	margin-left: 25px;
}

img.alignright3 {
	float: right;
	margin-right: 40px;
	margin-top: -20px
}

img.alignright4 {
	float: right;
	margin-right: 4px;
	margin-top: 9px
}

img.aligncenter {
	margin: 0px auto;
}

img.aligncenter3 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}

img.aligncenter2 {
	margin-top: -6px;
	margin-left: 21px;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 197px;
	background-color: #000;
}

#header {
	width: 960px;
	height: 197px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 980px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	display: block;
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
	font-size: 54px;
	font-weight: bold;
	color: #FFFFFF;
}

#logo h2 {
	letter-spacing: -1px;
	color: #2483A6;
}

#logo p {
	margin-top: -10px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	font-size: 20px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/*--In-line table--*/

#table_inline {
	display: block;
	float: none;
	border-style: solid;
	border-color: #1B3266;
	background-color: #2483A6;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding:8px;
	line-height: 160%;
}

#table_inline td, th {

}

#table_inline th {
	font-weight:bold;
	font-size: 14px;
	text-align: center;
}

#table_inline tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	height: 18px;
}

#table_inline td {
	font-size:14px;
	font-weight: normal;
	text-align:justify;
	
}

#table_inline a {
	color:#FFF;
}

/*--In-line table - plain--*/

.inline_plain_wrapper {
	width:98%;
	margin:1%
}

table.inline_plain {
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding:8px;
	line-height: 160%;
	border-collapse: collapse;
}

table.inline_plain td, th {
	border-width:2px;
	border-style:solid;
	border-color:#000;
	border-collapse: collapse;
}

table.inline_plain th {
	font-weight:bold;
	font-size: 14px;
	text-align: center;
}

table.inline_plain tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 16px;
}

table.inline_plain td {
	font-size:12px;
	font-weight: normal;
	text-align:left;
	padding-left: 4px;
	
}

table.inline_plain a {
	color:#2483A6;
}


/* Page */

#page {
	width: 1000px;
	margin: 0px auto;
	margin-top:	-30px;
	background: url(http://www.totw.org/images/img02c.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(http://www.totw.org/images/img01c.jpg) no-repeat left top;
}

#page-bgbtm {
	overflow: hidden;
	background: url(http://www.totw.org/images/img03c.jpg) no-repeat left bottom;
	padding: 40px 50px 0px 50px;
}

#page-content {
	width: 900px;
	margin: 0px auto;
}

/* Content */

#content {
	float: left;
	width: 870px;
	padding: 0px 0px 0px 0px;
}

.post {
	clear: both;
	padding-bottom: 2px;
}

.post .title {
	padding-top: 2px;
	letter-spacing: -1px;
}

.post .title-center {
	float:none;
	text-align:center;
	padding-top: 2px;
	letter-spacing: -2px;
}

.post .title a {
	color: #2483A6;
	border: none;
}

.post .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: 'EB Garamond', serif;
/*--	font-family: Arial, Helvetica, sans-serif; --*/
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.post .entry1 {
	font-size: 1.5em;
	font-family: 'EB Garamond', serif;
/*--	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; --*/
	text-align: justify;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.post .entry1_indent {
	font-family: 'EB Garamond', serif;
/*--	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; --*/
	text-align: justify;
	margin-bottom: 15px;
	margin-left: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.post .entry1_tbl_title {
	font-size: 0.8em;
	text-align: center;
	margin-top: -20px
}

.post .entry2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
}

.post .entry3_indent_left {
	margin-left: 25px;
}


.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

.post_sm {
	clear: both;
	padding-bottom: 2px;
	text-align:center;
}

.post_sm .title {
	padding-top: 2px;
	letter-spacing: 0px;
	color: #2483A6;
	-webkit-transform:scale(2.0, 0.9);	
	-moz-transform:scale(2.0, 0.9);
	-ms-transform:scale(2.0, 0.9);
	-o-transform:scale(2.0, 0.9);
	transform:scale(2.0,0.9);
	font-weight: bold;
}

.post_sm .title a {
	color: #2483A6;
	border: none;
}

.post_sm .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post_sm .meta a {
}

.post_sm .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.post_sm ul {
	color: #000099;
	margin-left: -20px;
	text-align:left;
}

.post_sm li {
	color: #000033;
}

.post_sm .sub_head {
	list-style-type: none;
	margin-left: -20px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #2483A6;
	font-size: 1.2em;
	font-weight:bold;
}

.post_sm li a{
	color: #000;
}

.post_sm li a:hover{
	color: #2483A6;
	font-size: 1.2em;
	text-decoration: none;
}

/* Footer */

#footer-transition {
	clear: both;
	margin-top: -30px;
	position: relative;
	height: 30px;
	background-color: #000;
	z-index: -1;
}

#footer-wrapper {
	clear: both;
	position: relative;
	height: 300px;
	background-color: #000;
}

#footer {
	width: 960px;
	height: 245px;
	margin: 0px auto 40px auto;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 18px;
	line-height: normal;
	text-align: right;
	color: #FFF;
}

#footer a {
	color: #FFF;
}

/*--Table--*/

#table_footer {
	float: left;
	border-style: none;
	width: 400px;
	margin-left: 40px;
}

#table_footer tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 18px;
}

#table_footer td, th {

}

#table_footer th {
	font-weight:bold;
	font-size: 14px;
	text-align: center;
}

#table_footer td {
	font-weight: normal;
	text-align: left;
}


#table_footer2 {
	float: right;
	border-style: none;
	width: 200px;
}

#table_footer2 tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	height: 14px;
}

#table_footer2 td, th {
	text-align:right;
	padding-right: 20px;
}

#table_footer3 {
	float: right;
	border-style: none;
	width: 200px;
	margin-left: 40px;
	margin-top: -20px;
}

#table_footer3 tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 18px;
}

#table_footer3 td, th {

}

#table_footer3 th {
	font-weight:bold;
	font-size: 14px;
	text-align: center;
}

#table_footer3 td {
	font-weight: normal;
	text-align: left;
}
