@charset "utf-8";


/* -------------------------------------------------------------------
   CSS RESET
------------------------------------------------------------------- */
html {
	color: #000;
}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,ul,li,ol,code,form,fieldset,legend,p,blockquote {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
li {
	list-style:none;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
legend {
	color: #000;
}



/* CSS Document */
body {
	margin:0px auto;
	padding:0px;
	background-color:#a5a5a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

form {
	margin:0px;
	padding:0px;
}

.navBold {
	font-weight:bold;
}

.navReg {
	font-weight:normal;
}

.rightAlign {
	text-align:right;
}

.centerAlign {
	text-align:center;
	padding:3px 0px 3px 0px;
}

.asterisk {
	color:#990000;
}

.formButton {
	border:0px dashed #990000;
	background-image:url('/images/subnav-bg.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	padding:1px 10px 1px 10px;
	color:#FFFFFF;
	font-weight:300;
	height:22px;
}

.accountInput {
	width:185px;
}

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}

.clearfix { 
	display: block;
}
/* End hide from IE-mac */

#pages {
	text-align:right;
}

#searchPageNumbers {
	text-align:center;
	padding:0px 0px 10px 0px;
}

#pages span {
	padding:2px 5px; 
	border:solid 1px #efefef;
	text-decoration:none;	
	margin:0px 2px 0px 0px;
	height:22px;
	line-height:24px;
	background-color:#525252;
	color:#FFFFFF;
	font-weight:bold;
}

#pages a, #pages a:active, #pages a:visited, #searchPageNumbers a, #searchPageNumbers a:active, #searchPageNumbers a:visited {
	text-decoration:underline;
	color:#000000;
	padding:0px 10px 0px 10px;
}

#pages a:hover, #searchPageNumbers a:hover {
	text-decoration:none;
	color:#000000;
	padding:0px 10px 0px 10px;
}

#showPages span {
	padding:2px 5px; 
	border:solid 1px #efefef;
	text-decoration:none;	
	margin:0px 2px 0px 0px;
	height:22px;
	line-height:24px;
	color:#606060;	
}

#showPages a, #showPages a:active, #showPages a:visited {
	padding:2px 5px; 
	border:solid 1px #efefef;
	text-decoration:none;	
	margin:0px 2px 0px 0px;
	height:22px;
	line-height:24px;
	color:#606060;	
}

#showPages a:hover {
	padding:2px 5px; 
	border:solid 1px #efefef;
	text-decoration:none;	
	margin:0px 2px 0px 0px;
	height:22px;
	line-height:24px;
	color:#606060;	
}

#showPages span {
	background-color:#525252;
	color:#FFFFFF;
	font-weight:bold;
}

#wrapper {
	width:978px;
	margin:0px auto;
	padding:0px;
}

#topnavHolder {
	background-color:#e5e5e5;
	width:978px;
	margin:0px auto;
	padding:6px 0px 0px 0px;
}

#topnavHolder #topnav {
	width:978px;
	margin:0px auto;
	background-color:#e5e5e5;
}

#topnavHolder #topnav #topads {
	width:978px;
	margin:0px;
	height:90px;
}

#topnavHolder #topnav #topads #topleftad {
	width:728px;
	height:90px;
	float:left;
	margin:0px 0px 0px 10px;
}

#topnavHolder #topnav #topads #toprightad {
	width:220px;
	height:90px;
	float:right;
	margin:0px 10px 0px 0px;
}

#primarynav {
	margin:0px 10px 0px 10px;
}

#primarynav #toplinks {
	width:600px;
	float:left;
	margin:5px 0px 5px 0px;
}

#primarynav #myAccount {
	width:300px;
	float:right;
	text-align:right;
	margin:5px 0px 5px 0px;
}

a.primarynavitems, a.primarynavitems:active, a.primarynavitems:visited {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	padding:0px 2px 0px 2px;
}

a.primarynavitems:hover {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding:0px 2px 0px 2px;
}

