	html,body{
		background-color: #fff;
		background-image: url(../images/tiledBG.jpg);
		background-repeat: repeat-x;
		background-position: top center;
		
}
	body{	
	/*Centers Design In IE 5 */
		text-align: center;
	}
	
	.cform legend {
		display: none;
	}
	
	#wrapper{
		text-align: left;
		margin: 0 auto;
		background-image: url(../images/bg2.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	#header{
		height:  235px;
		width: 1001px;
		margin: 0 auto;
	}
	#MainContentWrapper{
		background-color: #fff;
		margin: 0 auto;
	}
		#content{
			width: 1001px;
			margin: 0 auto;
			margin-top: 25px;
			background-image: url(../images/layout/contentBG.gif);
			background-repeat: repeat-y;
			background-position: 0 350px;
			position: relative;
		}
	
	
		#Column1{
			width: 646px;
			float: left;
			color: #5b5a50;				
			padding-right: 26px;
			border-right: 1px solid #d5d5d5;		
		}
		#Column1.wide {
			text-align: center;
			width: 950px;
			border: none;
			margin-top: -25px;
		}
		
		/*#Column1 .Articles h2 a{
			color: #a41e1e;
		}*/
		#Column3{
			width: 304px;
			margin-left: 23px;
			float: left;
			
		}
		
		.alignright {
			float: right;
		}
		
/* 
---------------------------------------------------------------
RSS images Styles
---------------------------------------------------------------
*/
.RssBlogImg{
	display: block;
	margin-bottom: 24px;
	
}

/* 
---------------------------------------------------------------
END RSS images Styles
---------------------------------------------------------------

*/

		
/*Colmn 1 Styles*/
		#breadCrumbs{
			font-size: 12px;
			color: #ababab;
			margin-bottom:38px;
		}
			#breadCrumbs a{
			color: #ababab;
			text-decoration: underline;
			}
		
		.Articles {
			margin-bottom: 30px;
		}
		.Articles a{
			color: #a41e1e;
		}
			.Articles h2.ContentTitle {
				text-align: center;
				font-size: 24px;
				font-family: "Times New Roman", Times, serif;
				font-weight: 800;
				margin-bottom: 11px;
				color: #374056;
				text-decoration: none;
			}
				.Articles h2.ContentTitle a{
					color: #374056;
					text-decoration: none;
				}
				
			
			.Articles h2 img{
				display: block;
				margin: 5px auto;
			}
			
			/*.Articles h2 a{
				color: #374056;
			}*/
				
		.Articles .HeadImg{
			padding: 1px;
			border:  1px solid #d3d3d3;
			margin-bottom:20px;
		}
				
			
		/*
		----------------------
		Single Article Styles
		----------------------
		*/
		
		
		.ArticleMeta{
			color: #aaaaaa;
			font-size: 11px;
			text-align: center;
			margin-bottom: 15px;
		}
			.Articles .ArticleDate{
			}
			
			.Articles .ArticleAuthor{
				color: #aaaaaa;
				font-style: italic;
			}
				.Articles .ArticleAuthor a{
					color: #aaaaaa;
					font-style: normal;
					font-weight: bold;
					text-decoration: underline;
				}
				.Articles .ArticleAuthor a:hover{
					color: #aaaaaa;
					font-style: normal;
					font-weight: bold;
					text-decoration: none;
				}
			.Articles .ArticleComments{
				color: #aaaaaa;
			}
			
		/*
		End meta Styles
		*/
		
		
		.Article{
			display: block;
			color: #5b5a50;
			width: 646px;
			line-height: 18px;
		}
			
			.Article p,#Column1 p{
				margin-bottom:10px; 
				line-height: 18px;
			}
			
		.FullstoryLnk{
			font-family: Georgia,Arial, Helvetica, sans-serif;
			font-size: 14px;
			display: block;
			float: left;
			font-weight: 800;
		}
		
		.ArticleCategories{
			text-align: left;
			font-size: 11px;
			font-style: italic;
			font-family: Georgia,Arial, Helvetica, sans-serif;
			vertical-align: middle;
		}
		
		.ArticleFooter{
			padding: 30px 0;
			color: #d3d3d3;
		}
			.ArticleFooter a{
				font-size: 11px;
			}
		
		.ArticleSeperator{
			background-image: url(../images/layout/ArticleSeperator.gif);
			background-repeat: repeat-x;
			height: 5px;
			margin: 20px 0;
		}
	.wp-pagenavi{
		background-color: #f1f1f1;
		padding: 10px 0;
		text-align: center;
		color: #aaa;
		letter-spacing: 2px;
		position: relative;
		font-size: 18px;
		font-family: Georgia, Arial;
	}
		.wp-pagenavi a{
			color: #a41e1e;
			font-weight: normal;
			padding: 0 2px;			
		}
		
		.wp-pagenavi a.page{
			color: #a41e1e;
			font-weight: normal;
			padding: 0 2px;			
		}
	.wp-pagenavi .pages{
		position: absolute;
		right: 10px;	
		display: none;
	}
	.wp-pagenavi .current{
		color: #aaaaaa;
	}
	
	.wp-pagenavi .nextLnk{
		margin-left:10px;
	} 
	.wp-pagenavi .prevLnk{
		margin-right:10px;
	}
	
