/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;position:relative;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
body {line-height:1;}
textarea {overflow-y:auto;}
:focus {outline: 0;}
input[type="image"],input.type-image {border: 0;}
/* /reset */

body {
	background: #fff;
	padding: 0 0 10px 0;
}

hr {
	background-color: #e1dfdd;
	color: #e1dfdd;
	height: 1px;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
	border: 0;
}

hr.lopsided {
	background-color: #e1dfdd;
	color: #e1dfdd;
	height: 1px;
	overflow: hidden;
	margin: -3px 0 25px 0;
	padding: 0;
	border: 0;
}

img.block {
	display: block;
}

#header-wrapper,
#main-wrapper,
#footer-wrapper {
	position: relative;
	background: url("/images/layout/backgrounds/shadow-y.png") repeat-y;
	width: 980px;
	margin: 10px auto;
}

#header-wrapper #header,
#main-wrapper #main,
#footer-wrapper #footer {
	margin: 0 auto;
}

#header-wrapper #top-shadow,
#main-wrapper #top-shadow,
#footer-wrapper #top-shadow {
	position: absolute;
	top: -4px;
	z-index: 10;
	background: url("/images/layout/backgrounds/shadow-t.png") no-repeat;
	width: 980px;
	height: 4px;
}

#header-wrapper #bottom-shadow,
#main-wrapper #bottom-shadow,
#footer-wrapper #bottom-shadow {
	position: absolute;
	bottom: -4px;
	z-index: 10;
	background: url("/images/layout/backgrounds/shadow-b.png") no-repeat;
	width: 980px;
	height: 4px;
}



#header {
	position: relative;
	width: 950px;
	padding: 10px;
	border: 1px solid #dddcda;
	background: #fff url("/images/layout/backgrounds/header.png") 10px 10px no-repeat;
	margin: 10px auto;
	min-height: 98px;
}

.header-plain {
	background-image: url("/images/layout/backgrounds/header-plain.png") !important;
	min-height: 54px !important;
}

#header #logo {
	position: absolute;
	top: 27px;
	left: 27px;
	width: 218px;
	height: 20px;
	background: url("/images/layout/backgrounds/logo.png") no-repeat;
	font: normal 22px/22px sans-serif;
	text-transform: uppercase;
	letter-spacing: 20px;
	color: #fff;
	text-indent: -9999px;
}

#header #logo a {
	display: block;
	width: 218px;
	height: 20px;
	color: #fff;
	text-decoration: none;
}

#header #my-tribeza {
	position: absolute;
	top: 30px;
	left: 460px;
	font: normal 12px/14px Arial, sans-serif;
	color: #fff;
}

#header #my-tribeza span {
	text-transform: uppercase;
	margin: 0 4px 0 0;
}

#header #my-tribeza a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 0 2px;
}

#header #my-tribeza a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#header #communities {
	position: absolute;
	top: 75px;
	left: 27px;
	font: normal 12px/14px Arial, sans-serif;
	color: #fff;
}

#header #communities span {
	float: left;
	text-transform: uppercase;
	margin: 5px 8px 0 0;
}

#header #communities a {
	float: left;
	padding: 5px 11px 0 10px;
	height: 28px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 0 4px;
}

#header #communities a:hover,
#header #communities a.active {
	color: #fff;
	text-decoration: none;
	background: #6e0507;
}

#header #newsletter {
	position: absolute;
	top: 17px;
	right: 26px;
}

#header #search {
	position: absolute;
	top: 77px;
	right: 26px;
}

#newsletter-label {
	font: normal 11px/11px Arial, sans-serif;
	text-transform: uppercase;
	color: #726653;
}

#newsletter-emailaddress {
	vertical-align: top;
	font: normal 10px/10px Arial, sans-serif;
	color: #666;
	width: 166px;
	height: 13px;
	padding: 3px 2px 1px 6px;
	margin: 0 0 1px 0;
	border: 1px solid #a49a8b;
}

#newsletter-sign-up {
	vertical-align: top;
	margin: 0 0 0 2px;
}

#search-label {
	font: normal 11px/11px Arial, sans-serif;
	text-transform: uppercase;
	color: #726653;
	display: none;
}

#search-query {
	vertical-align: top;
	font: normal 10px/10px Arial, sans-serif;
	color: #666;
	width: 108px;
	height: 13px;
	padding: 3px 2px 1px 6px;
	margin: 0 0 1px 0;
	border: 1px solid #a49a8b;
}

#search-location {
	vertical-align: top;
	font: normal 10px/10px Arial, sans-serif;
	color: #666;
	padding: 2px;
	margin: 0 0 0 2px;
	height: 17px;
	border: 1px solid #a49a8b;
}

#search-location:focus {
	color: #333;
}

#newsletter-emailaddress.larger,
#search-query.larger,
#search-location.larger {
	font-size: 11px;
}

#search-location.bugfix {
	height: 19px;
}

#search-submit {
	vertical-align: top;
	margin: 0 0 0 2px;
}

