/*
	Quince Isla Stylesheet
	Coded by Andrew Martin for Cohn Marketing
	andrew@cohnmarketing.com
	
	Design by Jesse Pixler for Cohn Marketing
	
	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 #251870;
	border-left:2px solid #251870;
	background:#f48fd5;
	color:#251870;
}
/* 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:"" "";}
a img {border:none;}

/* Begin Typography & Colors */

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

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

html { 
	font: 112.5% "Trebuchet MS", Helvetica, Sans-serif; /* Base font size: 18px; */ 
	line-height:1.0em;
	height:100%;
	width:100%;
	position:relative;
}
	
body { 
	position: relative;
	background:#f48fd5 url(../images/bg/global/bg.jpg) top center repeat-x;
	height:100%;
	width:100%;
	color:#251870;
}

body#page {
	background:#ffc3e7 url(../images/bg/global/bg-alt.jpg) top center repeat-x; /* Lighter pink on inner pages */
}

	/* Contest Entry Page, Invita a tu pana page. */

body.page-id-64, body.page-id-122 {
		background:#ffc3e7 url(../images/bg/global/bg-decor.jpg) top center repeat-x !important; 
}

/* ----------| = Colors = |---------- */ 
/*

Global BG (light pink): #f48fd5
Global Text (Dark Purple): #251870

Pink / Fushia (headings, links): cf1b8f

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

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color:#000;	
}

.container h1, .container h2 {
	margin-bottom:1.0em;
}

h1, h2, h3 { 
	color:#cf1b8f;
	font-size:1.0em;
}

h2 {
	font-size:0.9em;
}

a img { 
	border: 0;
}

ul {
	list-style:none;
}

#page p {
	font-size:0.75em;
	margin:0 0 1.0em 0;
}

em {
	font-style:italic;
}

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

a, a:visited { 
	color: #982ebe;
	outline:none;
	text-decoration:none;
}

a:hover { 
	color: #cf1b8f;
	text-decoration:underline;
}
/* ----------| = Special Font Styles = |---------- */ 

#home #content .container {
	color:#fff;
	font-size:0.75em;
	line-height:1.5em;
}

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

body.page-id-122 div em {
	font-size:70%;
	display:block;
}

.captcha, input#captcha-code {
	clear:both;
	display:inline-block;
	float:left;
	margin:5px ;
}

body.page-id-122 #content div {
	display:inline-block;
	width:100%;
	clear:both;
}
body.page-id-122 #content div input[type='submit'] {
	width:79px;
	border:0 none;
	height:29px;
	text-indent:-9999px;
	background:transparent url(../images/buttons/enviar.gif) no-repeat scroll top left;	
}

ol.error {
	font-size:90%;
	font-weight:bold;
}

label {
	color:#251870;
	font-size:95%;
	display:block;
}

input, textarea, select {
	font: 12px 'Trebuchet MS', Helvetica, Sans-serif;
	color: #603913;
	padding:3px;
	background:none repeat scroll 0 0 #FDAAE0;
	border:1px solid #251870;
	color:#251870 !important;
}	

input:focus, textarea:focus, select:focus {
	background:#251870;
	border:1px solid #fff;
	color:#4F3C02;
}

.page-id-122 .container input:focus {
	color:#FFCD16 !important;
}

input[type="image"] {
	padding: 0;
	background: transparent;
	border: 0;
	height:auto !important;
	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;
}

/*
.round {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
*/

.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; 
}

.nolist {
	margin:0;
	list-style:none;
}


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

	/* ----------| = Global / Wrap / Positioning = |---------- */ 

#wrap {
	height:100%;
	margin-left:-493px;
	position:relative;
	top:0;
	width:988px;
	left:50%;
}

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

#header {
	position:relative;
	height:114px;
}

#header a {
	display:block;
}

body.home #logo {
	margin-left:0px;
}

#logo {
	height:114px;
	float:left;
	display:inline;
	margin-left:-2px;
}

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