#header {
	clear:both;
	width:978px;
	height:150px;
	margin:0px auto;
	background-color:#e5e5e5;
	text-align:center;
}

#navigation {
	width:978px;
	height:40px;
	clear:both;
	color:#FFFFFF;
	margin:0px auto;
	background-color:#e5e5e5;
	padding:0px 0px 7px 0px;
}

	#navigation  #navitems {
		background-color:#000000;
		height:40px;
		line-height:40px;
		width:700px;
		float:left;
		padding:0px 0px 0px 5px;
		margin:0px 0px 0px 10px;
		font-size:14px;
	}

	#navigation #search {
		background-color:#000000;
		height:40px;
		width:253px;
		float:right;
		padding:0px 0px 0px 0px;
		margin:0px 10px 0px 0px;
	}

		#navigation #search #query {
			width:175px;
			margin:10px 0px 0px 0px;
			padding:1px;
			border:1px solid #a5acb2;
			position:absolute;
		}

		#navigation #search #button {
			margin:9px 0px 0px 185px;
		}

a.navitems, a.navitems:active, a.navitems:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size:13px;
	padding:0px 3px 0px 3px;
	letter-spacing:1px;
}

a.navitems:hover {
	text-decoration:underline;
	color:#FFFFFF;
	font-size:13px;
	padding:0px 3px 0px 3px;
	letter-spacing:1px;
}

#bigbox {
	height:250px;
	margin:0px 0px 10px 0px;
}

#westtv-promo {
	width:300px;
	height:250px;
	background-image:url('http://media.westofthecity.com/westtv_showcase.jpg');
	margin:0px 0px 10px 0px;
}

	#westtv-promo #default-image {
		margin:0px 0px 0px 15px;
		padding:48px 0px 0px 0px;
	}

#supertower {
	height:600px;
	margin:0px 0px 10px 0px;
}

#smallpromos {
	background-image:url('/images/section_rightcolumn_top.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding:5px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

.smallpromo {
	padding:8px 0px 0px 0px;
}

#news_widget {
	clear:both;
	width:974px;
	height:315px;
	margin:0px auto;
	background-color:#e5e5e5;
	padding:0px 0px 10px 4px;
}

#maincontent {
	clear:both;
	width:978px;
	margin:0px auto;
	background-color:#e5e5e5;
	padding:5px 0px 5px 0px;
}

#maincontent #leftcell {
	width:648px;
	float:left;
	margin:0px 5px 0px 10px;
}

#maincontent #rightcell {
	width:300px;
	float:right;
	margin:0px 10px 0px 5px;
}

.workspace {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	background-image:url('/images/section_lg_top.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

	.workspace .column {
		width:200px;
		margin:8px 8px 8px 8px;
		float:left;
	}

	.workspace .latest_title {
		font-size:14px;
		font-weight:bold;
		line-height:18px;
		padding:5px 0px 10px 0px;
		margin:0px 0px 10px 0px;
		border-bottom:1px dashed #525252;
	}

	.workspace .latest_abstract {
		line-height:18px;
		padding:0px 0px 0px 0px;
		margin:0px;
	}

	.workspace .article_item {
		margin:0px 8px 10px 8px;
		clear:both;
	}

		.workspace .article_item img {
			float: right;
			padding:0px 0px 10px 10px;
		}

		.workspace .article_title {
			font-size:14px;
			font-weight:bold;
			padding:5px 0px 0px 0px;
			margin:0px 0px 2px 0px;
		}

		.workspace .article_abstract {
			line-height:18px;
			padding:0px 0px 0px 0px;
			margin:0px;
		}

.spacer {
	clear:both;
	padding:10px 0px 10px 0px;
}

.multimedia_spacer {
	clear:both;
	padding:10px 0px 0px 0px;
}

.heading {
	color:#525252;
	font-size:18px;
	font-weight:bold;
	padding:10px 0px 10px 10px;
}

#index_left {
	width:245px;
	float:left;
}

#index_right {
	width:392px;
	float:right;
}

