#page_title
{
		margin: 0px 0px 10px 0px;
		padding-bottom: 5px;
}

#page_title h1, #page_title h2, #page_title h3, #page_title h4
{
		float: left;
		margin-bottom: 5px;
}

/*captcha*/
.captcha_input
{
	width: 175px;
}


#add_link
{
		float: right;
		right: 600px;
}

.nocomments
{
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: #000000;
}

/*Personal Page Blog Page Styles*/

#blogs /* Main Container*/
{
		background-color: #ffffff;
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		height: auto;
		overflow: hidden;
		font-family:  Arial, Helvetica, clean, sans-serif;
		border: medium inset #dcdcdc;
}


.blog_menu
{
		border-top: 1px solid #DCDCDC;
		border-bottom: 1px solid #DCDCDC;
		margin: 5px 5px 5px 5px;
		padding: 5px 5px 10px 5px;
		height: 30px;
}

ul#blog_add /*Add blog and Modify Blog Buttons*/
{
		float: left;
		padding: 5px 5px 5px 5px;
		margin: 0px 0px 0px 5px;
		font-size: 93%;
}

ul#blog_add li
{
		float: left;
		padding: 5px 5px 5px 5px;
		display: inline;
		margin-right: 10px;
}

#blog_tab_container
{
		background: transparent;
		border-bottom: 5px solid tomato;
		padding: 5px 0px 0px 0px;
		margin: 5px 0px 0px 0px;
		min-height: 1%;
}

.compose_box
{
		border: 1px solid #DCDCDC;
}
	
/*blog section styles*/

.blog_div /*same as wall_line below*/
{
		background: #FFFFFF;
		margin: 0px 0px 0px 0px;
		padding: 10px 5px 5px 5px;
		overflow: hidden;
		height: auto;
		position: relative;
}

.sideBar
{
		background: #FFFFFF;
		border-bottom: 1px solid #DCDCDC;
		margin: 0px 0px 0px 0px;
		padding: 15px 15px 5px 15px;
		overflow: hidden;
		height: auto;
		position: relative;
}

h2.top
{
	margin: 0px 0px 5px 5px;
}

.blog_title, .blog_title a
{
		font-size: 108%;
		color: #000000;
		font-weight: bold;
}

.blog_title a:hover
{
		color: #eb8e14;
		text-decoration: underline;
}

ul.blog_attributes
{
		margin: 0px 0px 0px 0px;
		font-size: 85%;
		color: #acacac;
}

ul.blog_attributes li.blog_details 
{
		display: inline;
		list-style-type: none;
		list-style-position: outside;
		list-style-image: none;
		margin: 0px 5px 0px 0px;
}

.blog_text
{
		font-size: 100%;
		margin: 0px;
}



.rightOptList
{
		list-style-type: none;
		list-style-position: outside;
		list-style-image: none;
		margin: 5px 5px 5px 5px;
}

.rightOptList li
{
		margin: 0px 0px 5px 0px;
		list-style-type: none;
		list-style-position: outside;
		list-style-image: none;
}

.recOptIcon
{
		height: 16px;
		width: 16px;
		vertical-align: middle;
}

.recOptNoLink 
{
	color: #000000;
	font-size: 93%;
	font-weight: bold;
}

.recOptLink a, .recOptLink a:visited
{
		color: #4d4d4d;
		font-size: 93%;
		font-weight: bold;
}

.recOptLink a:hover
{
		color: #000000;
		text-decoration: underline;
}


/*end of blog section styles*/

/*Blog Page Formatting*/
.articles
{
		width: 461px;
		height: auto;
		float: left;
}

.categories
{
		width: 230px;
		height: auto;
		float: right;
}

ul.category_attributes, ul.sideBar_attributes
{
		margin: 5px 0px 5px 0px;
		font-size: 100%;
		color: #acacac;
}

ul.category_attributes li.category_items, ul.category_attributes li.category_items a, ul.sideBar_attributes li.sideBar_items, ul.sideBar_attributes li.sideBar_items a
{
		list-style-type: none;
		list-style-image: none;
		list-style-position: outside;
		font-size: 100%;
		text-decoration: none;
		color: #acacac;
}

ul.sideBar_attributes li.sideBar_items a
{
		vertical-align: middle;
}

ul.sideBar_attributes li.sideBar_items img
{
		vertical-align: middle;
}

ul.category_attributes li.category_items a:hover, ul.sideBar_attributes li.sideBar_items a:hover
{
		text-decoration: underline;
		color: #eb8e14;
}

dl.archive_attributes
{
		margin-top: 5px;
		margin-left: 0px;
}

dd.archive_items, dd.archive_items a
{
		color: #acacac;
		text-decoration: none;
}

.archive_items a:hover
{
		text-decoration: underline;
		color: #eb8e14;
}


/*end of personal page blog section*/

/*start of styles for individual blog page*/

.blogPhoto
{
		width: 610px;
		height: auto;
		padding: 5px;
		border: medium none;
}

