/*  
Theme Name: Private Island Resources
Theme URI: http://resources.privateislandsonline.com/
Description: 
Author: Linus Rachlis (original WP by Michael Heilemann, http://binarybonsai.com/)
*/

/**** PIO DESIGN STYLES FIRST ****/


/*** GENERIC STYLES ***/

/* broad strokes */

html { margin: 0; padding: 0; }
body { margin: 0; padding: 0 0 15px 0; background-color: #f7fbfd; font: 10px Arial, sans-serif; }
body.forsale { color: #069; }
body.forrent { color: #066; }

/* links */

.plaintext-only { display: none; }
a img { border: none; }
a { text-decoration: underline; }

body         a:link, body         a:visited { color: #0078B3; }
body.forrent a:link, body.forrent a:visited { color: #007878; }
body         a:active, body         a:hover,
body.forrent a:active, body.forrent a:hover { color: #dd8500; }

a.torent, a.tosale { text-decoration: none; }
a.torent:link, a.torent:visited { color: #099 !important; }
a.tosale:link, a.tosale:visited { color: #0078B3 !important; }

/* content structure tags and classes */

table {
    margin: 0;
    border-collapse: collapse;
}
td { padding: 0; }

a.bgImgBtn {
    display: block;
    text-indent: -9999em;
    overflow: hidden;
    background: transparent center no-repeat;
}

/* form elements */

input.text {
    font: 11px Arial, sans-serif;
    border: 1px solid #999;
    background-color: #eee;
    color: black;
    height: 15px;
    padding: 3px 1px;
}

form.searchform input,
form.newsletterform input { vertical-align: middle; }


/*** SPECIFIC PAGE ELEMENTS ***/

/* big container div */
div#master {
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding: 122px 0 0 0;
}

/* small text links at top */

div#toplinks {
    position: absolute;
    top: 4px;
    left: 0;
    background-color: transparent;
    color: #CC6600;
    width: 950px;
    text-transform: lowercase;
    font: 10px Arial, sans-serif;
    padding-bottom: 3px;
    border-bottom: 1px solid #e8e8e8;
}
/* these DIVs enclose groups of links, and each has an icon at its left. */
div#toplinks div {
    float: left;
    margin: 0 0 0 31px;
    line-height: 15px;
    /* border: 1px solid green; */
}
div#toplinks div.first { margin: 0 0 0 12px; }
div#toplinks a {
    float: left;
    display: block;
    text-decoration: none;
    font-weight: normal;
    padding: 0 5px 0 7px;
    background: transparent url('images/toplinks/between.gif') no-repeat left center;
}
div#toplinks a:link,
div#toplinks a:visited { color: #666; }
div#toplinks a:active,
div#toplinks a:hover { color: #333; }
div#toplinks a.first {
    padding: 0 5px 0 16px;
}
div#toplinks div.home a.first     { background-image: url("images/toplinks/home.gif"); }
div#toplinks div.bookmark a.first { background-image: url("images/toplinks/bookmark.gif"); }
div#toplinks div.info a.first     { background-image: url("images/toplinks/info.gif"); }
div#toplinks div.contact a.first  { background-image: url("images/toplinks/contact.gif"); }
div#toplinks div.subscribe a.first  { background-image: url("images/toplinks/subscribe.gif"); }
div#toplinks div.favs a.first     { background-image: url("images/toplinks/favs.gif"); }

/* top logo */

div#toplogo {
    position: absolute;
    left: 9px;
    top: 42px;
}
div#toplogo h1 { margin: 0; }

/* top advert */

div#topad {
    position: absolute;
    left: 320px;
    top: 46px;
}

/* lightbox */

div#lightbox {
    position: absolute;
    left: 630px;
    top: 41px;
    text-align: left;
}
div#lightbox div#lb_tabs {
    height: 15px;
}
div#lightbox div#lb_tabs a {
    margin: 0;
    text-decoration: none;
    padding: 0 2px;
    color: #666;
}
div#lightbox div#lb_tabs a:link,
div#lightbox div#lb_tabs a:visited { background-color: #eee; }
div#lightbox div#lb_tabs a:active,
div#lightbox div#lb_tabs a:hover { background-color: #ddd; }
div#lightbox div#lb_tabs a.selected { color: white; }
body.forsale div#lightbox div#lb_tabs a.selected { background-color: #0078B3 !important; }
body.forrent div#lightbox div#lb_tabs a.selected { background-color: #088 !important; }

