/* Color theme 'Orange' */

/* Page Body background */
.theme_orange.theme_body, .theme_orange .theme_body {
	background-color:#5d3b1a;
}

/* Article background */
.theme_orange.theme_article, .theme_orange .theme_article {
	color:#ffffff;
	background-color:#9c5c00;
}

/* Text color */
.theme_orange p, .theme_orange td, .theme_orange th, .theme_orange input, .theme_orange textarea, .theme_orange div,
.theme_orange .theme_text {
	color:#ffecc4;
}

/* Headers color */
.theme_orange h1, .theme_orange h2, .theme_orange h3,
.theme_orange .theme_title, .theme_orange .theme_header {
	color:#ffffff;
}

/* SubHeaders color */
.theme_orange h4, .theme_orange h5, .theme_orange h6,
.theme_orange .theme_subtitle, .theme_orange .theme_subheader {
	color:#ffffff;
}

/* Strong text */
.theme_orange .theme_strong {
	color:#ffffff;
}

/* Info text - post date, author, comments etc. */
.theme_orange .theme_info {
	color:#f0c68a;
}

/* Links (as text) */
.theme_orange a, 
.theme_orange .theme_link {
	color:#ffc800;
}

/* Links (as text) hover */
.theme_orange a:hover,
.theme_orange .theme_link:hover {
	color:#3f2703;
}

/* Links (as button) */
.theme_orange a.more-link,
.theme_orange a.comment-reply-link,
.theme_orange .theme_button {
	background-color:#d27e0b;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/* Links (as button) hover */
.theme_orange a.more-link:hover,
.theme_orange a.comment-reply-link:hover,
.theme_orange a.theme_button:hover,
.theme_orange a.theme_accent_bg:hover,
.theme_orange .theme_hover {
	background-color:#764600;
	color:#ffffff;	
}

/* Border color */
.theme_orange fieldset,
.theme_orange .theme_border {
	border-color:#8c5300 !important;
}

/* Accent color */
.theme_orange .theme_accent_bg {
	background-color:#e99f00;
	color:#ffffff;
}
.theme_orange .theme_accent {
	color:#e99f00;
}
.theme_orange .theme_accent_border {
	border-color:#e99f00;
}


/* Reviews stars */
.theme_orange .theme_stars {		/* Inactive */
	color:#3e2500;
}
.theme_orange .theme_stars_on {	/* Active */
	color:#ffc800;
}
.theme_orange .theme_rating_bar {		/* Inactive */
	background-color:#3e2500;
}
.theme_orange .theme_rating_level {	/* Active */
	background-color:#ffc800;
}
.theme_orange .theme_rating_drag {	/* Slider */
	background-color:#e99f00;
}


/* Puzzles - description block background and color */
.theme_orange .theme_puzzles {
	background-color:#7d4a00;
	color:#ffffff;
}





/* Main menu
---------------------------------------------------*/
.theme_orange .theme_menu {
	background-color:#5d3b1a;
}
	.theme_orange #mainmenu a {
		color:#ffffff;
	}
	#mainmenu > li.theme_orange.current-menu-item > a,
	.theme_orange #mainmenu > li.current-menu-item > a {
		background-color:#e99f00;
		color:#ffffff;
	}
	#mainmenu > li.theme_orange > a:hover,
	#mainmenu > li.theme_orange.sfHover > a,
	.theme_orange #mainmenu > li > a:hover,
	.theme_orange #mainmenu > li.sfHover > a {
		background-color:#e99f00;
		color:#ffffff;
	}
	/* Second level */
	#mainmenu > li.theme_orange ul,
	.theme_orange #mainmenu > li ul {
		background-color:#e99f00;
		color:#ffffff;
	}
	#mainmenu > li.theme_orange ul li a,
	.theme_orange #mainmenu > li ul li a {
		color: #ffffff;
	}
	#mainmenu > li.theme_orange ul li.current-menu-item > a,
	.theme_orange #mainmenu > li ul li.current-menu-item > a {
		background-color:#ffecc4;
	}
	#mainmenu > li.theme_orange ul li a:hover,
	#mainmenu > li.theme_orange ul li.sfHover > a,
	.theme_orange #mainmenu > li ul li a:hover,
	.theme_orange #mainmenu > li ul li.sfHover > a {
		background-color:#764600;
		color:#ffffff;	
	}
	/* Side menu */
	.theme_orange #sidemenu_area li a {
		color:#ffffff;
	}
	#sidemenu_area li.theme_orange.current-menu-item a,
	.theme_orange #sidemenu_area li.current-menu-item a {
		background-color:#ffecc4;
		color:#ffffff;
	}
	#sidemenu_area li.theme_orange a:hover,
	#sidemenu_area li.theme_orange.sfHover a,
	.theme_orange #sidemenu_area li a:hover,
	.theme_orange #sidemenu_area li.sfHover a {
		background-color:#764600;
		color:#ffffff;
	}