#shopaholic {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	background-image:url('/images/section_lg_top.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#lateststories {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	background-image:url('/images/section_lg_top.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

	#lateststories .column {
		width:200px;
		margin:8px 8px 8px 8px;
		float:left;
	}

	#lateststories .latest_title {
		font-size:14px;
		font-weight:bold;
		line-height:18px;
		padding:5px 0px 10px 0px;
		margin:0px 0px 10px 0px;
		border-bottom:1px dashed #525252;
	}

	#lateststories .latest_abstract {
		line-height:18px;
		padding:0px 0px 0px 0px;
		margin:0px;
	}

#editorspics {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	background-image:url('/images/section_right_top.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

	#editorspics li {
		margin:0px 0px 0px 25px;
		padding:0px 0px 5px 5px;
		font-size:13px;
		list-style-type:disc;
	}

#events {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	background-image:url('/images/section_right_top.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

	#events .eventitem {
		margin:7px 0px 0px 0px;
		padding:0px 0px 5px 10px;
	}

		#events .eventitem p {
			padding:3px 0px 0px 0px;
		}

#multimedia {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

	#multimedia #items {
		margin:0px 0px 10px 0px;
		height:450px;
		background-image:url(/images/multimedia_bg.jpg);
		background-position:center top;
		background-repeat:no-repeat;
	}

		#multimedia #items .video_image {
			position:relative;
			top:34px;
		}

		#multimedia #items .video_abstract {
			position:relative;
			width:240px;
			height:60px;
			top:40px;
			left:10px;
		}

			#multimedia #items .video_abstract img {
				float:left;
				padding:0px 5px 5px 0px;
			}

		#multimedia #items .photo_image {
			position:relative;
			top:65px;
			left:24px;
		}

		#multimedia #items .photo_abstract {
			position:relative;
			width:220px;
			height:60px;
			top:70px;
			left:10px;
		}

			#multimedia #items .photo_abstract img {
				float:left;
				padding:0px 5px 5px 0px;
			}

	a.multimedialinks, a.multimedialinks:active, a.multimedialinks:visited {
		color:#fbd068;
		font-size:13px;
		text-decoration:none;
	}

	a.multimedialinks:hover {
		color:#fbd068;
		font-size:13px;
		text-decoration:underline;
	}

#bottom_column {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	background-image:url('/images/section_left_top.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

	#bottom_column #ourfaves {
		margin:0px 10px 0px 10px;
		padding:10px 0px 20px 0px;
		border-bottom:1px solid #525252;
	}

	#bottom_column #ourfaves #logo {
		margin:0px 0px 5px 0px;
		text-align:center;
	}

	#bottom_column #blogs {
		margin:10px 0px 0px 0px;
	}

		#bottom_column #blogs #blogheader {
			background-image:url('/images/index_blog_header.jpg');
			background-position:center top;
			background-repeat:no-repeat;
			height:17px;
		}

		#bottom_column #blogs #display {
			background-image:url('/images/index_blog_content.jpg');
			background-position:center;
			background-repeat:repeat-y;
			padding:15px 15px 15px 15px;
		}

		#bottom_column #blogs #display h3 {
			font-size:14px;
			color:#525252;
			padding:3px 0px 3px 0px;
		}

		#bottom_column #blogs #blogfooter {
			background-image:url('/images/index_blog_footer.jpg');
			background-position:center top;
			background-repeat:no-repeat;
			height:52px;
		}

#poll {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	background-image:url('/images/section_left_top.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

	#poll #poll_spacing {
		margin:0px 8px 0px 8px;
	}

		#poll #poll_spacing #poll_details .poll_title {
			font-size:13px;
			font-weight:bold;
			color:#525252;
		}

		#poll #poll_spacing #poll_details .poll_alert {
			padding:2px 0px 2px 0px;
			font-weight:bold;
			color:#990000;
		}

		#poll #poll_spacing #poll_details .poll_item {
			padding:10px 0px 0px 0px;
			clear:both;
		}

			#poll #poll_spacing #poll_details .poll_item .poll_selection {
				float:left;
				width:22px;
			}

			#poll #poll_spacing #poll_details .poll_item .poll_question {
				padding:2px 0px 2px 0px;
			}

			#poll #poll_spacing #poll_details .poll_item .poll_display {
				float:left;
				width:160px;
			}

			#poll #poll_spacing #poll_details .poll_item .poll_count {
				float:right;
				text-align:right;
				width:55px;
			}

		#poll #poll_details .poll_buttons {
			clear:both;
			padding:10px 0px 0px 0px;
		}

