/*======================================
Theme Name: WPA Parade
Theme URI: http://www.wordpressart.com/
Description: A custom theme developed by George Ortiz and Matt Jones of <a href="http://wordpressart.com">WordPressArt</a>.
Version: 1.4.1
Author: WordPressArt
Author URI: http://wordpressart.com
======================================*/

html, body
{
    margin:0px auto;
	padding:0px;
	background:url("images/bkg_body.png") repeat;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}

img {border:0px;}

/*---------------------------------------------------------*/
/*----------------------------Top--------------------------*/
/*---------------------------------------------------------*/
#top
{
    margin:0px auto;
	width:100%;
	background:url("images/bkg_body.png") repeat;
}
#top_border
{
    background:url("images/bkg_top_border.png") repeat-x;
	width:100%;
	position:relative;
	z-index:1;
}
#top_content_container
{
    margin:0px auto;
	width:900px;	
}
#top_tab
{
    background:url("images/bkg_tab.png") no-repeat;
	width:232px;
	height:26px;
	position:relative;
	z-index:2;
	left:670px;
}
#top_tab p
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	padding-top:4px;
}
#top_tab a
{
    font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
#top_tab a:hover
{
    color:#ffffff;
	text-decoration:underline;
}
/*---------------------------------------------------------*/
/*-----------------------Backgrounds-----------------------*/
/*---------------------------------------------------------*/
#bkg_paper
{
    background:url("images/bkg_paper.png") repeat;
	margin:0px auto;
}
#bkg_page
{
    background:url("images/bkg_page.png") repeat-y center;
	/*width:1101px;*/
	margin:0px auto;
	margin-top:-25px;
}
/*---------------------------------------------------------*/
/*--------------------------Logo---------------------------*/
/*---------------------------------------------------------*/

#header {width:900px; height:155px; margin:0 auto;}

/*---------------------------------------------------------*/
/*--------------------------Logo---------------------------*/
/*---------------------------------------------------------*/
#main_logo_spacer
{
    margin:0px auto;
	width:1000px;
	height:15px;
}
#main_logo
{
	width:150px;	
	height:140px;
	float:left;
	background:url(images/CaribSands_Logo.gif) no-repeat;
}

#main_logo a img {border:0px; color:none;}
/*---------------------------------------------------------*/
/*-----------------------Navigation------------------------*/
/*---------------------------------------------------------*/

#header_right{
float:right;
width:740px;
padding-top:20px;
}
#header_right p{
	padding:0;
	margin:0;
	text-align:right;
}

#nav {float:right; overflow:hidden; width:auto; height:44px; margin-top:5px; z-index:11;background:transparent url(images/menuBg.png) repeat-x top left;}

#nav ul, #nav ul li, #nav li {padding:0; margin:0; list-style-type:none; float:left; line-height: 1;}

#nav ul li a {display:block; max-height:36px; text-align:left; font-size:14px; padding: 10px; margin-top:5px;  color:#877a70; text-decoration:none;}

#nav ul li a:hover,#nav ul li a:focus {color:#0067B1;}

#nav ul li.current > a, #nav ul li.current_page_item > a, #nav ul li.current_page_ancestor > a, #nav ul li.current_page_parent > a, #nav ul li.current > a:link, #nav ul li.current_page_item > a:link, #nav ul li.current_page_ancestor > a:link, #nav ul li.current_page_parent > a:link, #nav ul li.current > a:visited, #nav ul li.current_page_item > a:visited, #nav ul li.current_page_ancestor > a:visited, #nav ul li.current_page_parent > a:visited {
		color:#0067B1;
}

#nav ul li ul li a:hover, #nav ul li ul li ul li a:hover, #nav ul li.sfhover ul li a:hover, #nav ul li ul li.sfhover ul li a:hover {background:#F2EFEB; color:#0067B1;}

#nav li ul, #nav li ul li:hover ul li ul, #nav li ul li.sfhover ul li ul {position: absolute; width: 170px; left: -999em;}

#nav li ul { line-height:1.5em; z-index:300; border:10px solid #E2E0DE;  -moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px; background:#E2E0DE; width:170px;}

#nav li ul a {-moz-border-radius:0px;-webkit-border-radius: 0px; border-radius: 0px; width:150px; height:auto; float:left; margin:0; border-top:1px solid #F7F5F2;  border-bottom:1px solid #D4CEC6; font-size:12px}

#nav li:hover ul, #nav li.sfhover ul {background: #E2E0DE; text-decoration:none;border-left:none; border-right:none; border-top:1px solid #DCDAD3; color:#fff; padding:5px 10px;left: auto; margin-top:-1px;}