div#lightbox .lightboxlayer {
    width: 318px;
    height: 48px;
    padding: 0;
    position: relative; /* creates new containing block */
}
div#lightbox .lightboxlayer .lb_item {
    float: left;
    margin: 0 3px 0 0;
}
div#lightbox .lightboxlayer a.viewAllFavs {
    display: block;
    text-indent: -9999em;
    overflow: hidden;
    width: 60px;
    height: 48px;
    background: transparent center no-repeat;
}
div#lightbox .lightboxlayer a.viewAllFavs:link,
div#lightbox .lightboxlayer a.viewAllFavs:visited {
    background-image: url("images/view-favs.gif");
}
div#lightbox .lightboxlayer a.viewAllFavs:active,
div#lightbox .lightboxlayer a.viewAllFavs:hover {
    background-image: url("images/view-favs-on.gif");
}


/* orange tab bar */

div#orangebar { /* outer height: 22px */
    width: 950px;
    height: 19px;
    border-bottom: 1px solid black;
    color: white;
    font: bold 10px/19px Verdana, sans-serif;
    text-transform: lowercase;
}
div#orangebar div {
    float: left; /* for IE so height won't ruin it */
    height: 19px;
    margin: 0;
    padding: 0;
}

div#orangebar div.saleTab {
    width: 151px;
    background: #006699 url("images/orangebar/blue-left.gif") no-repeat left top;
}
div#orangebar div.saleTab div {
    width: 131px;
    padding: 0 10px;
    background: transparent url("images/orangebar/blue-right.gif") no-repeat right top;
}

div#orangebar div.rentTab {
    width: 151px;
    background: #009999 url("images/orangebar/teal-left.gif") no-repeat left top;
}
div#orangebar div.rentTab div {
    width: 131px;
    padding: 0 10px;
    background: transparent url("images/orangebar/teal-right.gif") no-repeat right top;
}

div#orangebar div.othersTab {
    width: 648px;
    background: #CC6600 url("images/orangebar/orange-left.gif") no-repeat left top;
}
div#orangebar div.othersTab div {
    width: 628px;
    padding: 0 10px;
    background: transparent url("images/orangebar/orange-right.gif") no-repeat right top;
}

div#orangebar div div a {
    display: block;
    width: 131px;
    /* border: 1px solid #0f0; */
    margin: 0;
    padding: 0;
    text-align: center;
}
div#orangebar div.othersTab div a {
    float: left;
    width: auto;
    padding: 0 19px 0 20px;
    background: transparent url("images/orangebar/orange-between.gif") no-repeat left center;
}
div#orangebar div.othersTab div a.first {
    background: none;
    padding: 0 20px;
}

/* link colours */
div#orangebar a:link, div#orangebar a:visited, div#orangebar a:active {
    color: white;
    text-decoration: none;
}
div#orangebar div.saleTab a:hover { color: #B0EBFF; }
div#orangebar div.rentTab a:hover { color: #B0FFFF; }
div#orangebar div.othersTab a:hover { color: #FFE0B1; }

/* newsletter sign-up box */

div#list-signup {
    display: none;
    position: absolute;
    left: 311px;
    top: 142px;
    background: transparent url("images/list_signup/bg.gif") bottom center no-repeat;
    width: 227px; /* bg image width, 247 - (padding*2) */
    color: white;
    padding: 10px;
    font-size: 11px;
}
div#list-signup a { color: white; }
div#list-signup p { margin: 5px 0 0 0; }
div#list-signup form { margin: 0; }
div#list-signup form input.email { width: 180px; }
div#list-signup form input.button {
    background-color: #dd8500;
    color: #222;
    font: bold 11px Arial, sans-serif;
    border: 1px outset #dd8500;
    padding: 2px;
}

/* content area */

#printlogo { display: none; }

#content {
    width: 948px;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: none solid solid solid;
    border-color: black;
    background: white;
    clear: both;
    position: relative;
}