.sectionFooter {
	height:7px;
	clear:both;
	padding:5px 0px 0px 0px;
	background-image:url(/images/section_lg_bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#sectionFooterRight {
	height:6px;
	clear:both;
	padding:5px 0px 0px 0px;
	background-image:url(/images/section_right_bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#sectionFooterRightMenu {
	height:8px;
	clear:both;
	padding:5px 0px 0px 0px;
	background-image:url(/images/section_rightcolumn_bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#sectionFooterLeft {
	height:6px;
	clear:both;
	padding:5px 0px 0px 0px;
	background-image:url(/images/section_left_bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.featured_abstract {
	line-height:18px;
	padding:0px 0px 0px 0px;
	margin:0px;
}

.featured_links {
	line-height:18px;
	padding:0px 0px 0px 0px;
	margin:20px 0px 0px 0px;
}

.featured_image {
	width:235px;
	float:right;
	margin:0px 0px 0px 10px;
}

#showMedia {
	width:400px;
	float:right;
	margin:0px 0px 0px 10px;
	padding:0px;
}

#showRestaurantMedia {
	width:300px;
	float:right;
	margin:0px 0px 0px 10px;
	padding:0px;
}

#showImage, #showVideo {
	margin:0px 0px 0px 0px;
}

#showImage .credit {
	background-color:#efefef;
	text-transform:uppercase;
	font-style:italic;
	text-align:right;
	font-size:11px;
	padding:5px 0px 0px 0px;
}

#showVideo .credit {
	background-color:#efefef;
	font-weight:bold;
	padding:5px 5px 0px 5px;
}

#showImage .caption, #showVideo .caption {
	background-color:#efefef;
	border-bottom:1px solid #000000;
	font-size:11px;
	line-height:14px;
	padding:5px;
}

#recipe_image {
	margin:0px 8px 0px 0px;
	padding:0px 8px 0px 0px;
}

.showAdsRight {
	width:250px;
	float:right;
	margin:0px 0px 0px 10px;
}

.vertical {
	background-image:url(/images/section_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px 0px 10px 0px;
	padding:10px 15px 10px 15px;
}

.vertical h3 {
	color:#525252;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0px;
}

.vertical li {
	margin:5px 5px 5px 10px;
}





/* PAGE STYLES */
/* login / register */
.registercomments {
	line-height:18px;
	font-size:13px;
}

.fullsize {
	width:300px;
}

.forgotpass {
	width:270px;
}

.rightinput {
	width:170px;
}

.register_title {
	width:175px;
}

.register_field {
	width:320px;
}

.register_button {
	width:50px;
}

.workarea {
	background-image:url('/images/section_rightcolumn_top.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding:5px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

#registerForm, #accountForm, #loginForm, #passwordfield {
	padding:0px 8px 0px 8px;
}



/* Contests */
#details {
	font-size:13px;
	line-height:18px;
	padding:0px 10px 0px 10px;
}

#details p  {
	margin:13px 0px 0px 0px;
}

.contest_item {
	padding:5px 8px 5px 8px;
	clear:both;
}

.contest_image {
	width:110px;
	text-align:center;
	float:left;
}

.contest_image img {
	border:1px solid #333333;
}

.contest_abstract {
	line-height:18px;
}





/* News Display */
.news {
	padding:0px 0px 20px 0px;
}

.news_image {
	width:90px;
	text-align:center;
	float:left;
}

.news_spacer {
	clear:both;
	margin:0px 0px 10px 0px;
}