.info_box
{
	font-family: Arial, Helvetica, clean, sans-serif;
}

.blogbody
{
		padding: 0px 5px 0px 5px;
		background: none transparent;
		color: #3c3a3a;
		font-family: Arial, Helvetica, clean, sans-serif;
		margin-top: 10px;
		border-top: 1px solid #ACACAC;
}

ul.blog_byline
{
		margin: 5px 0px 0px 0px;
		font-size: 93%;
		padding: 3px 0px 3px 0px;
		
}


ul.blog_byline li.byline_details, ul.blog_byline li
{
		list-style-type: none;
		list-style-position: outside;
		list-style-image: none;
		margin: 0px 5px 0px 0px;
		display: inline;
		padding: 2px 0px 2px 0px;
}

ul.blog_byline li a, ul.blog_byline a:visited
{
	color: dodgerblue;
	font-weight: normal;
}

ul.blog_byline li a:hover
{
	text-decoration: underline;
}

ul.blog_byline li.bylineTag a
{
	color: #000000;
	padding: 2px 2px 2px 2px;
	border: 1px #f5f5dc outset;
	background: transparent url(/images/byline-button.gif) repeat-x scroll left top;
	display: inline-block;
	margin: 0px 0px 5px 0px;
	vertical-align: middle;
}

ul.blog_byline li.bylineTag a:hover
{
	color:#000000;
	text-decoration: underline;
	border: 1px #f5f5dc inset;
	background: transparent url(/images/byline-button.gif) repeat-x scroll left bottom;
}

ul.blog_byline li.responseTo a
{
	color: #000000;
	padding: 2px 2px 2px 2px;
	border: 1px #f5f5dc outset;
	background: transparent url(/images/byline-response.gif) repeat-x scroll left top;
}

ul.blog_byline li.responseTo a:hover
{
	color: #000000;
	text-decoration: underline;
	border: 1px #f5f5dc inset;
	background: transparent url(/images/byline-response.gif) repeat-x scroll left bottom;
}

ul.blog_byline li.bylineTag a:visited, ul.blog_byline li.responseTo a:visited
{
	color: #000000;
}



ul.kudo_line
{
	margin: 5px 0px 0px 0px;
	font-size: 93%;
	padding: 3px 0px 3px 0px;
}

img.giveKudo
{
	vertical-align: middle;
}

span.topichd
{
	font-weight: 700;
	color: #000000;
}

ul.kudo_line li 
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px outset #f5f5dc;
	background: transparent url(/images/byline-kudo.gif) repeat-x scroll left top;
}

ul.kudo_line li a, ul.kudo_line li a:visited
{
	 color: #000000;
	 font-weight: bold;
}

ul.kudo_line a:hover
{
	text-decoration: underline;
	color: #000000;
}

dl.blog_stats
{
		margin: 0px 0px 5px 10px;
		font-size: 93%;
		color: #acacac;
		float: left;
}

/*start if restaurant address, ratings and stamps*/
ul.subject_info
{
		font-size: 100%;
		color: #acacac;
		float: left;
		margin: 5px 10px 5px 0px;
}	


ul.subject_info li.info_details 
{
		list-style-type: none;
		list-style-position: outside;
		list-style-image: none;
		margin: 0px 5px 0px 0px;
}

.editInfo
{
		font-size: 93%;
		font-weight: normal;
}

ul.subject_info li.name
{
		font-weight: bold;
		font-size: 108%;
		color: black;
}

ul.subject_info li.rating
{
		font-weight: bold;
		font-size: 108%;
		color: black;
		display: inline;
		list-style-type: none;
		list-style-position: outside;
		list-style-image: none;
}

ul.stamps
{
		font-size: 100%;
		color: #acacac;
		margin: 5px 0px 0px 0px;
		width: 110px;
}

ul.stamps li
{
		list-style-type: none;
		list-style-position: outside;
		list-style-image: none;
		display: inline;
		margin: 0px 5px 0px 0px;
}

img.stamp_icon
{
		height: 16px;
		width: 16px;
}

/*end of restaurant info*/

/*start of google map API*/
.map
{
		border: 10px solid #ACACAC;
		width: 269px;
		height: 100px;
		float: right;
}

/*end of Google Map*/

/*Formats for Main Site-Wide Blog Page and Category Pages*/

.mainBlog_left
{
		height: auto;
		width: 600px;
		font-family: arial, helvetica, clean, sans-serif;
}

/*Formats for Review Restaurant Page*/

.tabBar
{
		margin-top: 0px;
		text-align: center;
}

.tabBar li, .tabBar li a
{
		color: #000000;
		margin-right: 10px;
}

.tabBar li a:hover
{
		color:#eb8e14;
		text-decoration: none;
}

.tabBar li.selected
{
		font-weight: bold;
		font-variant: small-caps;
}

.menu_heading
{
		text-align: center;
		font-size: 116%;
		font-variant: small-caps;
		font-weight: bold;
}

