.blnk {}
/* this file contains styles for WHITE ORANGE THEME */
body {
	background:#fff;
	color:#666666;	
}
h1, h2, h3 {
	color:#f5930a; /* these headers have orange colour */
}
h4 {
	color:#666666;
}
a {
	color:#f5930a; /* links have an orange colour */
}
a:hover {
	color:#f5930a;
}
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 */
}
.logo-desc, .header-desc { /* this is the italic text used an additional description for headers and detail pages */
	color:#cacaca; 
}
#logo a {/* this is the actual logo */
	background:url(/app_themes/wqs/images/wqslogo.png) no-repeat;
}

.color-orange{color:#f5930a;}
.color-blue{color:#2c4dc1;}
.color-green{color:#67bc45;}

.color-orange-b{color:#f5930a;font-weight:bold;}
.color-blue-b{color:#2c4dc1;font-weight:bold;}
.color-green-b{color:#67bc45;font-weight:bold;}

.main-menu-wrapper {
	background:url(/app_themes/wqs/images/menu_decoration.gif) no-repeat bottom; /* this represents the line decoration for main menu */
}
.jqueryslidemenu ul li ul {
	border-top:1px solid #efefef; /* border top of first sub level menu */
}
.jqueryslidemenu ul li ul li ul {
	border-top:1px solid #efefef;
}
.jqueryslidemenu ul li ul li a{ 
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	background:#fff;
}

.jqueryslidemenu ul li ul li a:hover { /* sub menus hover style */
	background:#fafafa;
	color:#f5930a;
}
.jqueryslidemenu ul li a {
	color:#7d7d7d;
}
.jqueryslidemenu ul li a:hover {
	background:#fff; /* background of tabs */
	color:#f5930a;
}
.jqueryslidemenu ul .selected a {
	color:#f5930a;
}
.jqueryslidemenu .selected {
	color:#f5930a;
}

.slide-1-desc {
	background:#757575;
}
.slide-1-desc h1 {
	color:#fff;
}
.slide-1-desc p { /* text colour in the right side of home slider */
	color:#fff;
}
.slideshow-rm { /* learn more styles in the home slideshow */
	background:#f5930a url(/common/images/icons/slide_arrow_wht.gif) no-repeat 7px 5px;
}
.slideshow-rm a {
	color:#fff;
}
.slideshow-rm:hover {
	background:#fff url(/common/images/icons/slide_arrow.gif) no-repeat 7px 5px;
}
.slideshow-rm a:hover {
	color:#f5930a;	
}
.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, .flickr, .blog-categ, .services-box, .aboutus-box, .address-box {
	border-left:8px solid #757575; /* border colour that separates left from right container */
}
.newsletter, .brochure
{ border-left:8px solid #fff;}
.ln-list li h6 a, .ln-list li h6 a { /* colour for latest news headers box */
	color:#828282;
}
.ln-list li h6 a:hover {
	text-decoration: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 {
	background:#e9e9e9;
}
.brochure:hover {
	background:#e9e9e9;
}
/* 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(/common/images/icons/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:#f5930a url(/common/images/icons/input_arrow.gif) no-repeat 3px 1px;
}
.reverse-arrow { /* button with reversed arrow style, used for pagination */
	background:#a3a3a3 url(/common/images/icons/reverse_arrow.gif) no-repeat 3px 1px;
}
.reverse-arrow a {
	color:#fff;
	text-decoration:none;
}
.reverse-arrow:hover {
	background:#f5930a url(/common/images/icons/reverse_arrow.gif) no-repeat 3px 1px;
}
/* END: read more body buttons styles */

/* START footer styles */
#footer {
	background:url(/app_themes/wqs/images/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 .selected { /* footer menu hover state colours */
	color:#f5930a;
}


/* END footer styles */

.interior-header {
	background:#757575;
}
.intheader-paragraph {
	color:#fff;
}
#left .interior-content .interior-list li {
	background:url(/common/images/icons/body_arrow.gif) no-repeat 3px 6px;
}
/* START table styles */
.tbl thead tr td { /* table header background */
	background:#a3a3a3;	
	color:#fff;
}
.tbl tbody tr td { /* table row line */
	border-bottom:1px solid #dadada;
}
.tbl .odd td { /* table background for odd rows 1, 3, 5... */
	background:#fff;
}
.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 {
	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 {
	background:#a3a3a3 url(/common/images/icons/input_arrow.gif) no-repeat;
}
.input-arrow:hover { /* mouseover colour on submit arrow for forms */
	background:#f5930a url(/common/images/icons/input_arrow.gif) no-repeat;
}
/* START blog comment form styles */
.bc-submit, .contact-submit {
	background:#a3a3a3 url(/common/images/icons/input_arrow.gif) no-repeat;
	color:#fff;
}
.bc-submit:hover, .contact-submit:hover {
	background:#f5930a url(/common/images/icons/input_arrow.gif) no-repeat;
}
/* END blog comment form styles */

/* START blog right menu */
.blog-categ ul li a {
	border-bottom:1px solid #efefef;	
	color:#828282;
}
.blog-categ ul li a:hover {
	background:#f5f5f5;
	border-bottom:1px solid #cacaca;
	color:#f5930a;	
	text-decoration:none;
}
/* END blog right menu */
.blog-entry h2 a {
	color:#f5930a;
	text-decoration:none;
}
.pagination .page-number {
	color:#a1a1a1;
}
.services-box-list li {
	background:url(/common/images/icons/body_arrow.gif) no-repeat 3px 6px;
}
.address-box span {
	color:#a7a7a7;
}
.address-box address span {
	color:#666666;
}
#left .interior-content .newslist-wrapper li h4 a, .portfolio-wrapper li h4 a {
	color:#666666;	
	text-decoration:none;
	/* these styles apply to header titles from list news and portfolio list */
}
.h-services-list li {
	background:url(/common/images/icons/body_arrow.gif) no-repeat 2px 5px;
}
/* error messages styles */
.contact-error {
	border:1px solid #eda0a0;
	background:#fde3e3;
}
.contact-success {
	border:1px solid #bae5cb;
	background:#daffe9;
}
.contact-jerror {
	color:#ff502d;
	float:left;
	line-height:16px;
	margin:0 0 0 10px;
	width:180px;	
}

/* #ACTION BOXES
================================================== */
.actionBox{
  border-left: 10px solid #f89310;
}

.actionBox{
  background: #f8f8f8 url('/common/images/icons/arrowRight.png') no-repeat 0px center;
}

.actionBox{
  position: relative;
  padding: 10px 10px 13px 20px;
  border: 1px solid #ddd;
}

.actionBox h3{
  font-size: 18px;
  color: #545454;
}

.actionBox p{
  margin:0 !important;
}

.actionBox a{
  float: right;
  margin-left: 10px;
}


.button.small.regular:hover, .button.normal.regular:hover{
 background-color: #f89310;	
}

/* #Normal Button
================================================== */
.button {
  font: 14px 'CabinSemiBold', sans-serif;
  line-height: 14px;
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
  position: relative;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button.large {
 padding: 30px;
}

.button.normal {
 padding: 20px;
}

.button.small {
 padding: 10px;
 font-size: 12px;
}

.button.dark {
 color: #fff;
 background-color: #aaa;
}

.button.dark.reverted {
 color: #fff;
}

.button.dark.reverted:hover {
 background-color: #444;
}

.button.light {
 color: #777;
 background-color: #f8f8f8;
 border: 1px solid #ddd;
}

.button.light:hover {
 color: #fff;
}

.button.light.bordered{
  background-color: #eee;
}

.button.light.bordered:after {
   content:"";
   position:absolute;
   top:0px;
   left:0px;
   right:0px;
   bottom:0px;
   border:2px solid #fff;
   background:transparent;
}

.button.dark.bordered{
  background-color: #aaa;
   border: 1px solid #aaa;
}

.button.dark.bordered:after {
   content:"";
   position:absolute;
   top:0px;
   left:0px;
   right:0px;
   bottom:0px;
   border:2px solid #fff;
   background:transparent;
}

.button.dark.bordered.reverted:hover{
  background-color: #444;
  border-color: #444;
}

.button.dark.bordered.reverted:after {
   content:"";
   position:absolute;
   top:0px;
   left:0px;
   right:0px;
   bottom:0px;
   border:2px solid #fff;
   background:transparent;
}



.button.regular {
  font: 12px Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #aaa;
}

.button.small.regular {
  padding: 6px 11px 6px 11px;
}

.button.normal.regular {
  padding: 11px 26px 11px 26px;
}

.button.row {
  margin-bottom: 17px
}


/* to optimize below
*/

.button a{
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
   cursor: pointer;
}

.button a:hover, .button a.selected{
  border-color: #000;
}