.news_image img {
	border:1px solid #333333;
}

.news_text {
	line-height:18px;
}





/* Article Page */
#article {
	padding:0px 8px 0px 8px;
}

#article .article_options {
	padding:5px 0px 15px 0px;
}

#article .article_date {
	padding:0px 0px 0px 0px;
	font-style:italic;
}

#article .article_author {
	font-weight:bold;
	padding:15px 0px 5px 0px;
}

#article .article_details {
	margin:0px 0px 10px 0px;
	font-size:13px;
	line-height:18px;
}

#article .article_details p {
	padding:10px 0px 0px 0px;
}

.comments {
	margin:0px 0px 0px 0px;
	line-height:18px;
	padding:15px 0px 0px 0px;
}

#comments {
	margin:0px 8px 0px 8px;
	padding:10px 0px 0px 0px;
	border-top:1px dotted #457078;
	clear:both;
}

#comments h3 {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#525252;
	padding:0px 0px 5px 0px;
}

#postcomments {
	margin:15px 0px 0px 0px;
}

.commentBox {
	width:600px;
}





/* multimedia */
#showVideo {
	margin:0px 0px 0px 0px;
}

#showFeaturedVideo, #showFeaturedPhoto, #showFeaturedSlideshow {
	text-align:center;
}

#featuredvideo {
	margin:5px 12px 0px 12px;
}

#featuredvideo #showFeaturedTitle {
	font-size:18px;
	color:#525252;
	font-weight:bold;
	margin:0px;
	padding:10px 0px 0px 0px;
}

#featuredvideo #showFeaturedDate {
	font-size:12px;
	color:#989898;
	margin:0px;
	padding:5px 0px 0px 0px;
}

#featuredvideo #showFeaturedDesc {
	font-size:13px;
	line-height:17px;
	padding:5px 0px 0px 0px;
}

#videoNav {
	margin:10px 0px 0px 0px;
	background-color:#000000;
	height:34px;
	line-height:34px;
	padding:0px 0px 0px 10px;
	font-size:13px;
	color:#FFFFFF;
	clear:both;
}

#videoNav span {
	margin:0px 15px 0px 15px;
}

#videoNav a, #videoNav a:active, #videoNav a:visited {
	line-height:34px;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}

#videoNav a:hover {
	line-height:34px;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:underline;
}

#videos, #photos {
	clear:both;
}

#videos #showResults, #photos #showResults {
	width:225px;
	float:left;
	padding:5px 8px 0px 8px;
	line-height:25px;
	height:25px;
}

#videos #showPages, #photos #showPages {
	width:265px;
	float:right;
	padding:5px 8px 0px 0px;
	text-align:right;
	height:25px;
}

#thumbnails {
	padding:0px 8px 0px 8px;
}

.videoThumb {
	width:200px;
	float:left;
	padding:10px 0px 0px 0px;
	margin:0px 5px 0px 5px;
}

.videoThumb .multimedia_title {
	line-height:15px;
	font-size:13px;
	font-weight:bold;
}

.videoThumb .multimedia_abstract {
	line-height:18px;
	font-size:12px;
	padding:5px 0px 0px 0px;
}

.video_image {
	text-align:center;
}

.video_title {
	font-size:14px;
	font-weight:bold;
	color:#525252;
	padding:3px 0px 0px 4px;
}

.video_abstract {
	font-size:13px;
	line-height:17px;
	padding:3px 0px 0px 4px;
}





/* blogs */
.displayblog {
	margin:0px 10px 15px 10px;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #999999;
}

.displayblog h3 {
	font-size:18px;
	color:#525252;
}

.displayblog .blog_author {
	font-size:13px;
	line-height:18px;
	padding:5px 0px 5px 0px;
}

.blog_date {
	font-size:13px;
	line-height:18px;
	padding:4px 8px 4px 8px;
}

.displayblog .entry_title {
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	padding:4px 0px 4px 0px;
}

.displayblog .entry_abstract, .entry_details {
	font-size:13px;
	line-height:18px;
	padding:0px 0px 0px 0px;
}

