}

.fw-logo {
	width:50px;
	height:50px;
	display:none;
}

hr {
	display:none;
}


}

 */
.fw-nav-menu li {
	display:inline;
	margin:0 5px;
}

/*
 * Individual NavBar links
 */
.fw-nav-menu a {
	text-decoration:none;
}

/*
 * This is the container that holds the main content (paragraphs) of the page.
 */
.fw-content {

}

/*
 * Paragraph title
 */
.fw-paragraph h2 {
	font: normal 1.5em arial sans-serif;
	margin-bottom: 2px;
}

/*
 * Paragraph body
 */
.fw-paragraph-body {
	padding-bottom: 2px;
	margin-bottom: 30px;
}

/*
 * Site Footer
 */
.fw-footer {
	clear: both;
	font-size: .8em;
	text-align: center;
}

/*
 * Freewebs Tracker Code. If you are a premium user, you may ignore (or remove) this
 * It is STRICTLY forbidden to modify this code as to obstruct the view of the Freewebs Tracker Code
 */
.fw-tracker {
	clear: both;
	font-size: .8em;
	text-align: center;
	margin-top: 5px;
}


/*
 * The following styles are for the Blog.
 * Remember, if a CSS property is already defined in blog.css,
 *   you must use the !important rule
 */

/*
 * Blog Entry Container
 */
.fwBlogEntryDisplay {
	border-bottom: 0 !important;
	margin-bottom: 40px !important;
}

/*
 * Blog Entry Title
 */
.fwBlogEntryTitle {
	font-size: 18px !important;
	font-weight: normal !important;
	color: #333;
}

/*
 * Blog Entry Date
 */
.fwBlogEntryDate {
	font-size: smaller !important;
}
.fwBlogEntryDate+BR {
	display: none;
}

/*
 * Blog Entry Body
 */
.fwBlogEntryBody {
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	padding-top: 5px;
	padding-left: 5px !important;
}

/*
 * Blog Comments
 */
.fwBlogCommentContainer {
	border: 1px solid #ddd !important;
	border-right-color: #aaa !important;
	border-bottom-color: #aaa !important;
	padding-top: 5px;
	padding-left: 5px !important;
}
