<!--

/*
* ===============================================
* Frommers.com
* ===============================================
* Description: Pluck Override Stylesheet for Arthur's Blog - This
	css overrides the override css (sitelife.css)
* Used by: Arthur's Blog in Pluck System
* ===============================================
* Workfile: pluck-af_blog.css
* Revision History
* 20090623-KS: Redesign
* 20100104-KS: Increased the body font size from 14px to 16px to fix an unknown bug 
	that decreased the visual sizes
* 20100329-KS: Added margins to images in body
* 20100504-KS: Removed margins to images in body since it has been added to sitelife.css
* ===============================================
*/

	div.Blog_RightSideContainer {
		margin:10px;
		overflow:hidden;
		padding-bottom:10px;
	}

	div.Blog_RightSideSectionHead {
		display: block;
		font-family: "Georgia", serif; 
		font-size: 14px; 
		font-weight:bold;
		color: #ffffff;
		background-color: #650016;
		padding: 5px 5px 5px 3px;
	}

	div.BlogMain_EntryDate {
		font-family: "Georgia", serif; 
		font-size: 16px; 
		color: #777777;
		padding-right: 5px;
	}
	
	div.BlogMain_EntryTitle {
		font-family: "Georgia", serif; 
		font-size: 18px; 
		font-weight: 600; 
		color: #000000;
		padding-right: 15px;
	}
	
	a.BlogMain_EntryTitle {
		font-family: "Georgia", serif; 
		font-size: 18px; 
		font-weight: 600; 
		color: #000000;
		padding-right: 15px;
	}
	
	div.BlogMain_EntryContent {
		font-family: "Georgia", serif; 
		font-size: 16px; 
		color: #000000;
		padding-right: 15px;
	}

	
	div.BlogMain_EntryDetails {
		font-family: "Georgia", serif; 
		font-size: 16px; 
		color: #000000;
		padding-bottom: 20px;
	}
	
	div.BlogEntry_Tags {
		font-family: "Georgia", serif; 
		font-size: 12px;
		padding-top: 3px;
	}
	
	div.BloggerProfile_Container {
		width: 1px;
		height: 1px;
		background-color: #ffffff;
	}

	table.BloggerProfile_Table {
		font-family: Arial;
		font-size: 1px;
		width: 1px;
		height: 1px;
		border: 0px;
		background-color: #ffffff;
		visibility: hidden;
		display: none;
	}
	
	td.BloggerProfile_TableImg {
		width: 1px;
		height: 1px;
		border: 0px;
		background-color: #ffffff;
		visibility: hidden;
		display: none;
	}
	
	td.BloggerProfile_TableText {
		vertical-align:top;
		width:100%;
		width: 1px;
		height: 1px;
		border: 0px;
		background-color: #ffffff;
		visibility: hidden;
		display: none;
	}
	
	table.BloggerProfile_Table div.BloggerProfile_Title {
		margin: 0px;
		width: 1px;
		height: 1px;
		border: 0px;
		background-color: #ffffff;
		visibility: hidden;
		display: none;
	}
	
	div.BloggerProfile_TagLine {
		margin: 0px;
		width: 1px;
		height: 1px;
		border: 0px;
		background-color: #ffffff;
		visibility: hidden;
		display: none;
	}
	
	div.BlogEntryList_Entries {
		font-family: "Georgia", serif; 
		font-size: 14px; 
		color: #000000;
	}
	
	div.BlogArchiveList_Entries {
		font-family: "Georgia", serif; 
		font-size: 14px; 
		color: #000000;
		padding-bottom: 20px;
	}
	
	td.BlogMain_MabAuthTableLeft {
		display: none;
		text-align:left;
		width:65px;
	}
	
-->