@charset "UTF-8";
body {
	padding: 0;
	color: #000;

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #2C6AA5;
	background-image: url(images/background/body-background-half-mile-exotic-racing-cars-puerto-rico.jpg);
	background-repeat: repeat-x;
	background-position: center -150px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.mainContentHeader {
	color: rgba(187,180,162,1);
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(187,180,162,1);
	margin-right: 0px;
	margin-top:25px;
	padding-top: 0px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	color: rgba(204,204,204,1);
	text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}

.buyTickets {
	
	width: 50%;
	margin-left:25%;
	Margin-right:25%;
	margin-bottom:25px;
	line-height: 60px;
	height:60px;
	background-color:rgba(206,29,42,1.00);
	text-align: center;
}

.buyTickets a {
	

}

.buyTickets:hover {
	background-color:rgba(206,29,42,.8);

}
	

.frameImage {
	border: 2px solid rgba(0,0,0,1);
}
/* ~~this fixed width container surrounds the other divs~~ */
#container {
	width: 960px;
	/*
	-webkit-box-shadow: 0px 0px 3px 3px rgba(3, 3, 3, .5);
	-moz-box-shadow: 0px 0px 3px 3px rgba(3, 3, 3, .5);
	box-shadow: 0px 0px 3px 3px rgba(3, 3, 3, .5);
	-khtml-box-shadow: 0px 0px 3px 3px rgba(3, 3, 3, .5);
	*/
	
	margin-top: -4;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #CCCCCC;
	background-color: rgba(255,255,255,.4);
	background-repeat: repeat-x;
	padding: 0px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

 #header {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 25;
	padding-left: 25px;
	margin-top: 5px;
	margin-right: 25px;
	margin-left: 25px;
	background-color: #DDDDDD;
	background-image: url(images/header-barefoot-buddha-coffee-shop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
		border-bottom-style: none;

	border: 2px solid rgba(0,0,0,1);
} 

#topSection {
	margin-bottom: 25px;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: rgba(0,0,0,1);
	font-size: 130%;
}

#topSection img {
	text-decoration: none;
	color: #333;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	padding: 3px;
	margin-right: 3px;
	margin-bottom: -15px;
}

#topSection img:hover {
	text-decoration: none;
	color: #FFF;
	background-color:rgba(255,255,255,1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
 #sidebar1 {
	float: left;
	width: 200px;
	clear: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	color: rgba(157,123,69,1);
border: 2px solid rgba(0,0,0,1);	background-image: url(images/sign-wine-cafe-berlin-international-creative-cuisine-old-san-juan-puerto-rico.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	background-position: center top;
	padding-top: 140px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
   }
#sidebar {
	float: left;
	width: 200px;
	clear: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	color: rgba(255,255,255,1);
	border: 2px solid rgba(0,0,0,1);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	background-position: -100px top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: rgba(0,0,0,1);
	background-image: url(images/background/tire-skid-marks-puerto-rico-half-mile-event.jpg);
}
#sidebarContent {
	color: rgba(153,123,69,1);
	padding: 3px;
}

#sidebarContainer {
	float: left;
	width: 280px;
	clear: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: rgba(157,123,69,1);
	margin: 0px;
}
 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 25px;
	background-image: url(images/background/tire-skid-marks-puerto-rico-half-mile-event.jpg);
	background-repeat: no-repeat;
	background-position: -100px top;
	background-color: rgba(0,0,0,1);
} 

#mainContent a {
	color:rgba(255,255,255,1);
	text-decoration:underline;
	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	outline:0px;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

 #footer {
	padding: 10px;
	font-size: 80%;
	text-align: center;
	line-height: 20px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: rgba(138,108,62,1);
	background-color: #3F2A1D;
	background-image: url(images/background/tire-skid-marks-puerto-rico-half-mile-event.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: -100px top;
} 

#footer a {
	color: rgba(138,108,62,1);
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.search { background-color: #900; padding: 10px; }

.hilite { background-color: #CCC; }


#menu {
	z-index: 1000;
	text-transform: uppercase;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	height: 40px;
	background-color: #CE1D2A;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	background-image: url;
	background-repeat: no-repeat;
	border: 2px solid rgba(0,0,0,1);
	width: 704px;
	background-position: left center;
	padding-left: 200px;	
}
#menu ul {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 100%;
}
#menu ul li {
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
}
#menu ul li a {
	display: block;
	height: 40px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-right:rgba(255,255,255,.5) 1px solid;
}
#menu ul li a:hover {
	color:rgba(255,255,255,1);
	
	background-color: rgba(0,0,0,.3);
		-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
#menu ul li ul {
	position: absolute;
	top: 31px;
	visibility: hidden;
	padding: 15px;
}
#menu ul li:hover ul {
	visibility: visible;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px;
	line-height: 40px;
	height: 40px;
}
#menu ul li ul li a {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #555;
	background-color: #14375A;
}