body.forsale #content a:link, body.forsale #content a:visited { color: #069; }
body.forsale #content a:active, body.forsale #content a:hover { color: #dd8500; } /* spec=112 */
body.forrent #content a:link, body.forrent #content a:visited { color: #066; }
body.forrent #content a:active, body.forrent #content a:hover { color: #dd8500; }

#content div.content-top { height: 12px; margin: -10px 3px 10px 0; }

#content div.content-top div.right { float: right; }

/* text links at bottom */

div#bottomlinks {
    margin-top: 2px;
    padding: 1.5em 0;
    text-align: center;
    width: 950px;
}
body.forsale div#bottomlinks { border-top: 7px solid #0078B3; }
body.forrent div#bottomlinks { border-top: 7px solid #008888; }


/*** TOOLTIP ***/

table#tooltip, table#tooltip_left {
    z-index: 20; /* above pop-up menus */
    margin: 0;
    display: none;
    position: absolute;
    border-collapse: collapse;
}
table#tooltip td, table#tooltip_left td { padding: 0; }

/* normal */

table#tooltip td.topright {
    width: 7px;
    background: transparent url("images/tooltip/topright.gif") top right no-repeat;
}
table#tooltip td.topleft {
    background: transparent url("images/tooltip/topleft.gif") top left no-repeat;
    padding: 20px 5px 5px 34px;
    color: white;
    font: 11px Arial, sans-serif;
}
table#tooltip td.bottomright {
    width: 7px;
    height: 7px;
    background: transparent url("images/tooltip/bottomright.gif") bottom right no-repeat;
}
table#tooltip td.bottomleft {
    height: 7px;
    background: transparent url("images/tooltip/bottomleft.gif") bottom left no-repeat;
}

/* left-facing */

table#tooltip_left td.topright {
    background: transparent url("images/tooltip/left/topright.gif") top right no-repeat;
    padding: 20px 34px 5px 5px;
    color: white;
    font: 11px Arial, sans-serif;
}
table#tooltip_left td.topleft {
    background: transparent url("images/tooltip/left/topleft.gif") top left no-repeat;
    width: 7px;
}
table#tooltip_left td.bottomright {
    height: 7px;
    background: transparent url("images/tooltip/left/bottomright.gif") bottom right no-repeat;
}
table#tooltip_left td.bottomleft {
    width: 7px;
    height: 7px;
    background: transparent url("images/tooltip/left/bottomleft.gif") bottom left no-repeat;
}


/**** THEN WHAT'S LEFT OF THE WP STYLES ****/


/* Begin Typography & Colors */
.wp_content {
	font-size: 12px;
	font-family: Arial, Sans-Serif;
    color: #069;
}

.wp_content a:link, .wp_content a:visited { color: #069; }
.wp_content a:active, .wp_content a:hover { color: #dd8500; }

.wp_content .entry .entry_footer {
    background-color: #f8f8f8;
	border-top: 1px solid #ddd;
    text-align: center;
    padding: 8px;
}

.wp_content_wide .entry p {
	font-size: 1.05em;
}

.wp_content_narrow, .wp_content_wide {
	line-height: 1.35em;
}

.wp_content_wide {
	line-height: 1.6em;
	}

.wp_content_narrow .postmetadata {
	text-align: center;
	}

.wp_content .alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.wp_content small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.wp_content .wp_sidebar {
    text-align: right;
    font: bold 10px Verdana, sans-serif;
}
.wp_content .wp_sidebar h2 {
	font: bold 10px Arial, sans-serif;
    text-transform: uppercase;
}

.wp_content h1, .wp_content h1 a, .wp_content h1 a:hover, .wp_content h1 a:visited, {
	text-decoration: none;
	}

.wp_content h2, .wp_content h2 a, .wp_content h2 a:hover, .wp_content h2 a:visited, .wp_content h3, .wp_content h3 a, .wp_content h3 a:hover, .wp_content h3 a:visited, .wp_sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.wp_content .entry p a:visited {
	color: #b85b5a;
	}

.wp_content .commentlist li, #wp_commentform input, #wp_commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}

.wp_content .commentlist li {
	font-weight: bold;
	}

.wp_content .commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.wp_content .commentlist p {
    font-size: 11px;
    color: #333;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#wp_commentform p {
	font-family: Arial, Sans-Serif;
	}

.wp_content .commentmetadata {
	font-weight: normal;
}
.wp_content .commentmetadata a {
    text-decoration: none;
}

.wp_content small, .wp_sidebar ul ul li, .wp_sidebar ul ol li, .wp_content .nocomments, .wp_content .postmetadata, .wp_content blockquote, .wp_content strike {
	color: #777;
	}

.wp_content code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

.wp_content acronym, .wp_content abbr, .wp_content span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#wp_page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	border: 1px solid #959596;
	}

#wp_header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px;
	}

