/* Description - This is the css for the development of cool stuff. */

/* Body Elements ---------------------------------------*/


* {
	border: none;
	outline: none;	
	text-decoration: none;
	font-family: sans-serif, Helvetica, Verdana;
	text-align: left;
	list-style-image:none;
	list-style-position:none;
	list-style-type:none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

a {
	color: #5b5b5b;
}
body {
	background: url(../images/spotlight.png) top center no-repeat, url(../images/gradient.png) repeat-x, url(../images/tile.jpg) repeat;
	color: #5b5b5b;
	margin: 0px auto 0px auto;
	width: 100%;
	min-width: 1100px;
}

.wrapper {
/* 	background-color: hsl(190, 80%, 80%); */
	position: relative;
	top:0px;
	margin: 0 auto 0 auto;
	width: 1200px;
	height: 90%;
}

#header {
/* 	background-color: hsl(90, 80%, 80%); */
	margin: 0 0 0 40px;
	padding: 0;
	position: absolute;
	top: 85px;
	left: 15px;
	width: 60px;
}

#footer {
	clear: both;
	height: 20px;
	margin: 0px auto 10px auto;
	padding-top: 40px;
	width: 100%;
}

#footer h4 {
	text-align: center;
}

/* Styles ---------------------------------------*/
h1 {
	font-size: 1.6em;
/* 	text-indent: -9999px; */
}

.seo {
	position: absolute;
	top: -3000px;	
}
h2 {
	font-size: 1.6em;
	font-style: normal;
	line-height: 2.0em;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 1.1em;
	font-style: normal;
	line-height: 2.0em;
	font-weight: 600;
	padding-bottom: .2em;
}
h4 {
	font-size: .8em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: 600;
	padding-bottom: .2em;
}

h5 {
	color: #5b5b5b;

}

p {
	font-size: .8em;
	line-height: 1.4em;
}

.clearLeft {
	clear:left;
}

.clearRight {
	clear:Right;
}

.clearBoth {
	clear: both;
}

.red {
	color: red;
}
/* Header + Navigation Elements ---------------------------------------*/

.mainNav li {
	margin: 0 auto o auto;
	width: 44px;
	text-indent: -9999px;
}
#logo {
	background-image: url(../images/squareLogo.png);
	height: 60px;
	width: 60px;
	margin: 0px auto 20px 0px;
}

#event {
	background-image:url(../images/event.png);
	height: 123px;
}

#event:hover {
	background-position-x: 44px;
}

#sport {
	background-image:url(../images/sport.png);
	height: 125px;
}

#sport:hover {
	background-position-x: 44px;
}

#portrait {
	background-image:url(../images/portrait.png);
	height: 173px;
}

#portrait:hover {
	background-position-x: 44px;
}

#urban {
	background-image:url(../images/urban.png);
	height: 131px;
}

#urban:hover {
	background-position-x: 44px;
}

.mainNav .selected {
	background-position-x: 44px;
}

#header a {
	display: block;
	height: inherit;
	width: inherit;
}

.subNav {
	position: absolute;
	padding: 20px 0 0 0;
	right: 100px;
	top:90px;
	text-indent: -9999px;
}

.subNav a {
	display: block;
	height: inherit;
	width: inherit;
}

.subNav li {
	width: 23px;
	background-position: 26px;
}

.subNav #about {
	background-image:url(../images/about.png);
	height: 85px;
}

.subNav #about:hover {
	background-position-x: 0px;
}

.subNav #booking {
	background-image:url(../images/booking.png);
	height: 132px;
}

.subNav #booking:hover {
	background-position-x: 0px;
}

.subNav #roadmap {
	background-image:url(../images/roadmap.png);
	height: 173px;
}

.subNav #roadmap:hover {
	background-position-x: 0px;
}

.subNav #contact {
	background-image:url(../images/contact.png);
	height:128px;
}

.subNav #contact:hover {
	background-position-x: 0px;
}

.subNav #blog {
	background-image:url(../images/blog.png);
	height: 71px;
}

.subNav #blog:hover {
	background-position-x: 0px;
}


/* Carousel Elements ---------------------------------------*/

.infiniteCarousel {
	background: no-repeat url(../images/canvas.png) top center;	
/* 	background-color: hsl(40, 80%, 80%); */
	width: 961px;
	height: 675px;
/* 	float: left; */
	margin: 0px auto 0px auto;
	position: relative;
	padding: 105px 0 0 0;
}

.infiniteCarousel .wrapper {
	width: 900px; 		/* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	margin: 0 auto 0 auto;
	position: relative;
/* 	height: 100%; */
}

