/*
Theme Name: Grande Red
Theme URI: http://www.templatesquare.com/
Author: templatesquare
Author URI: http://www.templatesquare.com/
Tags: theme-options, widget-ready, right-sidebar, red, blue, green, grey
Template: grande
*/

@import url(../grande/style.css);
body {background-image:url(images/bg-body.gif); background-repeat:repeat}

/* links */
a, a:visited{color:#af0007;}
a:hover{color:#b90f16;}

ul.latestpost li .more {color:#af0007 !important ;}
ul.latestpost li .more:hover{color:#b90f16 !important;}

/* top */
#top{background-image:url(images/bg-top.gif); background-repeat:repeat-x;}
#top-left h1, #top-left h1 a, #top-left h1 a:visited{color:#af0007;}
#top-left h1 a:hover{color:#b90f16}

/* border & line */
#header-inner, #middle-text, .entry-utility, #entry-author-info, h3#comments-title{border:solid 1px #efcccd; border-width:1px 0;}
hr {
	color:#efcccd;
	background-color:#efcccd;
}


/* slideshow */
#pager a{
	background:url(images/nav-slide.png) no-repeat;
}

/* searchform */
#searchform div{background-image:url(images/bg-search.png) !important; background-repeat:no-repeat;}


/* top menu */
#topnav li.current_page_item a, #topnav li.current_page_item a:visited,
#topnav li.current_page_ancestor a, #topnav li.current-menu-ancestor a, #topnav li.current-menu-item a,
#topnav li a:hover, #topnav li:hover a{
	background-image:url(images/bg-topnav-box.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#af0007;
	}
#topnav li li{
	background-color:#af0007;

}
#topnav li li:hover, #topnav li li.current_page_item{
	background-color:#7f0005;
}


/* text color */
.text-styled, .page-title, h3#comments-title{color:#af0007;}


/* background color */
.box .widget-title, #footer, .wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi .pages, .wp-pagenavi .extend, #respond .comment-reply {background-color:#af0007;}


/* button */
.displaymore, input[type=submit], .more-link, .more-link:visited{
	background-image:url(images/bg-but.gif);
	background-repeat:repeat-x;
	border:solid 1px #af0007;
	background-color:#570003;
}

.more-link:hover, input[type=submit]:hover, .more-link:hover, .displaymore:hover{background-color:#aa0006}

#topnav li li:hover{
    z-index: 999 !important;
    }