#navigation {
	height:114px;
}

#navigation li {
	display:inline;
	float:left;
	height:114px;
	text-indent:-9999px;
	background-attachment:scroll;
	background-image:url(../images/navigation/sprites-nav-ganadores-2011.gif);
	background-repeat:no-repeat;
}

#navigation li a {
	background-attachment:scroll;
	background-image:url(../images/navigation/sprites-nav-ganadores-2011.gif);
	background-repeat:no-repeat;
	display:block;
}

#navigation li.concurso {
	background-position:0px 0px;
	width:146px;
}

#navigation li.miquince {
	width:188px;
	background-position:-146px 0px;
}

#navigation li.expo {
	width:239px; /* 3px jog IE 6 bug */
	background-position:-334px 0;
}

#navigation li.concurso a {
	background-position:0 -114px;
}

#navigation li.miquince a {
	background-position:-146px -114px;

}

#navigation li.expo a {
	background-position:-334px -114px;
}

#navigation li a {
	display:block;
	height:114px;
}

#navigation li a:hover,
body.page-id-12 #navigation li.concurso a,
body.parent-pageid-12 #navigation li.concurso a,
body.page-id-10 #navigation li.miquince a,
body.parent-pageid-10 #navigation li.miquince a,
body.page-id-8 #navigation li.expo a {
	background:transparent;
}

			/* ----------| = Content = |---------- */
#home #content { min-height:478px; } /* allows for 20px padding on home page. */


#content {
	min-height:800px;
	height:auto !important;
	width:910px;
}

body.error404 #content {
	min-height:400px;
	height:auto !important;
	width:910px;
}

#marquis {
	width:988px;
}
	/* For use with Jquery Flash embed */
#marquis.flash-replaced .alt {
	display:none;
}

.flash-update p {
	font-size:11px;
	position:absolute;
	top:0;
	text-align:center;
	left:50%;
	width:860px;
	margin-left:-430px;
	padding:3px;
	border:2px solid #F35FCC;
	background:#FFC3E8;
}
			/* ----------| = 
			Alternate Content Container Styles, 
			Other Special callouts
			 				= |---------- */
			
#home #content .container { /* Jesse's 'fun' invita hanger */
	width:420px;
	position:relative;
	height:222px; /*height must be set as images are sliced below it */
	padding-left:45px;
	float:left;
	background:transparent url("../images/bg/mid/home/invitahangerclip.jpg") no-repeat scroll -9px 0px;
}

#home #content #invite-a-friend {
/*	height:361px;*/
	height:470px;
	width:118px;
	float:left;
	overflow:hidden;
}

#home #content #isla-gift-card {
	width:464px;
	height:246px;
	float:left;
}

#home #content #facebook-promo {
	float:right;
	height:177px;
	width:325px;
}

#home #content #e-mail {
	margin-top:-45px;
	float:right;
	background:transparent url(../images/callouts/home/email.jpg) no-repeat scroll top left;
	width:325px;
	height:174px;
}

/*body.home #content .container img.wp-image-727,
body.home #content .container img.wp-image-728,
body.home #content .container img.wp-image-759,
body.home #content .container img.wp-image-760,*/
body.home #content .container div.logos {
	float:right;
	position:absolute;
	padding-top:5px;
}

body.home #content .container div.logos img {
	float:right;
	margin-right:5px;
}

body.home #content .container img.wp-image-727 {
/*	right:145px;*/
	
}

body.home #content .container img.wp-image-728 {
/*	bottom:14px;
	right:15px;*/
}

#invite-a-friend a.button {
	background:transparent url(../images/buttons/2010_Winners-Rev.png) no-repeat scroll 0px 0px;
	width:121px;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	border: 0 none;
}
#invite-a-friend a.button.ganadoras-generic {
	height:134px;
}

#invite-a-friend a.button.isla-expo {
	height:74px;
	background-position:0 -134px;
}