#wp_headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
    
.wp_content_narrow {
	padding: 0 20px 20px 16px;
	margin: 0;
    vertical-align: top;
    text-align: justify;
    width: 451px;
}

/* .wp_content_index { width: 390px !important; } */

.wp_content_wide {
	padding: 10px 30px 20px 30px;
	margin: 0;
    vertical-align: top;
}

.wp_content .post {
	margin: 0 0 40px;
	text-align: justify;
	}

.wp_content .post hr {
	display: block;
	}

.wp_content_wide .post {
	margin: 0;
	}

.wp_content_narrow .postmetadata {
    margin-top: 25px !important;
	padding-top: 5px;
	}

.wp_content_wide .postmetadata {
	margin: 30px 0;
	}

.wp_content_wide .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.wp_content_wide .attachment {
	text-align: center;
	margin: 5px 0px;
}

.wp_content .postmetadata {
	clear: left;
}

table.wp_content td.right-ad {
    width: 160px;
    vertical-align: top;
}

.wp_footer {
    border-top: 1px solid #eee;
	padding: 10px 0;
	text-align: center;
    background-color: #f7fbfd;
}

table.wp_content td.wp_content_narrow div.frontpage-latest-articles {
    float: right;
    border: 1px solid #069;
    padding: 0;
    margin: 55px 0 12px 16px;
    width: 250px;
    text-align: left;
}
table.wp_content td.wp_content_narrow div.frontpage-latest-articles h2 {
    margin: 0 0 10px 0;
    padding: 4px 6px;
    background-color: #069;
    color: white;
    font: bold 10px Arial, sans-serif;
    text-transform: uppercase;
}
table.wp_content td.wp_content_narrow div.frontpage-latest-articles ul {
    margin: 10px;
    padding: 0;
    list-style: none;
}
table.wp_content td.wp_content_narrow div.frontpage-latest-articles ul li {
    margin: 0;
    padding: 0;
}

.wp_content div.breadcrumbs {
    margin: 10px 0;
    font: 11px Arial, sans-serif;
}
.wp_content div.breadcrumbs a {
    font-weight: bold;
    text-decoration: none;
}
.wp_content div.breadcrumbs span {
    color: #dd8500;
}
/* End Structure */



/*	Begin Headers */
.wp_content h1 {
	margin: 1em 0;
    font: normal 18px Arial, Sans-Serif;
    color: #069;
    background-color: #ECF5FF;
    padding: 1px 2px;
}

.wp_content h2 {
    font: bold 15px Arial, Sans-Serif;
	margin: 15px 0 10px 0;
}

.wp_content h2.pagetitle {
	margin-top: 30px;
	text-align: center;
    color: #CC6600;
}

.wp_sidebar h2 {
	margin: 3px 0;
	padding: 0;
	}

.wp_content h3 {
    font-size: 14px;
	padding: 0;
	margin: 30px 0 0;
	}

.wp_content h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
.wp_content p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.wp_content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp_content img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.wp_content img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.wp_content .alignright {
	float: right;
	}

.wp_content .alignleft {
	float: left
	}
/* End Images */



/* Begin Lists (more in style-all.css -- this is for screen only) */

.wp_content_narrow ul {
    list-style: url("images/bulletsale.gif");
}

.wp_sidebar ul, .wp_sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.wp_sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 1.4em 0 0 0;
    padding: 0;
    }

