/*

	Centros Isla Stylesheet
	Coded by Andrew Martin for Cohn Marketing
	andrew@cohnmarketing.com
	
	Design by Jesse Pixler
	jesse@cohnmarketing.com
	
	Reset from Blueprint CSS Framework 0.9

*/



/* Wordpress Edit Button */
.edit-post-link a {
	z-index:9999 !important;
	position:fixed;
	text-transform:capitalize;
	padding:5px;
	right:0;
	top:0;
	border-bottom:2px solid #740623;
	border-left:2px solid #740623;
	background:#0ab0b0;
	color:#fef6cf !important;
}

.alignright {
	float:right;
	margin:0 0 15px 15px;
}

.alignleft {
	float:left;
	margin:0 15px 15px;
}

/* reset.css from blueprint */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

/* Begin Typography & Colors */

/* ----------| =Initial Page Structure |---------- */ 

* { 
	margin: 0;  
	padding: 0;
	vertical-align: bottom;	
}

body { 
	font: 13px "Trebuchet MS", Helvetica, Sans-serif; 
	line-height:1.5em;
	position: relative;
	color:#59321C;
	height:100%;
	width:100%;
	background:#fff url(../images/bg/global/home.jpg) top center no-repeat scroll;
}

body#sub,
body#sub.page-id-4, 
body#sub.parent-pageid-4 {
	background:#fff url(../images/bg/inner/bg-centros-stripe.jpg) top center no-repeat scroll;
}

body#sub.page-id-2,
body#sub.page-id-6, 
body#sub.parent-pageid-6 {
	background-image: url(../images/bg/inner/bg-busca-stripe.jpg) !important;
}

body#sub.page-id-8,
body#sub.parent-pageid-8 {
	background-image: url(../images/bg/inner/bg-isla-stripe.jpg) !important; 
}

body#sub.page-id-10,
body#sub.parent-pageid-10 {
	background-image: url(../images/bg/inner/bg-eventos-stripe.jpg) !important;
}
/* ----------| = Colors = |---------- */ 
/*

GLOBAL BG: #FFFFFF
TEXT COLOR #754C24 
HEADINGS: #139CA6
LINKS: #F23078

FOOTER LINKS: #6D7D18

*/
/* ----------| = Basic Styles = |---------- */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	clear:both; /*ie6 */
	color:#139CA6;	
	margin-bottom:0.5em;
}

h1 {
	font-size:18px;
	
}

h5 {
	font-weight:normal;
	font-size:11px;
	color:#754C24;
	font-style:italic;
}

p {
	font-size:13px;
	margin-bottom:1em;
}

a img { 
	border: none !important;
}

ul {
	list-style:none;
}

ol {
	list-style:decimal inside;
}

ol li {
	margin-bottom:10px;
}

.single .container ul {
	list-style:disc outside;
	margin:10px 0 10px 2.0em;
}

/* ----------| = Link Styles = |---------- */ 

a, a:visited, a:active { 
	color:#F23078;
	text-decoration:none;
	outline:none;
}

a:hover {

}

a:hover { 
	color: #139CA6;
	text-decoration:underline;
}

/* ----------| =Forms |---------- */ 

label {
	font-size:1.0em;
	color:#603913;

}



input, textarea, select {
	font: 12px 'Trebuchet MS', Helvetica, Sans-serif;
	color: #603913;
}	

input {

}

input:focus, textarea:focus, select:focus {

}

input[type="image"] {
	padding: 0;
	background: transparent;
	border: 0;
	width:auto !important;
	border:0 none !important;
}

input.radio {
	position:relative; top:2px;
}

input[type="hidden"] {
	display:none;
}


/* ----------| = Share Module = |---------- */


/* ----------| = Buttons = |---------- */


/* ----------| = Utilties = |---------- */ 


.left { 
	float: left;
}

.right { 
	float: right;
}

