/*
Theme Name: Builder Child Theme - ComplimentQuotient
Theme URI: http://www.ravensheart.biz/
Description: Custom theme created for The Compliment Quotient
Author: Lori Corbett - RavensHeart Web Studio
Author URI: http://www.ravensheart.biz/
Version: 1.0.0

Template: Builder
*/

/* Import Stylesheets, do not remove this line, make sure you use the correct actual folder name.

-----------------------------------------------------------*/

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	font-size: 14px;
	line-height: 1.5;
	color: #375227; /*dark green */
	font-family: Arial, Helvetica, sans-serif;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}

/*********************************************
	Constrain table, image, and input widths
*********************************************/
table, img, input, textarea, select {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*********************************************
	Main Background
*********************************************/
body {
	background-color: #CADCAA;
	background-image: url(images/body-bg.jpg);
	background-position: top;
	background-repeat: repeat-x; 
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #03648E;
	text-decoration: underline;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Century Schoolbook', 'Times New Roman', serif;
	font-weight: bold;
	color: #375227; /* dark green */
}
h1 {
	font-family: 'Century Schoolbook', 'Times New Roman', serif;
	font-size: 2em;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	letter-spacing: -1px;
}
h2 {
	font-size: 1.7em;
	line-height: 1.5em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 0 auto;
	border: none;
	display: block;
}

/*********************************************
	Default Module Styling
*********************************************/
/* header on Home and Inside page modules */
.header-img {
	margin-top:0;
	margin-bottom:0;
}

/* Social Icons in header */
.social-icons {
	position: relative; 
	width: 300px; 
	left: 0px; 
	float: right; 
	top: -48px; 
	bottom: 0px; 
	margin-bottom: -41px; 
	right: 0px; 
	margin-right: 18px;
	display: inline;
	height:36px;
}

.icon-space {
	margin-left: 48px;
}

.builder-module {
	background: inherit;
	margin-bottom: 0;
	border-top: none;
	border-bottom: none;
}
.builder-module-last {
	margin-bottom: 0;
}

/* Failed attempt #5 at producing full-height sidebars

   This does not work due to a Firefox glitch that causes wide content to
   override the width of blocks.

   These rules should be looked at again later in case Firefox fixes this issue.
*/
/*
.builder-module {
	display: table;
	table-layout: fixed;
}
.builder-module-block-outer-wrapper {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
}
*/

/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}
.builder-module-sidebar.right {
	margin-right: 14px;
}
.builder-module-sidebar.left {
	margin-left: 14px;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	margin: 0 0 .75em 0;
	padding: .75em .75em;
	color: #cedfae; /* light green */
}

.widget {
		background-image:url(images/sidebar-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #012E41; /* very dark blue */
			-webkit-box-shadow: 5px 5px 7px #000;
	-moz-box-shadow: 5px 5px 7px #000;
	box-shadow: 5px 5px 7px #000;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#7f886a, offX=5, offY=5, positive=true);
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:1px solid #022f43;
}

.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget {
	padding-right: .75em;
}
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-left: .75em;
}

.builder-module-sidebar h4.widget-title {
	font-family: 'century schoolbook', 'times new roman', serif;
	color: #d6e6b5; /* light green */
	font-size: 17px;
	line-height: 1.25;
	padding: 0;
	margin: 0 0 1.25em 0;
	height:40px;
	margin-bottom: 15px!important;
	margin-left: 50px;
	position:relative;
	top:7px;
	width:250px;
}

.builder-module-sidebar h4.widget-title a {
	color: #d6e6b5; /* light green */
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}

.widget li a {
	color: #cedfae!important; /* light green */
	text-decoration: none;
}

.widget li a:hover {
	text-decoration:underline;
}

.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Navigation Module
*********************************************/

#builder-module-4d4d9f9f89dc0,
#builder-module-4d4da068098c1,
#builder-module-4d531bf9b5635 {
	background-image: url(images/menu-pic2.png);
	background-position: top;
	background-repeat: no-repeat;
}
.builder-module-navigation {
	font-size: 12px;;
	line-height: 2em;
	background-image:;
	display: block;
	width: 100%;
}
.builder-module-navigation .builder-module-element {
	margin: 0 .5em;
}
.builder-module-navigation ul {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.builder-module-navigation ul.menu {
	margin-top:4px;
}

.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	font-size: 1em;
	padding: .4em .7em;
	color: #de1f26; /*red*/
	font-weight: bold;
	text-decoration: none;
	background:inherit;
	position:relative;
}

.builder-module-navigation li a {
	margin:0 2px;
}

