/*  
Theme Name: Private Island Living
Theme URI: http://living.privateislandsonline.com/
Description: Based loosely on the Default WordPress theme.
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;
    top: 0;
    left: 0;
    padding-top: 92px;
}

/* top section */

div#pio-logo {
    width: 251px;
    height: 60px;
    position: absolute;
    left: 25px;
    top: 16px;
    background-color: transparent;
}
div#pio-logo h1 {
    font-size: 16px;
    margin: 0;
}

div#pio-toplinks {
    width: 570px;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 20px;
}
div#pio-toplinks ul {
    margin: 0;
    padding: 0;
}
div#pio-toplinks ul li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
div#pio-toplinks ul li a {
    display: block;
    float: left; /* for IE */
    height: 11px;
    margin: 0;
    padding: 9px 15px;
    background: transparent url("images/top/between-links.gif") no-repeat left center;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1em;
    vertical-align: center;
    text-decoration: none;
}
div#pio-toplinks ul li a:link,
div#pio-toplinks ul li a:visited {
    color: #069;
}
div#pio-toplinks ul li a:active,
div#pio-toplinks ul li a:hover {
    color: #dd8500;
}
div#pio-toplinks ul li.first a {
    background-image: none;
}
div#pio-toplinks ul li.subscribe a {
    background-image: url("images/buttons/subscribe.gif");
    padding-left: 36px;
    margin-left: 5px;
}
div#pio-toplinks ul li.subscribe a:link,
div#pio-toplinks ul li.subscribe a:visited {
    color: #c60;
}
div#pio-toplinks ul li.subscribe a:active,
div#pio-toplinks ul li.subscribe a:hover {
    color: #dd8500;
}


/* 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: 112px;
    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; }

#content h1#masthead { margin: 0; padding: 0; border: none; background: none }

/* 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 .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: 10px Verdana, sans-serif;
    color: black;
}
.wp_content .wp_sidebar h2 {
	font: bold 10px Arial, sans-serif;
    text-transform: uppercase;
    background-color: #eee;
    padding: 1px;
}
#content .wp_content .wp_sidebar h2 a:link,
#content .wp_content .wp_sidebar h2 a:visited {
    color: black;
}
#content .wp_content .wp_sidebar h2 a:active,
#content .wp_content .wp_sidebar h2 a:hover {
    color: #dd8500;
}

.wp_content .wp_sidebar a {
    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_content a, .wp_content h2 a:hover, .wp_content h3 a:hover {
	color: #06c;
}

.wp_content a:hover {
	color: #147;
}

.wp_content .wp_sidebar a { text-decoration: none; }

#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 30px 20px 15px;
	margin: 0;
    vertical-align: top;
    text-align: justify;
    width: 581px;
}

/* .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;
    background-color: #ECF5FF;
    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 10px 10px 24px;
    padding: 0;
}
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;
    text-decoration: none;
}
.wp_content h1 a { text-decoration: none; }

.wp_content h2 {
    font: bold 15px Arial, Sans-Serif;
	margin: 1.75em 0 .4em 0;
    text-decoration: none;
}
.wp_content h2 a { text-decoration: none; }
.wp_content h2.pagetitle {
	margin-top: 30px;
	text-align: center;
    color: #CC6600;
}

.wp_content h3 {
    font: bold 13px Arial, Sans-Serif;
	margin: 15px 0 10px 0;
    text-decoration: none;
}
.wp_content h3 a { text-decoration: none; }

.wp_content h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.wp_content h4 {
    font: bold 12px Arial, Sans-Serif;
    text-decoration: none;
}
.wp_content h4 a { text-decoration: none; }
/* 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: 0 0 1.4em 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
{
	padding: 20px 16px 10px 16px;
	width: 129px;
    border-right: 1px solid #eee;
    vertical-align: top;
}

.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." */

