
/*---------------------------*/
/*	  body and typography
/*---------------------------*/	

body {
	font-size: ;
	color: ;
	font-family: ;
}
input, textarea {
	font-family: ;
}
h1, h2, h3, h4, h5, h6, ul#nav a, ul.tabs li a, .widget ul.tabs li a, .services ul.tabs li a {
	font-family: ;
}

/*---------------------------*/
/*		header colors
/*---------------------------*/	

#header-wrapper {
	background: ;
}

#header-static {
	background: ;
}
.caption h1 {
	background: ;
	color: ;
}
ul#nav ul li:hover, ul#nav ul ul li:hover, ul#nav ul ul ul li:hover {
	border-left: 5px solid ;
}

/*---------------------------*/
/*		footer colors
/*---------------------------*/	

#footer-wrapper {
	background: ;
}
.footer-widget h4 {
	color: ;
}
#footer-widgets {
	color: ;
}
#footer a, #footer-bottom a {
	color: ;
}
#footer a:hover, #footer-bottom:hover a {
	color: ;
}

/*---------------------------*/
/*	general elements colors
/*---------------------------*/	

h1, h2, h3, h4, h5, h6, h1.section-header, h2.section-header, h3.section-header, h4.section-header, h5.section-header, h6.section-header {
	color: ;
}
a {
	color: ;
}
a:hover {
	color: ;
}
::-moz-selection {
	background-color: ;
}
::-webkit-selection {
	background-color: ;
}
::selection {
	background-color: ;
}
.post h2 a {
	color: ;
}

.post h2 a:hover {
	color: ;
}

/*---------------------------*/
/*	button colors
/*---------------------------*/	

.button, #commentlist a.comment-reply-link, #commentform input[type="submit"] {
	color: ;
	background: ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(), to());
	background: -webkit-linear-gradient(top, , );
	background: -moz-linear-gradient(top, , );
	background: -o-linear-gradient(top, , );
	background: -ms-linear-gradient(top, , );
	background: linear-gradient(top, , );
}

.button:hover, #commentlist a.comment-reply-link:hover, #commentform input[type="submit"]:hover {
	background: ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(), to());
	background: -webkit-linear-gradient(top, , );
	background: -moz-linear-gradient(top, , );
	background: -o-linear-gradient(top, , );
	background: -ms-linear-gradient(top, , );
	background: linear-gradient(top, , );
	color: ;
}

/*---------------------------*/
/*	accordion/toggle elements colors
/*---------------------------*/	

.accordion h4, .toggle h4 {
	background: ;
	background: -moz-linear-gradient(top,  0%,  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,), color-stop(100%,));
	background: -webkit-linear-gradient(top,  0%, 100%);
	background: -o-linear-gradient(top,  0%, 100%);
	background: -ms-linear-gradient(top,  0%, 100%);
	background: linear-gradient(top,  0%, 100%);
	border: 1px solid ;
}

.accordion h4 a, .toggle h4 a {
	color: ;
}

.accordion h4.ui-state-active, .toggle h4.active {
	background: ;
	background: -moz-linear-gradient(top,  0%,  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,), color-stop(100%,));
	background: -webkit-linear-gradient(top,  0%, 100%);
	background: -o-linear-gradient(top,  0%, 100%);
	background: -ms-linear-gradient(top,  0%, 100%);
	background: linear-gradient(top,  0%, 100%);
	border: 1px solid ;
	color: ;
}

.accordion h4:hover, .accordion h4.ui-state-active:hover, .toggle h4:hover, .toggle h4.active:hover {
	background: ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#), to(#));
	background: -webkit-linear-gradient(top, , );
	background: -moz-linear-gradient(top, , );
	background: -o-linear-gradient(top, , );
	background: -ms-linear-gradient(top, , );
	background: linear-gradient(top, , );
	border: 1px solid ;
	color: ;
}

/*---------------------------*/
/*		tabs colors
/*---------------------------*/	

ul.tabs li {
	background: ;
	background: -moz-linear-gradient(top,  0%,  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,), color-stop(100%,));
	background: -webkit-linear-gradient(top,  0%, 100%);
	background: -o-linear-gradient(top,  0%, 100%);
	background: -ms-linear-gradient(top,  0%, 100%);
	background: linear-gradient(top,  0%, 100%);
	border-right: 1px solid ;
	border-left: 1px solid ;
}

ul.tabs li a, .widget ul.tabs li a {
	color: ;
}

/*---------------------------*/
/*	other colors
/*---------------------------*/	

.sidebar-nav ul li.active a, .widget_nav_menu div ul li.current-menu-item a {
	background: ;
	background-image: -webkit-gradient(linear, left top, right top, from(), to());
	background: -webkit-linear-gradient(left, , );
	background: -moz-linear-gradient(left, , );
	background: -o-linear-gradient(left, , );
	background: -ms-linear-gradient(left, , );
	background: linear-gradient(left, , );
	border-bottom: 1px solid ;
	color: ;
}

.pt-column h3 {
	background: ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(), to());
	background: -webkit-linear-gradient(top, , );
	background: -moz-linear-gradient(top, , );
	background: -o-linear-gradient(top, , );
	background: -ms-linear-gradient(top, , );
	background: linear-gradient(top, , );
	color: ;
}

/*---------------------------*/
/*		  custom css
/*---------------------------*/	
 