.entry_details {
	font-size:13px;
	line-height:18px;
	padding:0px 8px 0px 8px;
}

.entry_details p {
	margin:10px 0px 0px 0px;
}


/* recipes */
#recipe_search, .recipe_pages {
	margin:15px 0px 0px 0px;
	border-top:1px dotted #457078;
	border-bottom:1px dotted #457078;
	padding:4px 20px 4px 20px;
	height:30px;
	font-size:14px;
	clear:both;
}

#recipe_search #recipeSearchLinks {
	width:290px;
	float:left;
	margin:0px 10px 0px 0px;
	line-height:30px;
}

	#recipe_search #recipeSearchForm {
		width:300px;
		float:right;
		padding:2px 0px 0px 0px;
	}

		#recipe_search #recipeSearchForm #query {
			width:225px;
			padding:4px 4px 4px 4px;
			border-left:1px solid #A5A5A5;
			border-top:1px solid #A5A5A5;
			border-bottom:1px solid #A5A5A5;
			border-right:0px;
			color:#666666;
		}

		#recipe_search #recipeSearchForm #search_button {
			background-color:#232323;
			border:0px solid #232323;
			padding:4px 8px 4px 8px;
			color:#FFFFFF;
		}

.recipe {
	width:310px;
	float:left;
	margin:0px 5px 0px 5px;
}

.recipe .recipe_image {
	width:80px;
	float:left;
	margin:0px 5px 0px 0px;
}

.recipe .recipe_title {
	font-size:14px;
	font-weight:bold;
	margin:2px 0px 3px 0px;
}

.recipe .recipe_abstract {
	font-size:11px;
	line-height:14px;
}

.recipe_spacer {
	clear:both;
	height:10px;
}

#featuredRecipes .latest_title {
	border-bottom:0px solid;
}




/* restaurants */
.restaurant {
	width:310px;
	float:left;
	margin:0px 5px 0px 5px;
}

	.restaurant .restaurant_image {
		width:80px;
		float:left;
		margin:0px 5px 0px 0px;
	}

	.restaurant .restaurant_title {
		font-size:14px;
		font-weight:bold;
		margin:2px 0px 3px 0px;
	}

	.restaurant .restaurant_address {
		font-size:13px;
		font-weight:bold;
		line-height:15px;
		margin:2px 0px 3px 0px;
	}

.restaurant_spacer {
	clear:both;
	height:10px;
}

#featuredRestaurants .latest_title {
	border-bottom:0px solid;
	text-align:center;
}

#restaurant_search, .restaurant_pages {
	margin:0px 0px 10px 0px;
	border-top:1px dotted #457078;
	border-bottom:1px dotted #457078;
	padding:4px 8px 4px 8px;
	height:30px;
	font-size:13px;
	clear:both;
}

	#restaurant_search #restaurantSearchLinks {
		width:325px;
		float:left;
		margin:0px 5px 0px 0px;
		line-height:30px;
	}

	#restaurant_search #restaurantSearchForm {
		width:290px;
		float:right;
		padding:2px 0px 0px 0px;
	}

		#restaurant_search #restaurantSearchForm #query {
			width:210px;
			padding:4px 4px 4px 4px;
			border-left:1px solid #A5A5A5;
			border-top:1px solid #A5A5A5;
			border-bottom:1px solid #A5A5A5;
			border-right:0px;
			color:#666666;
		}

		#restaurant_search #restaurantSearchForm #search_button {
			background-color:#232323;
			border:0px solid #232323;
			padding:4px 8px 4px 8px;
			color:#FFFFFF;
		}






/* content page */
#content_holder {
	padding:10px 0px 0px 0px;
	margin:0px 8px 0px 8px;
	font-size:13px;
	line-height:18px;
}

#content_holder p {
	padding:6px 0px 0px 0px;
}




/* search page */
.searchcontents {
	margin:10px 0px 0px 0px;
}

.searchcontents p {
	margin:7px 8px 0px 8px;
}

