/*==============================================
 * Generic style
 *=============================================*/

body, ul, li, a, span, form, input, h1, h2,p {
	margin: 0;
	list-style: none;
	padding: 0;
}

img {
	border: 0px solid #FFF;
}

body {
	background: url(/images/mojo_background.jpg) top center no-repeat #191919;
	font-size: 12px !important;
	font-family: helvetica !important;
}

a {
  color: #B35728;
	text-decoration: none;
}

h1 {
	margin-bottom:25px;
	margin-top:15px;
	padding:1px 10px;
}

.clear {
	clear:both;
}

.restricted-width {
	width: 666px;
}


#contentWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 125px;
}

ul#menu {
	margin-left: -56px;
}

ul#menu li {
	display: block;
	float: left;
}

ul#menu li a span {
	display: block;
	padding: 12px 10px 19px 10px;
	background: transparent url(/images/bg_off.png) top left repeat-x;
}

ul#menu li.first a {
	display: block;
	background: transparent url(/images/cleft_on.png) top left no-repeat;
	padding-left: 7px;
}

ul#menu li.last a {
	display: block;
	background: transparent url(/images/cright_off.png) top right no-repeat;
	padding-right: 11px;
}
/*
ul#menu li.last:hover a {
	background: transparent url(/images/cright_on.png) top right no-repeat;
} 
*/


ul#menu li.separator {
	width:1px;
	height:44px;
	display: block;
	background: transparent url(/images/separator_on.png) top right no-repeat;
}
/*/ul#menu li a:hover span, */
ul#menu li.selected a span {
	color: #fff;
	background: transparent url(/images/bg_on.png) top left repeat-x;
}

ul#menu a span {
	color: #000;
}

#topMargin {
	background: transparent url(/images/ch_top.png) top center no-repeat;
	height: 37px;
}

#content {
	background: transparent url(/images/ch_bg.jpg) bottom center repeat-y;
}

#subcontent {
	background: transparent url(/images/ch_super_footer.png) bottom center no-repeat;
}

#subsubcontent {
	background: transparent url(/images/ch_sub_top.png) top center no-repeat;
}


#bottomMargin {
	background: transparent url(/images/ch_footer.png) top center no-repeat;
	height: 33px;
}

form#search_form {
	margin-top: 1px;
	float: right;
	background: transparent url(/images/bg_on.png) top left repeat-x;
	margin-right: 7px;
	line-height: 0;
}

form#search_form input.textField {
	margin-left: 2px;
	padding: 3px 2px 3px 2px;
	width: 150px;
	color: #343434;
	background: transparent url(/images/search_fbg.jpg) top left repeat-x;
	border: 0px solid #000;
}

form#search_form div {
	margin: 10px 30px 10px 10px;
	background: transparent url(/images/search_left.jpg) top left no-repeat;
}

form#search_form input#searchSubmit {
	float: left;
}


/*=================================================
 * Newsletter style
 *===============================================*/

div#newsletterWrapper{
  clear: both;
  margin-top: 15px !important;
	background: transparent url(/images/newsletter_right.png) top right no-repeat;
}

div#newsletterWrapper2 {
	margin-right: 7px;
	background: transparent url(/images/newsletter_left.png) top left no-repeat;
}

div#newsletter {
	color: #FFF;
	background: transparent url(/images/newsletter_bg.png) top right repeat-x;
    margin-left: 10px;
}

div#newsletter h2, div#newsletter p, div#newsletter form{
	float: left;
	margin-left: 20px;
}

div#newsletter h2 {
	margin-top: 17px;
	width: 130px;
  color: #fff;
}

div#newsletter p {
	margin-top: 9px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 190px;
  font-size: 11px;
}

div#newsletter div.textField {
  float: left;
}

div#newsletter form input#newsletterBtn {
	margin-left: 5px;
}

div#newsletter form {
	margin-top: 19px;
}


div#footer {
	width: 666px;
	color: #454545;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#footer a {
	color: #9a9a9a;
} 

div#footer p {
	padding-top: 7px;
}

ul#community  li{
	float: right;
}

div#simpleWrapper {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}

.event-box h1, h1, h2, h1 a, h2 a, .album-box h1, h1, h2, h1 a, h2 a {
	color: #b35728;
}