/* Pages navigation
---------------------------------------------------*/
.theme_orange #nav_pages li a,
.theme_orange #nav_pages li span,
.theme_orange .nav_pages_parts a,
.theme_orange .nav_pages_parts > span,
.theme_orange .nav_comments a,
.theme_orange .nav_comments > span {
	background-color:#d27e0b;
	color:#ffffff;	
}
.theme_orange #nav_pages li a:hover,
.theme_orange .nav_pages_parts a:hover,
.theme_orange .nav_comments a:hover {
	background-color:#764600;
	color:#ffffff;	
}
.theme_orange #nav_pages li.pager_current span,
.theme_orange #nav_pages li.pager_current a,
.theme_orange #nav_pages li a.current,
.theme_orange .nav_pages_parts > span.page_num,
.theme_orange .nav_comments span {
	background-color:#e99f00;
	color:#ffffff;	
}
.theme_orange .nav_pages_parts > span.pages {
	background:none;
	filter:none;
	border:none;
}
.theme_orange #nav_pages .pager_pages span {	
	background:none;
	filter:none;
	border-color:transparent;
	border-width:0;
	color:#f0c68a;
}



/* Form fields
---------------------------------------------------*/
.theme_orange #buddypress .button,
.theme_orange #buddypress .generic-button a,
.theme_orange #buddypress form input[type="button"],
.theme_orange #buddypress form input[type="reset"],
.theme_orange #buddypress form input[type="submit"],
.theme_orange.bbpress #bbpress-forums form input[type="button"],
.theme_orange.bbpress #bbpress-forums form input[type="submit"],
.theme_orange.bbpress #bbpress-forums form input[type="reset"],
.theme_orange button,
.theme_orange html input[type="button"],
.theme_orange input[type="reset"],
.theme_orange input[type="submit"] {
	border-color:transparent;
	border-width:0;
	background:#d27e0b;
	color:#ffffff;	
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	cursor: pointer;
}
.theme_orange #buddypress .button:hover,
.theme_orange #buddypress .generic-button a:hover,
.theme_orange #buddypress form input[type="button"]:hover,
.theme_orange #buddypress form input[type="reset"]:hover,
.theme_orange #buddypress form input[type="submit"]:hover,
.theme_orange.bbpress #bbpress-forums form input[type="button"]:hover,
.theme_orange.bbpress #bbpress-forums form input[type="submit"]:hover,
.theme_orange.bbpress #bbpress-forums form input[type="reset"]:hover,
.theme_orange button:hover,
.theme_orange html input[type="button"]:hover,
.theme_orange input[type="reset"]:hover,
.theme_orange input[type="submit"]:hover {
	background:#764600;
	color:#ffffff;	
}
.theme_orange #buddypress .button:focus,
.theme_orange #buddypress .generic-button a:focus,
.theme_orange #buddypress form input[type="button"]:focus,
.theme_orange #buddypress form input[type="reset"]:focus,
.theme_orange #buddypress form input[type="submit"]:focus,
.theme_orange.bbpress #bbpress-forums form input[type="button"]:focus,
.theme_orange.bbpress #bbpress-forums form input[type="submit"]:focus,
.theme_orange.bbpress #bbpress-forums form input[type="reset"]:focus,
.theme_orange button:focus,
.theme_orange html input[type="button"]:focus,
.theme_orange input[type="reset"]:focus,
.theme_orange input[type="submit"]:focus,
.theme_orange button:active,
.theme_orange html input[type="button"]:active,
.theme_orange input[type="reset"]:active,
.theme_orange input[type="submit"]:active {
	background:#764600;
	color:#ffffff;	
}
.theme_orange #buddypress form textarea,
.theme_orange #buddypress form#whats-new-form textarea,
.theme_orange #buddypress form select,
.theme_orange #buddypress form input[type="file"],
.theme_orange #buddypress form input[type="text"],
.theme_orange #buddypress form input[type="search"],
.theme_orange #buddypress form input[type="email"],
.theme_orange #buddypress form input[type="number"],
.theme_orange #buddypress form input[type="checkbox"],
.theme_orange #buddypress form input[type="radio"],
.theme_orange #buddypress form input[type="password"],
.theme_orange .theme_field,
.theme_orange blockquote,
.theme_orange input[type="text"],
.theme_orange input[type="number"],
.theme_orange input[type="email"],
.theme_orange input[type="password"],
.theme_orange input[type="search"],
.theme_orange select,
.theme_orange textarea {
	background: #7d4a00;
	border-width:0;
	color: #ffffff;
}
.theme_orange #buddypress form textarea:focus,
.theme_orange #buddypress form#whats-new-form textarea:focus,
.theme_orange #buddypress form select:focus,
.theme_orange #buddypress form input[type="file"]:focus,
.theme_orange #buddypress form input[type="text"]:focus,
.theme_orange #buddypress form input[type="search"]:focus,
.theme_orange #buddypress form input[type="email"]:focus,
.theme_orange #buddypress form input[type="number"]:focus,
.theme_orange #buddypress form input[type="checkbox"]:focus,
.theme_orange #buddypress form input[type="radio"]:focus,
.theme_orange #buddypress form input[type="password"]:focus,
.theme_orange .theme_field:focus,
.theme_orange input[type="text"]:focus,
.theme_orange input[type="number"]:focus,
.theme_orange input[type="email"]:focus,
.theme_orange input[type="password"]:focus,
.theme_orange input[type="search"]:focus,
.theme_orange select:focus,
.theme_orange textarea:focus {
	background: #915600;
	color: #ffffff;
}




