/* this file contains styles for WHITE BLUE THEME */
body {
	background:#fff;
	color:#666666;	
}
h1, h2, h3 {
	color:#0875ba; /* these headers have blue colour */
}
h4 {
	color:#666666;
}
a {
	color:#0875ba; /* links have a blue colour */
}
a:hover {
	color:#0875ba;
}
input, textarea {
	background:#fff;
	border:1px solid #b9b9b9;
	color:#767676; /* this is the text in the input forms */
}
input:focus, textarea:focus {
	background:#f5f5f5;
}
blockquote {
	background:#f5f5f5;
	color:#a1a1a1;	/* text colour in the blockqoutes */
}
pre {
	border:1px dotted #cbcbcb;
	border-left:10px solid #cbcbcb;
	background:#f5f5f5;
}
.logo-desc, .header-desc { /* this is the italic text used an additional description for headers and detail pages */
	color:#cacaca; 
}
.main-menu-wrapper {
	background:url(white_blue/menu_decoration.gif) no-repeat bottom; /* this represents the line decoration for main menu */
}
.sf-menu li ul {
	border-top:1px solid #efefef; /* border top of first sub level menu */
	background:#fff;
}
.sf-menu li ul li ul {
	border-top:1px solid #efefef;
}
.sf-menu li ul li a { 
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	background:#fff;
	color:#7d7d7d;
}
.sf-menu li ul li a:hover { /* sub menus hover style */
	background:#fafafa;
	color:#0875ba;
}
.sf-menu li a {
	color:#7d7d7d;
}
.sf-menu li a:hover {
	background:#fff; /* background of tabs */
	color:#0875ba;
}
.sf-menu li li a:hover {
	background:#fafafa !important;	
}
.slide-desc {
	background:#0875ba;
}
.slide-desc h1 {
	color:#fff;
}
.slide-desc p { /* text colour in the right side of home slider */
	color:#fff;
}
.slide-desc .more-link { /* learn more styles in the home slideshow */
	background:#fff url(white_blue/slide_arrow.gif) no-repeat 7px 7px;
	text-decoration:none;		
}
.slide-desc a.more-link {
	color:#0875ba;
}
.slide-desc a.more-link:hover {
	color:#0875ba;	
	background:#fff url(white_blue/slide_arrow.gif) no-repeat 7px 7px;
}
.slide-txt { 
	background:url(white_orange/slide_tr.png) repeat-x top;	
}
.slide-txt h3 a, .slide-txt h3 { /* color of text header(with link) with the semi-transparent black background */
	color:#fff;
	text-decoration:none;
}
.latest-news, .newsletter, .brochure, .tabular-block, .widget, .services-box, .aboutus-box, .address-box {
	border-left:8px solid #efefef; /* border colour that separates left from right container */
}
.ln-list li h6 a { /* colour for latest news headers box */
	color:#828282 !important;
	border-bottom:0 none;
}
.ln-list li p {
	color:#666666;
}
.ln-list li h6 a:hover {
	color:#828282;
	text-decoration:none;
	border-bottom:0 none;	
}
/* hover backgrounds for home news list and brochure, these 2 should be the same but I wrote them separately just in case */
.ln-list li:hover, .brochure-wrapper:hover {
	background:#f5f5f5;
}
/* end hover backgrounds */

.ln-date,  /* latest news date colour */
 /* next 2 classes are for article's date and comments in the blog section */
.blog-misc, 
.blog-misc a,
.ih-rss a, /* rss text on news page */
.newslist-date /* news date text on news page */ { 
	color:#a1a1a1;
}
/* START: read more / reverse arrow button that is found in the normal body gets those properties */
.body-rm { 
	background:#a3a3a3 url(white_blue/input_arrow.gif) no-repeat 3px 1px;
}
.body-rm a {
	color:#fff;
	text-decoration:none;
}
.body-rm a:hover {
	color:#fff;
}
.body-rm:hover { /* read more button hover styles */
	background:#0875ba url(white_blue/input_arrow.gif) no-repeat 3px 1px;
}
.reverse-arrow { /* button with reversed arrow style, used for pagination */
	background:#a3a3a3 url(white_blue/reverse_arrow.gif) no-repeat 3px 1px;
}
.reverse-arrow a {
	color:#fff;
	text-decoration:none;
}
.reverse-arrow:hover {
	background:#0875ba url(white_blue/reverse_arrow.gif) no-repeat 3px 1px;
}
/* END: read more body buttons styles */

