@import url("outriggercommon.css");

/*---------------------------------------------
Outrigger Condominium Collections Style Sheet
Version: 1.0
Author: Jesse Woo
---------------------------------------------*/

/* Outrigger Color Scheme ---------------------
Light brown (background): #EFEEE2
Medium brown : #E6D4BC
Dark brown: #6B5442
Dark green (headers): #006666
Light green (lower level headers): #ADD6D6
Outrigger Logo Green: #00A3B4
---------------------------------------------*/


/*= GENERAL ELEMENTS
=== === === === === === === === === === === === === === === === === === === === === === === === === === === === === === */
#outriggercondos {
	text-align: left;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: normal;
	font-size: 14px;
}

.home_page {
	background: #FFFFFF repeat-x 0px 0px; 
}


#outriggercondos a {
	color: #336699;
	text-decoration: none;
	padding: 2px 0;
	text-decoration: underline;
}

#outriggercondos p,
#outriggercondos ol,
#outriggercondos ul {
	margin-bottom: 10px;
}

#outriggercondos p,
#outriggercondos ol li,
#outriggercondos ul li,
#outriggercondos blockquote {
	font-size: 12px;
	line-height: 1.5em;
}


/*= MAIN TOP CONTAINER
=== === === === === === === === === === === === === === === === === === === === === === === === === === === === === === */
#outriggercondos #header {
	background: #EFEEE2 repeat-x 0px 0px;
	margin-bottom: -10px;
}

#outriggercondos .container {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
/*=
#outriggercondos #header img{
	float: left;
}*/

#outriggercondos #header #island_nav {
	background: #EFEEE2 repeat-x 0px 0px;
	width: 500px;
	list-style: none;
	float: right;
}

#outriggercondos #header #island_nav li {
	float: left;
}

#outriggercondos #header #island_nav li a {
	display: block;
	text-decoration: none;
}

/*= CONDO MAIN NAVIGATION (http://phoenity.com/newtedge/horizontal_nav/)
=== === === === === === === === === === === === === === === === === === === === === === === === === === === === === === */
#outriggercondos #condo_nav {
	background: #6B5442 repeat-x 0px 0px;
	height: 39px;
}

#outriggercondos #condo_nav ul {
	width: 700px;
	list-style: none;
	margin-left:auto;
	margin-right:auto;
}

#outriggercondos #condo_nav li {
	float: left;
	margin: 0 5px;
}

#outriggercondos #condo_nav li:hover {
	background: #4c3b2e;
}

/* 
#outriggercondos #condo_nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 110%;
}

#outriggercondos #condo_nav li a:hover {
	background: #5b4635 repeat-x 0px 0px;
}
*/

/*= BANNER INFORMATION
=== === === === === === === === === === === === === === === === === === === === === === === === === === === === === === */
#outriggercondos #banner {
	background: #E6D4BC repeat-x 0px 0px; 
}

#outriggercondos #banner .container {
	background: #EFEEE2 repeat-x 0px 0px; 
	height: 245px;
}

#outriggercondos #banner #FlabellComponent {
	float: left;
	width: 640px;
}

#outriggercondos #banner .container .reservation {
	float: left;
	width: 290px;
	background: #EFEEE2 repeat-x 0px 0px; 
	padding-left: 5px;
}


/*= RESERVATION WIDGET
=== === === === === === === === === === === === === === === === === === === === === === === === === === === === === === */

#outriggercondos #reservation .button_container {
	text-align: center;
}

#outriggercondos .container .reservation h1 {
	font-size: 150%;
	padding: 5px 0px 5px 10px;
	color: #006666;
}
#outriggercondos .container .reservation form {
	padding: 0px 0px 0px 5px;
}

#outriggercondos .container .reservation form .fields{
	float: left;
	padding-right: 2px;
}

#outriggercondos .container .reservation form .fields select{
	padding-left: 3px;
}

#outriggercondos .container .reservation form .note{
	float: left;
	padding-left: 7px;
	padding-top: 4px;
}

#outriggercondos .container .reservation form .submit_button{
	padding-top: 3px;
	margin-left: 15px;
}

/*= PACKAGE DEALS
=== === === === === === === === === === === === === === === === === === === === === === === === === === === === === === */
#outriggercondos #packages_deals {
	margin: 0;
}
#outriggercondos #packages_deals #package_ads {
	width: 960px;
	list-style: none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
}

#outriggercondos #packages_deals #package_ads li {
	float: left;
	margin: 0 2px;
}

#outriggercondos #packages_deals #package_ads a {
	text-decoration: none;
}

/*= INTRODUCTION
=== === === === === === === === === === === === === === === === === === === === === === === === === === === === === === */

#outriggercondos #condo_introduction  {
	margin-top: 0px;
	padding: 0;
}

#outriggercondos #condo_introduction #intro_img {
	float:right;
	padding: 5px;
	margin:20px 0 0 20px;
	border: 1px solid #666666;
	
}

