	/*-------------------------------------
	created: mettic.net
	date: 2007-08-23
-------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

a {
	color: #084595;
}

a img {
	border: none;
}

ul {
	list-style: none;
}


#container {
	width: 750px;
	margin: 10px auto;
	font-size: 1.1em;
}


/*-------------------------------------
	Header
-------------------------------------*/

#header {
	position: relative;
	margin-bottom: 15px;
}


#header h1 {
	position: relative;
	width: 386px;
	height: 84px;
	argin: 20px 0 10px 0;
	font-size: 1.2em;
	color: #084595;
}

#header h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../media/layout/logo_sailingNews.gif) no-repeat 0 0;
}

#header #previousissues {
	position: absolute;
	width: 295px;
	height: 84px;
	right: 0;
	top: 0;
}

#header #previousissues div#cut {
	position: absolute;
	overflow: hidden;
	height: 84px;
	left: 12px;
	width: 276px;
}

#header #previousissues div#holder {
	position: absolute;
}

#header #previousissues div#holder img {
	margin: 0 10px 0 0;
	display: inline;
}

a#prev {
	position: absolute;
	left: 0;
}

a#next {
	position: absolute;
	right: 0;	
}

#header #topad {
	margin: 10px 0;
	text-align: center;
}


/*-------------------------------------
	Navigation
-------------------------------------*/

ul#navigation {
	float: left;
	width: 100%;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	border-bottom: 8px solid #084595;
}

ul#navigation li {
	float: left;
	margin: 0 0.5em;
}

ul#navigation li a {
	float: left;
	text-decoration: none;
}

ul#navigation li#contactus {
	float: right;
}

ul#navigation li.current {
	float: left;
	background: #084595 url(../media/layout/nav_bg_right.gif) no-repeat right top;
}

ul#navigation li.current a {
	float: left;
	padding: 0 1.4em;
	background: url(../media/layout/nav_bg_left.gif) no-repeat left top;
	color: #FFF;
}


#newsfeed {
	clear: both;
	padding: 0.4em 0 0.4em 1.4em;
	overflow: hidden;
	display: none;
	border-bottom: 1px solid #084595;
	font-size: 1.2em;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #084595;
	background: url(../media/layout/icon_rss.gif) no-repeat 0 0.4em;
}

#newsfeed #latest {
	font-weight: bold;
}

#newsfeed p {
	float: left;
	width: auto;
	margin: 0 10px 0 0;
}

/*-------------------------------------
	Columns
-------------------------------------*/

#colone {
	float: left;
	margin: 10px 0 0 0;
	width: 130px;
}

#coltwo {
	float: right;
	margin: 10px 0 0 0;
	width: 130px;
}


/*-------------------------------------
	Maincontent
-------------------------------------*/

#maincontent {
	margin: 10px 140px 0 140px;
}

#latestedition {
	overflow: hidden;
	color: #084595;
}

#latestedition h2 {
	margin: 0 0 0.5em 0;
	background: url(../media/layout/hr_dots.gif) repeat-x left bottom;
	font-size: 3em;
}

#latestedition h3 {
	margin: 0.5em 0 0.5em 0;
	color: #FF0000;
	font-size: 1.8em;
}

#latestedition ul li {
	margin: 0 0 1.4em 0;
	padding: 0 0 0 1.5em;
	background: url(../media/layout/bullet.gif) no-repeat 0 0.5em;
}

#latestedition img {
	float: left;
	margin: 0 2em 0 0;
	border: 1px solid #084595;
}

#latestedition p {
	margin: 2em 0 0 0;
	font-size: 1.6em;
	text-align: center;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/*-------------------------------------
	News items
-------------------------------------*/
#newsitems {
	margin: 20px 0 0 0;
}

#newsitems div {
	padding: 12px 5px;
	background: url(../media/layout/hr_dots.gif) repeat-x left top;
}

#newsitems div h3 {
	position: relative;
	width: 450px;
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
}

#newsitems div span {
	position: absolute;
	right: 0;
	font-size: 0.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7b7b7b;
}


/*-------------------------------------
	Footer
-------------------------------------*/

#footer {
	width: 100%;
	position: relative;
	clear: both;
	margin: 10px 0;
	padding: 5px 0;
	background: #084595;
	color: #FFF;
}

#footer p {
	margin: 0 10px;
	display: inline;
}

#footer p#bymettic {
	position: absolute;
	right: 0;
}

#footer a {
	color: #FFF;
	font-weight: bold;
}


/*------------------------------------
	Form
------------------------------------*/
label {
	display: block;
	margin: 10px;
}
