/* Gray Pink Color Scheme */

/* ---------------------------------
			General e6e6e6
--------------------------------- */

body {
	background:#07015D url(light_gray_blue_green/headermainbg.gif) top center repeat-x;
	color:#191919;
}

p {
	color:#444;}

.wrapper {
	background-image: url(light_gray_blue_green/mainbg_lside.gif);
}

/* ---------------------------------
			IMAGES 
--------------------------------- */


.photo img {	
	border-top:1px solid #666;
	border-bottom:1px solid #fff;
	border-left:1px solid #666;
	border-right:1px solid #fff;
	}

.photo a img:hover {border:1px solid #fff;}


/* ---------------------------------
			PRETTY PHOTO 
--------------------------------- */

.pr_photo img, .pr_video img {
	border-top:1px solid #333;
	border-bottom:1px solid #fff;
	border-left:1px solid #333;
	border-right:1px solid #fff;
	}

.pr_photo a img:hover, .pr_video a img:hover{border:1px solid #fff;}

.pr_photo a span {
	background-image:url(light_gray_blue_green/zoom.png);
}

.pr_video a span {
	background-image:url(light_gray_blue_green/video.png);
}

/* ---------------------------------
			Links 
--------------------------------- */

a{color:#135ba3;}
a:hover{color:#9ac444;}

/* ---------------------------------
			Headers 
--------------------------------- */

h1,h2,h3,h4,h5,h6{color:#135ba3}

.inside_title h2 {
	color:#999;
	}
	
/* ---------------------------------
			Shortcodes 
--------------------------------- */

code {
	clear:both;
	border-top:1px solid #c4c4c4;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#cecece;
	color:#666;
	background-image: url(light_gray_blue_green/codebg.gif);
}

span.hightlight_themecolor {background:#135ba3; color:#222;}
span.hightlight_blue {background:#217da0; color:#222; }
span.hightlight_black {background:#000; color:#999;}
span.hightlight_red {background:#ff3333; color:#222;}
span.hightlight_green {background:#5fbd4c; color:#222;}

span.hightlight_themecolor:hover,span.hightlight_blue:hover,span.hightlight_black:hover,span.hightlight_red:hover,span.hightlight_green:hover {background:#999; color:#222;}

span.dropcap {
	color:#135ba3;
}

span.dropcap_gray {
	color:#999;
}

blockquote {
	color:#666;
	border-top:1px solid #c4c4c4;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#cecece url(light_gray_blue_green/blockquote_img.gif) top left no-repeat;
}

hr {
	background-color:#666;
	background-image: url(light_gray_blue_green/hrbg.gif);
}
 
/* ------- List Styles ------- */

ul li{color:#999;}
ol, ol li{color:#999;}

ul.bullet-check li {
	background-image: url(light_gray_blue_green/check.gif);
}

ul.bulletlist li {
	background-image: url(light_gray_blue_green/bulletlist.gif);
}


/* ------- Tables ------- */

table thead tr {
	color:#2a2d34;

}


table thead td {
	color:#444;
	background:#fff;
}

.tab_first_td {
	color:#444;
}

.tab_last_td {
	color:#444;
}

table td {
	color:#999;
	border-bottom:1px solid #ececec;
}



/* ---------------------------------
			Header 
--------------------------------- */

.header {
	background-image: url(light_gray_blue_green/headerbg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

.top_contact_box1 {
	color:#999999;
	background-image: url(light_gray_blue_green/topcontact_border.gif);
}

.top_contact_box2 {
	color:#999999;
}

.top_contact_box2 span {
	color:#666;
}

.top_contact_box2 a {
	color:#666;
}

.top_contact_box2 a:hover {
	color:#333;
}

/* ---------------------------------
	Header search box
--------------------------------- */

#search input.field {
	background: #dfdfdf;
	color: #999;
	border-right: none;
	border-bottom:1px solid #b8b8b8;
	border-top: none;
	border-left: none;
}

#search input.submit {
	background-color: #135ba3;
	background-image: url(light_gray_blue_green/search_submitbut.gif);
}

#search input.submit:hover {
	background-position: right top;
}

.archive_header {
	background-color:#cecece;
	border-top:1px solid #eaeaea;
	border-right:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	border-left:1px solid #eaeaea;
	color:#666}

/* ---------------------------------
			Content 
--------------------------------- */

.leftsidebar_top {
	background-image: url(light_gray_blue_green/lside_topbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ---------------------------------
			Widgets 
--------------------------------- */

.lside_wiget_box_title {
	color:#9ac444;
	background: #135ba3 url(light_gray_blue_green/wiget_titlebg.gif) left bottom no-repeat;
	}
	
	
/* Sidebar menu */
	

.lside_wiget_box div  ul li a, .lside_wiget_box ul li a {
	color: #ccc;
	background-color:#135ba3;
  	background-image: url(light_gray_blue_green/menu_arrow_gray.gif);
}

.lside_wiget_box div ul li a:hover, .lside_wiget_box ul li a:hover {
	background-color:#9ac444;
	color:#135ba3;
  	background-image: url(light_gray_blue_green/menu_arrow.gif);
}

/* Tags wiget */

.lside_wiget_box .tagcloud a {
	color:#999;
}
	
.lside_wiget_box .tagcloud a:hover {
	color:#135ba3;}
	
.lside_wiget_box .tagcloud {
	background: #dcdcdc url(light_gray_blue_green/wig_post_corner.gif) right bottom no-repeat;
	}

/* Text wiget */

.textwidget {
	color:#666;
	background-color:#dcdcdc;
	background-image: url(light_gray_blue_green/wig_post_corner.gif);
	}

.textwidget p {
	color:#666; 
	}
	
/* Popular post */

.wig_postbox {
	background-color:#dcdcdc;
	background-image: url(light_gray_blue_green/wig_post_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
.wig_postbox a img {
	border-top:1px solid #3f3f3f;
	border-bottom:1px solid #fff;
	border-left:1px solid #3f3f3f;
	border-right:1px solid #fff;
	}
	
.wig_postbox a img:hover {
	border:1px solid #fff;
	}
	
.wig_post_title {
	color:#666;
	border-bottom:1px solid #c4c4c4;	
	}
	
.wig_postbox span {
	border-top:1px solid #ebebeb;
	color:#999;
	}
	
.wig_postbox_comm {
	background:url(light_gray_blue_green/wig_comm.gif);
	}
	
a.wig_postbox_comm_link {
	color:#666;
	}
	
a.wig_postbox_comm_link:hover {
	color:#fff;
	}
	
/* Latest from twitter */
	
.wig_twitbox {
	background: #dcdcdc url(light_gray_blue_green/wig_post_corner.gif) right bottom no-repeat;
	}
	
/*.wig_twitbox div {
	background:url(light_gray_blue_green/tweet_icon.gif) top left no-repeat;}*/
	
.wig_twitbox div p {
	color:#666;
	background: url(light_gray_blue_green/tweet_postbg.gif) left bottom no-repeat;
}

.wig_twitbox div a {
	background-color:none;
	background-image:none;
	color:#135ba3;
}

/* Flickr */

.flickr_wrap {
	background-color:#dcdcdc;
	background-image: url(light_gray_blue_green/wig_post_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.flickr_badge_image img {
	border-top:1px solid #666;
	border-bottom:1px solid #fff;
	border-left:1px solid #666;
	border-right:1px solid #fff;
}

.flickr_badge_image a img:hover {
	border:1px solid #fff;
	}
	
/* Calendar */

#wp-calendar {
background:#ededed url(light_gray_blue_green/wig_post_corner.gif) bottom right no-repeat;
}


#wp-calendar caption {
	color:#666;
}

#wp-calendar th {
	background:#cccccc;
	color:#363636;

}

#wp-calendar td {
	color:#999;
}



/* ---------------------------------
	Superfish dropmenu skin 
--------------------------------- */


.sf-menu a:hover,
.sfHover a,
.sf-menu ul li.sfHover > a {
	color:#41AEFB;

}

.sf-menu li.current-menu-item a {background-image: url(light_gray_blue_green/menu_hover.gif);}


.sf-menu a {
	color:#89C389;
}

.sf-menu li li {
	border-bottom:1px solid #fff;
}

.sf-menu ul a {
	background:#dadada;
}



.sfHover,
.sf-menu li ul {
	background:#ffffff;
}

.sf-menu ul a:hover {
	background:#b8b8b8;
}
.sf-menu li li {
	background:#cfcfcf;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

.sf-menu li ul {
}

.sf-sub-indicator {
	background-image: url(light_gray_blue_green/default-submenu-sprite.gif);
	background-repeat: no-repeat;
	background-position: -10px -100px;
}

/* ---------------------------------
		HOME PAGE 2 
--------------------------------- */

.welcomebox {
	background:url(light_gray_blue_green/wellboxbg.gif) top left no-repeat}


.welltitlebox p {
	color:#135ba3;
}



p.welltxtbox {
	color:#999999;
}

p.wellsmall { font-size:11px; color:#999999; font-family:Arial, Helvetica, sans-serif; line-height:18px;}

.home2postbox p {
	color:#999;
}

p.home2postdate {
	border-bottom:1px solid #c3c3c3;
	color:#999;
	}

p.home2postdate a {
	color:#999;
	}

/* ---------------------------------
		MAIN CONTENT 
--------------------------------- */

.content_box {color:#707070;
}

.content_main_box, .content_main_box_full {
	background-color:#dcdcdc;
	border-top:1px solid #cecece;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	background-image: url(light_gray_blue_green/content_mainbg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

	
.content_comm a {
	color:#999;
	background-image: url(light_gray_blue_green/content_comm_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.content_comm a:hover {
	color:#135ba3;
	background-image: url(light_gray_blue_green/content_comm_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

	
/* Entries - Post Meta Date */
.date	{
	color:#999;
	background-color: #dcdcdc;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
}

.date span.day	{
	background-color: #eaeaea;
}


/* Post Title */


.content_box_postin {
	background-image: url(light_gray_blue_green/post_icon.gif);	
	color:#666666;
}
	
.content_box_postin a {
	color:#999;
}

.content_box_postin a:hover {
	color:#333;
}

	
.content_desc {
	color:#999;
}

.port_descr_box {
	background:#dcdcdc url(light_gray_blue_green/port_desc.gif) top right no-repeat;
	}
	
.port_descr_box h3 {
	background:url(light_gray_blue_green/desc_icon1.gif) left top no-repeat;
	}
	
.port_link_box h3 {
	background:url(light_gray_blue_green/desc_icon2.gif) left top no-repeat;
	}
	
	
.port_descr_box p {
	color:#828282;
	}
	
.port_link_box {
	background:#dcdcdc url(light_gray_blue_green/port_desc.gif) top right no-repeat;
	}
	
.port_link_box a {
	font-size:11px;
	color:#666;

	}
	
/* Button */
	
	
.cont_button a {
	color:#666;
	background-image:url(light_gray_blue_green/buttonbg.gif);
	border-left:1px solid #bababa;
}

.cont_button a:hover {
	color:#999;
	background-image:url(light_gray_blue_green/buttonbg_hover.gif);
	border-left:1px solid #bababa;
}

.cont_button a span {
	background-image: url(light_gray_blue_green/button_arrow.gif);
}

.cont_button a span:hover {
	background-image: url(light_gray_blue_green/button_arrow_hover.gif);
}

.reply a {background:url(light_gray_blue_green/postbutton.gif) no-repeat 0% bottom; color: #666;}
.reply a:hover {background:url(light_gray_blue_green/postbutton.gif) no-repeat 0% top; color: #999;}

/* WP Page-Navi (plugin "WP-PageNavi" by Lester Chan must be installed first)*/

.wp-pagenavi-box {
}
	
.wp-pagenavi a, .wp-pagenavi a:link {
	color: #999;
	background:#c5c5c5;
	border-right:1px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
}
.wp-pagenavi a:visited {
	color: #999;
	background:#c5c5c5;}
	
.wp-pagenavi a:hover {
	color: #999;
	background-color: #e6e6e6;
	border-right:1px solid #cecece;
	border-bottom:1px solid #cecece;
}
.wp-pagenavi a:active {	
	background-color: #e6e6e6;
	border-right:1px solid #cecece;
	border-bottom:1px solid #cecece;}
	
.wp-pagenavi span.pages { 
	color: #999;
}
	
.wp-pagenavi span.current {
	color: #999;
	background-color: #e6e6e6;
	border-right:1px solid #cecece;
	border-bottom:1px solid #cecece;}
	
.wp-pagenavi span.extend { 
	color: #333;}
	
/* ---------------------------------
		ANYTHYNG SLIDER
--------------------------------- */

.sliderbox4 {
	background-image: url(light_gray_blue_green/slider_backgr1.gif);
}

/* ---------------------------------
		CONTENT SLIDER 1
--------------------------------- */

.sliderbox {
	background-image: url(light_gray_blue_green/slider_backgr1.gif);
}


.lof1-slidecontent .preload{
	background:#d2d2d2
}

.lof1-slidecontent .preload div{
	background-image: url(light_gray_blue_green/load-indicator.gif);
}

.lof1_topleft_corner {
	background-image: url(light_gray_blue_green/thumbslider_cornerbg.png);
	}
	
.lof1_featured {
	background-image: url(light_gray_blue_green/featured_ribbon.png);
	}
	
.lof1-main-item-title {
	border-left:5px solid #98c544;
	background-color:#98c544;}
	
.lof1-main-item-title h2 a {
	color:#FFF;
}

.lof1-main-item-title h2 a:hover {
	color:#ddd;
}


.lof1-main-item-desc p {
	background-color:#e6e6e6;
	color:#999;
}


ul.lof1-main-wapper{
	background:transparent url(light_gray_blue_green/load-indicator.gif) no-repeat scroll 50% 50%;
}

.lof1-navigator-wapper {
	background-image: url(light_gray_blue_green/thumbsllider_thumbbg.gif);
}

ul.lof1-navigator li img{
	border-top:1px solid #3f3f3f;
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-left:1px solid #3f3f3f;
}

ul.lof1-navigator li.active img, ul.lof1-navigator li:hover img {
	border:#fff solid 1px;
}
.lof1-navigator-wapper .lof1-next,  .lof1-navigator-wapper .lof1-previous{
	color:#FFF;
}

.lof1-navigator-wapper .lof1-next {
	background-image: url(light_gray_blue_green/arrow-l.gif);
}

.lof1-navigator-wapper .lof1-next:hover {
	background-image: url(light_gray_blue_green/arrow-l.gif);
}

.lof1-navigator-wapper .lof1-previous {
	background-image: url(light_gray_blue_green/arrow-r.gif);
}

/* ---------------------------------
		PORTFOLIO/BLOG SLIDER
--------------------------------- */

.lof2-slidecontent .preload{
	background:#dcdcdc;
}

.lof2-slidecontent {
	border-bottom:3px solid #cecece;
}

.lof2-slidecontent .preload div{
	background-image: url(light_gray_blue_green/load-indicator.gif);
}

.lof2_topleft_corner {
	background-image: url(light_gray_blue_green/port_thumbslider_cornerbg.png);
	}
	

.lof2_featured {
	background-image: url(light_gray_blue_green/featured_ribbon.png);
	}
	
.lof2-main-item-title {
background-image: url(light_gray_blue_green/port_title_bg.png);
}

.lof2-main-item-title h2 a {
	color:#f2f2f2;

}

.lof2-main-item-title h2 a:hover {
	color:#fff;

}


ul.lof2-main-wapper{
	background:transparent url(light_gray_blue_green/load-indicator.gif) no-repeat scroll 50% 50%;
}

.lof2-navigator-wapper {


}

ul.lof2-navigator li img{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1c1c1c;
	border-right-color: #7c7c7c;
	border-bottom-color: #7c7c7c;
	border-left-color: #1c1c1c;
}

ul.lof2-navigator li.active img, ul.lof2-navigator li:hover img {
	border:#cccccc solid 1px;
}

.lof2-navigator-wapper .lof2-next,  .lof2-navigator-wapper .lof2-previous{
	color:#FFF;

}

.lof2-navigator-wapper .lof2-next {
	background-image: url(light_gray_blue_green/port-arrow-l.gif);
}

.lof2-navigator-wapper .lof2-next:hover {
	background-image: url(light_gray_blue_green/port-arrow-l.gif);
}



.lof2-navigator-wapper .lof2-previous {
	background-image: url(light_gray_blue_green/port-arrow-r.gif);
}


/* ---------------------------------
		ANYTHYNG SLIDER
--------------------------------- */

.lof_shadow {
	background-image:url(light_gray_blue_green/anyslidershadow.png);}
	
.lof_shadow2 {
	background-image:url(light_gray_blue_green/anyslidershadow.png);}

.carousel h2{
	color: #fff;
}	

.carousel .backgrounds .item{
    background: transparent url(light_gray_blue_green/carousel_bg_arrow.gif) no-repeat 0 0;
}

.carousel .panel{
    background: #ccc;
    color: #fff;
}


.carousel .panel .paging a{
    color: #666;
}

.carousel .panel .pause{
    background: transparent url(light_gray_blue_green/carousel_pause_bg.gif) no-repeat 0 0;
}

.carousel .panel .play{
    background: transparent url(light_gray_blue_green/carousel_play_bg.gif) no-repeat 0 0;
}


.carousel .panel .paging .next{
    background: transparent url(light_gray_blue_green/carousel_next_bg.gif) no-repeat 0 0;
}

.carousel .panel .paging .previous{
    background: transparent url(light_gray_blue_green/carousel_previous_bg.gif) no-repeat 0 0;
}


.carousel .panel .paging #numbers a.selected {
    color: #fff;
}


.detailtxt{
	color:#666;
	border-top:1px solid #949494;
	border-left:1px solid #949494;
	background:#292929 url(light_gray_blue_green/anyslidertxtbg.gif) bottom right no-repeat;
}

.carousel .panel .details_wrapper .details a.more{
    color: #fff;
} 

/* ---------------------------------
		ACCORDION SLIDER
--------------------------------- */


.slide_heading {color:#9a9a9a; font-weight:normal; letter-spacing:-0.5px; text-decoration:none;}

#accordion li.active .accordion_slide_excerpt .slide_heading {
color:#98c544;
text-decoration:none;
}

#accordion li .accordion_slide_excerpt {
	background:#2f2f2f;
	color:#9a9a9a;
	text-decoration:none;
}

#accordion li .accordion_slide_excerpt span p {
	color:#999;
}


#accordion li span.overlay {background:url(light_gray_blue_green/overlay.png) left top no-repeat; height:290px;}

.accordion_slide {background:none;}


/* ---------------------------------
		CONTENT SLIDER 2
--------------------------------- */


.sliderbox2, .sliderbox3  {
	background-image: url(light_gray_blue_green/slider_backgr1.gif);
}

.lof_featured {
	background-image: url(light_gray_blue_green/featured_ribbon.png);
	}


.lof-slidecontent .preload{
	background:#FFF;
	color:#FFF;

}
.lof-slidecontent .preload div{
	background:#d2d2d2 url(light_gray_blue_green/load-indicator.gif) no-repeat scroll 50% 50%;
}


/*******************************************************/

.lof-main-date {
	color:#222222;
	background-color:#6c6c6c;}
	
.lof-main-title {
	background-color:#9ac444;}
	
.lof-main-title {
	color:#e0e0e0;
	background-image:url(light_gray_blue_green/lof-main-title-arrow.gif);}

.lof-main-title:hover {
	color:#fff;
	background-image:url(light_gray_blue_green/lof-main-title-arrow_hover.gif);

}	

/* main flash */
ul.lof-main-wapper{
	background:transparent url(light_gray_blue_green/load-indicator.gif) no-repeat scroll 50% 50%;
}

/* item navigator */

.lof-navigator-outer{
	color:#FFF
}

ul.lof-navigator li div{
	background-color:#c6c6c6;
	color:#FFF;
	border-top:1px solid #e6e6e6;
}

ul.lof-navigator li.active div{
	border-top: 1px solid #e6e6e6;
	background-color:#1c1c1c;
	color:#FFF;
	background-image: url(light_gray_blue_green/lof_activebg.gif);
}

.lof-navigator li img{
	border:#dedede solid 4px;
}
.lof-navigator li.active img{
	border:#bcbcbc  solid 4px;
}

.lof-navigator .lof-categ {
	color:#999999;
	background-image: url(light_gray_blue_green/sl2_categicon.gif);
}

.lof-navigator .lof-comm {
	color:#141414;
	background-image: url(light_gray_blue_green/slider_com_icon2.gif);
	}
	
.lof-navigator p {
	color:#666666;
	}


.lof-snleft .lof-navigator .active{
	background:url(light_gray_blue_green/arrow-bg.png) center right no-repeat;
	}

	
.lof-snleft .lof-navigator li.active div{
	background-color:#dedede;
	}

/* ---------------------------------
		Comment Box
--------------------------------- */	
	
ol.commentlist .children {
	background-color:#dcdcdc;
	background-image: url(light_gray_blue_green/childrenbg.gif);
}
	
.post_user_comm {
	background-color:#cecece;
	border-top:1px solid #c4c4c4;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

.post_user_comm img {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}

.post_user_date {
	z-index:9999;
	color:#999;
	background-color:#dcdcdc;
	border-right:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;	
	}

.post_user_date a {
	color:#999;
	text-decoration:none;
	}
	
.post_user_date a:hover {
	color:#000;
	text-decoration:none;
	}
	
.comment-author cite {
	color:#135ba3;
	font-size:22px;
	font-style: normal;
}

.comment-author cite a {
	text-decoration:none;
}	
	
/* Comment Form */

.form2_input_standart label, .form2_textarea label {
	color:#999;}
	
.form2_input_standart input{
	color:#999;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #b8b8b8;
	border-left:1px solid #eeeeee;
	border-right:1px solid #b8b8b8;
	background:#e7e7e7;	
}

.form2_textarea textarea {
	color:#999;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #b8b8b8;
	border-left:1px solid #eeeeee;
	border-right:1px solid #b8b8b8;
	background:#e7e7e7;	
}
.form2_select select {
	color:#999;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #b8b8b8;
	border-left:1px solid #eeeeee;
	border-right:1px solid #b8b8b8;
	background:#e7e7e7;	
}

.form_info_form {
	color:#999;
}

/* to top box */

.totop {
	top:35px;
	right:0px;
	position:absolute;
}
	
.totop a {
	color:#2f2f2f;
	background-color:#c4c4c4;
	border-bottom:2px solid #e6e6e6;
	border-right:2px solid #e6e6e6;
}

.totop a:hover {
	color:#999999;
	background-color:#e6e6e6;
	border-bottom:2px solid #a1a1a1;
	border-right:2px solid #a1a1a1;
}

.totop a span {
	background-image: url(light_gray_blue_green/totop_arrow.gif);
}

.totop a span:hover {
	background-image: url(light_gray_blue_green/totop_arrow_hover.gif);
}

/* ---------------------------------
			Title box
--------------------------------- */

.title_box {
	color:#fff;
	background-color:#cecece;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:3px solid #c4c4c4;
	background-image: url(light_gray_blue_green/titlebox_rbg.gif);
	}

/* ---------------------------------
			Breadcrumb box
--------------------------------- */

.breadcrumb {
	color:#666666;
	background-color:#fff;

	
}

span.bread_home {
	background-image: url(light_gray_blue_green/home_icon.gif);
}

.breadcrumb a {
	color:#999999;
	background-image: url(light_gray_blue_green/breadcrumb_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.breadcrumb a:hover {
	color:#666666;
}

/* ---------------------------------
			CONTACT FORM
--------------------------------- */


.form2_input_height label, .form2_input_height label {
	color:#999;
}

.form2_input_height input {
	color:#999;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #b8b8b8;
	border-left:1px solid #eeeeee;
	border-right:1px solid #b8b8b8;
	background:#e7e7e7;	
}

.form2_input_height textarea {
	color:#999;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #b8b8b8;
	border-left:1px solid #eeeeee;
	border-right:1px solid #b8b8b8;
	background:#e7e7e7;	
}

.form2_button:hover {
	color:#999;
	background:url(light_gray_blue_green/sendbutton.gif) no-repeat 0% top;
}


.form2_button {
	color:#666;
	background:url(light_gray_blue_green/sendbutton.gif) no-repeat 0% bottom;
}


/* ---------------------------------
			Footer 
--------------------------------- */

.footer {
	background-image: url(light_gray_blue_green/footermainbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.footer_inside {
	background-image: url(light_gray_blue_green/footerbg.gif);	
}

/* footer title */
	
.footer_box_title {
	color:#999999;
	background: #d7d7d7 url(light_gray_blue_green/footer_titlebg.gif) left bottom no-repeat;
	}
	
	
/* footer copyright box */

	
.footer_copy	{
	border-top:1px solid #bababa;
}

.footer_copy a	{
	color:#666;
}

.footer_copy a:hover	{
	color:#333;
}
	
.footer_copy p	{
	color:#999;
}

/* footer navigator box*/


.footer_box2 ul li {
	background-image: url(light_gray_blue_green/footer_menu.gif);
}

.footer_box2 ul li a {
color:#666;
}

.footer_box2 ul li a:hover {
	color:#333;
}

/* footer contact form box*/

	
.form_input_height {
	color:#999;
	background:url(light_gray_blue_green/form_input_bg.gif) no-repeat 100% 0;
}


.form_input {
	color:#626262
}

.form_area_height textarea {
	background-color:#dfdfdf;
	color:#626262;
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
}

.form_foot_button:hover {
	color:#999;
	background:url(light_gray_blue_green/sendbutton.gif) no-repeat 0% top;
}


.form_foot_button {
	color:#666;
	background:url(light_gray_blue_green/sendbutton.gif) no-repeat 0% bottom;
}

.form_input_standat_height input{
	border:1px solid #bebebe;
	background:#fff;	
}

.form_textarea textarea {
	border:1px solid #bebebe;
	background:#fff
}

.form_select select {
	border:1px solid #bebebe;
	background:#fff	
}

#Note2 {
	color:#999}
	
.recent_posts_navigation .nav-previous a {
	background:url(light_gray_blue_green/rec_arrow_prev.gif) left no-repeat;
	}
	
.recent_posts_navigation .nav-next a {
	background:url(light_gray_blue_green/rec_arrow_next.gif) right no-repeat;
	}

	
/* color switch */

	
.schemes		{
	background:#cecece;
	border-top:1px solid #9c9c9c;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #9c9c9c;
	border-right:1px solid #ffffff;
				}	
				
.schemes span	{
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	border-top:1px solid #636363;
	border-left:1px solid #636363;
				}