
/*******************************************************************************
 * override
 ******************************************************************************/

h1 {
	padding: 8px 0 12px 0;
}

h2 {
	padding: 8px 0;
}


.breadcrumb {
	color: #999;
	font-size: 10px;
	margin: 15px 0;
}


/*******************************************************************************
 * flv in text
 ******************************************************************************/

.flv-floating-left {
	margin: 0 10px 10px 0;
}

.flv-floating-right {
	margin: 0 0 10px 10px;
}


/*******************************************************************************
 * contextual
 ******************************************************************************/

/* in the blog context */

.blog {
	text-align:left;
	padding: 0;
	margin: 5px;
	position:relative;
	font-size:12px;
}

/* dealing with blogposts */
.blogpost {}

/* embraces a list of blogposts */
.blogpost-list {}


/* when editing a post, contains a form */
div.blogpost-editor {}

/* when showing a single post, contains a form */
div.blogpost-show {}


/*******************************************************************************
 * layout
 ******************************************************************************/

/* e.g. contains blogpost-title, blogpost-member ... */
div.blogpost-header {

}

/* e.g. contains blogpost-content */
div.blogpost-body,
div.blogpost-content {
	margin: 5px 0;
	color: #333;
	line-height: 1.6em;
}


/* e.g. created_at, number of comments, ... */
div.blogpost-footer {
	font-size: 9px;
	color: #aaa;
	margin: 4px 0 25px 0;
	clear: both;
}

div.blogpost-teaser {
	font-weight:bold;
	margin: 0 0 15px 0;
}

/*******************************************************************************
 * style
 ******************************************************************************/

/*
 * blogpost-title
 */
div.blogpost-title {
	font-weight: bold;
	color:#333;
	margin: 5px 0 0px 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #aaa;
}

div.blogpost-title a  {
	text-decoration:none;
	color:#333;
	padding:0;
}

div.blogpost-title a:hover {
	text-decoration:none;
}

/* member display (not part of the blogpost project) */
div.blogpost-member {}


/* links that are used for 'edit', 'show', 'update', 'publish' ... */
a.blogpost-actionlink {}

/* main text content of a blogpost */
div.blogpost-content {}




/*******************************************************************************
 * forms
 ******************************************************************************/
 
 
label {
	display: block;
	padding: 0;
	color: #333;
	font-style: italic;
	font-size: 10px;	
}

textarea.comment-area {
	width: 100%;
	height: 200px;
	margin: 0 0 14px 0;
	padding: 3px;
	font-size: 12px;
}