#outriggercondos #condo_introduction h1 {
	font-size: 170%;
	color: #006666;
	padding: 5px 0;
}

#outriggercondos #condo_introduction h2 {
	font-size: 120%;
	color: #006666;
	
}

#outriggercondos #condo_introduction p {
	padding: 5px 0 0 0;
}

/*= MAIN CONTENT
=== === === === === === === === === === === === === === === === === === === === === === === === === === === === === === */

#outriggercondos #content  {
	margin-top: 10px;
	padding: 0px 0px 5px 0px;
}

#outriggercondos #content h1{
	border-bottom: 2px solid #006666;
	padding: 2px;
}


/*= MAIN CONTENT - Rooms/Amenities
=== === === === === === === === === === === === === === === === === === === === === === === === === === === === === === */

#outriggercondos #content h2{
	font-size: 120%;
	color: #006666;
	padding: 5px 0;
	
}

#outriggercondos #content #amenities {
	width: 270px;
	float: left;
	padding-right: 30px;
	padding-left: 5px;
}

#outriggercondos #content #amenities li {
	list-style-type: disc;
	margin-left: 15px;
}

#outriggercondos #content #rooms {
	width: 630px;
	float: left;
	
}

#outriggercondos #content #rooms .dimensions li {
	list-style-type: disc;
	margin-left: 15px;
}

#outriggercondos #content #room_photos {
	width: 280px;
	margin-left: 10px;
	float: left;
}

#outriggercondos #content h1 {
	font-size: 160%;
	color: #006666;
}

#outriggercondos #content .dimensions {
	padding: 5px 0;
	width: 285px;
	float: left;
}

#outriggercondos #content .image_thumbnails {
	width: 300px;
	float: left;
}
#outriggercondos #content .image_thumbnails li{
	float: left;
	padding: 0 5px;
}

#outriggercondos #content .image_thumbnails img{
	padding: 2px;
	border: 1px solid #666666;
}

#outriggercondos #content .image_thumbnails img:hover{
	padding: 2px;
	background: #6B5442;
	border: 1px solid #666666;
}

div#test-accordion{
	padding-bottom: 20px;
}

div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */ 
    cursor: pointer;
	padding: 5px 5px;
	text-decoration: underline;
	
}

div.accordion-toggle:hover{

}


div.accordion span{
	float: right;
	font-size: small;
}

div.accordion-toggle-active{

}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #fffefe;
	margin-left: 10px;
}


/*= SPECIALS
=== === === === === === === === === === === === === === === === === === === === === === === === === === === === === === */
#outriggercondos #content .column_specials {
	width: 450px;
	float: left;
	padding-right: 25px;
	padding-left: 5px;
}

#outriggercondos #content .column_specials h2{
	font-weight: normal;
	font-size: 100%;
	color: #107474;
	
}

#outriggercondos #content .column_specials li {
	list-style-type: disc;
	margin-left: 15px;
}

/*= CONTACT US
=== === === === === === === === === === === === === === === === === === === === === === === === === === === === === === */
#outriggercondos #content .contact {
	padding: 10px 0 0 5px;
}

#outriggercondos #content .contact .map {
	float: right;
	padding: 5px;
	margin:5px 0 5px 10px;
	border: 1px solid #666666;
	
	
}

/*= FOOTER
=== === === === === === === === === === === === === === === === === === === === === === === === === === === === === === */
#outriggercondos #footer {
	padding-top: 20px;
	border-top: 2px solid #6B5442;
}

#outriggercondos #footer .container_contact {
	float: left;
	width: 410px;
	margin-left: 10px;
}

#outriggercondos #footer .container_collection {
	float: left;
	width: 525px;
}

/*= CALENDAR
=== === === === === === === === === === === === === === === === === === === === === === === === === === === === === === */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


#email-promotions { position: relative; width: 292px; height: 141px; background: url(../images/emailBanner_bg.jpg); margin-left: 2px; padding: 20px 15px 5px 165px;}
#email-promotions h1 { font-size: 16px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;  color: #000000; }
#email-promotions form { margin: 30px 0 15px 0; }
.emailSubmitButton { float: left; margin-left: 15px; background: url(../images/emailBanner_buttons.png) 0 0; height: 24px; width: 84px; border: 0; }
.emailSubmitButton:hover { background: url(../images/emailBanner_buttons.png) 0 -24px; }
.emailSubmitButton:active { margin-left: 15px; background: url(../images/emailBanner_buttons.png); height: 24px; width: 84px; border: 0; }
.input { float: left; color: #7c6138; width: 180px; margin-top: 2px; padding: 2px; border: solid 1px #eb0046; }
#emailSubmitFormText { margin-top: 15px; color: #7c6138; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
#privacy-link { position: absolute; bottom: 5px; right: 40px; }
#privacy-link a,
#privacy-link a:visited { font-size: 10px; color: #7c6138; }
#privacy-link a:active { color: #7c6138; }
