/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


body  {font: 14px Georgia, Times, Serif; line-height: 1.5; color: #7a7a7a; background: url('http://momblogwork.com/wp-content/uploads/2010/02/bg_graph.png');}

.custom .size-thumbnail, .size-medium
{border: 1px solid #999; background-color: #fcfcfc; padding: 4px;}

.post img.thumbnail  { border: 1px solid #666666; }
.entry img  { border: 1px solid #666666; }
.credits {font: 9px Georgia, Times, Serif; color:#999999;}
.quote {
margin:22px 40px;
padding:3px;
color:#575757;
padding: 0 50px;
background: transparent url("http://momblogwork.com/wp-content/uploads/2010/03/blockquote.gif") no-repeat 0 0;
float: left;
}
/* MBW Conversation Bubble */
/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(tip-rounded.gif) no-repeat 15px 0;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 2px solid #c9c2c1;
	background-color: #ffffff;
	width: 325px;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded{
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(images/tip-rounded.gif) no-repeat 15px 0;
}




/* RIGHT Bubble */
div#right.bubble div.rounded {
	margin-left: 100px;
	margin-bottom: 10px;
	border: 2px solid #c9c2c1;
	background-color: #ffffff;
	width: 325px;
}
div#right.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div#right.bubble div.rounded blockquote p {
	margin: 0px 10px;
}

div#right.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 365px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(images/tip-rounded.gif) no-repeat 365px 0;
}


/*image grid */
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}
#commentform input.txt, #commentform textarea   {border: 1px solid #000; }