#nav li ul li:hover ul, #nav li ul li.sfhover ul, #nav li ul li ul li:hover ul, #nav li ul li ul li.sfhover ul {left:-150px; margin-top:-37px;}

#nav li:hover ul ul, #nav li.sfhover ul ul {left: -999em;}

#navLeft{
	float:left;
	height:44px;
	width:24px;
	background:transparent url(images/menuBgLeft.png) no-repeat top left;
}
#navRight{
	float:left;
	height:44px;
	width:24px;
	background:transparent url(images/menuBgRight.png) no-repeat top left;
}


/*---------------------------------------------------------*/
/*--------------------------Banner-------------------------*/
/*---------------------------------------------------------*/
#ribbon_container_del
{
	height:375px; margin:0 auto; position:relative; z-index:10;
}

#ribbon_del
{
    background:url("images/bkg_ribbon.png") repeat-x;
	width:100%;
	height:375px;
	position:relative;
	z-index:5;
	left:0;
	clear:both;
}
#bkg_banner
{
    background:url("images/bkg_banner.png") top center no-repeat;
	width:1101px;
	height:375px;
	margin:0px auto;
}
#banner_container
{
    margin:0px auto;
	width:876px;
	height:306px;
	position:relative;
	top:34px;
	left:3px;
	background:#333;

}

img.featured_image {width:876px; height:306px;}

/*---------------------------------------------------------*/
/*-------------------------Content-------------------------*/
/*---------------------------------------------------------*/
#content_container
{
	clear:both;
    margin:0px auto;
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
}
#content_header_left
{
    float:left;
	width:600px;
	height:15px;
}
#content_header_left p
{
    color:#4d4138;
	font-size:16px;
	font-weight:bold;
	padding-left:20px;
	padding-top:0px;
	margin-top:5px;
}
#content_header_left_hr
{
    float:left;
	width:600px;
	background:url("images/main_homes_hr.png") no-repeat;
	height:6px;
	margin-top:-15px;
}
.content_header_right
{
    float:left;
	width:300px;
	height:15px;
}
#content_header_right p
{
    color:#4d4138;
	font-size:16px;
	font-weight:bold;
	padding-left:30px;
	padding-top:0px;
	margin-top:5px;
}
#content_header_right_hr
{
    float:left;
	width:300px;
	background:url("images/main_side_hr.png") no-repeat;
	height:6px;
	margin-top:-15px;
}
.main_homes
{
    float:left;
	width:200px;
	height:auto;
	padding-top:25px;
}
#main_homes h3
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3e3e3e;
	padding-left:8px;
	margin-top:5px;
}
#main_homes p
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#584c43;
	padding-left:8px;
	line-height:1.5em;
	margin-top:-9px;
}
#main_sidebar_right
{
    float:left;
	width:300px;
	height:auto;
	margin-left:0px;
	padding-top:0px;
}
#main_sidebar_right h3
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#3e3e3e;
	padding-left:30px;
}
.main_sidebar_right_red
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#8a1d04;
	padding-bottom:0px;
}
#main_sidebar_right p
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#584c43;
	padding-left:30px;
	line-height:1.5em;
	margin-top:-19px;
}
/*---------------------------------------------------------*/
/*-------------------------Footer--------------------------*/
/*---------------------------------------------------------*/
#sponsors
{
    background:url("images/sponsors_footer.png") no-repeat;
	width:900px;
	height:74px;
	margin:0px auto;
}
.footer_top_spacer
{
    margin:0px auto;
	width:900px;
	height:10px;
}
#footer_spacer
{
    margin:0px auto;
	width:900px;	
	height:15px;
}
/*---------------------------------------------------------*/
/*---------------------------Meta--------------------------*/
/*---------------------------------------------------------*/
#meta_border
{
    float:left;
	background:url("images/bkg_meta_border.png") repeat-x;
	width:100%;
	height:14px;
	margin-top:-8px;
}
.meta_spacer
{
    float:left;
	width:100%;
	height:10px;
}
#meta
{
    margin:0px auto;
	width:1000px;
	height:35px;
}
#meta p
{
    font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-align:right;
	padding-right:10px;
}
#meta a
{
    font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-decoration:none;
}
#meta a:hover
{
    color:#ffffff;
	text-decoration:underline;
}

/*----------------------------------------------------------------------------*/
/*---------------------------Extra code added by Matt-------------------------*/
/*----------------------------------------------------------------------------*/