/*
---------------------------------------------------------------------------------------
Comments for home pages of Categories
---------------------------------------------------------------------------------------
*/

	.Shortcomments h3{
		font-size: 14px;
		font-weight: 800;
		color: #ababab;
		margin-bottom: 20px;
	}
	
	.Articles .CommentWrapper{
		margin-bottom: 0px;
		line-height: 18px;
	}
	
	.Articles .CommentGravatar{
		float: left;
		width: 35px;
		height: 35px;
		border: 1px solid #d3d3d3;
		padding: 1px;
	}
	
	.Articles .CommentGravatar img{
		width: 35px;
		height:  35px;
	}
	
	.Articles .CommentMeta{
		margin-left: 51px;
		font-size: 11px;
		color: #ababab;
	}
		
	.Articles .CommentContent{
		margin-left: 51px;
		padding-bottom: 15px;
	}
	.Articles .Cborder{
		
		border-bottom: 1px dotted #d3d3d3;
	}
	
/*
---------------------------------------------------------------------------------------
Comments for home pages of Categories
---------------------------------------------------------------------------------------
*/



/*
---------------------------------------------------------------------------------------
Rss Feeds 
---------------------------------------------------------------------------------------
*/
#content.HideBG {
	
	background-image: none;
}

.RssFeeds #Column1{
	border: none;
}
.RssFeeds{
	color: #5b5a50;
	width: 648px;
	margin-bottom: 50px;
}
.RssFeeds h2{
	font-size: 18px;
	font-weight: 800;
	display: block;
	
	margin-top: 18px;
	margin-bottom: 18px;
}

.RssFeeds p{
	display: block;
	margin-bottom: 28px;
}

.RssFeeds dt{
	color: #a41e1e;
	background-image: url(../images/Icons/smallRss.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}

.RssFeeds dt a{
	color: #a41e1e;
	font-weight: 800;
}

.RssFeeds dd{
	font-size: 13px;
	display: block;
	margin-bottom: 18px;
	margin-left:0;
	padding-left: 25px;
}
/*
---------------------------------------------------------------------------------------
End Rss Feeds 
---------------------------------------------------------------------------------------
*/

/*
---------------------------------------------------------------------------------------
Events Pages
---------------------------------------------------------------------------------------
*/

#events-browser-header {
	width: 624px;
	height: 28px;
	background: #f4f4f4;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 12px 12px 0 12px;
	margin-bottom: 34px;
}
#events-browser-header #navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 6px;
}
#events-browser-header #navlist a { padding: 3px 10px; }
#events-browser-header #navlist a:link, #events-browser-header #navlist a:visited {
	color: #a51f1e;
	text-decoration: none;
}
#events-browser-header #navlist a.current, #events-browser-header #navlist a.current {
	background-color: #a51f1e;
	color: #fff;
}
#events-browse-by-category {
	float: right;
	border: 0;
	background: none;
}
.Events strong a {
	font-family: Georgia, Times New Roman, serif;
}
.EventsCategories{
	width: 250px !important;
}
.EventDate {
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, serif;
	color: #364155;
}
.EventTime {
	font-size: 12px;
	font-weight: bold;
}
.Articles.Events {
	margin-bottom: 0;
}
.EventSeperator {
	margin: 20px 0;
	height: 2px;
	border-bottom: 1px dotted #d1d1d1;
}
.EventsCalendar a {
	font-size: 10px;
}
#single-event-title {
	font-weight: bold;
	font-size: 16px;
	color: #a21e1a;
	margin-top: 27px;
	font-family: Times New Roman, Georgia, serif;
}
#event-image {
	width: 256px;
	height: 157px;
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
	border: 1px solid #d1d0d8;
}
#event-image img {
	border: 1px solid #fff;
	width: 254px;
	height: 155px;
}
#event-share {
	width: 254px;
	position: relative;
}
.event-meta {
	width: 335px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 18px;
}
.event-meta strong {
	color: #9d9c8a;
}
.event-review {
	font-style: italic;
	font-family: Times New Roman, Georgia, serif;
	margin-bottom: 30px;
}
#get-map {
	font-size: 11px;
	font-style: italic;
	font-family: Times New Roman, Georgia, serif;
}
.add-to-calendar {
	cursor: pointer;
}
.add-to-calendar-links {
	display: none;
	position: absolute;
	top: 19px;
	left: 0;
	z-index: 100;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 122px;
	height: 68px;
	padding: 6px 0 0 10px;
	font-size: 10px;
	line-height: 15px;
}
.add-to-calendar-links ul {
	margin: 0px !important;
}
.add-to-calendar-links ul li{
	margin: 0px !important;
}
.add-to-calendar-links a {
	color: #a41e1e;
}
.single-calendar-count {
	left: 90px;
	top: 21px;
}
.EventsCalendar {
	position: relative;
	width: 220px;
	color: #d4d4d4;
}
.EventComments {
	color: #871b0f !important;
}
.EventComments a{
	font-size: 11px !important;
}