.searchcontents #searchFilters {
	margin:10px 0px 0px 0px;
	background-color:#000000;
	height:34px;
	line-height:34px;
	padding:0px 0px 0px 10px;
	font-size:12px;
	color:#FFFFFF;
	clear:both;
}

.searchcontents #searchFilters #searchTypes {
	width:440px;
	float:left;
	color:#FFFFFF;
}

.searchcontents #searchFilters #searchTypes span {
	margin:0px 4px 0px 4px;
}

.searchcontents #searchFilters #searchOrder {
	margin:0px 5px 0px 0px;
	width:140px;
	float:right;
	text-align:right;
}

.showresults {
	margin:10px 0px 0px 0px;
}

.showresults #search_categories {
	width:192px;
	padding:0px 0px 0px 8px;
	float:left;
}

.showresults #search_categories h4 {
	font-size:16px;
	color:#525252;
	margin:0px 0px 10px 0px;
}

.showresults #search_categories li {
	list-style-type:none;
	margin:5px 0px 5px 5px;
	font-size:13px;
}

.showresults #search_results {
	width:424px;
	float:right;
	padding:0px 8px 0px 8px;
}

.showresults #search_results h4 {
	font-size:16px;
	color:#525252;
	margin:0px 0px 5px 0px;
}

.showresults #searchPageResults {
	width:92px;
	height:25px;
	line-height:25px;
	float:left;
	margin:0px 0px 20px 0px;
}

.showresults #showPages {
	width:322px;
	height:25px;
	float:right;
	text-align:right;
	margin:0px 0px 20px 0px;
}

#search_results #search_group .searchstories {
	margin:10px 0px 0px 0px;
	clear:both;
}

#search_results #search_group .searchstories .date {
	margin:4px 0px 0px 0px;
	font-size:11px;
	color:#999999;
}




/* restaurant / recipe widget */
#locator_widget {
	margin:0px 0px 10px 0px;
}

	#locator_widget #restaurant {
		width:188px;
		height:38px;
		float:left;
		line-height:38px;
		text-align:center;
		margin:0px 0px 10px 0px;
		font-size:14px;
		font-weight:bold;
	}

	#locator_widget #recipes {
		width:204px;
		height:38px;
		float:right;
		line-height:38px;
		text-align:center;
		margin:0px 0px 10px 0px;
		font-size:14px;
		font-weight:bold;
	}

	#locator_widget .restaurant_white {
		background-image:url(/images/widget_restaurant_white.jpg);
		background-position:top left;
	}

	#locator_widget .restaurant_grey {
		background-image:url(/images/widget_restaurant_grey.jpg);
		background-position:top left;
	}

	#locator_widget .recipe_white {
		background-image:url(/images/widget_recipe_white.jpg);
		background-position:top right;
	}

	#locator_widget .recipe_grey {
		background-image:url(/images/widget_recipe_grey.jpg);
		background-position:top right;
	}

	#locator_widget #locator_workspace {
		background-color:#FFFFFF;
		border-left:1px solid #b6b6b6;
		border-right:1px solid #b6b6b6;
		border-bottom:1px solid #b6b6b6;
		padding:0px 0px 10px 0px;
		margin:0px 0px 0px 0px;
	}

		#locator_widget #locator_workspace #widget_search {
			width:352px;
			margin:0px 10px 0px 10px;
			padding:0px 0px 10px 0px;
		}

			#locator_widget #locator_workspace #widget_search #search_query {
				width:272px;
				padding:4px 4px 4px 4px;
				border-left:1px solid #A5A5A5;
				border-top:1px solid #A5A5A5;
				border-bottom:1px solid #A5A5A5;
				border-right:0px;
				color:#666666;
			}

			#locator_widget #locator_workspace #widget_search #search_button {
				background-color:#232323;
				border:0px solid #232323;
				padding:4px 10px 4px 10px;
				color:#FFFFFF;
			}

		#locator_widget #locator_workspace #locator_results {
			width:352px;
			margin:0px 20px 0px 20px;
			padding:0px 0px 0px 0px;
		}

		#locator_widget #locator_workspace #locator_results .item {
			padding:0px 4px 0px 4px;
			width:80px;
			float:left;
			text-align:center;
			font-size:10px;
		}