a.entra-para-ganar, a.quiero-unirme, a.conoce {
	text-indent:-9999px;
	margin-top:15px;
	display:block;
	height:286px;
	width:378px;
	float:left;
}

a.entra-para-ganar {
	background:transparent url(../images/buttons/entrapara.jpg) no-repeat scroll top left;
}

a.conoce {
	background:transparent url(../images/buttons/conoce.jpg) no-repeat scroll top left;
}

a.quiero-unirme {
	float:right; /*used due to only one callout when contest is done*/
	background:transparent url(../images/buttons/quierounirme.jpg) no-repeat scroll top left;
}

/* Image-Based Titles (sub-pages) */

h1.imagetitle {
	text-indent:-9999px;
	width:988px;
	height:198px;
	background:url("../images/headings/inner/certamen2011_header-sidebar.gif") no-repeat scroll left top transparent;
}

body.page-id-60 h1.imagetitle {
	background-image:url(../images/headings/inner/unetea.gif);
}

body.page-id-690 h1.imagetitle,
body.parent-pageid-690 h1.imagetitle {
	background-image:url(../images/headings/inner/ganadoras2011-sidebar_rev.gif);
}

body.page-id-358 h1.imagetitle,
body.page-id-529 h1.imagetitle,
body.page-id-391 h1.imagetitle {
	background-image:url(../images/headings/inner/ganadoras2010-sidebar_rev.gif);
}

body.page-id-474 h1.imagetitle {
	margin-left:-1px;
	background:transparent url(../images/headings/inner/certamen2011_header.gif) no-repeat scroll top left !important;
}


body.page-id-122 h1.imagetitle {
	margin-left:-1px;
	background:transparent url(../images/headings/inner/invita.jpg) no-repeat scroll top left !important;
}

body.page-id-12 h1.imagetitle,
body.page-template-page-with-subtitle-no-sidebar-php h1.imagetitle {
	background:transparent url(../images/headings/inner/certamen2011_header.gif) no-repeat scroll top left;
}

body.page-id-10 h1.imagetitle,
body.parent-pageid-10 h1.imagetitle {
	margin-left:-1px; /* Unknown image misalignment temporary hack */
	background:transparent url(../images/headings/inner/miquince.jpg) no-repeat scroll top left;
}

body.page-id-10 h1.imagetitle {
	margin-left:-1px; /* Unknown image misalignment temporary hack */
	background:transparent url(../images/headings/inner/miquince.jpg) no-repeat scroll top left;
}

body.page-id-8 h1.imagetitle {
	background:transparent url(../images/headings/inner/expo.jpg) no-repeat scroll top left;
}

body.page-id-75 h1.imagetitle {
	background:transparent url(../images/headings/inner/ganadoras2009.jpg) no-repeat scroll top left;
}

body.page-id-72 h1.imagetitle,
body.single h1.imagetitle {
	background:transparent url(../images/headings/inner/quince-buzz.jpg) no-repeat scroll top left;
}

body.page-id-72 .container h1,
body.page-id-60 .container h1 {
	display:none; /* Didn't want to create an entire new theme file for this minor of a change */
}

/* Image-Based Title Blank Placeholder 
(used in "Page - No Heading, No Sidebar theme.) */

body.error404 h1.imagetitle,
#content.no-heading {
	background:transparent url(../images/headings/inner/no-heading.jpg) no-repeat scroll top left;
	padding:123px 77px 0 0;
}

body.error404 h1.imagetitle {
	padding:0;
}

/* Forms */

#home #content #e-mail form {
	width:210px;
	padding:68px 0 0 48px
}

#e-mail input {
	padding:0 0 10px;
	height:20px;
	width:200px;
	background:transparent;
	border:0 none;
/*	display:block;*/
}

#e-mail input#FirstName {
	width:94px;
	margin-right:18px;
}

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