.builder-module-navigation li a:hover {
	background-image:url(images/menu-hover.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #de1f26; /*red*/
		-moz-border-radius-topright: 5px!important;
		-moz-border-radius-bottomright: 5px!important;
-webkit-border-bottom-right-radius: 5px!important;
-webkit-border-bottom-left-radius: 5px!important;
border-bottom-right-radius: 5px!important;
border-bottom-left-radius: 5px!important;
height:20px;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
		-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:1px solid #bd641c;
height:20px!important;
}

.builder-module-navigation li.current_page_item a:hover,
.builder-module-navigation li.current-cat a:hover {
	background-image: none!important;
}

/* second level stuff */
.builder-module-navigation li ul {
	background: #fff497;
	width: 14em;
	border-bottom: 0;
	-webkit-box-shadow: 5px 5px 7px #000;
	-moz-box-shadow: 5px 5px 7px #000;
	box-shadow: 5px 5px 7px #000;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#7f886a, offX=5, offY=5, positive=true);
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:1px solid #022f43;
position:relative;
top:30px; 
}

.builder-module-navigation ul.menu li ul li.current_page_item a,
.builder-module-navigation ul.menu li ul li.current-cat a,
.builder-module-navigation ul.menu li.current_page_item ul.children li a {
	border:none!important;
}

.builder-module-navigation li li {
	border-bottom: .1em solid #777777;
	width: 14em;
	border:none;
	height:32px;
}
.builder-module-navigation li li a {
	float: none;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
color: #375227; /*dark green */
background: none!important;
}
.builder-module-navigation li ul ul {
	margin: -2.9em 0 0 14em;
}

.builder-module-navigation li li:last-child {
	margin-bottom:2px;
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar {
	background: #DDDDDD;
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer {
	background-color: #fffac9;
	background-image: url(images/footer-bg-grad.jpg);
	background-position: left;
	background-repeat: repeat-x;
	border: none;
	border:1px solid #355226;
	min-height:100px!important;
}

.footer-content-wrapper {
	width:1001px;
	background-image: url(images/footer-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	min-height:100px;
	margin:0 -120px 0;
	text-align:center;
}

.footer-content-wrapper .alignleft {
	margin-left:15em;
	float:left;
	text-align: left;
	top:44px;
	position:relative;
	width:450px;
	font-size:9px;
}

.footer-content-wrapper .alignright {
	margin-right:15em;
	float:right;
	text-align: right;
	position:relative;
	top:30px;
	font-size:9px;
	width:450px;
}

.footer-content-wrapper .cq-info {
	text-align: center;
	position: relative;
	top:20px;
	font-size: 12px;
	font-weight:bold;
	color: #de1f26!important; /*red*/
}

.builder-module-footer .builder-module-element {
	text-align: left;
	color: #333333;
	margin: 0 10em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #333333;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

/*.builder-module-footer .alignright {
	position:relative;
	top:75px;
	font-size: 9px;
} */


/*********************************************
	Image Module
*********************************************/
.builder-module-image .builder-module-element {
	font-size: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}

/*********************************************
	HTML Module
*********************************************/

/*********************************************
	Content Module
*********************************************/
#builder-module-4d531bf9b5e04 {
	margin-left:1px;
}
.builder-module-content {
	background-image: url(images/content-bg.jpg);
	background-position: top;
	background-repeat: repeat-y;	
}
.builder-module-content .builder-module-element {
	margin: 0em 2.5em 1.5em 1.5em;
	display: block;
	text-align: left;
	overflow: hidden;
}
.builder-module-content .post {
	margin-bottom: 1.5em;
}

.post-title, .post-title * {
	margin: 0;
	padding: 0;
}
.post .thumbnail-wrap {
	display: none;
}
.post .date {
	display: none;
}

.post-title h1,
.post-title h2,
.post-title h3 {
	font-family: font-family: 'Century Schoolbook', 'Times New Roman', serif;
	clear: both;
	color: #375227; /*dark green */
	font-size: 2.13em;
	line-height: 1em;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform:none;
	margin-bottom: .56em;
}
.post-title a {
	text-decoration: none;
	color: #375227;
	font-size: 1em;
}

.post-title h1,
.post-title h2,
.post-title h3 {
	margin-left:40px;
}

.post-title a:hover {
	color: #03648E;
}

.post .post-meta {
	display: block;
	clear: both;
/*	margin-top:80px; */
	position:relative;
}
.post .post-meta a {
	text-decoration: none;
	font-style: italic;
}
.post .post-meta a:hover {
	text-decoration: underline;
}
.post .meta-bottom {
	display: block;
}
.post .meta-bottom img {
	max-width: none;
}

.post .entry-attachment .attachment {
	text-align: center;
}

.post .edit-entry-link {
	margin: 0 0 1.5em 0;
	clear: both;
}

.post-content {
/*	margin-top: -1.5em; */
	clear: both;
}

.post-content p {
	font-size:14px!important;
}

.page-title {
	font-size: 1.75em;
	line-height: 1.7em;
	margin-top: 0;
	margin-bottom: .875em;
	display:none;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: 150px;
	border: 1px solid #CFCFCF;
	background: #F3F3F3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	margin: 0;
	padding: 10px 5px 5px 5px;
	line-height: 1;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
/*	border: 1px solid #76B0DF!important;*/
	border:none!important;
	background: transparent;
	padding: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: auto !important;
	height: auto !important;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	border: 1px solid #CFCFCF;
	background: #F3F3F3;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hentry .wp-caption img {
	border: none;
	background: transparent;
	padding: 0;
}

.hentry .wp-caption-text {
	text-align: left;
	margin: 0;
	padding: 10px 5px 5px 5px;
	line-height: 1;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}

.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	border-top: .1em solid #D7D7D7;
	padding-top: 1.4em;
	margin-bottom: 3em;
}
.meta-bottom .alignright {
	margin-bottom: 1.5em;
}
.meta-bottom .categories,
.meta-bottom .tags {
	background: url( 'images/folder.png' ) 0 0 no-repeat;
	padding: 0 0 0 1.5em;
}
.meta-bottom .comments {
	background: url( 'images/comments.png' ) 0 2px no-repeat;
	padding: 0 0 0 1.5em;
}

.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	text-align: center;
	margin: 0;
	padding: 0;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0;
	padding: 0;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	margin: 1.5em 0;
	padding: 0;
	background: transparent;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li {
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	border: 1px solid #999999;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
	border: 1px solid #999999;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	margin: 0;
	display: block;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}

/*********************************************
	Text elements
*********************************************/
p {
	font-size: 14px!important;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #03648E;
}
blockquote {
	background: url('images/blockquote.png') top left no-repeat;
	margin: 1.5em;
	padding: 0;
	color: #666666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}

/*********************************************
	Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
.post-content > ul,
.post-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-size: 14px;
}
ol {
	margin-left: 20px;
	*margin-left: 24px; /* targeted IE 6, 7 fix */
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}

/*********************************************
	Tables
*********************************************/
table {
	margin-bottom: 1.5em;
	background: #transparent;
}
table, td, th {
/*	border: 1px solid #CFCFCF; */
	border:none;
	border-collapse: collapse;
}
th {
	font-weight: bold;
	line-height: 1.5;
	background: #transparent;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #transparent;
}
tr:nth-child(2n) td {
	background: #transparent;
}
tfoot {
	font-style: italic;
}
caption {
	background: #transparent;
}

/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*********************************************
	Default styling for forms
*********************************************/
label {
	font-weight: bold;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: .1em solid #CCCCCC;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}

/*********************************************
	Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}

/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

/*********************************************
	Widget Styling
*********************************************/
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	Social Tabs
*********************************************/
#social-tags {
	position: fixed;
	width: 95px;
	height: 100%;
	right: 0;
	left: auto;
	margin-right: 0;
	margin-left: auto;
	padding-top: 10px;
	overflow: hidden;
}
#social-tags a {
	position: relative;
	right: -50px;
	margin: 0;
}
#social-tags a:hover {
	right: 0;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.post img.wp-smiley {
	border: none;
}

/* fixed icons */
#fixed_icons {
    background: transparent;
    width: 70px;
    position: fixed;
    top: 15%;
   /* right: 0.20%;*/
   right:-10px;
   margin-bottom: 5px;
}
 
#fixed_icons a {
    display: block;
    text-indent: 24px;
    height: 170px;
    padding-bottom:3px;
    text-decoration: none;
}
 
