/*
	File Name: style_cf.css
*/

/* body */

body {
  background: #ececec url(../../images/layout/background.png) top repeat-x;
  color: #787878;
}
/* layouts */

/* containers */

#wrapper {
  background: url(../../images/layout/background_cont.png) top repeat-x;
}
#wrapper_middle_01 {
  background: transparent url(../../images/layout/layout_middle.png) top repeat-y;
}
#wrapper_top {
  background: transparent url(../../images/layout/layout_top.png) top no-repeat;
}
#wrapper_bottom {
  background: transparent url(../../images/layout/layout_bottom.png) top no-repeat;
}
#wrapper_content {
  background: white;
}
.slicer {
  background: transparent url(../../images/layout/slicer.png) top no-repeat;
}
.slicer_2 {
  background: transparent url(../../images/layout/slicer.png) top no-repeat;
}
/* sub page header  */

#sub_page_header {
  background: transparent url(../../images/layout/sub_page_top_shadow.png) left top no-repeat;
}
/* page navigation */

#sub_nav {
  color: silver;
}
#sub_nav  a {
  color: #6e6e6e;
}
#sub_nav a:hover {
  background: transparent;
  border-bottom: 1px dotted #c10e25;
  color: #c10e25;
}
/* slider area */

/* sliding texts on main page slider */

/* slider title */

.sliding_text_text .title_1 {
  background: #ececec;
  color: #878787;
}
/* slider title  link */

.sliding_text_text .title_1 a {
  color: #878787;
}
/* slider title  link hover*/

.sliding_text_text .title_1 a:hover {
  color: #6a6a6a;
}
/* slider title 2*/

.sliding_text_text .title_2 {
  background: #c10e25;
}
/* slider title 2 link */

.sliding_text_text .title_2 a {
  color: white;
}
/* slider right side */

#slider_area .right_side {
  background: #c10e25;
}
/* slider left side paragraph */

#slider_area .right_side p {
  background: #c10e25;
  color: white;
}
/* slider read more button  */

#slider_area .right_side  a.read_more {
  color: white;
  background: #c10e25;
  border: 1px solid white;
}
#slider_area .right_side a.read_more:hover {
  background: #ececec;
  color: #878787;
  border: 1px solid white;
}
/* active number style*/

#numbers  li a {
  background: transparent url(../../images/layout/slider_points.png) right top no-repeat;
}
#numbers  li a:hover {
  background: transparent url(../../images/layout/slider_points.png) left top no-repeat;
}
#numbers li a.activeSlide {
  background: transparent url(../../images/layout/slider_points.png) left top no-repeat;
}
/* blog*/

#content .blog_box h3 a {
  color: #666666;
}
#content .blog_box h3 a:hover {
  color: #c10e25;
}
/* blog box comment */

#content .blog_box .comment {
  color: white;
  background: #c10e25;
}
#content .blog_box .comment a {
  color: white;
  background: #c10e25;
}
#content .blog_box .comment a:hover {
  color: #c10e25;
  background: white;
}
/* boxes  */

.box .textarea h3 {
  color: #575757;
}
/*	portfolio */

.page_header_text {
  font-family: 'Georgia', 'Times New Roman', Arial;
  color: #666666;
}
#content .box.portfolio {
  background: transparent url(../../images/layout/portfolio_image_shadow.png) center 124px no-repeat;
}
#content .portfolio h4 {
  background: transparent url(../../images/layout/sub_title_icon.png) left no-repeat;
}
#content .portfolio h4 a {
  color: #666666;
}
#content .portfolio h4 a:hover {
  color: #c10e25;
}
#content .portfolio .imgarea {
  background: transparent url(../../images/layout/portfolio_image.png) left no-repeat;
}
.magnifier {
  background: url(../../images/layout/magnifier.png) center no-repeat;
}
.play {
  background: url(../../images/layout/play.png) center no-repeat;
}
/* sub navigation */

