/*//////////////////////////////////
////////////////// LAYOUT 
/////////////////////////////////*/

body {
  background: url('images/background.jpg');
  margin: 0;
  font-family: helvetica, Arial;
  font-size: 12px;
  text-align: center;
}

body.moms {
  background: url('images/moms_background.jpg');
  margin: 0;
  font-family: helvetica, Arial;
  font-size: 12px;
  text-align: center;
}

#mainHeader {
  text-align: left;
  background: url('images/ugs_header_bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  height: 209px;
  clear: both;
}

#mainContent {
  width: 861px;
  max-width: 861px;
  background: #f0e4d4;
  margin-left: auto;
  margin-right: auto;
}

#navigation table {
  width: 100%;
  height: 31px;
  padding: 0px;
  position: relative;
  z-index: 99;
}

#navigation table tr {
  vertical-align: center;
}

#navigation table td {
  text-align: center;
  background: url('images/nav_bg.jpg');
  border-right: 2px solid #fe8b01;
  cursor: pointer;
  padding: 0 10px;
}

#navigation table td.active {
  background: url('images/nav_active.jpg');
  background-repeat: repeat-x;
  background-position: center left;
  cursor: pointer;
}

#navigation table td.last {
  border-right: 0px;
}

#navigation table td.navCell {
  cursor: pointer;
}

#navigation a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
}

 
#sidebar {
	background: #DECAAF;
	background-image; none;
	padding: 20px;
	margin: 20px 0 0 0;
	border: 1px solid #FFF;
	width: 100px;
	float: right;
	line-height: 1.2em;
	color: #3f2a13;
}
 
#sidebar a, #sidebar a:link {
	color: #794000;
}

#sidebar a:hover, #sidebar a:active {
	color: #fb2f9b;
}
 
.sidebar_header {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dashed #864a02;
}

#left_column {
	width:600px;
	float:left;
}

#search_bar {
	margin: 25px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	height: 42px;
	padding: 10px 10px 0 10px;
	border: 1px dashed #fb8e0d;
	line-height: 1.2em;
}

#search_bar a img, #search_bar  img {
	border: 0;
	margin: 0 6px 0 0;
	float: right;
}

.search_divider {
	color: #FFF;
	background: #372d07;
	padding: 5px;
}

.maillingListForm,
#maillingListForm {
  width: 300px;
  float: right;
  margin: 0 20px 0 0;
}

#body {
  color: #874a02;
  padding: 10px 50px 50px 50px;
  line-height: 1.6em;
  clear: both;
  text-align: left;
}

.body404 {
  padding: 20px 0;
}

.title404 {
  font-size: 16pt;
  border-bottom: 2px solid #fe8b01;
  color: #fe8b01;
  font-weight: bold;
  margin: 30px 0;
}

span.light {
  color: #aeaeae;
}

td.borderRight {
  border-right: 2px solid #e5e5e5;
  padding: 5px 10px;
}

table.guestList {
	width: 730px;
	border-collapse:collapse;
	border-spacing:0;
}

td.rows_even, td.rows_odd {
	border: 0;
	padding: 3px;
	margin: 0;
	
}

td.rows_odd {
	background: #fffee6;
}

td.vanish {
	padding: 0;
	margin: 0;
	height: 1px;
	font-size: 2px;
	line-height:0em;
}

td.rows_event {

}

.error {
	color: #900;
	font-weight: bold;
	text-align:center;
}

#clearDiv { clear: both; }


#maillistFooter {
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
}


/*//////////////////////////////////
////////////////// INPUTS
/////////////////////////////////*/

input, textarea {
  font-family: helvetica, Arial;
  line-height: 1.6em;
  color: #FFF;	
  padding: 0.5em;
  background-color: #fd9519;
}

input[type=file] {
	background-color: transparent;
	color: #fd9519;
}
input[type=submit], input[type=button] {
	color: #FFF;
	background-color: #fd9519;
}
input[type=text].slim, input[type=password].slim {
	padding: 2px 5px;
	border: 0;
	border-bottom: 1px dashed #999;
	background: transparent;
	font-size: 12px;
}
input[type=submit].slim, input[type=button].slim {
	padding: 2px 5px;
	border: 1px solid #746b4e;
	color: #746b4e;
	background: #d5caa9;
}
input[type=submit]:hover, input[type=button]:hover {
	color: #FFF;
	background-color: #fb2f9b;
}
input[type=text], input[type=password] {
	color: #874a02;
	background-color: #fff9e8;
}
input[type=text].currency {
	padding: 1px;
	text-align: right;
	color: #874a02;
	background-color: #fff9e8;
}
input[type=text]:focus {
	color: #666;
	background-color: #FFF;
}
textarea {
	color: #874a02;
	background-color: #fff9e8;
}
textarea:focus {
	color: #666;
	background-color: #FFF;
}



/*//////////////////////////////////
////////////////// LINKS 
/////////////////////////////////*/


a, a:link {
	color: #fb2f9b;
	text-decoration: none;
}
a:hover, a:active {
	color: #be6e0e;
	text-decoration: none;
}

#container {
  clear: both;
}


/*//////////////////////////////////
////////////////// HOME PAGE 
/////////////////////////////////*/


#theMission {
  width: 375px;
  padding-top: 38px;
  background: url('./images/main_the_mission.jpg') #f0e4d4;
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
  clear: left;
  margin-bottom: 30px;
}
#theMission div {
  background: #e4b371;
  padding: 20px;
  line-height: 150%;
  color: #864a02;
}

#recentHighlights {
  padding-top: 38px;
  background: url('./images/main_recent_highlights.jpg') #f0e4d4;
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
  clear: left;
  width: 375px;
}
#recentHighlights div {
  background: #e4b371;
  padding: 5px;
  line-height: 150%;
  color: #864a02;
}

#upcomingEvents {
  float: right;
  clear: right;
  width: 325px;
  padding-top: 38px;
  background: url('./images/main_upcoming_events.jpg') #f0e4d4;
  background-repeat: no-repeat;
  background-position: top left;
}
#upcomingEvents div {
  background: #e4b371;
  padding: 7px 7px 0 7px;
  color: #864a02;
}

div.eventHeading {
  clear: both;
  color: #864a02;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
}
div.eventHeading img {
  float: left;
  margin: 0 10px 0 0;
}
div.eventHeading span.lighter {
  color: #be6e0d;
  line-height: 1.3em;
}

div.eventDescription {
  color: #bd6e0f;
  line-height: 1.4em;
}

div.event {
  cursor: pointer;
}

div.shareMe {
	margin: 0 0 1em 0;
}

div.rule {
	border-bottom: 1px solid #FFF;
	margin: 0 0 1em 0;
	clear: both;
}

td.bordered {
	border: 1px solid #caac83;
}


/*//////////////////////////////////
////////////////// EVENTS 
/////////////////////////////////*/

.event_holder {
	margin: 30px 0;
	line-height: 1.4em;
}

#featured_event {
	margin: 0 0 30px 0;
	border-left: 2px dashed #ff3f9a;
	border-right: 2px dashed #ff3f9a;
	border-bottom: 2px dashed #ff3f9a;
	background-color: #FFF;
	padding: 20px;
	line-height: 1.4em;
}

#featured_event_header {
	margin: 20px 0 0 0;
	background: #ff3f9a;
	color: #FFF;
	padding: 5px;
	text-align: left;
	text-transform:uppercase;
}

.titleLine, td .titleLine {
  font-size: 14px;
  font-weight: bold;
  /* color: #58360e; */
  color: #976120;
  line-height: 1.2em;
  padding: 0 0 5px 0;
}

.dateLine {
  font-size: 14px;
  font-weight: bold;
  color: #976120;
  line-height: 1.2em;
  padding: 0 0 5px 0;
}
.event_location {
  font-size: 14px;
  font-weight: bold;
  color: #bf741a;
  /* color: #976120; */
  line-height: 1.2em;
  padding: 0 0 5px 0;
}

.soldOut {
  font-weight: bold;
  color: #ff0000;
  padding: 10px 0;
}


.cart_link {
  font-weight: bold;
  padding: 10px 0;
}


.dim {
	font-size: 11px;
	color: #bc9d74;
	line-height: 1.2em;
}




/*//////////////////////////////////
//////////////////PHOTO GALLERIES 
/////////////////////////////////*/

img.gallery_list_thumb {
	float: left;
	margin: 0 10px 20px 0;
}

.album_title {
	font-size: 14px;
	font-weight: bold;
	color: #8c530e;
	line-height: 1.4em;
}

.album_container {
	clear: both;
	padding: 30px 0;
}

.album_container_search {
	width: 600px;
	padding: 30px 0;
}






/*//////////////////////////////////
////////////////// SHOPPING CART
/////////////////////////////////*/

table.cart {
  margin: 10px auto 10px auto;
  width: 80%;
}
table.cart td {
  padding: 5px 0 5px 0;
  text-align: center;
  vertical-align: center;
  font-size: 12pt;
  /*
  border-left: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  */
}
table.cart td.done {
  /* background: url('./images/nav_bg.jpg');
  background-position: bottom left;
  background-repeat: repeat-x; */
  color: #c6ad8c;
}
table.cart td.here {
  /* background: url('./images/nav_active.jpg');
  background-position: bottom left;
  background-repeat: repeat-x; */
  color: #5f3f14;
  font-weight: bold;
}
table.cart td.right {
  color: #c6ad8c;
}