#fixed_icons #gift { background: url(images/subscribe.png) no-repeat; }

#fixed_icons #gift:hover { background: url(images/subscribe-hover.png) no-repeat; }

#fixed_icons #report { background: url(images/report.png) no-repeat; }

#fixed_icons #report:hover { background: url(images/report-hover.png) no-repeat; }

/* heart bubble next to titles */
.title-bg {
	background-image: url(images/heart-title.png);
	background-position: left top;
	background-repeat: no-repeat;
	height:auto;
}

/*sun bubbles next to widget titles */
/*.widget-title-bg {
	background-image: url(images/sidebar-bubble.png);
	background-position: left;
	background-repeat: no-repeat;
}*/

/*.builder-module-sidebar h4.widget-title {
    background: url("images/sidebar-bubble.png") left -3px no-repeat;
    margin-left: 0;
    padding-left: 50px;
}*/

/**********************************************
plugin styles
**********************************************/

/* advanced recent posts */
.widget_advancedrecentposts a {
	text-decoration:none!important;
}

.advanced-recent-posts li a {
	font-weight: bold!important;
	text-transform:uppercase;
}

.advanced-recent-posts li {
	margin-bottom:10px;
}

/* rotating text */
.rotatingtext-wrapper {
	margin-top:30px;
}

.rotatingtext .rselector {
	line-height: 1.5em!important;
}