#newsletter-sign-up.different,
#search-submit.different {
	margin-top: -1px;
}



#main {
	position: relative;
	width: 950px;
	padding: 10px;
	border: 1px solid #dddcda;
	background: #fff url("/images/layout/backgrounds/stripe-dual.png") 149px repeat-y;
	margin: 10px auto;
}

#main:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.main-plain {
	background-position: 613px !important;
}

#main #column-0 {
	position: relative;
	width: 950px;
	top: -10px;
	left: -10px;
	background: #fff;
	border-bottom: 1px solid #dddcda;
	padding: 10px;
	margin: 0 -10px 0 0;
	text-align: center;
}

#main #column-1 {
	float: left;
	width: 129px;
}

#main #column-1-alt {
	width: 593px;
	min-height: 0;
	overflow: auto;
}

#main #column-2 {
	position: relative;
	width: 443px;
	margin: 0 0 0 150px;
}

#main #column-3 {
	float: right;
	width: 336px;
}

.left-small-column {
	width: 292px;
	float: left;
}

.right-small-column {
	width: 292px;
	float: right;
}

.banner-top {
	height: 90px;
	margin: 0 auto;
}

#navigation {
	font: 12px Arial, sans-serif;
	text-transform: uppercase;
	color: #a70e13;
	margin: 0 0 10px 0;
}

#navigation li {
	border-bottom: 1px solid #dddcda;
	margin: 0 0 8px 0;
}

#navigation ul {
	font: 11px Arial, sans-serif;
	text-transform: none;
	color: #333;
	margin: 5px 0 7px 10px;
}

#navigation ul li {
	margin: 0 0 4px 0;
	border: 0;
}

#navigation a {
	color: #a70e13;
	text-decoration: none;
}

#navigation a:hover {
	color: #a70e13;
	text-decoration: underline;
}

#navigation ul a {
	color: #333;
	text-decoration: none;
}

#navigation ul a:hover {
	color: #000;
	text-decoration: underline;
}

.local-guides {
	margin: 12px 0;
	font: normal 11px/13px Arial, sans-serif;
	color: #666;
	padding: 0;
	min-height: 0;
	margin-bottom: 15px;
}

.local-guides .title {
	font: normal 14px Georgia, serif;
	color: #000;
}

.local-guides .title a {
	color: #000;
	text-decoration: none;
}

.local-guides .title a:hover {
	color: #000;
	text-decoration: none;
}

.local-guides .readmore {
	font: normal 11px Arial, sans-serif;
	color: #666;
	margin-top: 2px;
}

.local-guides .readmore a {
	color: #333;
	text-decoration: underline;
}

.local-guides .readmore a:hover {
	color: #000;
	text-decoration: none;
}

.alt-title {
	font: normal 14px Georgia, serif;
	color: #000;
	margin: 0;
}

.alt-title a {
	color: #000;
	text-decoration: none;
}

.alt-title a:hover {
	color: #000;
	text-decoration: none;
}

.article-listing {
	position: relative;
	margin: 12px 0;
	padding: 0 0 0 72px;
	font: normal 11px/13px Arial, sans-serif;
	color: #666;
	min-height: 68px;
}

.article-listing-without-image {
	padding: 0;
	min-height: 0;
	margin-bottom: 15px;
}

.first-article {
	margin-top: 7px;
}

.article-listing a {
	color: #333;
	text-decoration: underline;
}

.article-listing a:hover {
	color: #000;
	text-decoration: none;
}

/* the framed thumbnail is designed to work with or without the wrapper */
.article-listing .framed {
	position: absolute;
	width: 52px;
	top: 2px;
	left: 0;
	padding: 6px;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	display: block;
}

.article-listing .frame-wrapper {
	position: absolute;
	width: 54px;
	top: 2px;
	left: 0;
	padding: 5px;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
}

.article-listing .frame-wrapper .framed {
	position: relative;
	top: 0;
	left: 0;
	padding: 1px;
	background: #fff;
	border: 0;
}

.article-listing .date {
	font: normal 12px Georgia, serif;
	color: #666;
}

.article-listing .date a {
	color: #666;
	text-decoration: none;
}

.article-listing .date a:hover {
	color: #666;
	text-decoration: none;
}

.article-listing .title {
	font: normal 14px Georgia, serif;
	color: #000;
}

.article-listing .title a {
	color: #000;
	text-decoration: none;
}

.article-listing .title a:hover {
	color: #000;
	text-decoration: none;
}

.article-listing-smaller .title {
	font: normal 12px Georgia, serif;
	color: #000;
}

.article-listing .subtitle {
	font: normal 12px Georgia, serif;
	color: #000;
	margin-top: 2px;
}

.article-listing .readmore {
	font: normal 11px Arial, sans-serif;
	color: #666;
	margin-top: 2px;
}

.article-listing .readmore a {
	color: #333;
	text-decoration: underline;
}

.article-listing .readmore a:hover {
	color: #000;
	text-decoration: none;
}