/* restaurant directory */
.restaurant_info {
	margin:0px 8px 0px 8px;
}

	.restaurant_info .restaurant_column {
		float:left;
		width:200px;
		margin:2px 2px 2px 2px;
		padding:3px 0px 3px 0px;
	}

	.restaurant_info .directory_spacer {
		height:10px;
	}

	.restaurant_info h2 {
		margin:5px 0px 0px 0px;
		color:#525252;
	}

	.restaurant_info p {
		margin:2px 0px 0px 0px;
		font-size:13px;
		line-height:18px;
	}




/* footer */
#footer {
	clear:both;
	width:978px;
	margin:0px auto;
	background-color:#e5e5e5;
	padding:0px 0px 15px 0px;
}

	#footer #content {
		margin:0px 10px 0px 10px;
		background-image:url('/images/footer_bg.jpg');
		background-position:top;
		background-repeat:no-repeat;
		background-color:#cccccc;
		min-height:200px;
		text-align:center;
		padding:0px 0px 25px 0px;
	}

	#footer #title {
		padding:25px 0px 0px 30px;
		font-size:18px;
		font-weight:bold;
		text-align:left;
		color:#333333;
	}

	#footer .links_sm, #footer .links_lg {
		line-height:18px;
		float:left;
		text-align:left;
		padding:15px 0px 0px 20px;
		color:#333333;
		font-size:12px;
	}

	#footer .links_sm {
		width:inherit;
	}

	#footer .links_lg {
		width:inherit;
	}

		#footer .links_sm a, #footer .links_sm a:active, #footer .links_sm a:visited, #footer .links_lg a, #footer .links_lg a:active, #footer .links_lg a:visited {
			text-decoration:none;
			color:#666666;
			font-size:11px;
			margin:15px 0px 0px 0px;
		}

		#footer .links_sm a:hover, #footer .links_lg a:hover {
			text-decoration:underline;
			color:#666666;
			font-size:11px;
			margin:15px 0px 0px 0px;
		}

	#footer .linksLogo {
		line-height:18px;
		width:190px;
		float:right;
		padding:15px 10px 0px 30px;
		color:#333333;
		font-size:12px;
	}


	#footer #copyright {
		clear:both;
		line-height:25px;
		text-align:center;
		color:#cccccc;
		font-size:11px;
		margin:0px 10px 0px 10px;
		background-color:#333333;
	}

a.footercopy, a.footercopy:active, a.footercopy:visited {
	color:#cccccc;
	font-size:11px;
	text-decoration:none;
}

a.footercopy:hover {
	color:#cccccc;
	font-size:11px;
	text-decoration:underline;
}




/* link styles */
a.searchTab, a.searchTab:active, a.searchTab:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a.searchTab:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

a.mainlinks, a.mainlinks:active, a.mainlinks:visited {
	color:#525252;
	text-decoration:none;
}

a.mainlinks:hover {
	color:#525252;
	text-decoration:underline;
}

a.recipe_select, a.recipe_select:active, a.recipe_select:visited, a.restaurant_select, a.restaurant_select:active, a.restaurant_select:visited {
	color:#525252;
	text-decoration:underline;
}

a.recipe_select:hover, a.restaurant_select:hover {
	color:#525252;
	text-decoration:none;
}

a.recipe_unselect, a.recipe_unselect:active, a.recipe_unselect:visited, a.restaurant_unselect, a.restaurant_unselect:active, a.restaurant_unselect:visited {
	color:#000000;
	text-decoration:none;
}

a.recipe_unselect:hover, a.restaurant_unselect:hover {
	color:#000000;
	text-decoration:underline;
}

a, a:active, a:visited {
	color:#525252;
	text-decoration:none;
}

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

.clear {
	clear:both;
}