/* START footer styles */
#footer {
	background:url(white_blue/footer_decoration.gif) no-repeat top center; /* this represents the line decoration for footer */
}
#footer ul li a { /* footer menu normal state colours */
	color:#666666;
}
#footer ul li a:hover { /* footer menu hover state colours */
	color:#0875ba;
}
/* END footer styles */

.interior-header, .interior-header-detail {
	background:#f5f5f5;
}
.intheader-paragraph, .interior-header p {
	color:#a1a1a1;
}
.arrow-list li {
	background:url(white_blue/body_arrow.gif) no-repeat 0 5px;	
}
/* START table styles */
.int-tbl thead tr td, .full-tbl thead tr td { /* table header background */
	background:#a3a3a3;	
	color:#fff;
}
.int-tbl tbody tr, .full-tbl tbody tr { /* table row line */
	border-bottom:1px solid #dadada;
}
.int-tbl .odd, .int-tbl .odd td, .full-tbl .odd, .full-tbl .odd td { /* table background for odd rows 1, 3, 5... */
	background:#fff;
}
.int-tbl .even, .int-tbl .even td, .full-tbl .even, .full-tbl .even td { /* table background for even rows 2, 4, 6... */
	background:#f5f5f5;
}
/* END table styles */

/* START tabular data */
.ui-tabs .ui-tabs-nav li a {
	/* default tab */
	background:#efefef;
	color:#828282;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background:#a3a3a3;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	/* active or selected tab */
	background-color:#a3a3a3;
	color:#fff;
}
/* END tabular data */
.img-border, .img-border-nohover, .port-detail .attachment-full {
	border:6px solid #efefef;
}
.img-border:hover {
	border:6px solid #cacaca;
}
.blog-misc a:hover {
	text-decoration:underline;
}
/* general input buttons for search and newsletter forms, they might have same styles with blog/comments submit buttons */
.input-arrow, .input-arrow:active {
	background:#a3a3a3 url(white_blue/input_arrow.gif) no-repeat 1px 1px;
}
.input-arrow:hover { /* mouseover colour on submit arrow for forms */
	background:#0875ba url(white_blue/input_arrow.gif) no-repeat 1px 1px;
}
/* START blog comment form styles */
.form-submit #submit, .contact-submit, .wpcf7-form .contact-submit:active {
	background:#a3a3a3 url(white_blue/input_arrow.gif) no-repeat 5px 3px !important;
	color:#fff;
}
.form-submit #submit:hover, .contact-submit:hover {
	background:#0875ba url(white_blue/input_arrow.gif) no-repeat 5px 3px;
}
/* END blog comment form styles */

