/* styles from silverstripe blog, modified where appropriate */

#BlogContent {
	width: 538px;
	float: right; 	
	margin: 0;
	text-align: left;
}

.BlogError {
	text-align: center;
}
/* IE cuts the bottom of the tags off */
* html #Sidebar p.tagcloud {
	padding-bottom: 10px;
}
.BlogError p {
	color: #fff;
	display: inline;
	background-color:	#f77;
	padding: 7px;
	font-weight:bold;
}

#BlogEntry_Form_BlogEntryForm #ContentLabel{
	display:inline;
}

#BlogEntry_Form_BlogEntryForm .CompositeField {
	position: relative;
	width: 100%;
}

#BlogEntry_Form_BlogEntryForm #BBCodeHint {
	cursor: pointer;
	font-size:0.8em;
	position: absolute;
	left: 240px;
	top: 3px;
}
#BlogEntry_Form_BlogEntryForm #BBTagsHolder{
	display: block;
	position: absolute;
	top: 30px;
	left: 325px;
}
.blogSummary {
	padding-bottom: 10px;
	/*border-bottom: 1px solid #1eb4cc;*/
	margin-bottom: 10px;
}
#Content label{
	margin-top: 0px;
}
#Layout p.authorDate,
#Layout p.tags {
	font-size: 0.9em;
	color: #777;
	margin: -15px 0 12px 0;
}
/*p.blogVitals {
	text-align: right;
	margin: 0;
	color: #999;
}*/
a.comments {
	
}
a.readmore {
	
}

a#editpost{
	
}

a#unpublishpost{
	
}

/* custom nzweddings styles */
h2, h3 {
	background: url(../images/blogrule.gif) bottom left no-repeat;	
	margin-bottom: 0px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

#rightcol h3 {
	color: #000;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 0px;
	background: url(../images/blogrule-short.gif) bottom left no-repeat;
	font-size: 10px;
}
#rightcol p {
	font-size: 10px;	
}

.sidebarBox {
	margin-bottom: 20px;	
}

.sidebarBox ul {
	margin: 0;
	padding: 0;
}

.sidebarBox li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
}

.blogSummary h3 {
	margin-top: 0px;	
}

.authorDate {
	font-size: 10px;	
}

.tags {
	font-size: 10px;	
}

.blogVitals {
	color: 	#1eb4cc;
	font-size: 10px;
	text-align: left;
}

.share {
	padding-top: 10px;	
}