h2.city-style,
.content h2.city-style {
	font: normal 21px/22px Georgia, serif;
	color: #000;
	margin: 15px 0 10px 0;
}

h2.city-style a,
.content h2.city-style a {
	color: #000;
	text-decoration: none;
}

h2.city-style a:hover,
.content h2.city-style a:hover {
	color: #000;
	text-decoration: none;
}

h2.city-style span,
.content h2.city-style span {
	font: normal 14px/22px Arial, sans-serif;
	color: #898989;
	text-transform: uppercase;
}

h3.city-style {
	font: normal 16px/22px Georgia, serif;
	color: #000;
	margin: 15px 0 5px 0;
}

h3.city-style a {
	color: #000;
	text-decoration: none;
}

h3.city-style a:hover {
	color: #000;
	text-decoration: none;
}

h3.city-style span {
	font: normal 11px/22px Arial, sans-serif;
	color: #898989;
	text-transform: uppercase;
}

h5.sub-style {
	font: bold 12px/14px Arial, sans-serif;
	text-transform: uppercase;
	color: #a70e13;	
	margin: 25px 0 15px 0;
}

h5.sub-style a {
	color: #a70e13;
	text-decoration: none;
}

h5.sub-style a:hover {
	color: #a70e13;
	text-decoration: none;
}

#feature-box {
	position: relative;
	width: 443px;
}

#feature-box .feature-image {
	display: block;
}

#feature-box .feature-description-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 423px;
	padding: 10px;
	background: url("/images/layout/backgrounds/feature-box.png") repeat;
}

#feature-box .feature-description-box h2 {
	font: normal 22px/26px 'Times New Roman', Times, serif;
	color: #fff;
}

#feature-box .feature-description-box p.date {
	font: normal 0px/0px 'Times New Roman', Times, serif;
	color: #000000;
}

#feature-box .feature-description-box p {
	font: normal 11px/14px Verdana, Arial, sans-serif;
	color: #ccc;
}

#feature-box .feature-description-box p.links {
	margin: 5px 0 0 0;
}

#feature-box .feature-description-box p.links a {
	color: #fff;
	text-decoration: underline;
	margin: 0 15px 0 5px;
}

#feature-box .feature-description-box p.links a:hover {
	color: #fff;
	text-decoration: none;
}

.two-column-container {
	position: relative;
	overflow: auto;
	background: url("/images/layout/backgrounds/stripe.png") 221px repeat-y;
	font: normal 11px/13px Arial, sans-serif;
	color: #666;
}

.two-column-container .first {
	float: left;
	width: 211px;
}

.two-column-container .second {
	float: right;
	width: 211px;
}

.two-column-container .lone-image {
	margin: 0 0 7px 0;
}

.two-column-container a {
	color: #666;
	text-decoration: underline;
}

.two-column-container a:hover {
	color: #000;
	text-decoration: none;
}

.two-column-container .date {
	font: normal 13px Georgia, serif;
	color: #666;
}

.two-column-container .date a {
	color: #666;
	text-decoration: none;
}

.two-column-container .date a:hover {
	color: #666;
	text-decoration: none;
}

.two-column-container .title {
	font: normal 16px Georgia, serif;
	color: #000;
}

.two-column-container .title a {
	color: #000;
	text-decoration: none;
}

.two-column-container .title a:hover {
	color: #000;
	text-decoration: none;
}

.two-column-container .framed {
	padding: 6px;
	margin: 7px 0 0 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	display: block;
}

.two-column-container .frame-wrapper {
	padding: 5px;
	margin: 7px 0 0 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
}

.two-column-container .frame-wrapper .framed {
	padding: 1px;
	margin: 0;
	background: #fff;
	border: 0;
}

.two-column-container .basic {
	margin: 7px 0 0 0;
}

.article-listing-alt {
	position: relative;
	margin: 4px 0 10px 0;
	font: normal 10px/13px Verdana, Arial, sans-serif;
	color: #666;
	min-height: 68px;
}

.article-listing-alt-larger {
	margin: 4px 0 15px 0;
}

.article-listing-alt a {
	color: #666;
	text-decoration: underline;
}

.article-listing-alt a:hover {
	color: #000;
	text-decoration: none;
}

/* the framed thumbnail is designed to work with or without the wrapper */
.article-listing-alt .framed {
	float: left;
	width: 52px;
	padding: 6px;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	margin: 3px 8px 4px 0;
}

.article-listing-alt .frame-wrapper {
	float: left;
	width: 54px;
	padding: 5px;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	margin: 3px 8px 4px 0;
}

.article-listing-alt .frame-wrapper .framed {
	float: none;
	padding: 1px;
	background: #fff;
	border: 0;
	margin: 0;
}

.article-listing-alt .date {
	font: normal 11px Georgia, serif;
	color: #666;
}

.article-listing-alt-larger .date {
	font: normal 12px Georgia, serif;
	color: #666;
}

.article-listing-alt .date a {
	color: #666;
	text-decoration: none;
}

.article-listing-alt .date a:hover {
	color: #666;
	text-decoration: none;
}