a {color:#877a70;}

a:hover {color:#8a1d04;}

.clear {clear:both;}

.alignright {float:right; width:auto;}
.alignleft {float:left; width:auto;}

#myGallery p {text-align:center; color:#CDC4B5; margin-top:-25px; font-size:13px; font-weight:bold;}

.onecol {width:280px; float:left; margin-bottom:15px;}

.twocol {width:580px; float:left; margin-bottom:15px;}

.threecol {width:900px; float:left; margin-bottom:15px;}

.middle {margin:0px 25px;}

.leftmargin {margin-left:30px;}

.rightmargin {margin-right:30px;}

h2 {font-size:24px;color:#0067B1}

h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:13px; color:#0067B1}
hr {
border: 0;
color: #D4CEC6;
background-color: #D4CEC6;
height: 1px;
width: 100%;
text-align: left;}

p {font-size:13px;}

.post {border-bottom:1px dotted #877a70;}

.info {margin:0; padding:0; margin-top:-15px; margin-bottom:15px;font-style:italic;}

.widget h2{font-size:24px;color:#F9A350;}

.widget a:hover{color:#F9A350}

li.widget h2, #content_container h2 {margin-top:15px; padding-top:0;}

.nobannerspace {width:900px; margin:25px auto 0px; text-align:center; height:auto; background:url(images/socialicons_border.png) no-repeat; background-position:top; padding:15px 0px 5px;}

/*---------------------------Social Icons-------------------------*/

#socialicons {width:900px; margin:0 auto; text-align:center; height:auto; background:url(images/socialicons_border.png) no-repeat; background-position:top; padding:15px 0px 5px;}

.socialicon a {width:120px; height:50px; margin:0px 30px; display:block;}

.socialicon a:hover {background-position: 0px -50px;}

a.youtube {background:url(images/youtube_icon.png);}

a.myspace {background:url(images/myspace_icon.png);}

a.facebook {background:url(images/facebook_icon.png);}

a.linkedin {background:url(images/linkedin_icon.png);}

a.twitter {background:url(images/twitter_icon.png);}

a.flickr {background:url(images/flickr_icon.png);}

table#socialiconstable {margin:0 auto; width:auto; height:auto; padding:0; border:0;}

/*---------------------------Widgets-------------------------*/

.widget ul {list-style-type:none; margin:0; padding:0; padding-bottom:10px;}

.widget ul li a {display:block; padding:10px 0px; width:100%; border-bottom:1px dotted #877a70; text-decoration:none;}

.widget h2 {margin:0px; padding-bottom:10px; font-size:18px}

a:hover {color:#00BDF2;}

a {color:#877a70;}

/*
blockquote {font-style:italic; padding:10px; padding-left:60px; background:url(images/blockquote.png) no-repeat 0px 15px; font-family:Georgia, "Times New Roman", Times, serif; margin:0;}
*/

.lighttan {color:#EEEBE6;}

/*.entry img{border:3px solid #CDC4B5; padding:1px; margin:0;}*/


.wp-caption
{
  border: 1px solid #CDC4B5;
  text-align: center;
  background-color: #E4DDDA;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 2px solid #F2EFEB;
}

.wp-caption p.wp-caption-text
{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  text-align:center;
}

.entry p{
	text-align:justify;
}

.widget blockquote{margin:0px !important; padding:0px !important; background-image:url(images/quote_top.png); background-repeat:no-repeat;}
.widget blockquote div{background-image:url(images/quote_bottom.png) ; background-position:right bottom ; background-repeat:no-repeat; padding:30px 8px 30px 8px;}
.widget hr{
border-bottom:1px dotted #877a70;
}

/*---------------------------Forms-------------------------*/
/*
#content_container input, #content_container textarea {padding:7px; border:none; background:#CDC4B5; min-width:200px; font-size:13px;}

#content_container textarea {width:75%;}

#content_container form.cform input.sendbutton, #content_container input#submit {background:#877a70; color:#fff;}

#content_container form.cform input.sendbutton:hover, #content_container input#submit:hover {background:#8a1d04; cursor: pointer; color:#fff;}

form.cform fieldset, form.cform label, p.linklove {display:none;}

form.cform ol, form.cform li, form.cform {list-style-type: none; margin:0; padding:0;}

.formBuilderError {color:#8a1d04; font-weight:bold;}

.formBuilderSuccess {color: #4e6e53; font-weight:bold;}

#usermessagea {color:#4e6e53; font-weight:bold;}
*/

/* ------------------------------- */
/* ------------- FORMS ----------- */
/* ------------------------------- */
#widget_informed{
	width:300px;
	padding:0;
	margin:0 0 36px 0;
	/*background:transparent url(images/searchBg.png) no-repeat top left;*/
}
#widget_informed h5{
	padding:0px;
	margin:0px 0px 10px 0px;
}
#widget_informed label {
	display:none;	
}
#widget_informed form div{
	width:auto;
	padding: 0;
	overflow:hidden;
}

#widget_informed input#informed_email{
	float:left;
	width:190px;
	height:20px;
	padding:2px 5px 2px 10px;
	margin:0 -5px 0 0;
	background:transparent url(images/informedInput.png) no-repeat top left;
	border:none;
	outline:none;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:12px;
	color:#4c4c4c;
}
#widget_informed input#informed_email:focus{
	background:transparent url(images/informedInput.png) no-repeat 0 -24px;
	border:none;
	outline:none;
}
#widget_informed #informed_submit{
	float:left;
	width:72px;
	height:24px;
	text-align:center;
	margin:0;
	background:transparent url(images/searchBtn.png) no-repeat top left;
	border:none;
	outline:none;
	line-height:24px;
	font-size:12px;
	cursor:pointer;
}
#widget_informed #informed_submit:focus, #widget_informed #informed_submit:active, #widget_informed #informed_submit:hover{
	border:none;
	outline:none;
}


/*---------------------------125 Ads-------------------------*/

.wp125ad {float:left;}

.wp125ad img {border:5px solid #CDC4B5; padding:0px; margin:5px 0px 0px 5px; width:120px; height:120px;}


/*---------------------------Headings-------------------------*/

li.widget h2 {font-size:20px;}

#content_container .entry h2 {font-size:20px;}
.content img, img.content
{
  border-style: solid;
  border-width: 0px;
  border-color: #B9C3CB;
  margin: 1em;
}

#banner_container a img {border:0px;}

/*----------------------Contact Form --------------------*/
/*
#contact{width:248px; height:100px; float:right; margin-top:18px;}
#contact ul{margin:0px; padding:0px 0px 0px 15px;}
#contact ul li{list-style-type:none; padding:5px 31px;}
#contact ul li a, #contact ul li a:visited{color:#444444; text-decoration:none;}
#contact ul li.url{background-image:url(images/icon_lcd.png); background-repeat:no-repeat; background-position:0 8px;}
#contact ul li.mail{background-image:url(images/icon_email.png); background-repeat:no-repeat; background-position:0 8px;}
#contact ul li.phone{background-image:url(images/icon_phone.png); background-repeat:no-repeat; background-position:5px 4px;}
*/
#contactForm{}
#villaForm{}
#contactForm ol.forms { float: left; list-style: none; margin: 0px; width: 97%;}
#contactForm ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	width: 100%;
	list-style-type:none;
}
ol.forms label {
	cursor: pointer;
	display: block;
	font-weight:normal;
	padding:0px 20px 3px 0px;
	width: 300px;
}
ol.forms input{
background-image:url(images/inputbox.gif); width:280px; background-repeat:no-repeat; padding:5px 5px 11px 5px; margin:0px; border:0px;}
ol.forms textarea {background-image:url(images/bg_textarea.gif); background-repeat:no-repeat; border:0px; width:350px; height:80px; margin:0px; padding:8px;  font-family:Tahoma, Arial !important; font-size:12px;}
ol.forms li.buttons button {
background-image:url(images/but_submit.png); background-repeat:no-repeat; padding:0px; margin:0px; border:0px; width:69px; height:26px; cursor:pointer; float:right; margin-right:190px;}

ol.forms input:focus, ol.forms textarea:focus {border-color: #ff9800; border:0px; }
.error { color: #f00; }
ol.forms li .error { font-size: 10px; margin-left:0px; }
ol.forms li.screenReader { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }
ol.forms li.buttons button:hover { color: #222; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { float: right; width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }
ol.forms input.checkbox{
	width:25px;
	margin:0;
}
#checkin_date, #checkout_date, #adults, #children {
	width:125px;
	background-image:url(images/datebox.gif); background-repeat:no-repeat; 
}
#checkin_date, #checkout_date{
	margin-right:7px; padding:3px;
}
select {
	width: 290px;
	background-color:#F2F2F2;
	padding:2px;
	border-top:#949494 1px solid;
	border-left:#949494 1px solid;
	-moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px;
	}
select option {
   line-height: 15px;
 }

#gallery{
	margin:0 -20px;
	padding:10px 0 0;	
	width:918px;
}

.galleryImg{
	padding:17px;
	background:transparent url(images/galleryImgBg.png) no-repeat top left;
}

.singleImage{
	padding:17px;
	background:transparent url(images/singleImgBg.png) no-repeat top left;
	width:540px;
	height:269px;
}


.portfolioPost{
	float:left;
	margin: 0 20px 36px;
	width:419px;
	display:inline;
}