#e-mail input#submit, input.submit { /* dimensions required by IE6; AUTO H/W does not work */
	width:79px;
	float:right;
	height:29px;
}

#page #content .container form div {
	margin:10px 0;
}

#page #content .container {
	float:left;
	padding:0 20px 0 125px;
	width:439px;
}

.page-template-page-no-sidebar-php #content .container,
.page-template-page-no-heading-no-sidebar-php #content .container,
.page-template-page-with-subtitle-no-sidebar-php #content .container {
	width:759px !important;
	padding-right:0px !important;
}

/* Sidebar */

#sidebar {
	overflow:hidden;
	float:left;
	width:300px;
	background:#fdaae0 url(../images/bg/inner/right-bar.jpg) no-repeat scroll 0 -10px;
	padding:0 9px 0px 8px;
}

	/* Tile behind to make 'cute' bottom lip */
	/* "Last" class must be applied to last div within sidebar */

#sidebar div.last {
	width:317px;
	background:transparent url(../images/bg/inner/right-bar-bot.jpg) no-repeat scroll bottom left;
	padding:0 0 21px 8px; /* Re-align content within */
	margin-left:-8px; /* Pull over sidebar padding */
}

/*	E-mail callout (sidebar, inner) */

#e-mail {
	background:transparent url(../images/callouts/inner/email.gif) no-repeat scroll top left;
	width:300px;
	height:174px;	
}

	/* E-mail div that is not in sidebar must be floated. */

.container #e-mail {
	float:left;
}

#e-mail form {
	width:210px;
	padding:68px 0 0 50px
}

/* Inner page style for email / invite a friend callout */

#email-invita-inner {
	padding:13px 9px;
	width:421px;
	height:180px;
	background:transparent url(../images/bg/inner/invita-email.jpg) no-repeat scroll top left;
}

#email-invita-inner #invite-a-friend {
	width:118px;
	float:left;
}

	/* ----------| = Sidebar Navigation (Mi Quince Pages) = |---------- */

#sidebar ul li {
	display:block;
	text-indent:-9999px;
	width:199px;
}

#sidebar ul li a {
	display:block;
}

#sidebar ul {
	padding:0 0 15px 45px;
}

#sidebar ul li.presupuesto {
	background:transparent url(../images/navigation/inner/active/presupuesto.gif);
	height:36px;
}

#sidebar ul li.calendario {
	background:transparent url(../images/navigation/inner/active/calendario.gif);
	height:45px;
}

#sidebar ul li.moda {
	background:transparent url(../images/navigation/inner/active/moda.gif);
	height:29px;
}

#sidebar ul li.lomasin {
	background:transparent url(../images/navigation/inner/active/lomasin.gif);
	height:39px;
}

#sidebar ul li.proveedores {
	background:transparent url(../images/navigation/inner/active/proveedores.gif);
	height:42px;
}

#sidebar ul li.presupuesto a {
	background:transparent url(../images/navigation/inner/inactive/presupuesto.gif);
	height:36px;
}

#sidebar ul li.calendario a {
	background:transparent url(../images/navigation/inner/inactive/calendario.gif);
	height:45px;
}

#sidebar ul li.moda a {
	background:transparent url(../images/navigation/inner/inactive/moda.gif);
	height:29px;
}

#sidebar ul li.lomasin a {
	height:39px;
	background:transparent url(../images/navigation/inner/inactive/lomasin.gif);
}

#sidebar ul li.proveedores a {
	height:42px;
	background:transparent url(../images/navigation/inner/inactive/proveedores.gif);
}

#sidebar ul li.tradiciones a {
	height:44px;
	background:transparent url(../images/navigation/inner/inactive/tradiciones.gif);
}

#sidebar ul li.tradiciones {
	height:44px;
	background:transparent url(../images/navigation/inner/active/tradiciones.gif);
}

