/**
 * @version   1.0 January 15, 2012
 * @author    marbol2 http://www.mariuszboloz.com
 * @copyright Copyright (C) 2012 marbol2
 * @license   Commercial
 */

 
 
 /*layouts------------------------------------*/
#rt-page-container {
	background-color:#fff;
}


#rt-header {
	background:url(../images/block-bg.png) no-repeat center bottom;
}


#gantry-totop {
	background:url(../images/arrow-big-up.png) no-repeat center center;
}


#rt-showcase {
	background:url(../images/block-bg.png) no-repeat center bottom;
}

#rt-bottom {
	background:url(../images/block-bg.png) no-repeat center top;
}


/*shortcodes------------------------------------*/ 
.line-big {
	background:url(../images/block-bg.png) no-repeat center bottom;
}

/*line small*/
.line {
	background:url(../images/border-solid.png) repeat-x center;
}

/*images*/
.image-thumb,
.image-left,
.image-right,
.image-center,
.avatar,
.wp-post-image,
.attachment-thumbnail {
	background:url(../images/image-bg.png);
}


a:hover .image-thumb,
a:hover .image-left,
a:hover .image-right,
a:hover .image-center,
a:hover .wp-post-image,
a:hover .attachment-thumbnail {
	background-color: #e4e4e4;
}


/*map*/
.map-bg {
	background:url(../images/image-bg.png);
}



/*quotes*/
blockquote,
blockquote.quote-left,
blockquote.quote-right {
	background:url(../images/quote-bg.png);
}

.quote-author {
	background:url(../images/quote-author-bg.png) no-repeat 20px top;	
}







/*forms------------------------------------*/
/*input*/
input, textarea {
	border:solid 1px #e4e4e4!important;
}
 
#rt-page-container input,
#rt-page-container textarea {
	background:#fff;
}
 
 
 
 
 
 
/*menu-----------------------------------------*/
.menutop.theme-fusion li.parent.root > .item span, 
.menu-type-splitmenu .menutop.theme-splitmenu li.parent .item span {
	background: url(../images/menus/menutop-daddy.png) 100% 56% no-repeat;
}

.menutop.theme-fusion ul li > .daddy span {
	background: url(../images/menus/dropdown-daddy.png) 100% 52% no-repeat;
}
.menutop.theme-fusion .fusion-grouped ol li > .item {
	background: url(../images/menus/dropdown-daddy.png) 5px 50% no-repeat;
}

/* Navigation - Dropdowns */
.menutop.theme-fusion .fusion-submenu-wrapper	{
	border-top:solid 1px #e7e7e7;
}


.menutop.theme-fusion ul li > .item {
	/* color: #fff; defined in styledeclaration.php file */
	background:#fbfbfb;
	border:solid 1px #e7e7e7;
}







/*wordpress elements--------------------------*/
/*serach*/
#searchform input#s {
	border:solid 1px #e4e4e4;
	background:url(../images/search-icon.png) no-repeat left center;	
}


/*normal menu*/
ul.menu li {
	background:url(../images/border-solid.png) repeat-x bottom;
}
ul.menu li a {
	background:url(../images/arrow-right1.png) no-repeat 3px 3px;
}


/*horizontal menu*/
.horizontal ul li {
	background:url(../images/border-solid.png) repeat-y left;	
}
.horizontal ul li:first-child {
	background:0;
}


/*article info*/
.rt-articleinfo {
	color:#999;
}

.rt-articleinfo li {
	background:url(../images/border-solid.png) repeat-y right;
}
.rt-articleinfo li:last-child {
	background:0;
	padding-right:0;
}



/*blog posts*/
.rt-blog .rt-article,
.rt-archive .rt-article,
.rt-search .rt-article {
	background:url(../images/border-solid.png) repeat-x bottom;
}



/*post tags*/
.rt-post .rt-tags {
    background:url(../images/border-solid.png) repeat-x top;
}

.rt-post .rt-tags a {
	background:url(../images/quote-bg.png);
}


/*comments*/
ol.commentlist .comment-meta {
    background: url(../images/comment-author-bg.png) no-repeat 25px bottom;
}
ol.children .comment-meta {
    background: url(../images/child-comment-author-bg.png) no-repeat 20px bottom;
}

.comment-text {
	background:url(../images/quote-bg.png);
}

ol.children .comment-text {
	background:url(../images/child-comment-bg.png);
}


/*tag cloud*/
.tagcloud a {
	background:url(../images/quote-bg.png);
}



/*recent posts*/
ul.recent-posts li {
	background:url(../images/border-solid.png) repeat-x bottom;
}


/*recent comments*/
.gantry_recentcomments {
	background:url(../images/border-solid.png) repeat-x bottom;
}

.gantry_recentcomments .author {
	color:#999;
}



/*modules---------------------------*/
.module-title h2 {
	background:url(../images/border-solid.png) repeat-x bottom;
}