.article-listing-alt .title {
	font: normal 12px/16px Georgia, serif;
	color: #000;
}

.article-listing-alt-larger .title {
	font: normal 14px/18px Georgia, serif;
	color: #000;
}

.article-listing-alt .title a {
	color: #000;
	text-decoration: none;
}

.article-listing-alt .title a:hover {
	color: #000;
	text-decoration: none;
}

.article-listing-alt .readmore {
	font: normal 11px Arial, sans-serif;
	color: #666;
}

.article-listing-alt .readmore a {
	color: #333;
	text-decoration: underline;
}

.article-listing-alt .readmore a:hover {
	color: #000;
	text-decoration: none;
}

.simple-two-column-container {
	position: relative;
	overflow: auto;
	font: normal 11px/13px Arial, sans-serif;
	color: #666;
	margin: 0 0 15px 0;
}

.simple-two-column-container .first {
	float: left;
	width: 45%;
}

.simple-two-column-container .second {
	float: right;
	width: 50%;
}

.simple-two-column-container p {
	margin: 0 0 11px 0;
}

.simple-two-column-container .title {
	font-weight: bold;
	color: #333;
	margin: 0;
}

.simple-two-column-container a {
	color: #666;
	text-decoration: underline;
}

.simple-two-column-container a:hover {
	color: #000;
	text-decoration: none;
}

.simple-two-column-container a.title-link {
	font: normal 12px/16px Georgia, serif;
	color: #000;
	text-decoration: underline;
}

.simple-two-column-container a.title-link:hover {
	color: #000;
	text-decoration: none;
}

/* one of two major style wrappers (the other being .content) */
.article {
	font: normal 15px/18px 'Times New Roman', Times, serif;
	color: #000;
}

.article p {
	margin: 0 0 12px 0;
}

.article a {
	color: #000;
	text-decoration: underline;
}

.article a:hover {
	color: #000;
	text-decoration: none;
}

.article .date {
	font: normal 16px/22px Georgia, serif;
	color: #FFFFFF;
	margin: 0;
}

.article .date a {
	color: #999;
	text-decoration: none;
}

.article .date a:hover {
	color: #999;
	text-decoration: none;
}

.article h2 {
	font: normal 21px/22px Georgia, serif;
	color: #000;
	margin: 0 0 13px 0;
}

.article h2 a {
	color: #000;
	text-decoration: none;
}

.article h2 a:hover {
	color: #000;
	text-decoration: none;
}

.article .subtitle {
	font: normal 11px/14px Arial, sans-serif;
	color: #000;
	margin: -10px 0 10px 0;
}

.article .subtitle a {
	color: #000;
	text-decoration: underline;
}

.article .subtitle a:hover {
	color: #000;
	text-decoration: none;
}

.article .options {
	font: normal 11px/14px Arial, sans-serif;
	color: #333;
	float: right;
	margin-top: 0;
	margin-right: 5;
}

.article .options a {
	color: #333;
	text-decoration: underline;
}

.article .options a:hover {
	color: #000;
	text-decoration: none;
}

.article .bottom {
	float: none;
}

.article .author {
	font: normal 11px/14px Arial, sans-serif;
	color: #333;
	margin: 0 0 12px 0;
}

.article .author a {
	color: #333;
	text-decoration: none;
}

.article .author a:hover {
	color: #333;
	text-decoration: none;
}

.article .photo-wrapper {
	float: right;
	width: 217px;
	margin: 0 0 10px 10px;
}

.article .framed {
	width: 203px;
	padding: 6px;
	margin: 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	display: block;
}

.article .frame-wrapper {
	width: 205px;
	padding: 5px;
	margin: 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
}

.article .frame-wrapper .framed {
	padding: 1px;
	margin: 0;
	background: #fff;
	border: 0;
}

.article .credit {
	font: normal 11px/14px Arial, sans-serif;
	color: #333;
	margin: 6px 0 0 0;
	text-align: right;
}

.article .credit a {
	color: #333;
	text-decoration: underline;
}

.article .credit a:hover {
	color: #000;
	text-decoration: none;
}

.article .event-information-wrapper {
	float: right;
	width: 195px;
	padding: 10px;
	margin: 0 0 10px 10px;
	border: 1px solid #e2e1dd;
	font: normal 11px/14px Arial, sans-serif;
	color: #666;
}

.article .event-information-wrapper p {
	margin: 0 0 0 70px;
}

.article .event-information-wrapper p.label {
	float: left;
	margin: 0;
	color: #000;
}

.article .event-information-wrapper h3 {
	font: normal 16px/22px Georgia, serif;
	color: #000;	
	margin: 0 0 10px 0;
}

.article .event-information-wrapper hr {
	margin: 5px 0;
}

.article .ie-bug-dual-wrapper {
	float: right;
	width: 227px;
	padding: 0 0 1px 1px;
}

/* one of two major style wrappers (the other being .article) */
.content {
	font: normal 15px/18px 'Times New Roman', Times, serif;
	color: #4d4d4d;
}