.infiniteCarousel .wrapper ul {
	height: 100%;
	width: 100%; 		/* single item * n */
	margin:0;
	padding:0;
	position: relative;
}

.infiniteCarousel ul li {	/* This must be = to or larger than the wrapper */
	display:block;
	float:left;
	height: 100%;
	position: relative;
	width: 900px;
}

.pane {
/* 	position: relative; */
	height: 600px;
	width: 900px;
	margin: 0 auto 0 auto;
}

.oneUp img {
	height: 600px;
	width: 900px;
}

.threeUp img {
	height: 600px;
	float: left;
	width: 290px;
}

.threeUp img:first-child {
	margin: 0 15px 0 0;
}

.threeUp img:last-child {
	margin: 0 0 0 15px;
}

.twoUp img {
	height: 600px;
	float: left;
	width: 440px;
}

.twoUp img:first-child {
	margin: 0 20px 0 0;
}

.infiniteCarousel .arrow {
	display: block;
	height: 45px;
	width: 47px;
	position: absolute;
	top: 600px;
	cursor: pointer;
}

.infiniteCarousel .forward {
	background: url(../images/rightUp.png) no-repeat 0 0;
	margin-right: 30px;
	right: 0;
}
.infiniteCarousel .back {
	background: url(../images/leftUp.png) no-repeat 0 0;
	margin-left: 30px;
	left: 0;
}

.infiniteCarousel .forward:hover {
	background-position: 3px 0;
}

.infiniteCarousel .back:hover {
	background-position: -3px 0;
}


/* About Us ---------------------------------------------------------------------------*/

.content {	
/* 	float: left; */
	width: 880px;	
/* 	background-color: hsl(40, 80%, 80%); */
	margin: 0 auto 0 auto;
	padding: 85px 0 0 0;
	position: relative;

}

.frames {
	display: block;
	float: left;
	width: 580px;
}

#featuredImages {
/* 	background-color: hsl(120, 80%, 80%); */
	float: left;
	padding-left: 50px;
	width: 530px;

}
#featuredImages li {
	background: url(../images/frame.png) no-repeat;
	float: left;
	height: 160px;
	width: 160px;
}

#featuredImages li img {
	height: 120px;
	margin: 15px auto auto 20px;
	width: 120px;
}

#featuredImages img:hover {
	border: 12px solid;
	border-color: #CCCCCC;
	margin: 4px 0 0 9px;

}

.content .container {
/* 	background-color: hsl(220, 80%, 80%); */
	display: block;
	float: left;
	padding: 0 0px 0px 0;
	width: 300px;
}

#textSlider {
	overflow: hidden;
	width: inherit;
	height: 320px;
	border-bottom:  black 1px solid;

}

#textSlider li {
	display: block;
	float: left;
	height: 300px;
	padding-bottom: 10px;
/* 	border-bottom:  black 1px solid; */
}

#textSlider h2 {
/* 	border-bottom: black 1px solid; */
}

#accordionNav {
	display: block;
	padding-top: 10px;

}
#accordionNav li {
	text-align: right;
	margin: 0 0 5px 0;
}


/* Accordion --------------------------------------------- */

#accordion p {
	line-height: 1.4em;
	margin-bottom: 1.4em;
}

#accordion ol li {
/* 	padding-left: 1em; */
}
.container #wrapper {
  width: 300px;
/*   margin: 0 auto; */
}

#accordion #content {
  padding: 0 5px;
}

#accordion #content ul {
  float: left;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  list-style: none;

}

#accordion #content li {
  float: left;
  height: 60px;
  width: 200px;
  position: relative;

}

#accordion #content a {
  font-size: 1em;
  color: #666;
  text-decoration: none;
  padding: 10px 0 5px;
  display: block;
  width: 100%;
  height: 45px;
  position: relative;
  z-index: 2;
}

#accordion a img {
  border: 0;
  float: left;
  margin: 0 10px;
}

#accordion .fader {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
/*   background-color: #A4ADB7; */
}

#accordion a:hover img {
  margin-left: 5px;
}

#accordion a strong {
  display: block;
  font-size: 1em;
/*   color: #000; */
}

.clear {
  clear: left;
}


#accordion ul {
	border-top: 1px #000 solid;
	margin: 0;
}

#accordion li a {
	  text-decoration: none;
	  text-align: right;
}

#accordion li a:hover {
	color: #000;
}

#accordion li a.selected {
	  color: #000;
}

#accordion .panels {
	overflow: hidden;
}

#accordion .panels h2 {
	border-bottom: 1px #000 solid;
	display: block;
}

#accordion .panelsInner {
  overflow: hidden;
}

#accordion .panel {
  padding: 0px;
  margin-bottom: 30px;
}