body.page-id-37 #sidebar ul li a:hover,
body.page-id-42 #sidebar ul li a:hover,
body.page-id-44 #sidebar ul li a:hover,
body.page-id-47 #sidebar ul li a:hover,
body.page-id-49 #sidebar ul li a:hover,
body.page-id-37 li.presupuesto a,
body.page-id-42 li.calendario a,
body.page-id-44 li.moda a,
body.page-id-47 li.lomasin a,
body.page-id-49 li.proveedores a
 {
	background:transparent !important;
}

	/* ----------| = Ganadoras 2010 (2010 Winners) Page Styles; Sidebar Navigation = |---------- */

#sidebar ul.sprites-nav {
	margin-bottom:20px;
}

#sidebar ul.sprites-nav li {
	float:left;
	clear:both;
}

#sidebar ul.sprites-nav.ganadoras li a,
#sidebar ul#menu-ganadoras-page-nav li a {
	display:block;
	background:transparent url(../images/navigation/ganadoras_sprites.png) no-repeat scroll 0px 0px;
	width:200px;
	height:45px;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	border: 0 none;
}

#sidebar ul.sub-menu {
	padding:0;
}

#sidebar ul.sprites-nav.ganadoras li.ganadoras-2011 a,
#sidebar ul#menu-ganadoras-page-nav #menu-item-699 a {
	background-position:0 -270px;
}

#sidebar ul#menu-ganadoras-page-nav #menu-item-699 a:hover,
#sidebar ul#menu-ganadoras-page-nav li#menu-item-699.current_page_item a.current {
	background-position:-200px -270px;
}

#sidebar ul.sprites-nav.ganadoras li.ganadoras-2010 a,
#sidebar ul#menu-ganadoras-page-nav #menu-item-688 a {
	background-position:0 0;
}

#sidebar ul.sprites-nav.ganadoras li.ganadoras-2010 a:hover,
#sidebar ul#menu-ganadoras-page-nav #menu-item-688 a:hover,
#sidebar ul#menu-ganadoras-page-nav li#menu-item-688.current_page_item a.current {
	background-position:-200px 0;
}

#sidebar ul.sprites-nav.ganadoras li.videos-2010 a,
#sidebar ul#menu-ganadoras-page-nav #menu-item-686 a {
	background-position:0 -45px;
}

#sidebar ul.sprites-nav.ganadoras li.videos-2010 a:hover,
#sidebar ul#menu-ganadoras-page-nav #menu-item-686 a:hover,
#sidebar ul#menu-ganadoras-page-nav li#menu-item-686.current_page_item a.current {
	background-position:-200px -45px;
}

#sidebar ul.sprites-nav.ganadoras li.videos-2011 a,
#sidebar ul#menu-ganadoras-page-nav #menu-item-698 a {
	background-position:0 -90px;
}

#sidebar ul.sprites-nav.ganadoras li.videos-2011 a:hover,
#sidebar ul#menu-ganadoras-page-nav #menu-item-698 a:hover,
#sidebar ul#menu-ganadoras-page-nav li#menu-item-698.current_page_item a.current {
	background-position:-200px -90px;
}
#sidebar ul.sprites-nav.ganadoras li.fotos-2010 a,
#sidebar ul#menu-ganadoras-page-nav #menu-item-687 a {
	background-position:0 -135px;
}

#sidebar ul.sprites-nav.ganadoras li.fotos-2010 a:hover,
#sidebar ul#menu-ganadoras-page-nav #menu-item-687 a:hover,
#sidebar ul#menu-ganadoras-page-nav li#menu-item-687.current_page_item a.current {
	background-position:-200px -135px;
}
#sidebar ul.sprites-nav.ganadoras li.fotos-2011 a,
#sidebar ul#menu-ganadoras-page-nav #menu-item-697 a {
	background-position:0 -180px;
}

#sidebar ul.sprites-nav.ganadoras li.fotos-2011 a:hover,
#sidebar ul#menu-ganadoras-page-nav #menu-item-697 a:hover,
#sidebar ul#menu-ganadoras-page-nav li#menu-item-697.current_page_item a.current {
	background-position:-200px -180px;
}

