/* 

Imperial - CSS File

CHANGE COLOR STYLE

*/

body {color:#7d7d7d;}
#outermainmenu{ background:url(../images/bg_menu.gif);}
#outerlogo{ background:url(../images/bg_logo.png); border-bottom:1px solid #ecebe6;}
#outermain{ background:url(../images/bg_body.jpg)}
#outeraftercontent{ background:#f8f8f8; border-top:1px solid #fff}
#footersection{ background:url(../images/bg_footer.gif)}

/*============================================== GENERAL SECTION ==============================================*/
a, .morelink, .colortext, a.colortext{color:#d95a35;}
a:hover, a.colortext:hover, .colortext a:hover, .morelink:hover{color:#333}
#logo h1 a, #logo h1 a:visited{color:#444;}


/* Heading & text */
h1, h2, h3, h4, h5, h6{color:#222;}
.pagetitle{color:#222;}
.grey555{color:#555555;}
/*============================================== HEADER AND MENU SECTION ==============================================*/
#logo h1 a, #logo h1 a:visited{color:#fff;}
#logo .desc{color:#fff;}

.sf-menu a, .sf-menu a:visited{ color:#fbfbfb; }/* 1st level */

.sf-menu li a:hover, .sf-menu li.current-menu-item a, .sf-menu li.current_page_item a, .sf-menu li.current_page_parent a {color:#ababab;}/* 1st level */

.sf-menu > li {
    background-image: url("../images/menu-border.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.sf-menu > li:first-child{ background:none;}

/* dropdown */
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	background: rgb(42, 31, 39); /* For IE8 */
	background: rgba(42, 31, 39, .8);
	color:#e9e9e9;
}
.sf-menu li li{
	 border-bottom:1px dashed #81797d;
}
.sf-menu li li:last-child{ border-bottom:0px;}

/*============================================== AFTER HEADER SECTION ==============================================*/
#outerslider, #outerafterheader{ 
	background:url(../images/bg_title.jpg) repeat;
    border-bottom:15px solid #fff;
    box-shadow: 0 15px 0 0 rgba(255, 255, 255, 0.4) inset;
}

/*============================================== SLIDER SECTION ==============================================*/
.flex-caption div{color:#332530}
.flex-control-nav a {
	background: #767676; 
}
.flex-control-nav li a:hover, .flex-control-nav li a.flex-active{
	background: #8d8c8c; 
}

/*============================================== CONTENT SECTION ==============================================*/
/* Images */

/* Form */
input[type="text"], input[type="email"],
textarea, input[type="password"], select{
	border:solid 1px #dfdfdf;
	color:#888;
	background:#efefef;
}
label{ color:#333;}
span.required{ color:#f00;}

/* Horizontal Line */
hr {
	color:#eaeaea;
	background-color:#eaeaea;
}

.separator{ 
	border-bottom: 1px solid #f5f5f5;
  	-moz-box-shadow: 0px 1px 0px #fff; /* Firefox 3.6 and earlier */
  	-webkit-box-shadow: 0px 1px 0px #fff; /* Safari and Chrome */
  	box-shadow: 0px 1px 0px #fff;
}

/* List */
ul.checklist li{ background:url(../images/checklist.png) no-repeat 0 5px;}

/* Button */
.button, .more-link,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background-color: #F48147;
    border: 1px solid #F89B6C;
    box-shadow: 0 0 0 3px #F48147;
    color: #FFFFFF;
	
}
.button:hover, .more-link:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	 background-color: #382934;
    border: 1px solid #675262;
    box-shadow: 0 0 0 3px #382934;
    color: #FFFFFF;
}

.button:active, .more-link:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	
}

/* Blockquote */
blockquote{color:#222;border-color:#e5e5e5;color:#332530;}


/* Dropcaps */	
.dropcap1{text-shadow:1px 1px 0 #ededed; color:#2e2e2e}
.dropcap2{color:#fff; background:#2e2e2e}		
.dropcap3{color:#fff; background:#2e2e2e}


/* Code */
code {
	border-left:4px solid #e9e9e9;
}

/* Tables */
th{border-bottom: 1px solid #f1f1f1;}
table {border: 1px solid #f1f1f1;border-bottom:0;}
tr td {border-bottom: 1px solid #f1f1f1;}
tr.odd td {background: #F2F7FC;}

/* Bottomline*/
.bottomline{border-color:#e7e7e7;}

/* Highlight */
.content_highlight{color:#222222;}

/* Featured Posts*/
.featured-container h3 a, .featured-container h3 a:visited{color:#332530;}

/*============================================== BLOG SECTION ==============================================*/
.posttitle a, .posttitle a:visited{color:#332530;}
.posttitle a:hover{color:#f48147}
.articlecontainer{border-color:#e5e5e5;}
.postimg .thumbcontainer{border-color:#ffffff;}
#singlepost .post{
	border-bottom: 1px solid #e7e7e7;
	-moz-box-shadow: 0px 1px 0px #fff; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 0px 1px 0px #fff; /* Safari and Chrome */
	box-shadow: 0px 1px 0px #fff;
}

.entry-comment{ background:#303030;}
.entry-comment a, entry-comment a:visited{color:#fff}
.comment-body .time, .comment-body .time a, .comment-body .time a:visited{color:#aaaaaa;}
.comment-body .time a:hover{color:#222222;}

.entry-utility .date, .entry-utility .user{color:#7d7d7d;}
.entry-utility .date{background:url(../images/icon-date.png) no-repeat; border-right:1px solid #D7D7D7}

a.more{
	background-color: #F48147;
    border: 1px solid #F89B6C;
    box-shadow: 0 0 0 3px #F48147;
    color: #FFFFFF;
}
a.more:hover{
	background-color: #382934;
    border: 1px solid #675262;
    box-shadow: 0 0 0 3px #382934;
    color: #FFFFFF;
}

.fn{color:#222;}
.tdate, .reply a, .reply a:visited{color:#aaa; }

/* Post Format */
.entry-quote blockquote{background-color:#f7f7f7; color:#888888;}

#entry-author-info{border-color:#e7e7e7;}

.wp-pagenavi{}
.wp-pagenavi .pages{color:#332530;}
.wp-pagenavi a, .wp-pagenavi a:visited{color:#332530;}

.wp-pagenavi .current, .wp-pagenavi a:hover{ border:0px; color:#f48147;}

.type-portfolio .gallery .gallery-icon{border:7px solid #fff;}
.gallery .gallery-icon{border:10px solid #fff;}
.gallery img:hover {background: white;}

/*============================================== PORTFOLIO SECTION ==============================================*/
.filterlist{ border-color:#e7e7e7;}
#filter li a, #filter li a:visited{ color:#444;}
#filter li.current a, #filter li a:hover{color:#459abc}

p.attachment img, .pfzoom, .pflink, .pfdetail, .frame, #entry-author-info #author-avatar{ border:10px solid #fff;  display:block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.klasik-pf-text .pftitle a, .klasik-pf-text .pftitle a:visited{color:#333;}
.klasik-pf-text .pftitle a:hover{color:#444;}


/*============================================== SIDEBAR SECTION ==============================================*/
#sidebar .widget-title, .gallery-title{background:url(../images/bg-widget-title.gif); border-left:6px solid #f48147; color:#fff;}
#sidebar li li a{color:#332530}
#sidebar li li a:hover, #sidebar li li a.current{color:#f48147;}

/* Tag */
.tagcloud a{background:#272727;}
.tagcloud a:hover{background:#3c3c3c;}

#sidebar .tagcloud a{background:#f1f1f1; color:#332530}
#sidebar .tagcloud a:hover{background:#f48147; color:#ffffff;}

/* Tagcloud */



.widget_calendar #wp-calendar tbody td:first-child, .widget_calendar #wp-calendar tfoot td:first-child{border-left:0px;}
#footersidebar .widget_calendar #wp-calendar tbody td:first-child, #footersidebar .widget_calendar #wp-calendar tfoot td:first-child{border-left:0px;}
#footersidebar .widget_calendar td{ border-color:#474747;}
#footersidebar .widget_calendar thead th{ border-color:#474747 !important; background-color:#2d2d2d; border-top:1px solid;}
#footersidebar .widget_calendar thead th:first-child{border-left:0px solid;}
#footersidebar .widget_calendar td#today{color:#e77724;}
#footersidebar .widget_calendar td a, #footersidebar .widget_calendar td a:visited{color:#fff;}

/* Search */
#searchform{border-top:solid 1px #dadada}
#searchform .searcharea{background:#e1e1e1; border:solid 1px #cfcfcf;}
input.searchbutton{background:url(../images/search-icon.png) no-repeat !important; border:0px; box-shadow:none; }
input.searchbutton:hover{border:0px; box-shadow:none}
#footersidebar #searchform .searcharea{border:1px solid #474747; background-color:#393939;}
#footersidebar #searchform .searchbutton{background:#393939 url(../images/search-icon.png) no-repeat 8px 5px; }

/*============================================== FOOTER SIDEBAR SECTION ==============================================*/
#footersidebar{ color:#dedede}
#footersidebar .widget-title{color:#f8f8f8; border-bottom:solid 1px #6a5d68}
#footersidebar li a, #footersidebar li a:visited{color:#dedede}
#footersidebar li a:hover, #footersidebar li a.colortext:hover{color:#f48147}

#footersidebar .klasik-recent-post-widget li, #footersidebar .klasik-recent-post-widget li h3.posttitle{color:#ddd !important;}
#footersidebar .klasik-recent-post-widget li .smalldate{color:#999;}
.klasik-recent-post-widget li img{ border:7px solid #fff;}

.gallery-pic img{ border:1px solid #474747; color:#363636;}

/*============================================== FOOTER SECTION ==============================================*/
#outerfooter{ background:url(../images/footer-opacity.png);}
#footer{color:#968e93;}
#footer a, #footer a:visited{color:#f48147;}
#footer a:hover{color:#d6703d; text-decoration:none;}