/* 
 * Default Style for iKnow Theme
 */

/* Forms Styles */

textarea {
    background: #fff
}

input[type=text],
input[type=password] {
    background: #fff
}

input[type=submit] {
    background: #e9e9e9
}

input,
textarea {
    color: #7c7c7c;
    border: 1px solid #d2d2d2;
}

/* Links */

a {
    color: #0f3b57;
    text-decoration: none;
}

a:hover {
    color: #a9450e
}

/* -----------------------------------
    Headings Styles 
-----------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333
}

/* -----------------------------------
    Commons Styles 
-----------------------------------*/

body {
    color: #6e6e6e;
    background: #fff;
}

#leftcol .before,
.bg-area .before {

}

#leftcol .after,
.bg-area .after {

}

.archive h1.title,
.search h1.title {

}

.hentry .title a {
    color: #302c20
}

.hentry .title a:hover {
    color: #a9450e
}

#comments .title,
#respond .title,
.widget-title {
    color: #302c20;
    border-bottom: 1px solid #efeded;
}

.widget .title {
    color: #e6a800
}

.hentry h1.title,
.hentry h2.title,
#rightcol .widget h3.title {
    border-bottom: 1px solid #000
}

#rightcol .widget h3.title {
    color: #302c20
}

.hentry h1.title span,
.hentry h2.title span,
#rightcol .widget h3.title span {
    background: #e89900
}

#comments .meta {
    color: #9c9c9c
}

.widget .meta {
    color: #b3b3b3
}

/* -----------------------------------
    Access Styles 
-----------------------------------*/

.top-menu li {
    border-left: 1px solid #cbcbcb
}

.top-menu li a {
    color: #9e9e9e
}

.top-menu li:hover > a,
.top-menu li a:hover,
.top-menu .current-menu-item a,
.top-menu .current-menu-ancestor a {
    color: #a9450e
}

.top-menu ul {
    background: #fff
}

.top-menu ul span.arrow {
    background: url(../../images/arrow-submenu.png) no-repeat
}

.top-menu li li a {
    color: #9e9e9e !important;
    border: 1px solid #e4e4e4;
}

.top-menu li li:hover > a,
.top-menu li li a:hover {
    color: #a9450e !important
}

/* -----------------------------------
    Search Box Styles 
-----------------------------------*/

.warrior-advanced-search .form-item {
    background: #fff;
    border: 1px solid #e0e0e0;
}

.warrior-advanced-search .form-item input#s {

}

.warrior-advanced-search .form-item input#s:focus {
    color: #555
}

.warrior-advanced-search .form-item #searchsubmit {
    color: #fff;
    background: #d3603c;
    border: none;
}

.warrior-advanced-search .advanced-search a {
    color: #4b4848
}

#advanced-search {
    background: #f1f1f1
}

#advanced-search select,
#advanced-search input {
    color: #a7a7a7;
    border: 1px solid #d3d3d3;
}

/* Datepicker */

.ui-datepicker {
    background: #fff;
    border: 1px solid #d3d3d3;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    background: #fafafa;
    border: 1px solid #f1f1f1;
}

.ui-datepicker-calendar td.ui-datepicker-today {
    background: #f1f1f1
}

.ui-datepicker-calendar td a {
    color: #555
}

.ui-datepicker-calendar a:hover {
    color: #aaa
}

/* -----------------------------------
    Content Styles 
-----------------------------------*/

.articles .hentry {
}

.articles .hentry .categories span {
    color: #333
}

.articles .hentry .categories a {
    color: #6e6e6e
}

.meta-box {
    border-bottom: 1px solid #e6e6e6
}

.meta-box .publised {
    border-right: 1px solid #e6e6e6
}

.meta-box .shared {
    border-left: 1px solid #e6e6e6
}

p.tags a {
    background: #f9f9f9;
    color: #555;
}

/* -----------------------------------
    Navigation Styles 
-----------------------------------*/

.navigation,
.navigation a {
    color: #6e6e6e
}

.navigation a:hover,
.navigation .wp-pagenavi span.current {
    color: #a9450e
}

/* -----------------------------------
    Comments Styles 
-----------------------------------*/

hr.comment-line {
    background: #eee
}

#respond input,
#respond textarea {
}

#respond input#submit {
    border: none
}

/* -----------------------------------
    Sidebar Styles 
-----------------------------------*/

#sidebar {
    color: #ccc
}

#sidebar a {
    color: #989898
}

.widget_categories li.current-cat a,
#sidebar a:hover {
    color: #333
}

.widget li.tweet,
.warrior_tabs .list li,
#wp-calendar th,
#wp-calendar td {
    border-bottom: 1px dashed #4f4c4c
}

.widget .contributors span.bg img {

}

.widget .contributors span.bg img:hover {

}

.warrior_twitter .follow a {
    color: #cecece !important
}

.warrior_tabs .tab-items a {
    color: #e6a800 !important
}

.warrior_tabs .tab-items li.ui-state-active a {
    color: #e0dbce !important
}

#leftcol .widget a.btn {
    padding: .5em 1em !important;
    font-size: 12px;
    color: #e0dbce !important;
}

.twitter a.btn,
.warrior_tabs .tab-items .ui-state-active a {
    background: #e86c57;
    border: 1px solid #c55746;
    box-shadow: 0 1px #392f2f;
    -moz-box-shadow: 0 1px #392f2f;
    -webkit-box-shadow: 0 1px #392f2f;
    -khtml-box-shadow: 0 1px #392f2f;
}

#sidebar .warrior_twitter .follow a:hover {
    color: #fff660 !important
}