.clear { 
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.center { 
	text-align: center;
}

.spacer { 
	margin-top: 15px;
}

.spacer-bottom { 
	margin-bottom: 15px;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.inline {
	display:inline;
}

.nomargin {
	margin:0;
}

.autoclear { 
	display: inline-block; 
}

.autoclear { 
	display: block; 
}

.list {
	margin-bottom:1em;
	margin-left:1.0em !important;
	list-style:disc inside;
}

.special {
	color:#ff507e;
}

/* ----------| = Layout and Function = |---------- */ 

#wrap {
	overflow:hidden;
	display:block;
	position:relative;
	margin:0 auto;
	width:828px;
}

	/* ----------| = Header = |---------- */ 

#header {
	display:inline-block;
	height:48px;
}	

#header .homelink {
	display:block;
	height:130px;
	margin:19px 0 0 47px;
	position:absolute;
	text-indent:-9999px;
	width:133px;
}

#sub #header {
	height:186px;
}

		/* ----------| = Headlines = |---------- */

#header h1 {
	text-indent:-9999px;
	width:574px;
	height:57px;
	background-position:0px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top:50px;
	margin-left:230px;
}


body#sub #header h1,
body.page-id-4 #header h1,
body.parent-pageid-4 #header h1,
body.centros-isla h1.centros-isla {
	background-image:url(../images/headings/centros-isla.gif);
}

/*	Important tags are required here; they overwrite the existing default "centros isla" heading.*/

body.page-id-2 h1.busca-una-tienda,
body.page-id-6 h1.busca-una-tienda,
body.busca-una-tienda h1.busca-una-tienda {
	background-image:url(../images/headings/busca-una-tienda.gif) !important;	
}

body.page-id-8 h1.isla-gift-card,
body.isla-gift-card h1.isla-gift-card {
	background-image:url(../images/headings/isla-gift-card.gif) !important;	
}

body.page-id-10 h1.eventos-y-promociones,
body.eventos h1.eventos {
	margin-top:47px !important;
	background-image:url(../images/headings/eventos.gif) !important;	
}



	/* ----------| = Sidebar = |---------- */ 

#sidebar {
	margin:0 0 0 15px;
	width:251px;
	float:left;
}

#sidebar #e-mail {
	height:87px;
	padding:37px 0 0 24px;
	width:227px;
	background:transparent url(../images/callouts/sidebar/registratuemail.jpg) no-repeat scroll top left;
}

#sidebar #e-mail input {
	border:0 none;
	float:left;
	background:transparent;
}

#sidebar #e-mail input#name {
	width:185px;
	margin-right:13px;
}

#sidebar #e-mail input#LastName {
	width:92px;
}

#sidebar #e-mail input#hudhkl-hudhkl {
	width:185px;
	margin:8px 0 0 0;
}

#sidebar #e-mail input#submit, input.submit { /* dimensions required by IE6; AUTO H/W does not work */
	width:71px;
	margin:10px 0 0 136px;
	height:24px;
}

	/* Alternate Sidebar (Center pages) */
	
#sidebar #sidebar-navigation 
{
	background:#d6f2f3 url(../images/bg/sidebar/side-nav-bot.jpg) no-repeat scroll bottom left;
	padding:10px 0 20px 0;
}

#sidebar #sidebar-navigation ul li {
	text-indent:-9999px;
	width:224px;
}

#sidebar #sidebar-navigation ul li a {
	overflow:hidden; /* IE 6 Bug fix */
	display: block;
	height:14px;
	padding:0 0 5px 0;
	margin:0px 0px 5px 10px;
	border-bottom:2px solid #f44775;
}

#sidebar #sidebar-navigation ul li.encuentra a { background:transparent url(../images/navigation/sidebar/encuentra.jpg) no-repeat scroll 0px 0px; }

