/* posts */

.flowbasis-post-list-header h2 {
	color: #774236;
	font-size: 20px;
}

ul.flowbasis-post-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.flowbasis-post-list li.flowbasis-post-list-entry {
	list-style-type: none;	
	margin: 0;
	padding-top: 0;
	padding-bottom: 20px;
}

ul.flowbasis-post-title-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.flowbasis-post-title-list li {
	list-style-type: none;
	padding-bottom: 1px;
}

ul.flowbasis-post-title-list a {
	text-decoration: none;
}

ul.flowbasis-post-title-list a:hover {
	text-decoration: underline;
}

div.flowbasis-post-title {
	font-weight: bold;
	font-size: 15px;
	color: #632B2B;
}

div.flowbasis-post-title a {	
	color: #632B2B;
	text-decoration: none;
}

div.flowbasis-post-metadata {
	font-size: 12px;
	color: #777;
}

div.flowbasis-post-metadata a {
	text-decoration: none;
	font-weight: bold;
}

div.flowbasis-post-metadata a:hover {
	text-decoration: underline;
}

div.flowbasis-post-content {
	font-size: 14px;
	color: #111;
	margin-top: 10px;
}

div.flowbasis-post-tag-list {
	font-size: 12px;
	color: #777;
}

div.flowbasis-post-tag-list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

div.flowbasis-post-tag-list li {
	display: inline;
	padding-right: 5px;
}

div.flowbasis-post-tag-list a {
	text-decoration: none;
	color: #444;
	font-weight: bold;
}

div.flowbasis-post-tag-list a:hover {
	text-decoration: underline;
}

div.flowbasis-blog-single-post-view {
	width: 500px;
}


/* FlowBasis Blog sidebar */

div.flowbasis-blog-sidebar {
	float: right;
	width: 220px;
}



/* FlowBasis Blog post editing */

.flowbasis-editpost-form .form-row label {
	display: block;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 4px;
}

.flowbasis-editpost-tags-editor-row {
	margin-top: 20px;
}

.flowbasis-editpost-tags-list {
	list-style-type: none;
	margin: 5px;
	padding: 0;
}

.flowbasis-editpost-tags-list li {
	display: inline;
	margin-right: 8px;	
	padding: 0;
}

.flowbasis-editpost-upload-file-section {
	margin-top: 30px;
}

.flowbasis-editpost-upload-file-section h2 {
	display: block;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 4px;
}

.flowbasis-editpost-upload-file-form label {
	margin-right: 10px;	
}

.flowbasis-upload-file-form {
	margin-top: 10px;
	margin-bottom: 15px;
}


/* FlowBasis Blog management */

ul.flowbasis-blog-main-content-menu-list {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;	
}

ul.flowbasis-blog-main-content-menu-list li {	
	list-style-type: none;
	margin: 0;
	padding-right: 8px;	
}

ul.flowbasis-blog-main-content-menu-list li a {	
	font-weight: bold;	
	text-decoration: none;
}

ul.flowbasis-blog-manage-post-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.flowbasis-blog-manage-post-list-item {
	list-style-type: none;
	padding: 5px;
	border-top: solid 1px #ccc;
}

li.flowbasis-blog-manage-post-list-item span.actions {
	display: block;
	float: left;
	width: auto;
}

li.flowbasis-blog-manage-post-list-item span.post-title {
	display: block;
	float: left;
	width: 250px;
}

li.flowbasis-blog-manage-post-list-item span.post-title a {
	text-decoration: none;
}

li.flowbasis-blog-manage-post-list-item span.post-title a:hover {
	text-decoration: underline;
}

li.flowbasis-blog-manage-post-list-item span.status {
	display: block;
	float: left;
	width: 150px;
}


/* post table layout */

table.flowbasis-blog-post-list-table {
	border-width: 0px;
} 

table.flowbasis-blog-post-list-table tr {
	border-width: 0px;
} 

table.flowbasis-blog-post-list-table td {
	border-width: 0px;
	vertical-align: top;
}


/* Archives for the blog */

ul.flowbasis-blog-archive-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

ul.flowbasis-blog-archive-list li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	margin-bottom: 3px;
}

ul.flowbasis-blog-archive-list li.archives-header {
}

ul.flowbasis-blog-archive-list li.archives-header a {
	font-weight: bold;
}

ul.flowbasis-blog-archive-list li a {
	text-decoration: none;
	color: #333;
}

ul.flowbasis-blog-archive-list li a:hover {
	text-decoration: underline;
}