#sidebar ul.sprites-nav.ganadoras li.ganadoras-2009 a,
#sidebar ul#menu-ganadoras-page-nav #menu-item-689 a {
	background-position:0 -225px;
}

#sidebar ul.sprites-nav.ganadoras li.ganadoras-2009 a:hover,
#sidebar ul#menu-ganadoras-page-nav #menu-item-689 a:hover,
#sidebar ul#menu-ganadoras-page-nav li#menu-item-689.current_page_item a.current {
	background-position:-200px -225px;
}


	/* ----------| = Ganadoras 2009 (2009 Winners) Page Styles = |---------- */

blockquote {
	padding:15px 0 0 30px;
	font-size:1.3em;
	line-height:1.1em;
	margin:0 0 20px 0;
	overflow:hidden;
	background:transparent url(../images/bg/inner/blockquote.gif) no-repeat scroll top left;
}

.page-id-75 .container img {
	float:left;
	margin:0 10px 0 0;
}

.container img.alignright {
	float:right !important;
	margin:0 0 0 10px;
}

	/* ----------| = Quince Buzz Page Styles = |---------- */

div.post {
	margin-bottom:10px;
	border-bottom:1px dashed #CF1B8F;
}

div.post em {
	display:block;
	font-style:italic;
	color:#cf1b8f;
	font-size:0.7em;
	margin-bottom:10px;
}

#content .container ul, #content .container ol {
	list-style:disc outside;
	font-size:0.8em;
	margin-bottom:1.0em;
}

#content .container li ul li {
	font-size:14px;
	margin: 0 0 0 10px;
	list-style:disc outside;
}

#content .container ol {
	list-style:decimal outside;
}

#content .container ul li, #content .container ol li {
	margin-bottom:0.5em;
	margin-left:1.0em;
}

.page-id-161 #content .container ul {
	list-style:none;
}

.info-box {
	background:#FDAAE0;
	border:1px dashed #CF1B8F;
	width:200px;
	padding:5px;
	float:right;
	margin:5px;
	border:;
	font-size:0.7em;
}
	/* ----------| = Advertisements = |---------- */

.advertisement {
	margin:0 auto;
	padding:10px 0;
	width:auto;
}

#home .advertisement {
	float:right;
}

	/* ==========|| =Tabs= || =========== */

ul.tabs {
	list-style:none;
	display:inline-block;
}

ul.tabs li {
	float:left;
	list-style:none;
	margin-right:0px;
}

ul.tabs li a {
	display:block;
	padding:3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none repeat scroll 0 0 #F48FD5;
	border:2px solid #251870;
}

	/* ----------| = Footer = |---------- */

#wrapper-footer { /* This is required for the footer on subpages */
	width:100%;
}

#footer {
	margin-top:10px; /* Extra space for sidebar */
	background:url("../images/bg/lower/footer.jpg") repeat scroll left top transparent;
	width:100%;
	display:inline-block;
	position:relative;
	bottom:0;
	left:0;
	padding:15px 0;
}

#footer .container {
	padding:0 20px 0 50px;
	width:910px;
	margin:0 auto;
}

#footer ul.info a {
	color:#160d47;
}

#footer a:hover {

}

#footer ul li {
	white-space:nowrap; /* IE6 Fix */
	font-size:11px;
	float:left;
	margin-right:3px;
}

#footer ul {
	float:left;
}

#footer ul.social {
	float:right;
}

#footer ul.centers {
	background:transparent url(../images/headings/lower/15paramisquince.gif) no-repeat scroll 0 15px;
	width:550px;
	height:69px;
	padding:15px 0 0 185px;
}

#footer ul.sponsors {
	float:right;
	width:150px;
	margin:15px 0 0 0;
}

#footer ul.centers li {
	font-weight:bold;
	font-size:0.65em;
}