#sidebar #sidebar-navigation ul li.prensa a { background:transparent url(../images/navigation/sidebar/prensa.jpg) no-repeat scroll 0px 0px; }
#sidebar #sidebar-navigation ul li.oportunidades a { height:31px; background:transparent url(../images/navigation/sidebar/oportunidades.jpg) no-repeat scroll 0px 0px; } 
#sidebar #sidebar-navigation ul li.eventos a { background:transparent url(../images/navigation/sidebar/eventos.jpg) no-repeat scroll 0px 1px; }
#sidebar #sidebar-navigation ul li.quinceisla a { background:transparent url(../images/navigation/sidebar/quinceisla.jpg) no-repeat scroll 0px 1px; }
#sidebar #sidebar-navigation ul li.islafoto a { background:transparent url(../images/navigation/sidebar/isla-flash.jpg) no-repeat scroll 0px 1px; }
#sidebar #sidebar-navigation ul li.chicosconcorazon a { background:transparent url(../images/navigation/sidebar/chicosconcorazon.jpg) no-repeat scroll 0px 1px; }
#sidebar #sidebar-navigation ul li.fashion-shows a { background:transparent url(../images/navigation/sidebar/fashion-shows.jpg) no-repeat scroll 0px 1px; }
#sidebar #sidebar-navigation ul li.regsitra a { background:transparent url(../images/navigation/sidebar/registra-tu-email.jpg) no-repeat scroll 0px 1px; }
#sidebar.alt #e-mail { 
	height:100px;
	padding:53px 0 0 28px;
	background:transparent url(../images/callouts/sidebar/registratuemail-alt.jpg) no-repeat scroll 0px 0px;
}

			/* -----| = Navigation = |----- */ 

#home #navigation, #sub #navigation {
	padding:0 0 0 182px;
	height:48px;
	background:transparent url(../images/navigation/nav-home.jpg) no-repeat scroll top left;
}

#sub #navigation {
	margin: 0 0 0 1px;
	background:transparent url(../images/navigation/nav-sub.jpg) no-repeat scroll top left;	
}

#navigation li, #navigation li a {
	float:left;
	text-indent:-9999px;
	height:48px;
}

#navigation li.centros {
	width:124px;
	background:transparent url(../images/navigation/active/centrosisla.jpg) no-repeat scroll 0px 0px;
}

#navigation li.centros a {
	width:124px;
	background:transparent url(../images/navigation/centrosisla.jpg) no-repeat scroll 0px 0px;
}

#navigation li.busca {
	width:160px;
	background:transparent url(../images/navigation/active/buscaunatienda.jpg) no-repeat scroll 0px 0px;
}

#navigation li.busca a {
	width:160px;
	background:transparent url(../images/navigation/buscaunatienda.jpg) no-repeat scroll 0px 0px;
}

#navigation li.isla {
	width:130px;
	background:transparent url(../images/navigation/active/islagiftcard.jpg) no-repeat scroll 0px 0px;
}

#navigation li.isla a {
	width:130px;
	background:transparent url(../images/navigation/islagiftcard.jpg) no-repeat scroll 0px 0px;
}


#navigation li.eventos {
	width:194px;
	background:transparent url(../images/navigation/active/eventos.jpg) no-repeat scroll 0px 0px;
}

#navigation li.eventos a {
	width:194px;
	background:transparent url(../images/navigation/eventos.jpg) no-repeat scroll 0px 0px;
}


#navigation li a {
	border:0 none;
	display:block; /* Fixes whitespace issue with IE6 */
}
#navigation li a:hover {
	background:transparent;
}
			/* ----------| = Content = |---------- */

#content {
	clear:both;
}

#sub #content {
	padding: 18px 0 0 0;
	background:transparent url(../images/bg/inner/content-wnav.jpg) no-repeat scroll 0px 0px;
}

#marquis {
	background:transparent url(../images/bg/flash/marquisbg.jpg) no-repeat scroll top left;
	overflow:hidden;
	float:left;
	width:828px;
	height:377px;
}

.container {
	float:left;
	padding:39px 0 15px 41px;
	width:499px;
}

#home .container ul,
.container .three-col ul {
	float:left;
	width:33%;
	margin:0 0 15px 0;
	color:#754c24;
}