/* Sidebars
---------------------------------------------------*/
.theme_orange aside.widget {
	color:#ffffff;
	background-color:#9c5c00;
}

/* All lists bullets in widgets */
.theme_orange #content ul li:before,
.theme_orange.widget_area ul li.current-menu-item > a,
.theme_orange.widget_area ul li:before {
	color:#e99f00;
}

/* Widget Calendar */
.theme_orange .widget.widget_calendar table thead th {
	background-color:#d27e0b;
	color:#f0c68a;
}
.theme_orange .widget.widget_calendar table tbody td {
	color:#ffecc4;
	background-color:#d27e0b;
}
.theme_orange .widget.widget_calendar table tbody a {
	color:#ffc800;
	background-color:#d27e0b;
}
.theme_orange .widget.widget_calendar table tbody a:hover {
	color:#ffffff;
	background-color:#764600;
}
.theme_orange .widget.widget_calendar table tbody .pad {
	background-color:transparent;
}
.theme_orange .widget.widget_calendar caption {
	color:#ffffff;
}
.theme_orange .widget.widget_calendar table tbody #today,
.theme_orange .widget.widget_calendar table tbody #today a {
	color:#ffffff;	
	background-color:#e99f00;
}

/* Widget Tag cloud */
.theme_orange .widget.widget_tag_cloud a {
	color:#ffffff;
	background-color:#d27e0b;
}
.theme_orange .widget.widget_tag_cloud a:hover {
	color:#ffffff;
	background-color:#764600;
}




