/*
Theme Name: New Tropi Caliente website
*/

html, body {
	height:100% !important;
	}

body {
	/*background-color:#EFEFEF;*/
	background-color:#000000;
	font: 13px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color:#131313;
	margin:0 auto;
	padding:0;
	/*background-image:url(images/left.jpg);
	background-position:top center;
	background-repeat:repeat-x; */
	}

/* Standard layout DIVS */
div#container {
	margin: 0 auto;
	position:relative;
	min-height:100% !important;
	width:800px;
	padding:5px;
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}

div#header {
	width:800px;
	height:55px;
	margin:0 auto;
	clear:both;
/*	background-image:url(images/logo.gif);
	background-position:top right;
	background-repeat:no-repeat; */
	}
		
div#nav {
	width:800px;
	height:43px;
	float:left;
	background-color:#000000;
	border-bottom:5px solid #0099FF;
	}

div#clear {
	clear:both;
	height:1px;
	}

div#main {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin:0 auto;
	width:800px;
	clear:both;
	}
	
div#content {
	width:700px;
	padding-bottom:20px;
	margin:0 auto;
	margin-left:25px;
	}

div#box1 {
	width:695px;
	margin-bottom:30px;
	clear:both;
	margin-top:35px;
	margin-left:50px;
	}
	
div#box2 {
	width:335px;
	float:left;
	margin-right:10px;
	}

div#box2e {
	width:650px;
	clear:both;
	margin-top:15px;
	
	}

div#box2p {
	float:left;
	width:130px;
	}

div#box2i {
	float:left;
	margin-left:5px;
	width:185px;
	}

div#box2ie {
	float:left;
	margin-left:5px;
	width:500px;
	
	}

div#eventmore {
	clear:both;
	width:335px;
	}

div#eventmorea {
	clear:both;
	width:650px;
	}

div#contentimg {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top; 
	border-bottom:1px solid #CCCCCC;
	height:136px;
	width:800px;

	clear:both;
	}
	
div#contenttxt {
	clear:both;
	width:600px;
	margin:0 auto;
	}

div#sidebar {
	margin-left:35px;
	width:180px;
	padding-right:5px;
	padding-bottom:15px;
	float:left;
	}
	
div#clearfooter {
	clear:both;
	height:60px;
	margin:0 auto;
	}

div#footer {
	clear:both;
	padding-top:5px;
	padding-bottom:10px;
	width:100%;
	height:50px;
	text-align:center;
	position:absolute;
	bottom:0px;
	margin:0 auto;
	
	}

/* Text */

p {
	text-align:left;
	margin-bottom:10px;
	letter-spacing:1px;
	}

div#content ul, div#content ol {
	margin-left:20px;
	margin-bottom:10px;
	}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:75px;
	margin-left:15px;
	letter-spacing:2px;
	text-align:center;
	}

h2 {
	font:normal 1.5em Helvetica, Arial, sans-serif;
	margin-bottom:2px;
	margin-top:5px;
	color:#00477F;
	clear:left;
	}

h3 {
	font:normal 1.2em Helvetica, Arial, sans-serif;
	color:#990000;
	margin-top:10px;
	text-decoration:none;
	}

h4 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color:#666666;
	text-align:justify;
	letter-spacing:1px;
	margin-bottom:20px;
	margin-top:5px;
	}
	
.headertxt {
	font: 1.6em Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0 auto;
	}

.headertxt a, .headertxt a:visited, .headertxt a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

a, a:visited {
	color:#3333CC;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#3333FF;
	text-decoration:underline;
	}
	




/* Lists */

div#sidebar h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#339966;
	margin-top:10px;
	}

.current_page_item a, .current_page_ancestor a {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#0099FF;
	}

div#nav ul {
	text-align:left;
	list-style: none;	
	margin-left:-40px;	
	}

div#nav ul li {
	float:left;
	}

div#nav ul li a {
	color:#FDFDFD;
	font: 1.0em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-decoration:none;
	padding:16px 30px 11px 30px !important;
	
	/*padding-bottom:11px;
	padding-left:30px;
	padding-right:30px;
	padding-top:16px;*/
	
	}

div#nav ul li a:hover, div#nav ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#33CC66;
}

ul#footer {
	list-style-type:none;
	display:inline;
	text-align:center;
	}

/* classes */

.picname, .picname a {
	color:#666666;
	font-size:14px;
	text-align:right;
	margin-bottom:5px;
	padding-right:5px;
	}
	
.barimg {
	margin:0 auto;
	}

.footerli a, .footerli {
	color:#444;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	text-decoration:none;
	list-style-type:none;
	}


img {
	border:none;
	}


.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right:10px;
}

.alignright {
	float: right;
	margin-left:10px;
}	

.homeul {
	margin-left:-30px;
	list-style:none;
	}

.homeul li {
	margin-left:-30px;
	}

.slidebox {
	float: right;
	margin-left:10px;
	padding-left:20px;
	margin-top:18px;
}	

.eventnameh {
	color:#663333;
	}

.hreadmore, .hreadmore a {
	text-align:right;
	margin-right:10px;
	text-decoration:none;
	color:#663333;
	font-weight:bold;
	}