.content p {
	margin: 0 0 16px 0;
}

.content a {
	color: #000;
	text-decoration: underline;
}

.content a:hover {
	color: #000;
	text-decoration: none;
}

.content .information-box {
	padding: 7px 8px 5px 8px;
	margin: 0 0 15px 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	font: normal 11px/14px Arial, sans-serif;
	color: #4d4d4d;
}

.content .information-box p {
	font: normal 11px/14px Arial, sans-serif;
	color: #4d4d4d;
	margin: 0 0 5px 0;
}

.content .information-box a {
	color: #333;
	text-decoration: underline;
}

.content .information-box a:hover {
	color: #000;
	text-decoration: none;
}

.content .date {
	font: normal 16px/22px Georgia, serif;
	color: #999;
	margin: 0;
}

.content .date a {
	color: #999;
	text-decoration: none;
}

.content .date a:hover {
	color: #999;
	text-decoration: none;
}

.content h2 {
	font: normal 21px/22px Georgia, serif;
	color: #000;
	margin: 0 0 13px 0;
}

.content h2.spaced {
	margin-top: 15px;
}

.content h2 a {
	color: #000;
	text-decoration: none;
}

.content h2 a:hover {
	color: #000;
	text-decoration: none;
}

.content h2 span {
	font: normal 11px/22px Arial, sans-serif;
	color: #666;
	padding-left: 10px;
}

.content h3 {
	font: normal 15px/18px Georgia, serif;
	color: #000;
	margin: 0 0 5px 0;
}

.content h3.spaced {
	margin-top: 10px;
}

.content h3 a {
	color: #000;
	text-decoration: none;
}

.content h3 a:hover {
	color: #000;
	text-decoration: none;
}

.content h3.outside {
	color: #4d4d4d;
	margin: 0 0 10px 0;
}

.content div.outside {
	position: relative;
	height: 0;
	overflow: visible;
}

.content div.outside h3 {
	color: #4d4d4d;
	position: absolute;
	top: -17px;
}

.content .options {
	font: normal 11px/14px Arial, sans-serif;
	color: #333;
	margin: 0;
	float: right;
}

.content .options a {
	color: #333;
	text-decoration: underline;
}

.content .options a:hover {
	color: #000;
	text-decoration: none;
}

.content .bottom {
	float: none;
}

.content .author {
	font: normal 11px/14px Arial, sans-serif;
	color: #333;
	margin: 0 0 12px 0;
}

.content .author a {
	color: #333;
	text-decoration: none;
}

.content .author a:hover {
	color: #333;
	text-decoration: none;
}

.content .photo-wrapper {
	float: right;
	width: 217px;
	margin: 0 0 10px 10px;
}

.content .framed {
	width: 203px;
	padding: 6px;
	margin: 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	display: block;
}

.content .frame-wrapper {
	width: 205px;
	padding: 5px;
	margin: 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
}

.content .frame-wrapper .framed {
	padding: 1px;
	margin: 0;
	background: #fff;
	border: 0;
}

.content .credit {
	font: normal 11px/14px Arial, sans-serif;
	color: #333;
	margin: 6px 0 0 0;
	text-align: right;
}

.content .credit a {
	color: #333;
	text-decoration: underline;
}

.content .credit a:hover {
	color: #000;
	text-decoration: none;
}

.content .spaced-wrapper {
	line-height: 24px;
	margin: 0 0 25px 0;
}

.content .spaced-wrapper span {
	font: 12px Arial, sans-serif;
}

.content .spaced-wrapper a {
	margin-right: 4px;
}

.content .spaced-wrapper a.nm {
	margin-right: 0;
}

.content .form-box {
	padding: 10px 10px 2px 10px;
	margin: 10px 0 15px 0;
	background: #f5f4f1;
	border: 1px solid #e2e1dd;
	font: normal 11px/15px Arial, sans-serif;
	color: #4d4d4d;
}

.content .form-box .small {
	width: 118px;
}

.content .form-box .medium {
	width: 180px;
}

.content .form-box .inside-area {
	margin: 10px;
	margin-bottom: 15px;
}

.content .form-box .spaced-more p {
	margin-bottom: 15px;
}

.content .form-box .inside-box {
	padding: 7px 9px 3px 9px;
	margin: 0 0 20px 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	font: normal 11px/14px Arial, sans-serif;
	color: #4d4d4d;
}

.content .form-box .tighter {
	margin-bottom: 15px !important;
}

.content .form-box img.paypal {
	float: left;
}

.content .form-box p.paypal {
	margin-left: 70px;
}

.content .form-box .inside-box p {
	font: normal 11px/14px Arial, sans-serif;
	color: #4d4d4d;
	margin: 0 0 5px 0;
}

.content .form-box .inside-box .subtotal,
.content .form-box .inside-area .subtotal {
	font: bold 12px/14px Arial, sans-serif;
	color: #a70e13;
	margin: 0 0 0 20px;
}