/*
---------------------------------------------------------------------------------------
End Events Pages 
---------------------------------------------------------------------------------------
*/
/*
---------------------------------------------------------------------------------------
Start Guides Pages 
---------------------------------------------------------------------------------------
*/
#hideGoogleMap {
	cursor: pointer;
	float: right;
	width: 100px;
	padding-top: 7px;
	color: #A41E1D;
	text-align: right;
	font-size: 10px;
	vertical-align: bottom;
}
.guides-big-map {
	width: 644px;
	height: 296px;
	border: 1px solid #d3d3d3;
	margin-bottom: 15px;
}
#guide-header-buttons{
	width: 168px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 487px;
}
#guide-header-buttons img{
	margin-left: 3px;
}
/*Guide Interior Categories*/
.guide-search-keyword{
	width: 172px;
	height: 17px;
	margin-right: 2px;
	position: absolute;
	top: 12px;
	left: 46px;
}
.guide-search-zip-code{
	width: 79px;
	height: 17px;
	margin-right: 2px;
	position: absolute;
	top: 12px;
	left: 258px;
}
.guide-search-location{
	width: 166px;
	height: 31px;
	padding-top: 5px;
	border: 0;
	border: 1px solid #D3D3D3;
	color: #ABABAB;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
	position: absolute;
	top: 12px;
	left: 371px;
}
.guide-search-submit{
	width: 84px;
	height: 32px;
	background: none;
	border: none;
	cursor: pointer;
	margin-top: -1px;
	position: absolute;
	top: 11px;
	left: 549px;
}
.guide-search-bar {
	padding: 20px 0 0 15px;
	width: 632px;
	height: 33px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 7px;
	position: relative;
}
.guide-categories-header {
	width: 617px;
	padding: 9px 15px 0 15px;
	height: 24px;
	font-size: 11px;
	margin-top: 10px;
}
.guide-categories-list {
	margin: 0 0 15px 15px;
	padding-top: 15px;
	background: url("../images/guides/guides-category-list-bg.gif") transparent -19px 0;
}
.guide-categories-list li{
	float: left;
	width: 208px;
	padding: 0;
}
.guide-categories-list li a {
	color: #90150e;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 11px;
}
.guide-categories-list br {
	margin: 0;
	padding: 0;
	height: 1px;
}
#guides-right-column {
	float: right;
	width: 266px;
	margin-left: 30px;
	margin-top: 10px;
}
#guides-right-column img { 
	border: 1px solid #fff;
	width: 261px;
}
.guide-logo {
	width: 263px;
	height: 105px;
	border: 1px solid #d3d3d3;
	margin-bottom: 20px;
}
.guide-list-image{
	width: 263px;
	border: 1px solid #d3d3d3;
}
.guide-list-image.rank-A {height: 263px;}
.guide-list-image.rank-B, .guide-list-image.rank-C {height: 152px;}
.guide-list-image.rank-A img{height: 261px;}
.guide-list-image.rank-B img, .guide-list-image.rank-C  img{height: 150px;}
.guide-name a {
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, serif;
	color: #a41e1d !important;
}
.guide-address, .guide-phone{
	font-weight: bold;
	font-family: Georgia, Times New Roman, serif;
	color: #9c9b87;
	font-size: 14px;
	width: 325px;
}
.guide-address { margin-top: 3px; }
.guide-phone { 	margin-top: -3px; }
.guide-website {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	width: 325px;
	margin: 11px 0 11px 5px;
}
.guides-link-bar  a{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}
.guides-link-bar {
	color: #d3d3d3;
}
.guide-reservation-url img {
}
.guide-inner-header {
	margin-bottom: 25px;
}
.guide-google-map img {
	/*width: 352px !important;
	height: 260px !important;
	border: 1px solid #fff;*/
}
.guide-google-map {
	width: 354px;
	height: 262px;
	border: 1px solid #d3d3d3;
	float: right;
	clear: right;
	margin-left: 26px;
}
.guide-google-map-link {
	float: right;
	width: 354px;
	text-align: right;
	margin-top: 12px;
	margin-left: 26px;
	font-family:  Georgia,"Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	clear: right;
	margin-bottom: 12px;
}
.guide-content {
	padding-top: 10px;
}

