#elxisbubbles {
}

/* GENERAL BUBBLE */
div.bubble {
	width: auto;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 44px;
	margin-top: 20px;
}

/* BLUE BUBBLES */
div.bubble div.rbubble {
	margin-bottom: 20px;
	border: 3px solid #fff;
	background-color: #B7E3F1;
}

div.bubble div.rbubble blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}

div.bubble div.rbubble blockquote p {
	margin: 0 20px;
	padding: 0;
}

div.bubble cite.rbubble {
	position: relative;
	margin: 0px;
	padding: 12px 0px 0px 15px;
	top: 9px;
	background: transparent url(/components/com_bubbles/images/blue.gif) no-repeat 15px 0;
	font-style: normal;
}

div#pimped.bubble div.rbubble {
	color: #FFF;
	border: 3px solid #fff;
	background-color: #5BA0B6;
}
div#pimped.bubble cite.rbubble {
	background: transparent url(/components/com_bubbles/images/blue-first.gif) no-repeat 15px 0;
}
h1.rbubble {
	color: #5BA0B6;
}

h3.rbubble {
	background: none;
	margin: 30px 0 10px 0;
	padding: 0;
	border: 0;
	color: #5BA0B6;
}
span.bubbleindex {
	color: #FFFFFF;
	font-size: 18px;
	margin: 0 2px;
}

span.bubbledate {
	background: transparent url(/components/com_bubbles/images/calendar.png) no-repeat 0 0;
	font-size: 11px;
	color: #444;
	padding-left: 20px;
	margin: 0 10px;
}

label.bublabel {
	float: left;
	width: 200px;
	font-weight: bold;
}

div.attachcomments {
	color: #888;
	font-size: 10px;
	padding-left: 200px;
}

div.bubblefp {
	margin: 0 0 20px 0;
	clear: both;
	background: transparent url(/components/com_bubbles/images/bubble.gif) no-repeat 0 0;
	padding-left: 40px;	
}

a.bublink, a.bublink:link, a.bublink:active, a.bublink:visited {
	font-weight: bold; color: #5BA0B6; text-decoration: none; 
}
a.bublink:hover {font-weight: bold; color: #000; text-decoration: underline; }

a.bublink2, a.bublink2:link, a.bublink2:active, a.bublink2:visited, a.bublink2:hover {
	font-weight: normal; color: #000; text-decoration: none; border-bottom: 1px dotted #000;
}
a.bublink2:hover {color: #5BA0B6; border-bottom: 1px dotted #5BA0B6; }

a.bublinkauthor, a.bublinkauthor:link, a.bublinkauthor:active, a.bublinkauthor:visited, a.bublinkauthor:hover {
	background: transparent url(../images/user.png) no-repeat 0 0;
	padding-left: 20px;	
	font-weight: normal; color: #000; text-decoration: none;
}
a.bublinkauthor:hover {color: #5BA0B6;}

a.bublinkguest, a.bublinkguest:link, a.bublinkguest:active, a.bublinkguest:visited, a.bublinkguest:hover {
	background: transparent url(../images/guest.gif) no-repeat 0 0;
	padding-left: 20px;	
	font-weight: normal; color: #000; text-decoration: none;
}
a.bublinkguest:hover {color: #5BA0B6;}

/* editor */
.bubblesbutton {
	border: 1px solid #ccc;
	margin: 1px;
	padding: 2px;
}

.bubblesbutton:hover {
	/* invalid css, uncomment if you want to use it
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	*/
}

.bubsearchinput {
	margin: 0px;
	padding: 1px;
	font-size: 11px;
	border: 1px solid #5BA0B6;
	color: #5BA0B6;
	background-color: #fff;
}