.menu_heading, .menu_heading a
{
		font-size: 108%;
		color: #000000;
		font-weight: bold;
}

.menu_heading a:hover
{
		color: #eb8e14;
		text-decoration: underline;
}

.dishReview_div
{
		background: #FFFFFF;
		margin: 0px 0px 0px 0px;
		padding: 15px 15px 5px 15px;
		overflow: hidden;
		height: auto;
		position: relative;
}

.dishRev_block
{
		margin-left: 1em;
}

.avgRate_right
{
		float: right;
		text-align: right;
}

.user_left
{
		float: left;
		text-align: left;
}

.rating_right
{
		text-align: right;
		float: right;
}

/*Styles for a Dish's Main Page*/

ul#sort_list
{
	 text-align: center;
	 font-size: 100%;
}

ul#sort_list li.sort_item
{
		list-style-type: none;
		list-style-position: outside;
		list-style-image: none;
		display: inline;
		margin: 0px 10px 0px 0px;
}


ul#sort_list li.name
{
		font-weight: bold;
}	

.revPhoto
{
		width: 40px;
		height: 30px;
}

/*Upload Blog Form Styles*/

#add_blog, #modify_fm, .compose_box, #modify_travel
{
	font-family: arial,helvetica,clean,sans-serif;
}

select.left_aligned, input.left_aligned
{
	font-weight: bold;
	font-size: 116%;
	font-family: arial,helvetica,clean,sans-serif;
	margin-top: 6px;
}

input.input_box, textarea.left_aligned, .description_box
{
	font-weight: bold;
	font-size: 116%;
	font-family: arial,helvetica,clean,sans-serif;
}

div.input_footer
{
	margin-top: 6px;
}

#destinationContainer, #tagContainer, #tagContainer2
{
	top: 20px;
}

/*styles for kudo attribution icon line*/
table.attribution
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 610px;
}

table.attribution td
{
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

table.attribution tr
{
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table.topiclisting
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 610px;
}

table.topiclisting td
{
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	border-color: #dcdcdc;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

table.topiclisting tr
{
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table.topiclisting td.kudoStrip
{
	padding-left: 10px;	
	padding-top: 10px;
}

#photoTD
{
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	width: 85px;
}

.photoTD
{
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	width: 85px;
}

#textTD
{
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

.textTD
{
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

#kudoTD
{
	
	vertical-align: top;
	width: 100px;
	padding-top: 10px;
	padding-left: 10px;
}

td.kudoicon
{
	width: 100px;
	padding-top: 10px;
}

/*new kudo system layout*/
ul.votes
{
		height: 50px;
		/*width: 75px;*/
		background: #ffffff;
		position: relative;
		margin: 0px 0px 0px 0px;
		float: left;
}

ul.votes li
{
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		color: #000000;
		font-size: 108%;
		text-align: center;
		font-weight: 500;
		font-family: arial,helvetica,clean,sans-serif;
}

ul.votes li div
{
		/*background: transparent url(/images/vote-left.gif) no-repeat scroll left center;*/		
		height: 50px;
		line-height: 25px;
		text-align: center;
		padding: 0px 0px 0px 0px;/*padding left was 6px for kudos*/
		float: left;
		display: block;
}

ul.votes li div p
{
	background: transparent url(/images/vote-right.gif) no-repeat scroll right top;
	height: 50x;
	line-height: 20px;
	padding: 5px 15px 5px 4px;
	display: block;
	float: left;
	font-family: arial,helvetica,clean,sans-serif;
}

/*old kudo layout*/
ul.stamp
{
		height: 50px;
		width: 75px;
		background: #ffffff;
		position: relative;
		margin: 0px 0px 0px 0px;
}

ul.stamp li
{
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		color: #ffffff;
		font-size: 108%;
		text-align: center;
		font-weight: 500;
		font-family: arial,helvetica,clean,sans-serif;
}

ul.stamp li div
{
		background: transparent url(/images/stamp-a.gif) no-repeat scroll left center;	
		height: 50px;
		line-height: 25px;
		text-align: center;
		padding: 0px 0px 0px 6px;/*padding left was 6px for kudos*/
		float: left;
		display: block;
}

ul.stamp li div p
{
	background: transparent url(/images/stamp-b.gif) no-repeat scroll right top;
	height: 50x;
	line-height: 20px;
	padding: 5px 10px 5px 4px;
	display: block;
	float: left;
	font-family: arial,helvetica,clean,sans-serif;
}

.number
{
	font-weight: 500;
	font-size: 108%;
	letter-spacing: -1px;
}

/*Topic Page Summary and Photo Styles*/
.photo_container
{
		float: left;
		margin: 10px 5px 5px 0px;
}

.topic_photo
{
		width: 160px;
		height: 120px;
}

.topic_photo_80
{
	width: 80px;
}

#topic_summary
{
	margin: 15px 5px 5px 0px;
}

/*Photo Topic Page Styles*/
#photosummary
{
	margin: 10px 0px 5px 0px;
}