#sub_menu  li {
  background: transparent url(../../images/layout/side_bar_line.png) bottom repeat-x;
}
#sub_menu  li a:hover {
  color: #bcbcbc;
}
/* title for side bar elements */

.side_title {
  color: #666666;
  background: transparent url(../../images/layout/side_bar_line.png) bottom repeat-x;
}
.side_title h4 {
  background: transparent url(../../images/layout/sub_title_icon.png) left no-repeat;
}
#page_left {
  background: url(../../images/layout/sub_page_vertical_line.png) 591px top repeat-y;
}
/* paging*/

/* paging active*/

#paging ul li.active a {
  border-bottom: 1px dotted #c10e25;
}
/* paging mouseover*/

#paging ul li a:hover {
  color: #909090;
}
/* links */

#content a,
.page_header_text a {
  border-bottom: 1px dotted #c10e25;
  color: #c10e25;
}
#content a:hover,
.page_header_text a:hover {
  border-bottom: 1px white;
  color: #c10e25;
}
/* headings*/

h1,
h2 {
  color: #666666;
}
/* Wp Captions */

.wp-caption.alignleft {
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
}
.wp-caption.alignright {
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
}
.wp-caption.aligncenter {
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
}
/* sidebar list */

#page_right .box  li {
  background: transparent url(../../images/layout/side_bar_line.png) bottom repeat-x;
}
#page_right .box  li a:hover {
  color: #bcbcbc;
}
/* tables */

table {
  border: 1px dotted #e2e2e2;
}
table th {
  background: #e2e2e2;
}
table td {
  border: 1px dotted #e2e2e2;
}
tbody tr:hover td {
  background: whitesmoke;
}
/* text elements */

blockquote {
  font-family: 'Georgia', 'Tahoma', san-serif;
  color: #b5b5b5;
  background: transparent url(../../images/layout/blockquote.png) left top no-repeat;
}
pre {
  font: 11px Monaco, monospace;
}
code {
  font: 11px Monaco, monospace;
}
/*contact form */

/*contact form validation*/

#validate_form label {
  color: #c10e25;
}
#validate_form label.error {
  color: red;
  border: 0px solid red;
}
#validate_form .error {
  color: red;
  border: 1px solid red;
}
/*	Forms */

input,
select,
textarea {
  font-family: Arial, Helevtica, Verdana, san-serif;
  color: dimgray;
  border: 1px solid #ebebeb;
}
.button {
  color: white;
  background: #c10e25;
  border: 1px solid #c10e25;
}
.button:hover {
  border: 1px solid #c10e25;
  background: white;
  color: #c10e25;
}
/* footer */

#footer {
  color: #b0b0b0;
}
/* footer1 links */

#footer  a {
  color: #b0b0b0;
}
#footer  a:hover {
  border-bottom: 1px dotted #c10e25;
}
/* navigation */

.dropdown {
  background: transparent;
  /*background of menu bar (default state)*/
  color: #a1a1a1;
}
/*Top level menu link items style*/

.dropdown ul li a {
  color: #a1a1a1;
}
.dropdown ul li a.selected {
  /*CSS class that's dynamically added to the currently active menu items' LI A element*/
  background: #c10e25;
  color: white;
}
.dropdown ul li a:hover {
  background: #c10e25;
  /*background of menu items during onmouseover (hover state)*/
  color: white;
}
.dropdown ul li ul li a.selected {
  background: #e82640;
  color: white;
}
.dropdown ul li ul li a:hover {
  background: #e82640;
}
.dropdown ul li a.active {
  background: #c10e25;
  color: white;
}
/*1st sub level menu*/

.dropdown ul li ul {
  border-bottom: 1px solid white;
}
/* Sub level menu links style */

.dropdown ul li ul li a {
  border-top: 1px solid white;
  background: #c10e25;
  /*background of menu items (default state)*/
  color: white;
}
.sliding_text_text .oxitien {
  background: #c2142b !important;
}
.sliding_text_text .biogas {
  background: #e11401 !important;
}