.three-col li.heading { 
	text-transform:uppercase;
	font-weight:bold;
	color:#eca405;
}
	/* ----------| = Center Logos / Info Block / Innter Pages = |---------- */

/*.upper-info {
	width:100%;
	display:inline-block;
	margin-bottom:20px;
}*/

/*.parent-pageid-4 .container ul.meta {
	margin-left: 168px;
}*/

.center-page .container ul li strong {
	color:#eca405;
}

.mapa-del-centro {
	height:50px;
	width:142px;
	display: block;
	float:right;
	text-indent:-9999px;
	background:transparent url(../images/buttons/mapadelcentro.jpg) no-repeat scroll 0px 0px;
}

.centerlogo {
	text-indent:-9999px;
	width:153px;
	height:117px;
	display: block;
	float:left;
	margin: 0 15px 15px 0;
}

body.page-id-21 .centerlogo { background-image: url(../images/logos/centers/plazaisabela.jpg); }
body.page-id-29 .centerlogo { background-image: url(../images/logos/centers/caminoreal.jpg); }
body.page-id-41 .centerlogo { background-image: url(../images/logos/centers/plazacayey.jpg); }
body.page-id-45 .centerlogo { background-image: url(../images/logos/centers/plazadelatlantico.jpg); }
body.page-id-47 .centerlogo { background-image: url(../images/logos/centers/plazadelnorte.jpg); }
body.page-id-49 .centerlogo { background-image: url(../images/logos/centers/plazadeloeste.jpg); }
body.page-id-51 .centerlogo { background-image: url(../images/logos/centers/plazadelsol.jpg); }
body.page-id-53 .centerlogo { background-image: url(../images/logos/centers/plazaescorial.jpg); }
body.page-id-55 .centerlogo { background-image: url(../images/logos/centers/plazapalmareal.jpg); }
body.page-id-58 .centerlogo { background-image: url(../images/logos/centers/plazavegabaja.jpg); }
body.page-id-61 .centerlogo { background-image: url(../images/logos/centers/plazariohondo.jpg); }
body.page-id-64 .centerlogo { background-image: url(../images/logos/centers/plazawalmart.jpg); }
body.page-id-66 .centerlogo { background-image: url(../images/logos/centers/rexvilleplaza.jpg); }
body.page-id-68 .centerlogo { background-image: url(../images/logos/centers/senorialplaza.jpg); }
body.page-id-72 .centerlogo { background-image: url(../images/logos/centers/plazafajardo.jpg); }

.middle-info {
	background:url("../images/bg/inner/center-iframe.jpg") no-repeat scroll 0 0 transparent;
	height:180px;
	overflow:hidden;
	padding:5px 25px 45px 25px;
	width:450px;
	margin: 0 0 25px 0;
	display:inline-block;
}

.middle-info .scroll {
	position:relative;
	display:inline-block;
	overflow:auto;
	margin-top:25px;
	height:170px !important;
}

#gallery li img {
	width:499px;
}

#rstorelist td i {
	font-size:12px;
}

span.se-acepte {
	border-top:1px dashed #139CA6;
	display:block;
	margin:20px 0 20px;
	padding:10px 0 0;
}

#holderdiv {
	height:250px;
	overflow:auto;
}

/* ----------| = Isla Buzz = |---------- */

div.post {
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:2px solid #f44775;
}

	/* ----------| = Footer = |---------- */
	
#footer {
	font-size:12px;
	color:#6D7D18;
	clear:both;
	width:828px;
	padding:40px 0 0 40px;
	height:110px;
	background:transparent url(../images/bg/global/footer.jpg) no-repeat scroll top left;
}

#footer a {
	color:#6D7D18;
}

#footer a:hover {

}

#footer ul {
	text-align:center;
	width:450px;
	float:left;
	font-size:10px;
}

#footer ul#sponsors {
	margin-top:-10px;
	float:right;
	width:378px;
}

#footer ul li {
	display:inline;
	margin-right:0.5em;
}