.guide-logo.single {
	float:right;
}
.guide-info-header {
	font-size: 11px;
	color: #ababab;
}
.guide-general-info p, .guide-contact-info p {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.guide-search-responder {
	font-size: 12px;
	color: #a41e1d;
}
.guide-quote {
	width: 359px;
	height: 109px;
}
.guide-quote.interior {
	float: right;
	padding: 0px 0 12px 20px;
}
.Guide {
	width: 350px;
	margin-top: 14px;
}
.Guides a {
	color: #a41e1d !important;
}
#show-categories {
	float: right;
	cursor: pointer;
}


/*Eat Page*/
#eat-search{
	background: url("../images/guides/Eat_search_bg.gif") no-repeat transparent;
	color: #95301c;
}
#eat-categories-header {
	background: url("../images/guides/Eat_cat_bg.gif") no-repeat transparent;
	color: #95301c;
}
#eat-search-submit {
	background: url(../images/buttons/eat-search.gif) no-repeat 2px 3px;
}

/*Play Page*/
#play-search{
	background: url("../images/guides/Play_search_bg.gif") no-repeat transparent;
	color: #c28d20;
}
#play-categories-header {
	background: url("../images/guides/Play_cat_bg.gif") no-repeat transparent;
	color: #c28d20;
}
#play-search-submit {
	background: url(../images/buttons/play-search.gif) no-repeat 2px 3px;
}

/*Stay Page*/
#stay-search{
	background: url("../images/guides/Stay_search_bg.gif") no-repeat transparent;
	color: #1c597f;
}
#stay-categories-header {
	background: url("../images/guides/Stay_cat_bg.gif") no-repeat transparent;
	color: #1c597f;
}
#stay-search-submit {
	background: url(../images/buttons/stay-search.gif) no-repeat 2px 3px;
}

/*Shop Page*/
#shop-search{
	background: url("../images/guides/Shop_search_bg.gif") no-repeat transparent;
	color: #3b6f2f;
}
#shop-categories-header {
	background: url("../images/guides/Shop_cat_bg.gif") no-repeat transparent;
	color: #3b6f2f;
}
#shop-search-submit {
	background: url(../images/buttons/shop-search.gif) no-repeat 2px 3px;
}

/*Live Page*/
#live-search{
	background: url("../images/guides/Live_search_bg.gif") no-repeat transparent;
	color: #6e4b50;
}
#live-categories-header {
	background: url("../images/guides/Live_cat_bg.gif") no-repeat transparent;
	color: #6e4b50;
}
#live-search-submit {
	background: url(../images/buttons/live-search.gif) no-repeat 2px 3px;
}

/*
---------------------------------------------------------------------------------------
End Guides Pages 
---------------------------------------------------------------------------------------
*/
/*
---------------------------------------------------------------------------------------
Contributors Pages 
---------------------------------------------------------------------------------------
*/
.contributor-box {
	width: 311px;
	height: 194px;
	float: left;
	border-bottom: 1px dotted #d1d1d1;
	margin-top: 42px;
}
.contributor-box.odd {
	margin-right: 24px;
}
.contributor-box.even {
	margin-right: 0px;
}
.contributor-picture {
	height:56px;
	width: 56px;
	border: 1px solid #d3d3d3;
	float: left;
	margin-right: 12px;
}
.contributor-picture img {
	height: 54px;
	width: 54px;
	border: 1px solid #fff;
}
.contributor-name a{
	color: #a22020;
	font-size: 13px;
	font-family: Georgia, Times New Roman, sans-serif;
	font-weight: bold;
}
.contributor-url a {
	color: #a22020;
	font-size: 12px;
	font-family: Georgia, Times New Roman, sans-serif;
	font-style: italic;
}
.contributor-url br,.contributor-title br {
	margin-top: 3px;
}
.contributor-description {
	clear: left;
	padding-top: 7px;
	padding-right: 16px;
	line-height: 19px;
	height: 55px;
}
.contributor-description a {
	color: #a81e1b;
	font-size: 11px;
	font-weight: bold;
}
.contributor-last-post-header{
	font-size: 10px;
	color: #d1d1d1;
}
.contributor-last-post-title a{
	color: #3c4860;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}
.contributor-last-post-date {
	font-size: 11px;
	color: #adadad;
}
.contributor-last-post-comments, .contributor-last-post-comments a {
	font-size: 11px;
	color: #941e1c;
}
.contributor-last-post-header {
	margin-top: 12px;
	clear: left;
}
#contributor-paging {
	background-color: #f4f4f4;
	padding-top: 8px;
	width: 648px;
	height: 38px;
	clear: both;
	margin-top: 25px;
	text-align: center;
	vertical-align: center;
	font-size: 22px;
	color: #acacac;
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
}
#contributor-paging a{
	color: #9f1e23;
}
#last-post {
	clear: left;
}