/* Shortcodes
---------------------------------------------------*/

/* Accordion */
.theme_orange .sc_accordion .sc_accordion_item .sc_accordion_title a {
	color:#ffffff;
}
.theme_orange .sc_accordion .sc_accordion_item .sc_accordion_title a span.sc_accordion_icon {
	background-color: #d27e0b;
	color:#ffffff;
}
.theme_orange .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a span.sc_accordion_icon {
	background-color: #e99f00;
}
.theme_orange .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active a {
	color:#ffc800;
}
.theme_orange .sc_accordion .sc_accordion_item .sc_accordion_title a:hover {
	color:#764600;
}
.theme_orange .sc_accordion .sc_accordion_item .sc_accordion_title a:hover span.sc_accordion_icon {
	background-color: #764600;
	color:#ffffff;
}

/* Blogger */
.theme_orange .sc_blogger .sc_blogger_title a:hover {
	color:#ffc800;
}
.theme_orange .sc_blogger[class*="style_image_"] .title_area .post_comments {
	color: #ffc800;
}
.theme_orange .sc_blogger.sc_blogger_vertical .sc_blogger_item {
	border-top-color:#8c5300;
}
.theme_orange .sc_blogger.style_date .date_month {
	background-color:#e99f00;
	color:#ffffff;
}
.theme_orange .sc_blogger.style_date .date_day {
	background-color:#ffffff;
	color:#764600;
	border-color:#8c5300;
}
.theme_orange .sc_blogger .sc_blogger_item_bordered {
	border-color: #8c5300;
}

/* Button */
.theme_orange .sc_button {
	border-color:#8c5300;
	color:#ffffff;
}
.theme_orange .sc_button.sc_button_style_regular {
	border-color:transparent;
	border-width:0;
}

/* Dropcaps */
.theme_orange .sc_dropcaps.sc_dropcaps_style_1 span.sc_dropcap {
	color: #ffffff;
}
.theme_orange .sc_dropcaps.sc_dropcaps_style_2 span.sc_dropcap {
	background-color: #e99f00;
	color: #ffffff;
}
.theme_orange .sc_dropcaps.sc_dropcaps_style_3 span.sc_dropcap {
	background: #764600;
	color: #ffffff;
}

/* Infobox */
.theme_orange.bbpress #bbpress-forums .bbp-template-notice,
.theme_orange .sc_infobox_style_regular {
	border-color: #e0e0e0;
	color:#666666;
	background: #ffffff;
}
.theme_orange.bbpress #bbpress-forums .bbp-template-notice p,
.theme_orange .sc_infobox_style_regular p {
	color:#666666;
}
.theme_orange.bbpress #bbpress-forums .bbp-template-notice.info,
.theme_orange .sc_infobox_style_info {
	border: 1px solid #f4ecab;
	color: #bd9a67;
	background: #fffdec;
}
.theme_orange.bbpress #bbpress-forums .bbp-template-notice.info p,
.theme_orange .sc_infobox_style_info p {
	color: #bd9a67;
}
.theme_orange .sc_infobox_style_success {
	border: 1px solid #c8f8af;
	color: #5aa631;
	background: #eaffdf;
}
.theme_orange .sc_infobox_style_success p {
	color: #5aa631;
}
.theme_orange .sc_infobox_style_error {
	border: 1px solid #ffd8d8;
	color: #ff5555;
	background: #fff1f1;
}
.theme_orange .sc_infobox_style_error p {
	color: #ff5555;
}
.theme_orange .sc_infobox_style_result {
	border: 1px solid #ccdae0;
	color: #94adb9;
	background: #f7fbfc;
}
.theme_orange .sc_infobox_style_result p {
	color: #94adb9;
}


/* Line */
.theme_orange .sc_line {
	border-color: #e0e0e0;
}