/* START blog right menu */
.widget ul li {
	color:#a1a1a1;		
}
.widget ul li a {
	border-bottom:1px solid #efefef;	
	color:#828282;
}
.widget ul li a:hover {
	background:#f5f5f5;
	border-bottom:1px solid #cacaca;
	color:#0875ba;	
	text-decoration:none;
}
/* END blog right menu */
.blog-entry h2 a {
	color:#0875ba;
	text-decoration:none;
}
.pagination .page-number {
	color:#a1a1a1;
}
.services-box-list li {
	background:url(white_blue/body_arrow.gif) no-repeat 3px 6px;
}
.address-box span {
	color:#a7a7a7;
}
.address-box address span {
	color:#666666;
}
#left .newslist-wrapper h4 a, .portfolio-wrapper li h3 a, .portfolio2-wrapper li h3 a, .portfolio2-wrapper li h3, #left .services-wrapper li .service-txt h4 a {
	color:#666666;	
	text-decoration:none;
	/* these styles apply to header titles from list news, portfolio list and services list */
}
.portfolio-wrapper li h3 {
	color:#666666;		
}
.h-services-list li {
	background:url(white_blue/body_arrow.gif) no-repeat 2px 5px;
}
.more-link {
	color:#fff;	
	background:#c2c2c2 url(white_blue/input_arrow.gif) no-repeat 3px 3px;
}
a.more-link:hover {
	text-decoration:none;
	color:#fff;
	background:#0875ba url(white_blue/input_arrow.gif) no-repeat 3px 3px;	
}
.previous-pag a, .next-pag a, .comment_next a {
	background:#a3a3a3 url(white_blue/input_arrow.gif) no-repeat 3px 1px;
	color:#fff;	
	text-decoration:none;	
}
.comment_prev a {
 	background:#a3a3a3 url(white_blue/input_arrow_rev.gif) no-repeat 3px 1px;
	color:#fff;	
	text-decoration:none;	
}
.previous-pag a:hover, .next-pag a:hover, .comment_next a:hover {
	background:#0875ba url(white_blue/input_arrow.gif) no-repeat 3px 1px;
	color:#fff;	
	text-decoration:none;
}
.comment_prev a:hover {
	background:#0875ba url(white_blue/input_arrow_rev.gif) no-repeat 3px 1px;
	color:#fff;	
	text-decoration:none;
}
.newslist-wrapper li .more-link:hover {
	color:#fff;
}
.jqueryslidemenu ul li a:hover, .jqueryslidemenu ul .current_page_item a {
	color:#0875ba;
}
.jqueryslidemenu ul .current_page_item ul a {
	color:#7d7d7d;
}
/* start comment section colours */	
.widget_calendar table td, .commentlist .avatar {
	border:1px solid #efefef;
}
.commentlist .commentmetadata a { 
	color:#a1a1a1;
}
.fn { 
	color:#666666;
}
.fn a {
	color:#0875ba;
}
/* end comment section colours */	
.newslist-date a {
	color:#a1a1a1;
}
.search-results-title, .archive-header { 
	background:#f5f5f5;	
}
.search-results-title h3, .archive-header h3 {
	color:#0875ba;
}
.search-results h4 a, .archive-results h4 a  {
	color:#666666;
}
.search-results h4 a:hover, .archive-results h4 a:hover {
	color:#666666;
}

/* start toggle content styles */
h4.toggle {
	background:transparent url(white_blue/toggle_icon.gif) no-repeat scroll 4px 13px;
}
h4.active {
	background:transparent url(white_orange/toggle_icon.gif) no-repeat scroll 4px -98px;
}
h4.toggle a {
	color:#555555;
}
h4.toggle a:hover {
	color:#555555;
}
h4.active a:link {
	color:#555555;
}
.toggle-content {
	background:#f5f5f5;
}
/* end toggle content styles */

/* start pagination */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	background:#c2c2c2;
	color:#fff;		
}
.wp-pagenavi span.pages {
	color:#666666;			
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {	
	background:#0875ba;
	color:#fff !important;
}
/* end pagination */

.inputError, input[type="text"].inputError {
	border:1px solid #eda0a0;
}

.custom-button a, .arrow-button a {
	background:#c2c2c2;
	color:#fff;
}
.custom-button a:hover, .arrow-button a:hover {
	background:#0875ba;
	color:#fff;	
	text-decoration:none;
}
.arrow-button a {
	background:#c2c2c2 url(white_blue/input_arrow.gif) no-repeat 7px 4px;	
}
.arrow-button a:hover {
	background:#0875ba url(white_blue/input_arrow.gif) no-repeat 7px 4px;	
}
.line {
	border-top:1px solid #efefef;	
}
.greenbox {
	border:1px solid #bae5cb;
	background:#daffe9;
	color:#378556;
}
.greenbox a {
	color:#378556;		
}
.bluebox {
	border:1px solid #89d8f5;
	background:#dff6ff;
	color:#3896bb;
}
.bluebox a {
	color:#3896bb;
}
.yellowbox {
	border:1px solid #e7d373;
	background:#fff7cf;
	color:#9f8b30;
}
.yellowbox a {
	color:#9f8b30;	
}
.redbox {
	border:1px solid #eda0a0;
	background:#fde3e3;
	color:#c14444;
}
.redbox a {
	color:#c14444;	
}
.highlight1 {
	background:#fff29c;				
}
.highlight2 {
	background:#eaeaea;		
}
.slide-desc a {
	color:#fff;
	text-decoration:underline;
}