/* GENERAL ------------------------------------------------------------*/

body{
	color: #777;
}

body,
.home-block-heading span,
{
	background: #fff;
}

body a{ color: #444; }

body a:hover,
#top-widget-holder a:hover,
#nav>li>a:hover,
.project-heading .launch:hover{
	color: #77c7c6; 
	/*color: #999*/;
	
}

h1,h2,h3,h4,h5,h6{ color: #444444; }

h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular {
	/*font-weight:400;*/
	
}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
	color:#fff;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: #77c7c6; color: #fff; }
::-moz-selection 	{background: #77c7c6; color: #fff; }
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: #77c7c6;}

/* HEADER ------------------------------------------------------------*/

/*header{ background: #fff url(../img/header.png) bottom left repeat-x; }*/
hr {
  height: 1px;
  background-color: #77c7c6;
}


/* WIDGETS------------------------------------------------*/

#top-widget-holder{
    background: #333;
    color: #aaaaaa;
}

#top-widget-holder h4{
	color: #ebebe8;
}

#top-widget-holder a{
	color: #fff;
}

/* NAVIGATION ------------------------------------------------------------*/

/*nav a{ color: #E2E0D7; }

#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	color: #E2E0D7;
}*/

/* sub navigation -----------------------------------------------------*/

/*#nav>li ul{ background: #77c7c6; }

#nav>li ul li a{ color: #717171; }

#nav>li ul li a:hover,
#nav>li ul li:nth-child(even) a:hover{
	background: #77c7c6;
	color: #fff;
}

#nav>li ul li:nth-child(even) a{
	background: #333333;
}*/



/* BREADCRUMBS ------------------------------------------------------------*/

.breadcrumbs{ color: #444; }

.breadcrumbs a{ color: #888; }


/* CONTACT CONTENT ------------------------------------------------------------*/

#contact-sidebar{ background: #e2e0d7; }


/* SIDEBAR ------------------------------------------------------------*/

#sidebar{ background: #e2e0d7; }

#sidebar .block{ border-bottom: 1px solid #bcbcba; }

/* HOME ------------------------------------------------------------*/

.home-block figcaption{
	background: #77c7c6;
	color: #f1f1f1;
	
}

/* PORTFOLIO ------------------------------------------------------------*/

.portfolio-thumbs figcaption{
	background: #77c7c6;
	color: #f1f1f1;
}

/* PROJECT ------------------------------------------------------------*/

.project-heading .launch{ color: #888; }

.project-info strong{ color: #444; }

.project-pager a{ color: #444; }

.project-pager a:hover{ 	color: #77c7c6; }

/* RELATED PROJECTS ---------------------------------------------------*/

.related-heading{ color: #444; }

.related-projects .thumb{ background: #77c7c6 url(../img/plus.png) center center no-repeat; }


/* BLOG ------------------------------------------------------------*/

/*#posts-list .feature-image,
#post-content .feature-image{ background: #77c7c6 url(../img/plus.png) center center no-repeat; }
*/
article .meta{
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	overflow: hidden;
}

#posts-list .entry-date{ color: #f1f1f1; }

/* PAGE NAVIGATION ------------------------------------------------------------*/

.page-navigation a{
	background: #444 url(../img/noise.png) repeat;
	color: #f1f1f1;
}

.page-navigation a:hover{
	background: ;
	color: #fff;
}

/* PAGER ------------------------------------------------------------*/

.pager li a{ color: #444; }

.pager li:hover a{
	color: #fff;
	background: ;
}

.pager li.active a{ 
	background: #444;
	color: #fff;
}

/* SLIDER ------------------------------------------------------------*/

#slider-holder #headline{ background: #FFF; }



/* FOOTER ------------------------------------------------------------*/


footer .wrapper{
	/*background: url(../img/footer.png) repeat-x top center;*/
}

.footer-bottom{
	border-top: 1px solid #ccc;
}

a.button.orange {
	background-image: url(../images/button_orange.png);
	border: 1px solid #f5b74e;
	/*color: #996633;*/
	color:#333333;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.orange {
	background-image: url(../images/button_orange_large.png);
}
a:hover.button.orange {
	border: 1px solid #d29a3a;
}
