
@import url("css/reset.css");
@import url("css/typography.css");
@import url("css/general_styles.css");
@import url("css/slimbox2.css");


/* 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 */
}
.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(images/happyglasslogo_small.gif) no-repeat;
	width:352 px;
	height:92px;
}
.main-menu-wrapper {
	background:url(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:#0875ba;
}
.jqueryslidemenu ul li a {
	color:#7d7d7d;
}
.jqueryslidemenu ul li a:hover {
	background:#fff; /* background of tabs */
	color:#0875ba;
}
.jqueryslidemenu ul .selected a {
	color:#0875ba;
}
.slide-1-desc {
	background:#0875ba;
}
.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:#fff url(images/slide_arrow.gif) no-repeat 7px 5px;
}
.slideshow-rm a {
	color:#0875ba;
}
.slideshow-rm:hover {
	background:#fff url(images/slide_arrow.gif) no-repeat 7px 5px;
}
.slideshow-rm a:hover {
	color:#0875ba;	
}
.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, .friends, .inspirations, .tabular-block, .flickr, .blog-categ, .services-box, .aboutus-box, .address-box, .widgetBox {
	border-left:8px solid #c6e979; /* border colour that separates left from right container */
}
.ln-list li h6 a, .ln-list li h6 a { /* colour for latest news headers box */
	color:#ef3e35;
}
.widgetBox ul li a {
	color:#EF3E35;
	font-weight:bold;
}
.widgetBox h3 {
float:left;
margin:2px 10px 0;
width:291px;
}
.widgetBox ul {
	margin-left:20px;
}
.friends ln-list li h6 a, .inspirations ln-list li h6 a {
color:#EF3E35;
}
.ln-list li h6 a:hover {
	text-decoration:none;
	width:290px;
}
/* hover backgrounds for home news list and brochure, these 2 should be the same but I wrote them separately just in case */

span.yearCount {
	color: #EF3E35 !important;
}

.ln-list li:hover {
	background:#f5f5f5;
	width:290px;
	margin-left:10px;
}
.arc-list ul li ul li ul li {
	padding-left:25px;
	width:290px;
	_width:200px;
}
.arc-list ul li ul li ul li:hover {
	background:#f5f5f5;
	width:290px;
	_width:200px;
}
.newsletter ln-list li:hover {
}
.newsletter ln-list ul li:hover {
	background:#f5f5f5;
	width:290px;
	_width:200px;
}
.brochure: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;
	margin-left:20px;
}
/* START: read more / reverse arrow button that is found in the normal body gets those properties */
.body-rm { 
	background:#a3a3a3 url(images/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(images/input_arrow.gif) no-repeat 3px 1px;
}
.reverse-arrow { /* button with reversed arrow style, used for pagination */
	background:#a3a3a3 url(images/reverse_arrow.gif) no-repeat 3px 1px;
}
.reverse-arrow a {
	color:#fff;
	text-decoration:none;
}
.reverse-arrow:hover {
	background:#0875ba url(images/reverse_arrow.gif) no-repeat 3px 1px;
}
/* END: read more body buttons styles */

/* START footer styles */
#footer {
	background:url(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 menu hover state colours */
	color:#0875ba;
}
/* END footer styles */

.interior-header {
	background:#f5f5f5;
}
.intheader-paragraph {
	color:#a1a1a1;
}
#left .interior-content .interior-list li {
	background:url(images/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 */
#search_wrap {
	float: right;
}

.input-arrow {
	background:#a3a3a3 url(images/input_arrow.gif) no-repeat;
}
.input-arrow:hover { /* mouseover colour on submit arrow for forms */
	background:#0875ba url(images/input_arrow.gif) no-repeat;
}
/* START blog comment form styles */
.bc-submit, .contact-submit {
	background:#a3a3a3 url(images/input_arrow.gif) no-repeat;
	color:#fff;
}
.bc-submit:hover, .contact-submit:hover {
	background:#0875ba url(images/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:#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(images/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(images/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;
}


/* added for styles of contact form */
.formBox {
	/*height:325px;*/
	width: 450px;
	/*background-image:url(images/menu_bg.gif);*/
	background-repeat:repeat-x;
	border-color:#c6e979;
	border-style:solid;
	border-width:5px; 
	background: #ffffff;
	padding:20px;
	margin-top:30px;
	position:relative;
}

.formBox input {
	background-color: #def0fc;
}

.formBox h6 {
	color: #ef3e35;
}
.formBox h2 {
	padding-bottom:15px;
}
.formBox text{
 	background-color: #c6e979; 
}
	 
.formfield {
	padding: 5px;
}


 #submit {
	 background-color: #ffffff;
	 color: #000000;
	 width: 100px;
	 height: 21px;
	 font-weight:bold;

}
#submit:hover{
	cursor: pointer;
}
 #submitField {
 	margin-left: 175px;
	margin-right: auto;
 }

#msgField {
	width:425px;
	height:150px;
	background-color: #def0fc;
}
.pageContent{
	padding-bottom: 10px;
	border-bottom:1px dotted #0A4369;
	margin-bottom: 30px;
}

/* products page */

.page-id-51 .pageContent{
	border-bottom: none;
	margin-bottom: 4px;
}
.page-id-51 #prod-list {
	margin-left: 30px;
}

.page-id-51 #prod-list a{
	font-size: 20px;
	text-decoration: underline;
	line-height: 36px;
}

.newsletter ul ul collapsing archives list collapse{
	color:#0875BA
}
/*.collapsArch span.sym{
	color:#EF3E35;
}
.collapsArch span.monthCount{
	color:#EF3E35;
}*/
.collapsArch expand{
	color:#EF3E35;
}
.collapsArch collapse{
}
#hoursTable {
	margin-top:15px;
	_margin-top:0px;
	margin-bottom:30px;
	border-collapse:collapse;
	width:85%;
	position:relative;
}

#hoursTable th, #hoursTable td {
	border:1px solid #0875BA;
	font-size:1.2em;
	padding:3px 7px 2px;
}

#hoursTable th {
	background-color:#0875BA;
	color:#FFFFFF;
	font-size:1.0em;
	padding-bottom:4px;
	padding-top:5px;
	text-align:center;
}
.mapBox {
	margin-top:30px;
	margin-bottom:10px;
	_margin-top:0px;
	margin-right:20px;
	padding-bottom:0px;
	height:430px;
	_height:380px;
	_float: left;
}

#mapContent{
	position:relative;
	left:0;
	right:150px;
	margin-top:15px;
	margin-bottom:15px;
}
.mapBox #phone{
	position:relative;
	left:435px;
	top:-350px;
	width:150px;
}
.mapBox #adress{
	position:relative;
	left:435px;
	top:-370px;
	width:150px;
}

.addyBox #address {
	padding-top:30px;
	padding-bottom:30px;
	position:relative;	
}
.addyBox #phone {
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
	float:right;
}
.streetBox {
	margin-top:30px;
	margin-bottom:30px;
}
.addyBox {
	margin-top:30px;
	margin-bottom:30px;
}
.formBox p {
	color:#EF3E35;
	font-weight:bold;
}
#left #pTitle h2{
	margin-left: -10px;
}
#left #pContent{
	margin-left: 5px;
}
.spost{
	margin-top: 35px;
	
}
.aboutHeader{
	padding-top: 40px;
}