/*
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, .h7, .h8, .h9 p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:0px 0; }

li, dd, blockquote { margin-left: 0px; }
ul {list-style-position: outside; margin-left:15px;}

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: left;
	font-size: 1em;
	font-family: "trebuchet ms", sans-serif;
	background-color: #f9f6e0;
	background-image: url(images/arrow-list.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/* @end */

/* @group Layout */
div#outer-wrapper {
	background: url(images/body-bkg.gif) repeat-y top center;
	position: relative;
	
}
div#inner-wrapper {
	background: url(images/head-bkg.gif) repeat-x;
	text-decoration: none;
}
div#content-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#logo {
	background: url(images/logopng.png) no-repeat;
	width: 220px;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
div#logo img {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0 0 0 0;
}
div#sidebar {
	float: left;
	width: 175px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	text-decoration: none;
}
div#content {
	float: right;
	width: 730px;
	margin-right: 30px;
	display: inline;
}
div#content-inner {
	margin-top: 20px;
	padding: 0px 0;
	
}
div.content-left {
	padding: 4px;
	width: 218px;
	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: 8px;
	width: 550px;
	display: inline;
	list-style-type: circle;
}
div.content-full {
	clear: both;
	padding-bottom: 0px;
	padding-top: 15px;
}
p.end-story-links {
	border-bottom: 3px solid #f4e3e4;
	margin-bottom: 5px !important;
	font-size: .8em;
}
div#footer {
	clear: both;
	border-top: 1px solid #5e534f;
	background-color: #b3252d;
	padding: 10px;
}

img.content-img {
	float: right;
	border: 3px solid #e2d5b2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

img.content-img2 {
	float: left;
	border: 3px solid #e2d5b2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* @end */

/* @group Nav */
ul#nav {
	margin: 0 0 5px 0;
	height: 55px;
	line-height: 55px;
	font-size: 0.8em;
	font-family: "georgia", serif;
	overflow: hidden;
	
}
ul#nav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 0px 0 0;
}

ul#nav li a:link, ul#nav li a:visited {
	color: #fff;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #fff;
	text-decoration: underline;
}


ul.side-nav2 {
	margin: 5px 5px 5px 25px;
	border-top: 1px dotted #f9f6e0;
	font-family:"trebuchet ms", sans-serif;
	font-size: .7em;
	color: #000000;
	text-transform: none;
	text-decoration: none;
}
ul.side-nav2 li {
	margin: 0;
	list-style-type: none;
	padding: 5px 0;
	text-decoration: none;
}
ul.side-nav2 li a {
	display: inline;
	border-bottom: none;
	margin: 0;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	
}
ul.side-nav2 li a:link, ul.side-nav li a:visited {
	color: #000;
	text-decoration: none;
}
ul.side-nav2 li a:hover {
	background: #f9f6e0;
	color: #b51933;
	text-decoration: none;
}

ul.side-nav {
	margin: 5px 5px 0px 18px;
	border-top: 2px dotted #f9f6e0;
	font-size: .8em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	display: block;
	border-bottom: 2px dotted #f9f6e0;
	margin: 0;
	padding: 7px 0 7px 18px;
	background: url(images/side-nav-bullet.gif) no-repeat 8px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #b51933;
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url(images/side-nav-bullet-light.gif) no-repeat 8px 50% #f9f6e0;
	color: #000;
}

ul.side-nav ul li {font-size:0.85em; padding:0;}

ul.side-nav3 {
	margin: 0px 0px 0px 27px;
	color: #000;
	text-decoration: none;
	
}

ul.side-nav3 li {
	margin: 0;
	list-style-type: none;
	padding: 0px 0;
	text-decoration: none;
}
ul.side-nav3 li a {
	display: block;
	border-bottom: 1px dotted #fff;
	margin: 0;
	padding: 3px 0 3px 27px;
	background: url(images/arrow-list.gif) no-repeat 8px 50%;
	text-decoration: none;
}
ul.side-nav3 li a:link, ul.side-nav li a:visited {
	color: #b51933;
	text-decoration: none;
}
ul.side-nav3 li a:hover {
	background: url(images/arrow-list.gif) no-repeat 8px 50% #f9f6e0;
	color: #000;
	text-decoration: none;
	
}	

ul#footer-nav {
	font-family: "Times New Roman", serif;
	font-size: .7em;
	text-transform: none;
	margin: 0 0 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #fff;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #fff;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #eaeaea;
}






/* @end */

/* @group Headings */
h1 {
	font-family: "trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
}

h2 {
	margin: 0 0 0 0;
	font-family: "trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #bc1b34;
	letter-spacing: -1px;
	text-decoration:none;
}


h3.dateline {
	font-size: .8em;
	font-weight: lighter;
	color: #000000;
	margin: 0 0 5px 0;
}
h4 {
	margin-left: 25px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: "times new roman", georgia;
	color: #fff;
}

.h7, h5 {margin: 0 0 0 0;
	font-family: "trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #b3252d;
}
.h7 a, h5 a, .h7 a:link, h5 a:link, .h7 a:visited, h5 a:visited {text-decoration:none; color:#b3252d;}
h5 {margin-top:15px;}

h6 {margin: 0 0 0 0;
	font-family: "trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #bc1b34;
}

.h8 {margin: 0 0 0 0;
	font-family: "trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .7em;
	color: #000;
}

.h9 {margin: 0 0 0 0;
	font-family: "trebuchet MS", sans-serif;
	text-transform: none;
	font-weight: bold;
	font-size: 1em;
	color: #000;
}

.h10 {margin: 0 0 0 0;
	font-family: "trebuchet MS", sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 1em;
	color: #000;
}
/* @end */

/* @group Text Styles */
div#content-inner {
	font-size: smaller;
	color: #000000;
	line-height: 1.7em;
}
div#content-inner p {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
p.intro:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}
p.copyright {
	font-size: .65em;
	font-family: "Times New Roman", serif;
	color: #fff;
	text-transform: none;
	text-align:center; 
	margin: 10px 0;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
form#search-form {
	/*width: 150px;*/
	float: right;
	margin: 4px 0 0 0;
	border-right: 1px solid #736749;
	border-left: 1px solid #736749;
	border-bottom: 1px solid #736749;
}
form#search-form input.txt {
	width: 140px;
	/*border: 1px solid #736749;*/
	/*border-top: 4px solid #635534;*/
	border: none;
	margin: 0;
	padding: 4px;
	background-color: #dbd6c9;
	color: #fff;
	text-transform: uppercase;
}
/* @end */

/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: 0;
}
div#content-inner a:hover {
	color: #B41933;
	border-bottom: 0;
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #e2d5b2;
	text-decoration: none;
	border-bottom: none !important;
}

p.end-story-links2 a:link, p.end-story-links2 a:visited {
	color: #e9dfb7;
	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: #fff;
}
#mockup, #mockup a, #mockup a:link, #mockup a:visited 
	{text-align:right; font-size: 16px; color:#FFDA76; font-weight:bold; line-height:23px;
		font-family: "trebuchet ms", sans-serif; text-decoration:none; padding-top:5px;}

/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline;}
.style1 {font-weight: bold;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* FUCK Internet Explorer */
/* @end */