.content .form-box .inside-box .spaced,
.content .form-box .inside-area .spaced {
	margin: 0 0 10px 0;
}

.content .form-box .inside-box .strong,
.content .form-box .inside-area .strong {
	font-weight: bold;
}

.content .form-box .inside-box a {
	color: #333;
	text-decoration: underline;
}

.content .form-box .inside-box a:hover {
	color: #000;
	text-decoration: none;
}

.content .form-box .inside-box input[type="radio"],
.content .form-box .inside-box input.type-radio,
.content .form-box .inside-area input[type="radio"],
.content .form-box .inside-area input.type-radio {
	margin-right: 5px;
}

.content .form-box table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

.content .form-box table tr td,
.content .form-box table tr td p {
	font: normal 11px/14px Arial, sans-serif;
	color: #4d4d4d;
}

.content .form-box table.larger tr td,
.content .form-box table.larger tr td p {
	font: normal 14px/15px Arial, sans-serif;
	color: #4d4d4d;
}

.content .form-box table.larger tr td.cell-item p {
	font-family: 'Times New Roman', Times, serif;
}

.content .form-box table tr td.cell-amount {
	width: 5%;
	text-align: left;
}

.content .form-box table tr td.cell-amount p {
	font-weight: bold;
}

.content .form-box table tr td.cell-item {
	width: 45%;
	text-align: left;
}

.content .form-box table tr td.cell-price {
	width: 20%;
	text-align: center;
}

.content .form-box table tr td.cell-quantity {
	width: 10%;
	text-align: center;
}

.content .form-box table tr td.cell-subtotal {
	width: 25%;
	text-align: right;
}

.content .form-box table tr td p.item-name {
	font: normal 15px/28px 'Times New Roman', Times, serif;
	margin: 0;
}

.content .form-box table tr td p.smaller {
	font: normal 11px/11px Arial, sans-serif;
}

.content .submit-left,
.content .form-box .submit-left {
	float: left;
	margin: 2px 10px 0 0;
	white-space: nowrap;
}

.content .submit-right,
.content .form-box .submit-right {
	float: right;
	margin: 0 0 0 10px;
	white-space: nowrap;
}

.content .form-box p {
	font: normal 11px/15px Arial, sans-serif;
	color: #4d4d4d;
	margin: 0 0 12px 0;
}

.content .form-box p.closer {
	margin-bottom: 5px;
}

.content .form-box h3 {
	color: #4d4d4d;
	margin: 0 0 7px 0;
}

.content .form-box h4 {
	font: normal 12px/18px Arial, sans-serif;
	color: #4d4d4d;
	margin: 0 0 3px 0;
}

.content .form-box a {
	color: #333;
	text-decoration: underline;
}

.content .form-box a:hover {
	color: #000;
	text-decoration: none;
}

.form-item {
	padding: 9px 8px 2px 8px;
	margin: 0 0 0 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	font: normal 11px/14px Arial, sans-serif;
	color: #4d4d4d;
}
.content .search-results-box-top .form-item {
	padding: 9px 8px 2px 8px;
	margin: 0 0 0 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	font: normal 11px/14px Arial, sans-serif;
	color: #4d4d4d;
}

.content .search-results-box-top p {
	font: normal 11px/14px Arial, sans-serif;
	color: #4d4d4d;
	margin: 0 0 6px 0;
}

.content .search-results-box-top a {
	color: #333;
	text-decoration: underline;
}

.content .search-results-box-top a:hover {
	color: #000;
	text-decoration: none;
}

.content .search-results-box-top #search-filter {
	vertical-align: top;
	margin: 1px 0 0 9px;
}

.content .search-results-box {
	padding: 7px 8px 5px 8px;
	margin: 0 0 15px 0;
	background: #f5f4f1;
	border: 1px solid #e2e1dd;
	border-top: 0;
	font: normal 11px/14px Arial, sans-serif;
	color: #4d4d4d;
}

.content .search-results-box p {
	font: normal 11px/14px Arial, sans-serif;
	color: #4d4d4d;
	margin: 0 0 5px 0;
}

.content .search-results-box .options {
	font: normal 11px/18px Arial, sans-serif;
	color: #666;
	margin: 0;
	float: right;
}

.content .search-results-box .options span {
	margin: 0 5px;
}

.content .search-results-box .options a {
	color: #333;
	text-decoration: underline;
}

.content .search-results-box .options a:hover {
	color: #000;
	text-decoration: none;
}

.content .search-results-box .page-number {
	font: normal 12px/18px Georgia, serif;
	color: #333;
	margin: 0 0 20px 0;
}

.content .search-results-box .page-number-last {
	margin: 20px 0 5px 0;
}

.content .search-results-box .options-last {
	margin: 11px 0 0 0;
}

.content .search-results-box a {
	color: #333;
	text-decoration: underline;
}

.content .search-results-box a:hover {
	color: #000;
	text-decoration: none;
}

.content .search-results-box .result-listing {
	position: relative;
	margin: 9px 0;
	padding: 0 0 11px 72px;
	font: normal 11px/14px Arial, sans-serif;
	color: #666;
	min-height: 68px;
	border-bottom: 1px solid #e2e1dd;
}