/* List */
.theme_orange ul.sc_list.sc_list_style_regular li span.sc_list_icon,
.theme_orange ul.sc_list li.sc_list_style_regular span.sc_list_icon {
	background: #e99f00;
}
.theme_orange ul.sc_list.sc_list_style_mark li span.sc_list_icon,
.theme_orange ul.sc_list li.sc_list_style_mark span.sc_list_icon {
	background: #ff5555;
}

/* Skills*/
.theme_orange .sc_skills .sc_skills_item .sc_skills_progressbar {
	background:#7d4a00;
}
.theme_orange .sc_skills .sc_skills_item .sc_skills_progress {
	border-color: #8c5300;
	background:#d27e0b;
}
.theme_orange .sc_skills .sc_skills_item .sc_skills_caption {
	color:#ffffff;
}
.theme_orange .sc_skills .sc_skills_item .sc_skills_level {
	background:#e99f00;
	color:#ffffff;

}

/* Slider Flex */
.theme_orange .sc_slider_flex .flex-control-nav a:hover {
	background-color:#e99f00;
}
.theme_orange .sc_slider_flex .flex-control-nav .flex-active {
	border-color:#e99f00;
}

/* Table */
.theme_orange .sc_table table td, 
.theme_orange .sc_table table th {
	border-color: #8c5300;
	background: #d27e0b;
}
.theme_orange .sc_table table th {
	color:#ffffff;
	background: #764600;
}
.theme_orange .sc_table table tr:hover td {
	background-color:#e99f00;
}

/* Tabs */
.theme_orange .ui-tabs-active .theme_button {
	background-color:#e99f00;
	color:#ffffff;	
}
.theme_orange .sc_tabs .content {
	background: #7d4a00;
	border-color: #8c5300;
}

/* Team */
.theme_orange .sc_team .sc_team_item {
	background-color: #7d4a00;
}

/* Testimonials */
.theme_orange .sc_testimonials .sc_testimonials_position {
	color:#f0c68a;
}
.theme_orange .sc_testimonials.sc_testimonials_style_flat .sc_testimonials_content {
	background-color:#7d4a00;
}
.theme_orange .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_content {
	background-color:#7d4a00;
	color:#ffffff;
}
.theme_orange .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra {
	background-color: #3e2500;
}
.theme_orange .sc_testimonials.sc_testimonials_style_callout .sc_testimonials_extra .sc_testimonials_extra_inner {
	border-color:transparent transparent #9c5c00 #9c5c00;
}

/* Title */
.theme_orange .sc_title_bubble_top .sc_title_bubble_icon,
.theme_orange .sc_title_bubble_left .sc_title_bubble_icon {
	background-color:#e99f00;
	color:#ffffff;
}
.theme_orange .sc_title_underline:after {
	border-bottom-color:#e99f00;
}

/* Toggles */
.theme_orange .sc_toggles .sc_toggles_item .sc_toggles_title a {
	color:#ffffff;
}
.theme_orange .sc_toggles .sc_toggles_item .sc_toggles_title a span.sc_toggles_icon {
	background-color: #e99f00;
	color:#ffffff;
}
.theme_orange .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a span.sc_toggles_icon {
	background-color: #e99f00;
}
.theme_orange .sc_toggles .sc_toggles_item .sc_toggles_title.ui-state-active a {
	color:#ffc800;
}
.theme_orange .sc_toggles .sc_toggles_item .sc_toggles_title a:hover {
	color:#764600;
}
.theme_orange .sc_toggles .sc_toggles_item .sc_toggles_title a:hover span.sc_toggles_icon {
	background-color: #764600;
	color:#ffffff;
}

/* Tooltip */
.theme_orange .sc_tooltip_parent {
	color:#ffffff;
	border-bottom-color:#764600;
}
.theme_orange .sc_tooltip {
	background: #764600;
	color:#ffffff;
}
.theme_orange .sc_tooltip:after {
	border-color: #764600 transparent transparent;
}