.wp_sidebar ul p, .wp_sidebar ul select {
	margin: 5px 0 8px;
	}

.wp_sidebar ul ul, .wp_sidebar ul ol {
	margin: 3px 0 0 0;
	}

.wp_sidebar ul ul ul, .wp_sidebar ul ol {
	margin: 0 0 0 10px;
	}

.wp_content ol li, .wp_sidebar ul ol li {
	list-style: decimal outside;
	}

.wp_sidebar ul ul li, .wp_sidebar ul ol li {
	margin: 2px 0 0;
	padding: 0;
	}
/* End Lists */



/* Begin Form Elements */
#wp_searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

.wp_sidebar #wp_searchform #s {
	width: 108px;
	padding: 2px;
	}

.wp_sidebar #wp_searchsubmit {
	padding: 1px;
	}

.wp_content .entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.wp_content select {
	width: 130px;
	}

#wp_commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#wp_commentform textarea {
	width: 100%;
	padding: 2px;
	}

#wp_commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments */
.wp_content .alt {
	margin: 0;
	padding: 10px;
	}

.wp_content .commentlist {
	padding: 0;
	text-align: justify;
	}

.wp_content .commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.wp_content .commentlist p {
	margin: 10px 5px 10px 0;
	}

#wp_commentform p {
	margin: 5px 0;
	}

.wp_content .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.wp_content .commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
.wp_content .wp_sidebar
{
    font: 10px Arial, sans-serif;
    padding: 1em 0 0 0;
	width: 300px;
    border-right: 1px solid #9DBBC8;
    background-color: #E7EEF1;
    vertical-align: top;
    text-align: left;
}

.wp_content .wp_sidebar .navsection {
    width: 260px;
    height: 55px;
    margin: 10px auto;
    position: relative;
    font: 12px Arial, sans-serif;
    color: black;
}
.wp_content .wp_sidebar .navsection a.majorlink {
    display: block;
    width: 188px;
    padding-left: 72px;
    height: 55px;
    font: bold 12px Arial, sans-serif;
    background: transparent left center no-repeat;
    text-decoration: none;
}
.wp_content .wp_sidebar .navsection a.majorlink:link,
.wp_content .wp_sidebar .navsection a.majorlink:visited {
    color: #036;
}
.wp_content .wp_sidebar .navsection a.majorlink:active,
.wp_content .wp_sidebar .navsection a.majorlink:hover {
    color: #c60;
}
.wp_content .wp_sidebar .navsection div.sublinks {
    width: 188px;
    position: absolute;
    right: 0;
    top: 1.4em;
    font: italic 10px Verdana, sans-serif;
}
.wp_content .wp_sidebar .navsection div.sublinks a {
    text-decoration: underline;
    font-style: normal;
}
.wp_content .wp_sidebar .navsection div.sublinks a:link,
.wp_content .wp_sidebar .navsection div.sublinks a:visited {
    color: #036;
}
.wp_content .wp_sidebar .navsection div.sublinks a:active,
.wp_content .wp_sidebar .navsection div.sublinks a:hover {
    color: #c60;
}

.wp_content .wp_sidebar div.sidebar-ad {
    margin-top: 2.5em;
}

.wp_content .wp_sidebar form {
	margin: 0;
}

/* .wp_content .wp_sidebar_right {
    border-right: none;
    border-left: 1px solid #eee;
    text-align: left;
} */
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
.wp_content acronym, .wp_content abbr, .wp_content span.caps {
	cursor: help;
	}


/* These are duped in style-all.css but must be here so they'll be
available in TinyMCE. */
img.wp_content_article_img {
    padding: 8px !important;
    border: 1px solid #ccc !important;
    margin: 10px !important;
    display: block;
    clear: both;
}
table.wp_content_article_img {
    border-collapse: collapse;
    padding: 0 !important;
    border: 1px solid #ccc !important;
    margin: 8px !important;
    text-align: center;
    font-size: 90%;
    display: block;
    clear: both;
}
table.wp_content_article_img td { padding: 8px !important; }
img.wp_content_article_img_noborder {
    padding: 0 !important;
    border: none !important;
    margin: 10px !important;
    display: block;
    clear: both;
}

/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