#menu ul li:nth-child(even) { /*(even) or (2n+0)*/
	
}
#menu ul li:nth-child(odd) { /*(odd) or (2n+1)*/
background-color:rgba(206,29,42,1);

}

#menu ul li:first-child {
	
}



#menu ul li:last-child {
	border-right:none;
	
}

#footerMenu {
	text-transform: lowercase;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	height: 30px;
	background-color: rgba(249,29,21,1);
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	text-align: center;
	color: rgba(255,255,255,1);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,1);
}


#footerMenu ul {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 80%;
}
#footerMenu ul li {
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	text-align: center;
}
#footerMenu ul li a {
	display: block;
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
#footerMenu ul li a:hover {
	color: #0F3357;
	
	background-color: rgba(255,255,255,.4);
		-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	
.column {
	background-color: rgba(79,23,16,1);
	padding: 5px;
	width: 187px;
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
	background-image: url(images/logo-background.gif);
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid rgba(0,0,0,1);
	margin-top: 25px;
	margin-left: 0px;
	overflow: hidden;
	max-height: 105px;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-ms-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

.column:hover {
	color: rgba(255,255,255,1);
	max-height: 999px;
}

.columnHeader {
	background-color: rgba(79,23,13,0.8);
	margin-bottom: 6px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	color: rgba(164,149,114,1);
	border: 1px dotted rgba(154,142,111,1);
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.columnContent {
	color: rgba(153,123,69,1);
	padding: 3px;
}
#container2 {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 350px;
}
.quotationClosed {
	text-align: right;
}
#mainContentContainer {
	float: left;
	width: 650px;
	margin-top: 25px;
}
#mainContentContainerWide {
	float: left;
	width: 902px;
	padding: 25px;
}
.paper {
	background-color: rgba(255,255,255,.8);
	color: rgba(50,6,3,1);
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .5);
	list-style-position: inside;
	list-style-image: url(images/bullets-puerto-rico-half-mile-event.png);
	font-size: 95%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
	line-height: 30px;
}
.mainContentText {
	color: rgba(187,180,162,1);
}

#logo-overlay {
	background-image: url(images/logo-pr-half-mile.png);
	background-repeat: no-repeat;
	background-position: right 185px;
	position: absolute;
	height: 340px;
	width: 200px;
	overflow: visible;
	visibility: visible;
	z-index: 10;
	float: right;
}

.myTable {
	width: 99%;
	border-collapse: collapse;
	font-size: 80%;
}
.myTable td { 
padding:8px; 
border:#999 1px solid;
vertical-align:middle; }

.myTable tr:nth-child(even) { /*(even) or (2n+0)*/
	background-color:rgba(51,51,51,.6);
}
.myTable tr:nth-child(odd) { /*(odd) or (2n+1)*/
background:rgba(102,102,102,.6);}

.myTableHeader{
	
	font-size: 150%;
	color:rgba(255,255,255,1);	
}
th{
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 5px;
	text-align:left;
	border:#999 1px solid; 
}

caption {

margin:0;
opacity:0;
height:0;
	
}



.formField {
	background-color:rgba(204,204,204,1);
	height: 30px;
	width: 310px;
	padding: 3px;
	font-size: 120%;
}
.formFieldsArea {
	background-color:rgba(204,204,204,1);
	width: 320px;
	font-size: 120%;
	padding: 3px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #397EB7;
}
#sponsors {
	background-color: rgba(0,0,0,1);
	background-image: url(images/background/tire-skid-marks-puerto-rico-half-mile-event.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 25px;
	margin-top: 25px;
}
#player {
	height: 450px;
	width: 900px;
}

.selectHome #selectHome,
.selectAbout #selectAbout,
.selectContact #selectContact,
.selectAccommodation #selectAccommodation,
.selectResults #selectResults,
.selectNoHayLiga #selectNoHayLiga,
.selectGallery #selectGallery,
.selectTours #selectTours

{
	background-color: rgba(0,0,0,1);
	background-image: url(images/background/tire-skid-marks-puerto-rico-half-mile-event.jpg);
	background-repeat: no-repeat;
	background-position: -100px top;
	
}


/* iPhone and mobile  */

@media (max-width: 770px) {
	  
	  

.slider-wrapper.theme-default {
	height: 320px;
}

.theme-default .nivoSlider {
	
	width: 904px;
	height: 250px;
}




}
.elfsight {
	min-height: 300px;	
	background-color: white;
}

.coolest {
	
	
	background-color: white;
	min-height: 500px;
	
}
#container .coolest a {
	
	color:black;
}


.EventLocation {
	
	text-align: center;
	padding:5px 0px;
	background-color:rgba(206,29,42,1.00);
	color:white;
	font-size:130%;
	font-weight: bold;
	margin-bottom:10px;
    width:100%;
}

.EventLocation a {
	
	color:white;
	text-decoration: underline;
	font-weight: bold;
}