.event-box h1, .album-box h1 {
  font-size: 15px;
}

.event-box .entry {
  display: block;
  padding-top: 4px;
}

.brief {
  float: right;
  clear: right;
  width: 150px;
}

.album-box {
  width: 150px;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
}

.album-box p {
  float: left;
}

.brief h1.summary {
  margin: 0;
  padding: 0;
}

.brief .eventDescription {
  float: none;
  width: auto;
}

.album-box p {
  float: left;
}

.brief p {
  float: right;
}

.brief abbr {
  clear: right;
  display: block;
  text-decoration: none;
  text-align: center;
}

.full p img {
  margin-top: 70px;
}

div.button {
  margin-left: 5px;
	float: right;
	background: transparent url(/images/button_right.png) top right no-repeat;
}

div.button div.left {
	margin-right: 5px;
	background: transparent url(/images/button_left.png) top left no-repeat;
}

div.button div.left a {
	display: block;
	margin-left: 5px;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: transparent url(/images/button_bg.png) top left repeat-x;
}

div.button div.left input {
	margin-left: 5px;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: transparent url(/images/button_bg.png) top left repeat-x;
  border: 0px solid #fff;
}

#topMargin h1 {
  display: none;
}

/*=================================
 * Inputs
 *===============================*/

div.textField input {
  background: transparent url(/images/field_bg.png) top left repeat-x;
  width: 146px;
  margin-left: 2px;
  border: 0px solid #fff;
  padding: 2px 0px 1px;
}

div.textField {
  background: transparent url(/images/field_right.png) top right no-repeat;
}

div.textField span {
  background: transparent url(/images/field_left.png) top left no-repeat;
  margin-right: 2px;
  float: left;
}

/*=======================================
 * Index
 *=====================================*/

  .aboutMojo {
    width: 400px;
    float: left;
  }

  .aboutMojo p{
    padding: 10px 10px 5px 10px;
    line-height: 18px;
  }

  /* ======================
 *
 *	EVENTS
 *
 * ======================*/ 

		.event-box{
			border-bottom: 1px dotted #C1AE77;
			margin-bottom: 20px;
			padding-bottom: 15px;
      clear: both;
		}
		
		.last{
			border-bottom: 0px;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		
		.event-box p{
			float: left;
			width: 220px;
		}
		
		.event-box p img{

		}
		
		.eventDescription{
			float: left;
			width: 355px;
		}
		
		.event-box h1.summary{
			font-size:18px;
			font-weight:bold;	
      padding-left: 0px;  
		}
		
		.event-box h1.summary a{
		
		}
		
		.event-box abbr{
			margin: 5px 0px;
			border: none;
		}
		
		.event-box .description{
		
		}
		
		.event-box .description p{
			padding: 10px 0px;
			line-height: 18px;			
			width: 100%;
		}
		
		.event-box  span.location{
		
		}
		
		.event-box  a.viewMore{
			color:#45718E;
			font-size:11px;
			font-weight:bold;
			text-decoration:none;		
		}		
    
    .event-box h2 {
        font-size: 14px;
        padding: 10px 0px;
    }

/*================================
 * Photos
 *==============================*/

.photo {
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}

/*================================
 * gMap
 *==============================*/

div.vcard .fn {
  color: #B35728;
  font-weight: bold;
  font-size: 14px;
}

div.vcard .adr {
  float: left;
}

div.vcard span.type {
  display: none;
}

div.vcard span.type {
  display: none;
}

div.vcard .locality {
    float: left;
}

div.vcard .country-name {
    float: left;
}

div.vcard .tel {
    float: left;
}

.clear-left {
  clear: left;  
}

div.vcard .street-address {
  clear: left;
}

div.vcard span {
  float: left;
}

div.vcard .region {
  display: none;
}

div.vcard .email {
  clear: left;
  float: left;
}


/* ======================
 *
 *	CONTACT
 *
 * ======================*/  
 
		.contactDetails{
			background-color:#C1AE77;
			float:left;
			margin-bottom:-20px;
			padding:20px;	
			float: left;
			color: #B35728;
		}
		
		.contactDetails p{
			margin-bottom: 5px;
		}
		
		.contactDetails p label{
			font-weight: bold;
		}

		.gMap{
			float: right;
			background-color: #C1AE77;
			margin-bottom: 25px;
		}
		
		.gMap img{
			border: 10px solid #C1AE77;			
		}

		.formItem{
			margin-bottom: 7px;
			margin-left: 15px;
		}

		.formLabel{
			float: left;
			width: 100px;
		}
		
		.formLabel label, .formLabel span{
			display:block;
			font-weight:bold;
			padding-top:6px;		
		}

		.formValue{
			width: 445px;
			float: left;
		}
		.formValue input{
			border: 1px solid #AFA078;
			padding: 4px;
			width: 445px;
		}
		
		.formValue textarea{
			border: 1px solid #AFA078;
			padding: 4px;
			width: 445px;
		}
		
		input.submit{
			background-color:#3C6337;
			border:3px solid #FFFFFF;
			color:#FFFFFF;
			font-size:11px;
			font-weight:bold;
			padding:5px 10px;
			float: left;
			width: auto;
		}

		.subscribe{
			margin-top: 15px;
		}
		
		.formValue label input{
			width: 16px;
			padding-top: 2px;
			display: block;
			float: left;
		}
		
		.formValue label span{
			float: left;
			margin-left: 6px;
		}


 
 
 

  .pagination {
    float: right;
  }

div.float-right {
  float: right;
}

div.float-right div.album-box {
  float: right;
}

div.album-box h1 {
  display: block;
  height: 60px;
}

input.top {
  vertical-align: top;
}

div.inline {
  display: inline;
}

.albums li {
  display: block;
  width: 170px;
  float: left;
}

.albums li.clear {
  clear: both;
  width: 600px;
  float: none;
}

/***************************************************************
 * Reservation css
 ********************************/

#reservations {
	background: transparent url(/images/res_bg.png) top left no-repeat;
	padding: 1px;
	width: 570px;
}