.content .search-results-box .result-listing a {
	color: #333;
	text-decoration: underline;
}

.content .search-results-box .result-listing a:hover {
	color: #000;
	text-decoration: none;
}

/* the framed thumbnail is designed to work with or without the wrapper */
.content .search-results-box .result-listing .framed {
	position: absolute;
	width: 52px;
	top: 2px;
	left: 0;
	padding: 6px;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	display: block;
}

.content .search-results-box .result-listing .frame-wrapper {
	position: absolute;
	width: 54px;
	top: 2px;
	left: 0;
	padding: 5px;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
}

.content .search-results-box .result-listing .frame-wrapper .framed {
	position: relative;
	top: 0;
	left: 0;
	padding: 1px;
	background: #fff;
	border: 0;
}

.content .search-results-box .result-listing .title {
	font: normal 12px Georgia, serif;
	color: #666;
	padding-top: 3px;
	margin-bottom: 0;
}

.content .search-results-box .result-listing .title a {
	color: #000;
	text-decoration: none;
	margin-right: 3px;
}

.content .search-results-box .result-listing .title a:hover {
	color: #000;
	text-decoration: underline;
}

.content .search-results-box .last {
	border-bottom: 0;
	padding-bottom: 0;
}

.content .checkout-header {
	display: block;
	margin: 20px 0 40px 0;
}

.search-events-box {
	padding: 6px 10px 2px 10px;
	margin: 10px 0 15px 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	font: normal 11px/15px Arial, sans-serif;
	color: #4d4d4d;
	min-height: 45px;
	overflow: auto;
	width: 355px;
}

.search-events-box-smaller {
	width: 338px;
}

.search-events-box .left-area {
	margin: 0 8px 7px 0;
	float: left;
}

.search-events-box .right-area {
	margin: 0 0 7px 0;
	float: left;	
}

.search-events-box .date {
	width: 90px;
	vertical-align: middle;
}

.search-events-box .image {
	vertical-align: middle;
	margin-left: 5px;
}

.search-events-box p.closer {
	margin-bottom: 3px;
}

