/*  
Theme Name: Archipelago
Theme URI: 
Description: Archipelago Theme
Version: 1.0
Author: Alan Parsons	
Author URI: www.parsonsprojects.co.uk
*/

body {
	margin: 0;
	padding: 0;
	background: #f1f1f1 url(images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.image{
	position:absolute;
	top:0;
	left:430px;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #023848;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height:120%
}

ul, ol {
}

a {
	text-decoration: none;
	color: #4486C7;
}

a:hover {
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 980px;
	height: 199px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img06.gif) no-repeat left top ;
	position:relative;
}

/* Logo */

#logo {
	margin: 0;
	padding: 0;
	
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
}

#logo p {
	position:absolute;
	top:160px;
	right: 40px;
	text-indent: -90000px;
	display: block;
	height: 28px;
	width: 367px;
	background:url(images/tagline.png) no-repeat;
} 

#logo a {
	text-indent: -90000px;
	display: block;
	height: 199px;
	width: 472px;
	background:url(images/logo.jpg) no-repeat;
	overflow:hidden
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E2E2E2;
	border-bottom: 4px solid #FFFFFF;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	width: 980px;
	height: 41px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	font-size:12px
}

#menu li {
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}

#menu a, #menu span {
	float: left;
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	display: block;
	padding: 10px 15px 10px 15px;
	background:url(images/menu-border.jpg) right 1px no-repeat;
}
#menu a:hover {
	background: url(images/menu.jpg) repeat-x;
	color:#000000;
}
#menu span {
	display: none;
}

/* Page */

#page {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background:#FFFFFF url(images/Compass-Rose.jpg) no-repeat  65% 60%;
	border-top:1px solid #CCC;
}

#page-bgtop {
	padding: 20px 0px;
	width:1000px;
	margin: 0 auto;
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 48%;
	padding:1%;
	padding-top:0px;
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	display:block;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	color: #000000;
	background: url(images/img07.png) no-repeat top left;
}

.post .title a {
	color: #023848;
	border: none;
}

.post .meta {
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 20px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

.post .longmeta small {
	display: block;
	margin: 5px 0px 5px 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width:250px;
	margin:0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	background:url(images/img03.gif) top left repeat-y #f8f8f6;
	border:1px solid #f1f1f1;
	margin: 0;
	padding: 5px;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 5px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 5px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	margin-top:15px;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 5px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden
}

#footer #legal {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
	clear:both
}

#footer a {
	color: #8A8A8A;
}
#bottom{
	width:980px;
	margin:auto;
}
#bottom .ft-col{
	float:left;
	width:305px;
	padding: 10px 10px 0;
}
.pagetitle {
	padding-top: 20px;
}

.navigation {
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:230px;
	margin-left: 5px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}