#reservations ul, #reservations li {
	margin: 0;
	padding: 0;
}

#arrows {
	margin: 6px 0px 5px 6px;
}

#arrows a span  {
	display: none;
}

#arrows a.selected span  {
	display: block;
	margin-left: 16px;
	margin-top: 12px;
}

#arrows a.arrow {
	display: block;
	float: left;
	background: transparent url(/images/arrows.png) bottom left no-repeat;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	height: 37px;
}

#arrows a.first {
	width: 93px;
}

#arrows a.middle {
	margin-left: -15px;
	width: 98px;
	background-position: -91px top;
}

#arrows a.middle.selected {
 	background-position: -91px bottom;
}

#arrows a.middle.selected span {
	margin-left: 26px;
}

#arrows a.last {
	width: 97px;
	margin-left: -13px;
	background-position: -189px top;
}

#arrows a.last.selected {
 	background-position: -189px bottom;
}

#arrows a.last.selected span {
	margin-left: 26px;
}

#reservations div.page {
	display:none;
}

#reservations div.page.selected {
	margin-top: 10px;
	padding: 10px 20px;
	display: block;
}

#reservations div.page label {
  display: block;
}

#reservations div.page div.part {
  float: left;
  width: 260px;  
}

#reservations .formItem {
  margin-left: 0px;
}

#reservations .formItem .formValue input, #reservations .formItem .formValue {
  width: 160px;
}

#reservations .formItem .formLabel label,#reservations .formItem .formLabel span, #reservations .formItem .formLabel {
  width: 70px;
}

#reservations .formItem.long .formLabel label,#reservations .formItem.long .formLabel span, #reservations .formItem.long .formLabel {
  width: 120px;
}

#reservations .formItem.long .formValue input, #reservations .formItem.long .formValue {
  width: 200px;
}
/*********** change password input text ***********/

#change_password .formItem .formValue input, #reservations .formItem .formValue {
  width: 160px;
}

/******** statuses ************/
em.atempts, em.paid, em.canceled {
  font-weight: bold;
}

em.atempts {
  color: rgb(180, 91, 44);
}

em.paid {
  color: #1D5774;
}

em.canceled {
  color: #000;
}

td.start {
  border-left: 2px solid #666;
}
