﻿/*
Company:	Nautica X - ost.org
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-size: 1em;
	font-family: Verdana, sans-serif;
	margin: 0px;
	margin-top: 0px;
	
	
}
body{
text-align: -moz-center;
}
/* @end */



div#outer-wrapper {
	

	
}

div#inner-wrapperoutside {
	background: url(img/header-bkg.gif) repeat-x;
	width: 100%;
	display: inherit;
	padding: 10px 0px 5px 0px;
}

div#inner-wrapper {
	background: url(img/header-bkg.gif) repeat-x;
	width: 980px;
	text-align:right;
	display:inline-block;
	padding: 6px 0px 5px 0px;
	background-color: #FFFFFF;
}
div#content-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 100%;
}

div#contenttop2-wrapper {
	width: 980px;
	text-align: left;
	height: 100%;
	font-size: 11pt;
	font-family: Arial, sans-serif;
	line-height:150%;
	padding: 0px 0px 0px 0px;
	color: #1D2B6C;
	margin-left: auto;
	margin-right: auto;
	display:inline-block;
	background-color: #E94A34;

}

div#contentnewsheader-wrapper {
	width: 950px;
	text-align: left;
	margin-left: 0px;
	height: 100%;
	font-size: small;
	font-family: Arial, sans-serif;
	line-height:150%;
	border-bottom: thin;
	border-bottom-color: #B72E2A;
	border-bottom: 1px solid;
	padding: 5px 0px 5px 5px;
	color: #1D2B6C;
}



div#sidebar {
	float: left;
	width: 210px;
	display: inline;
}
div#content {
	float: right;
	width: 950px;
	margin-right: 30px;
	display: inline;
	height: 100%;
	font-size: small;
	font-family: Arial, sans-serif;
	line-height:150%;
	
}

div#content-inner {
	margin-top: 20px;
	padding: 1px 0;
}
div.content-left {
	padding: 4px;
	width: 0px;
	background-color: #d7d7d7;
	float: left;
	display: inline;
}
div.content-left img {
	border: 1px solid #fff;
}
div.content-left p {
	background-color: #ffffff;
	margin: 4px 0 0 0 !important;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", serif;
	padding: 2px;
	font-size: 1.3em;
	border: 1px solid #fff;
}
div.content-left p span {
	font-size: .8em;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 484px;
	display: inline;
}
div.content-full {
	clear: both;
	padding-top: 15px;
}
p.end-story-links {
	border-bottom: 4px solid #d1b9b3;
	margin-bottom: 15px !important;
	font-size: .8em;
}
div#footer {
	clear: both;
	border-top: 1px solid #ffffff;
	background-color: #7597a2;
	padding: 5px;
	position: bottom;


}
div#footer2 {
	clear: both;
	border-top: 1px solid #ffffff;
	background-color: #7597a2;
	padding: 5px;
	position: bottom;
	height:100%;
}


img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}

img.gallery {
	float: left;
	border: 0px solid #ccc;
	margin: 0 5px 5px 0;
}


/* @end */

/* @group Nav */
ul#nav {
	margin: 2px 0 2px 0;
	height: 23px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	color:white;
}

ul#navnew {
	margin: 2px 0 2px 0;
	height: 23px;
	font-size: 10pt ;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
}

ul#navnew li {
	display:inline;
	list-style-type: none;
	text-transform: uppercase;
	text-decoration:  none;
	margin: 8px 8px 0 0px;
}

ul#navnew li a:link, ul#navnew li a:visited {
	color: #1D2B6C;
	text-decoration: none;
	
}
ul#navnew li a:hover {
	color: #b72e2a;
}


ul#nav li {
	display:inline;
	list-style-type: none;
	text-transform: uppercase; font-weight:bold;
	margin: 2px 8px 0 0;
	
}

ul#nav li a:link, ul#nav li a:visited {
	color: #d8cbc1;
	text-decoration: none;
	
}
ul#nav li a:hover {
	color: #962d4c;
}

ul.side-nav {
	margin: 0px 5px 0px 10px;
	border-top: 0px solid #e9e7e7;
	font-size: .8em;
	color: #b72e2a;
	text-transform: uppercase; font-weight:bold;
}
ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 0px 0;
}
ul.side-nav li a {
	display: block;
	border-top: 1px solid #b72e2a;
	margin: 0;
	padding: 10px 0 10px 20px;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #1d2b6c;
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url(img/side-nav-bullet-light.gif) no-repeat 5px 10% #C0C0CC;
	color: #b72e2a;
}

ul.subside-nav {
	margin: 0px 5px 5px 10px;
	font-size: .7em;
	color: #b72e2a;
	text-transform: uppercase;
	text-decoration:none;
}
ul.subside-nav li {
	margin: 0;
	list-style-type: none;
	padding: 0px 0;
}
ul.subside-nav li a {
	display: block;
	margin: 0;
	padding: 0px 0 0px 20px;
	
}
ul.subside-nav li a:link, ul.side-nav li a:visited {
	color: #1d2b6c;
	text-decoration: none;
}
ul.subside-nav li a:hover {
	color: #b72e2a;
	background: 10% #C0C0CC;
}


ul#footer-nav {
	font-family: "Times New Roman", serif;
	font-size: .7em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}
/* @end */

/* @group Headings */
h1 { }
h2 {
	margin: 0 0 0 0;
	font-family: "Times New Roman", serif;
	font-weight: lighter;
	font-size: 1.6em;
	color: #464031;
}
h3.dateline {
	font-size: .8em;
	font-weight: lighter;
	color: #dc3409;
	margin: 0 0 10px 0;
}
h4 {
	margin-left: 25px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: 10px;
	font-family: "Times New Roman", serif;
	color: #a1a09b;
}
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#content-inner {
	font-size: .75em;
	color: #1d2b65;
	line-height: 1.7em;
}
div#content-inner p {
	margin: 2px 0 30px 0;
}
p.intro:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}
p.copyright {
	font-size:	x-small;
	font-family: Arial, Helvetica, sans-serif, serif;
	color: #1D2b6C;
	text-transform: uppercase;
	margin: 10px 0;
	font-style: oblique;
	
}
/* @end */

/* @group Lists */
	
/* @end */


/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: 1px dotted #8b7f73;
}
div#content-inner a:hover {
	color: #000000;
	border-bottom: 1px dotted #706153;
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */