/* citylink screen.css */
@import url('reset.css');
@import url('typography.css');
@import url('grid.css');

/* THEME LAYOUT */

body {
	margin-top: 65px;
}

#main, #footer {
  width: 1014px;
  margin-left: auto; 
  margin-right: auto;
  overflow: hidden;
}
#main {
  background: url('../images/alpha-452650.png');
  min-height: 480px;
  margin-top: 65px;
  overflow: hidden;
}
#header {
  padding-top: 2.5em; 
}

#menu {  
  border-top: 2px solid #e8ccab;
  border-bottom: 2px solid #e8ccab;
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 1em;
}
#menu ul {
  list-style: none;
  padding: 0; 
  margin: 0;
}
#menu ul li {
  float: left;
  display: block;
}
#menu a {
  padding-left: 0.45em;
  padding-right: 0.45em;
}
#menu li.first a {
  padding-left: 0;
}
#menu li.last a {
  padding-right: 0;
}
#signupwrap {
  padding-top: 1em;
}
#sub-nav {
  margin-bottom: 1.5em;
  display: block;
  height: 18px;
  font-size: 14px;
}
.imagebox img {
  border: 2px solid #e8ccab;
}
div.colborder {
  border-right-color: #e8ccab;
}
hr.space {
  background: transparent;
}
hr {
  background: #e8ccab;
}
div.desc {
  min-height: 156px;
}
.events-thumb-wrap {
  min-height: 140px;
  width: 152px;
}
.events-thumb-wrap p a {
	margin-top: 5px;
	float: left;
}
#past-events .colborder {
  margin-right: 24px;
}
table#calendar caption, table#calendar thead th { 
  background-color: transparent ;
}
table#calendar caption {
  border-bottom: 1px solid #e8ccab;
}
#calendar-date-select {
  border-bottom: 1px solid #e8ccab;
  border-top: 1px solid #e8ccab;
}
.calendar-item {
  border-bottom: 1px solid #e8ccab;
}
.event-image {
  width: 110px;
}
.event-info {
  width: 406px;
}
#pad-left {
  padding-left: 14px;
  border-left: 2px solid #e8ccab;
}
#list-thumb-2 {
  border-left: 2px solid #e8ccab;
  padding-left: 12px;
}
.list-thumb-image  {
  width: 121px;
}
a#signup-become-member {
  display: block;
  padding: 0.5em 0;
  border-top: 2px solid #fefefe;
  border-bottom: 2px solid #fefefe;
  text-align: center;
}

/* TYPOGRAPHY */
body {
  font-family: Palatino, serif;
  color: #fefefe;
}

h1, h2, h3, h4, h5, h6, li, span {
  color: #e8ccab;
}

h2 span {
	color: #fff;
	font-style: italic;
}
p {
  color: #fff; 
  font-size: 14px;
}

#sub-nav {
  color: #e8ccab;
}
#menu a, #sub-nav a {
  font-variant: small-caps;
  color: #e8ccab;
  text-decoration: none;
  font-family: Palatino, serif;
}
#menu a.active, #sub-nav a.active {
  color: #fefefe;
}

#menu li {
  font-size: 1.5em;
}

.desc h2 {
  line-height: 100%;
}
.desc p {
  line-height: 110%;
}

#footer p {
  font-family: Arial;
  text-align: right;
}
.more-link { 
  color: #e8ccab;
}
.more-link a { 
  color: #e8ccab;
  text-decoration: none;
}
#past-events a, #past-events a:visited {
  color: #fefefe;
  text-decoration: none;
}
table#calendar { 
  color: #fefefe; 
}
table#calendar a, table#calendar a:visited { 
  text-decoration: none; 
  color: #e8ccab; 
}

table#calendar caption {
  color: #e8ccab; 
  text-align: center;
}
#calendar-date-select {
  text-align: center; 
  font-style: normal;
  color: #e8ccab; 
}
a#signup-become-member {
  font-variant: small-caps;
  text-decoration: none;
  color: #fff;
}
h5.testimonial-person {
  color: #fefefe;
}
h5.testimonial-person span {
  color: #e8ccab; 
  text-transform: uppercase;
}

.tpl_5 .gal-item {
	float: left;
	padding: 6px;
}

.gal-item a {
	float: left;
}

.gal-item a img {
	float: left;
}

.content ul, .content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
}

.store_category {
	text-transform: uppercase;
}

.simpleCart_shelfItem .item_thumb, .item_br, .item_x {
	display: none;
}

.cartHeaders {
	display: none;
}

.simpleCart_items .itemThumb {
	float: left;
	margin-right: 20px;
}

#cart_large {
	display: block;
	width: 100% !important;
	float: left;
}

.itemName {
	font-size: 14px;
	font-weight: bold;
	color: #E8CCAB;
}

.itemdecrement {
	margin-left: 490px;
}

.itemdecrement, .itemincrement, .itemQuantity, .itemx {
	float: left;
}

.itemx {
	padding-left: 20px;
}

.itemdecrement a, .itemincrement a {
	color: white;
	padding: 0 2px;
	text-decoration: none;
}

.itemContainer {
	float: left;
}

.itemPrice, .itemTotal {
	float: right;
}

.itemPrice {
	padding-left: 10px;
}

.itemTotal {
	border-top: 1px solid white;
	border-bottom: 2px solid white;
	padding-left: 80px;
}

.simpleCart_items {
	padding: 20px 100px;
	float: left;
}

#cart_large .itemThumb {
	border: 2px solid #ccc;
	padding: 2px;
	background: #eee;
}

#cart_large .itemThumb img {
	float: left;
}

.cart_small {
	position: absolute;
	right: 20px;
	top: 0px;
}

#middle, #cart_large {
	position: relative;
}

#cart_large {
	border-top: 1px solid #E8CCAB;
	border-bottom: 1px solid #E8CCAB;
	margin: 0 0 20px 0;
}

#cart_large h2 {
	margin-top: 10px;
}

#checkoutToggle {
	font-weight: bold;
}

.simpleCart_finalTotal, .simpleCart_checkout {
}


#cartTotal {
	text-align: center;
}

#paypal_box {
	margin: 0 auto;
	width: 160px;
}

#paypal_box img, #paypal_box a {
	float: left;
}

#paypal_box img {
	margin-top: 3px;
}

#paypal {
	font-weight: bold;
	font-size: 1.2em;
	width: 100px;
	float: left;
}

.storeCategory {
	margin-bottom: 0px;
}

a.category {
	font-weight: bold;
}

.wufoo {
	margin: 0 auto;
	width: 100%;
}

li.wufooHover {
	background: white;
}

li.wufooHover label, li.wufooHover span {
	color: black;
}

li.wufooHover .instruct span.error, .instruct span.error {
	color: red;
}

ol li {
	color: #fff;
}

.events-thumb-wrap p {
	float: left;
}

.tpl_1 h1 {
	padding: 30px 0 15px;
}

.tpl_9 .gal-item a {
	cursor: default;
}

/** MACH FORM **/

