.blipcontainer{
	
	width: 468px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	float: left;
	
}



.blipphoto{
	float: left;
	width: 320px;
	margin-right: 10px;
	
}



.blipcaption{
	
	margin: 10px;
	font-size: 1em;
	padding-right: 15px;	
	
}


.blipstamp{
	font-size: .8em;
	color: #666;
}

.nocaption{
	font-size: .8em;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sharer{
	font-size: .8em;
}	

.body{

}

.leadin{
	font-size: .75em;
	color: #666;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;

}

.comment img{
	float: left;
	margin-right: 10px;
}

.comment{
	width: 468px;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
	border-top: 1px solid #AAA;


}

#message{
	clear: left;
	margin-top: 10px;
	width: 470px;
	margin-bottom: 10px;
	background-color: #dedeff;
	padding-left: 5px;
	padding-top: 3px;
	display: none;
	
}

#message UL{
 	list-style-type: none;
	
	
}

#message UL.info LI{
	background-image: url('/assets/template_images/check.png');
	background-repeat: no-repeat;
	height: 1.4em;
	padding-left: 2em;
	
}

#message UL.error LI{
	background-image: url('/assets/template_images/x.png');
	background-repeat: no-repeat;
	height: 1.4em;
	padding-left: 2em;
}

#message.error{
	background-color: #feae9b;
	display: block;
}

#message.info{
	background-color: #d2ffd4;
	display: block;
}

.commentform input,textarea{
	
	width: 210px;
	font-size: 1.2em;
	background-color: #FFFFFF;
	border: 1px solid #444444;
	margin-bottom: 10px;
}
.commentform label{
	font-size: .75em;
	color: #888;
	text-transform: uppercase;
	font-weight: bold;
	
}

.commentform{
	width: 468px;
	padding: 5px;
	float: left;
	border-top: 1px solid #AAA;

}

.commentform h3{
	font-size: 1em;
	font-weight: bold;
	color: #888;
	margin-bottom: 10px;
}

/* button style */
.button{
	background-color: #4b8cc8;
	border: 1px solid #304684;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

/* button hover effect */
.button:hover{
	text-decoration: none;
	color: #ffb040;
}

#captionedit{
	width: 110px;
	height: 110px;
	
}

.captionlink{
	text-decoration: none;
	color: #000;

}

.cancelink{
	font-size: .7em;
	display: block;
	margin-top: 10px;
}