#photo-gallery-wrapper {
	font: normal 11px/12px Arial, sans-serif;
	color: #757474;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper {
	width: auto;
	padding: 5px;
	margin: 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	overflow: auto;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper .pr {
	position: relative;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper img {
	padding: 1px;
	margin: 0;
	background: #fff;
	border: 0;
	display: block;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper img.close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1px;
	background: #fff;
	border: 0;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper .caption {
	padding: 7px 8px 5px 8px;
	margin: 7px 1px;
	background: #fff;
	font: bold 10px/12px Arial, sans-serif;
	color: #333;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper .caption p {
	font: bold 10px/12px Arial, sans-serif;
	color: #333;
	margin: 0 0 2px 0;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper .caption a {
	color: #333;
	text-decoration: underline;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper .caption a:hover {
	color: #000;
	text-decoration: none;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper .gallery-options {
	font: normal 11px/14px Arial, sans-serif;
	color: #333;
	margin: 9px 1px 15px 1px;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper .gallery-options a {
	color: #333;
	text-decoration: underline;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper .gallery-options a:hover {
	color: #000;
	text-decoration: none;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper .next-prev-buttons {
	float: right;
	margin: 0;
	padding-right: 1px;
	white-space: nowrap;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper .next-prev-buttons img {
	padding: 1px;
	background: #fff;
	margin: 0 0 0 7px;
	display: inline;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper .thumbnail-collection {
	overflow: auto;
	padding: 1px 1px 0 0;
}

#photo-gallery-wrapper .photo-gallery-inside-wrapper .thumbnail-collection img {
	float: left;
	background: #fff;
	padding: 1px;
	margin: -1px -1px 0 0;
}

#photo-gallery-wrapper .gallery-note {
	margin-top: 10px;
}

h2.event-style {
	font: normal 21px/22px Georgia, serif;
	color: #000;
	margin: 10px 0 10px 0;
}

h2.event-style a {
	color: #000;
	text-decoration: none;
}

h2.event-style a:hover {
	color: #000;
	text-decoration: none;
}

h2.event-style span {
	font: normal 14px/22px Arial, sans-serif;
	color: #898989;
	text-transform: uppercase;
}

h3.event-style {
	font: normal 16px/22px Georgia, serif;
	color: #000;
	margin: 15px 0 5px 0;
}

h3.spaced-more {
	margin-top: 20px;
}

h3.event-style a {
	color: #000;
	text-decoration: none;
}

h3.event-style a:hover {
	color: #000;
	text-decoration: none;
}

h3.event-style span {
	font: normal 11px/22px Arial, sans-serif;
	color: #898989;
	text-transform: uppercase;
}

.event-listing {
	position: relative;
	margin: 12px 0;
	padding: 0 0 0 72px;
	font: normal 11px/13px Arial, sans-serif;
	color: #666;
	min-height: 68px;
}

.event-listing-without-image {
	padding: 0;
	min-height: 0;
	margin-bottom: 15px;
}

.first-event {
	margin-top: 7px;
}

.event-listing a {
	color: #333;
	text-decoration: underline;
}

.event-listing a:hover {
	color: #000;
	text-decoration: none;
}

/* the framed thumbnail is designed to work with or without the wrapper */
.event-listing .framed {
	position: absolute;
	width: 52px;
	top: 2px;
	left: 0;
	padding: 6px;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	display: block;
}

.event-listing .frame-wrapper {
	position: absolute;
	width: 54px;
	top: 2px;
	left: 0;
	padding: 5px;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
}

.event-listing .frame-wrapper .framed {
	position: relative;
	top: 0;
	left: 0;
	padding: 1px;
	background: #fff;
	border: 0;
}

.event-listing .date {
	font: normal 12px Georgia, serif;
	color: #666;
}

.event-listing .date a {
	color: #666;
	text-decoration: none;
}

.event-listing .date a:hover {
	color: #666;
	text-decoration: none;
}

.event-listing .title {
	font: normal 14px Georgia, serif;
	color: #000;
}

.event-listing .title a {
	color: #000;
	text-decoration: none;
}

.event-listing .title a:hover {
	color: #000;
	text-decoration: none;
}

.event-listing-smaller .title {
	font: normal 12px Georgia, serif;
	color: #000;
}

.event-listing .readmore {
	font: normal 11px Arial, sans-serif;
	color: #666;
}

.event-listing .readmore a {
	color: #333;
	text-decoration: underline;
}

.event-listing .readmore a:hover {
	color: #000;
	text-decoration: none;
}

.event-information-box {
	padding: 3px 8px 1px 8px;
	margin: 20px 0 10px 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	font: normal 11px/14px Arial, sans-serif;
	color: #4d4d4d;
}

.pager {
	padding: 3px 8px 1px 8px;
	margin: 20px 0 10px 0;
	background: #ebe9e4;
	border: 1px solid #e2e1dd;
	font: normal 11px/14px Arial, sans-serif;
	line-height: 18px;
	color: #4d4d4d;
}

.event-information-box p {
	font: normal 11px/14px Arial, sans-serif;
	color: #4d4d4d;
	margin: 0 0 5px 0;
}

.event-information-box .options {
	font: normal 11px/18px Arial, sans-serif;
	color: #666;
	margin: 0;
	float: right;
}

.event-information-box .options span {
	margin: 0 5px;
}

.pager a {
	color: #333;
	text-decoration: underline;
	margin: 0 5px;
}

.pager a:hover {
	color: #000;
	text-decoration: none;
}

.event-information-box .pager-list a {
	font: normal 12px/18px Georgia, serif;
	color: #333;
	margin: 0 0 5px 0;
}

.event-information-box .page-number-last {
	margin: 0 0 5px 0;
}

.event-information-box .options-last {
	margin: 0 0 0 0;
}

.event-information-box a {
	color: #333;
	text-decoration: underline;
}

.event-information-box a:hover {
	color: #000;
	text-decoration: none;
}

.event-list-simple {
	position: relative;
	margin: 12px 0;
	font: normal 11px/14px Arial, sans-serif;
	color: #666;
}

.event-list-simple a {
	color: #333;
	text-decoration: underline;
}

.event-list-simple a:hover {
	color: #000;
	text-decoration: none;
}

.event-list-simple .title {
	float: left;
	font: normal 12px/14px Georgia, serif;
	color: #000;
	margin-right: 6px;
}

.event-list-simple .title a {
	color: #000;
	text-decoration: underline;
}

.event-list-simple .title a:hover {
	color: #000;
	text-decoration: none;
}

.event-list-simple .date {
	font: normal 12px/14px Georgia, serif;
	color: #666;
}

.event-list-simple .date span {
	font: normal 11px/14px Arial, sans-serif;
	text-transform: uppercase;
	color: #666;
	white-space: nowrap;
}


#footer {
	position: relative;
	width: 950px;
	padding: 10px;
	border: 1px solid #dddcda;
	background: #fff;
	margin: 10px auto;
	overflow: auto;
	font: normal 10px/12px Arial, sans-serif;
	color: #666;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

#footer a.rss {
	background: url("/images/layout/backgrounds/rss-gray.png") 0 0 no-repeat;
	padding: 0 0 2px 15px;
}

#footer a.rss:hover {
	background-image: url("/images/layout/backgrounds/rss-orange.png");
}

#footer ol li {
	float: left;
	margin: 0 14px 0 0;
}

#footer ol li.right {
	float: right;
	margin: 0 0 0 14px;
}

#footer .after-list {
	clear: both;
	padding: 7px 0 0 0;
}

#footer .spaced-left {
	margin: 0 0 0 14px;
}

.advertisement {
	padding-top: 4px; 
	padding-right: 0px; 
	padding-bottom: 4px; 
	padding-left: 4px
}
































































































