/* templates/carl_contest/style.css  */
/******************************************************/
/* Theme by Carl Galloway                             */
/* http://www.carlgalloway.com                        */
/* This is a structured and commented version         */
/* of the serendipity blog default theme.             */
/*                                                    */
/* Styles have been organised into the following      */
/* groups; general, header, footer, entry, comments   */
/* commentform, sidebar, calendar, image media, and   */
/* plugins.                                           */
/*                                                    */
/******************************************************/
/* Partly ripped for use in Mephisto by Steven Bakker */


/********* Embedded images with the s9y image manager *********/

/* container for images and text */
.serendipity_imageComment_center, .serendipity_imageComment_left, .serendipity_imageComment_right,
.imgCommC, .imgCommL, .imgCommR {
	border: 1px solid #DDDDDD;
	background-color: #EFEFEF;
	margin: 3px;
	padding: 3px;
	text-align: center; }

/* style to center image and text within entry */
.serendipity_imageComment_center, .imgCommC {
	margin: auto; }

/* style to left align image and text within entry */
.serendipity_imageComment_left, .imgCommL {
	float: left; }

/* style to right align image and text within entry */
.serendipity_imageComment_right, .imgCommR {
	float: right; }

/* styles for the images */
.serendipity_imageComment_img, .serendipity_imageComment_img img,
.imgComm, .imgComm img {
	margin: 0px;
	padding: 0px;
	border:none;
	text-align: center; }

/* styles for the text below the image if used */
.serendipity_imageComment_txt,
.imgCommTxt {
	border-top: 1px solid #DDDDDD;
	margin: 0px;
	padding: 3px;
	clear: both;
	font-size: 8pt;
	text-align: center; }

/********* End of Media Manager Styles *********/