#cartContainer {
  background: #DECAAF;
  width: 164px;
  float: right;
  font-weight: bold;
  padding: 15px;
}
#cartContainer table {
  margin: 0 0 5px 0;
}
#cartContainer table td {
  font-weight: bold;
  padding: 5px 0 5px 0;
}
#cartContainer table td.price {
  white-space: nowrap;
  text-align: right;
}
#cartContainer .title {
  border-bottom: 2px solid #8c530e;
  text-transform: uppercase;
  font-size: 14pt;
  margin: 0 0 5px 0;
}

#security_badge {
	width: 300px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	text-align: center;
}

.lowerRightAnchor {
  position: fixed;
  right: 0px;
  bottom: 0px;
  max-height: 400px;
  overflow: auto;
  max-width; 200px;
  width: 200px;
  color: #ffffff;
  text-align: left;
  font-size: 8pt;
  font-family: monospace;
  padding-bottom: 10px;
}
body > .lowerRightAnchor {
  position: fixed;
}

#theMission div.white {
	background-image: none;
	background-color: #a1753d;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	margin: 5px 0;
}

#theMission div.white:hover {
	background-image: none;
	background-color: #874a02;
}

#theMission div.white a, #theMission div.white a:link {
	color: #FFF;
}

div.quotation {
	border: dashed 2px #ed0f92;
	padding: 20px;
	font-size: 15px;
	color: #492c05;
	line-height: 1.3em;
	font-style: italic;
	width: 225px;
	margin: 0 0 20px 0;
}


div.quotation a, div.quotation a:link {
	padding: 20px 0;
	font-size: 13px;
	font-weight: bold;
}

div.quotation div.author {
	text-align:right;
	font-size: 12px;
}

#quotation_holder {
	float: right;
	width: 250px;
	margin: 0 0 0 20px;
}

#quotation_holder_horizontal {
	margin: 20px 0 0 0;
}

#quotation_holder_horizontal div.quotation {
	float: left;
	width: 195px;
	margin: 0 10px 0 0;
}

ul.press {
	list-style: none;
	padding: 0;
	
}

ul.press li {
	margin: 15px 0;
	line-height: 1.3em;
}


a.credit, a.credit:link {
	color: #FFF;
}

a.credit:hover, a.credit:active {
	color: #fb2f9b;
}


/*//////////////////////////////////
////////////////// MOMS 
/////////////////////////////////*/


#mom_sidebar {
	float: right;
	width: 275px;
	padding: 20px;
	margin: 0 0 0 20px;
	border: 1px solid #FFF;
	color: #a20054;
	background: #FFF;
}

#momsJoinList {
	padding: 15px 0 15px 0;
}


/*//////////////////////////////////
//////////////////IMAGES 
/////////////////////////////////*/

img.right_align {
  float: right;
  margin: 0 0 0 10px;
}

img.left_align {
  float: left;
}

img.align_right {
	float: right;
	margin: 0 0 10px 10px;
}

img.align_left {
	float: left;
	margin: 0 10px 10px 0;
}


img.eventImage {
  padding: 0 20px 10px 0;
  float: left;
}



/*//////////////////////////////////
//////////////////ABOUT PAGE 
/////////////////////////////////*/

div.bio_container {
	float: left;
	width: 360px;
	padding: 0 20px 20px 0;
}

div.bio_social {
	float: right;
	width: auto;
}

div.bio_social a img {
	margin: 0 0 0 5px;
}

.bio_name {
	font-size: 14px;
	color: #ef8700;
	font-weight: bold;
}




/*//////////////////////////////////
////////////////// BEST OF NYC PAGE 
/////////////////////////////////*/

#bestof_header {
	position:relative;
	top: -30px;
}

div.bestof_column {
	float: left;
	width: 224px;
	margin: 0 30px 0 0;
}

div.bestof_column_last {
	margin: 0;
}

div.bestof_container {
	color: #633e1a;
	background: #f7efe5;
	margin: 0 0 20px 0;
}

div.bestOf_list {
	padding: 10px;
}

div.bestof_plus {
	float: left;
	width: 10px;
}

.hidden_div {
	display: none;
	padding: 5px 0 5px 10px;
}


/*//////////////////////////////////
////////////////// ADMIN
/////////////////////////////////*/


.dotted_line {
	font-weight: bold;
	border-bottom: 1px dashed #864a02;
	color: #ae9279;
}

.sales_overview {
	border-bottom: 1px dashed #c5b493;
}

.sales_past {
	color: #8f714d;
}

.gallery_thumb {
	float: left;
	width: auto;
	padding: 10px;
	border: 1px solid #CCC;
}

#adminbar {
	position: relative;
	z-index: 90;
}