/*
---------------------------------------------------------------------------------------
End Contributors Pages 
---------------------------------------------------------------------------------------
*/


/*
---------------------------------------------------------------------------------------
Author Single Styles
---------------------------------------------------------------------------------------
*/

.author #content ,.author  #Column1  {
	background-image: none;
	border: none;
}
#AuthorAbout{
	float: left;
	width:550px;
	margin-bottom: 10px;
}
.author #userAvatar{
	float: left;
}
.authorPosts{
	margin-bottom: 10px;
	font-size: 12px;
}

.authorPosts a{
	color: #3c4d67;
	font-weight: 800;
}
.author .contributor-name{
	color: #a81e1b;
	font-weight: 800;
	font-size: 24px;
	line-height: 20px;
}
.author-description{
	padding-top: 7px;
	padding-right: 16px;
	line-height: 19px;
}

.author h3{
	color: #a81e1b;
	font-weight: 800;
}
.authMeta{
	display: block;
	padding: 5px;
	color: #aaaaaa;
	font-size: 11px;
}
.authMeta a{
	color: #a81e1b;
}


/*
---------------------------------------------------------------------------------------
End Author Single Styles
---------------------------------------------------------------------------------------
*/

/*
---------------------------------------------------------------------------------------
Subscribe page Styles
---------------------------------------------------------------------------------------
*/


	.page-template-subscribe-php #content{
		background-image: none;
	}
	.page-template-subscribe-php #Column1{
		border: 0;
		width: 1001px;
	}
	
	
	#signupWrapper{
		float: left;
		width: 411px;
		height: 430px;
		padding-right:44px;
	}
	
	#signupWrapper span{
		display: block;
		width: 411px;
		height: 20px;
		padding-top: 35px;
		margin-top: 20px;
		font-size: 12px;
		border-top: 1px dotted #d3d3d3;
	}
	#signupWrapper span a{
		color: #a41f1e;
		font-weight: 800;
	}
	
	#subscribeWrapper{
		float: left;
		width: 411px;
		height: 430px;
		padding-left:44px;
		border-left: 1px solid #d5d5d5;	
	}
	
	#subscribeWrapper h2,#signupWrapper h2{
		color: #374056;
		font-family: "Times New Roman", Times, serif;
		font-size: 30px;
		font-weight: 800;
	}
	
	
	
	

	#LatestissueTxt{
		display: block;
		font-family: "Times New Roman", Times, serif;
		font-size: 20px;
		color: #a41f1e;
		width: 200px;
		float: right;
	margin-top: 54px;
	}
	
	#LatestissueTxt span{
		font-family: "Times New Roman", Times, serif;
		font-size: 20px;
		color: #374056;
		display: block;
	}
#LatestissueTxt #SignupBtn{
	display: block;
	width: 118px;
	height: 29px;
}
	
	
#subscribeImg{
	float: left;
	display: block;
	width: 193px;
	height: 183px;
	margin-top: 24px;
}

/*
---------------------------------------------------------------------------------------
END Subscribe page Styles
---------------------------------------------------------------------------------------
*/

/*
-------------------------------------------------------------------------------------
MAGAZINE about us connect box
-------------------------------------------------------------------------------------
*/

#connect-box {
	width: 282px;
	height: 68px;
	background: url(../images/ads/ConnectWithUs.gif) no-repeat;
	padding-top: 124px;
	padding-left: 22px;
}
#connect-box li {
	display: block;
	float: left;
	padding-left: 3px;
	padding-bottom: 13px;
}

/*
-------------------------------------------------------------------------------------
MAGAZINE about us connect box
-------------------------------------------------------------------------------------
*/