a:link {
	color: #027DBF;
}
a:visited {
	color: #027DBF;
}
a:active,
a:hover {
	color: #0095CC;
}
#site-description .f_password a 
{
	color: #33A2D0;
}
#site-description .f_password a:hover 
{
	color: #33A2D0;
}
#content .entry-title
{
	color: #027DBF;
}
.entry-title a:link,
.entry-title a:visited {
	color: #027DBF;
}
.entry-title a:active,
.entry-title a:hover {
	color: #027DBF;
}
.widget-title {
	color: #027DBF;
	background: #D8F4FF;
}
#main-body
{
	background:#fff url(../images/blue/main-body-bg.jpg) top left repeat-x;
}
#wrapper {
	background: transparent url(../images/blue/main_wrapper_bg.png) top left repeat-y ;
}
input[type='button'],
input[type='submit'],
a.button,
.button,
.wpsd-pagination .page-numbers
{
	/* color defination */
	color: #fff;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	
}
input[type='button']:hover,
input[type='submit']:hover,
a.button:hover,
.button:hover,
.wpsd-pagination .page-numbers:hover
{
	/* color defination */
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
input[type='button']:active,
input[type='submit']:active,
a.button:active,
.button:active,
.wpsd-pagination .page-numbers:active
{
	/* color defination */
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

#header-wrapper
{
	background:#eaeaea url(../images/blue/h_top.jpg) top center no-repeat;
}
#header 
{
	background:url(../images/blue/top_border.png) repeat-x;
}
#header #home-page-header
{
	background:url(../images/blue/home-header-wrapper_bg.png) top left repeat-x;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #027DBF;
}
input[type="text"].input-text,
select.input-text,
textarea.input-text,
input[type="file"].input-text
{
	border: 1px solid #42B1DF;
}
.new-ticket-form #title.loading, 
.edit-profile-form #title.loading 
{
	background: white url(../images/blue/ajax-loader.gif) 98% no-repeat !important;
}

#site-description .text_user 
{
	background: url(../images/blue/u_n_t_bg.png) no-repeat;
}

#access {
	background: url(../images/blue/menu_bg.png) no-repeat;
}
#access .menu-header li,
div.menu li {
	background:url(../images/blue/menu-seprator.png) top right no-repeat;
}
#access li:hover,
#access li:hover > a,
#access ul ul :hover > a {
	color: #1b8ab8;
}
#access ul li.current_page_item > a:hover,
#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover,
#access ul li.current-menu-parent > a:hover {
	color: #1b8ab8;
}
#content .section-wrapper h2 
{
	color: #027DBF;
}
#welcome_area .w_mid p 
{
	color: #1986B3;
}
ul.post-list li a 
{
	color: #027DBF;
}
.likes 
{
	background-color:#027DBF;
}
#footer {
	background:#53C2F0;
}
ul.user-dashboard-tickets li h5 a {
	color: #027DBF;
}
ul.user-dashboard-tickets li h5 a span {
	background: #027DBF;
}
ul.user-dashboard-tickets li h5 a:hover span {
  background: #0095CC;
}
#primary .glance h2
{
	color: #027DBF;
}
#content .ticket-update, .comment-post {
	background: #F3F9FC;
}