@import url('reset.css');
@import url('typography.css');
@import url('style.css');
@import url('prettyPhoto.css');


#header {
	background: url('../img/blue/header.jpg') repeat-x;
}
.img_title p {
   background: url(../img/blue/img_title_end.png) no-repeat top right;

}
.img_title p span {
  background: url(../img/blue/img_title.png) no-repeat left;
}
 
/* Heading styles */
h1 {
	color: #6ab7e8;
 }
 
h2 {
	color: #6ab7e8;

}

h3 {
	color: #73c5fa;
	}
.sidebar_heading h3 {
   background: url(../img/blue/sid_heading_end.png) no-repeat top right;
 
}
.sidebar_heading h3 span {
  background: url(../img/blue/sid_heading.png) no-repeat left;
  color: #333333;
 
}
 
.alternate_style.sidebar_heading h3 span {
 
  background: url(../img/blue/img_title.png) no-repeat left;
} 

#left_sidebar .sidebar_heading h3  {
  background: url(../img/blue/img_title_end.png) no-repeat right;
}

#left_sidebar .sidebar_heading h3 span {
   background: url(../img/blue/img_title.png) no-repeat top left;
}

#left_sidebar .alternate_style.sidebar_heading h3  {
  background: url(../img/blue/sid_heading_end.png) no-repeat right;
}
 
h4 {
	color: #6ab7e8;

}
 
h5 {
	color: #6ab7e8;
}
 
h6 {
	color: #6ab7e8;

 }

.button, .button:visited  {background: #6ab7e8 url(http://www.zurb.com/images/alert-overlay.png) repeat-x;}

/* Paragraph styling */
p span {
   color: #6ab7e8;
}

#footer p a {
	font-weight:normal;
	color:#999
}

/* List styling */
ul li {
	list-style:none;
}
li.arrow {
   list-style-image: url(../img/blue/li.gif);
   color: #6ab7e8;
}
li.arrownomarg {
   list-style-image: url(../img/blue/li.gif);
   color: #6ab7e8;
}

li, li a {
	font-size: 13px;
	font-family: "Arial", "Helvetica Neue", Geneva, Arial;
	font-weight: normal;
	color: #666;
	line-height: 20px;
	white-space:inherit;
	list-style:square;
}

.sidebar h3 {
	color:#fffafa;
}

/* Link styling */
a {
	color: #999999;
	font-family: "Arial", "Helvetica Neue", Geneva, Arial;
	text-decoration: none; }
 
h2 a {
	color: #ff9b1e;
	text-decoration: none; }
 
h4 a {
	color: #ffffff;
	text-decoration: none; }
h3 a {
		font-size: 19px;
}

h5 a {
	color: #222222;
	text-decoration: none; }
 
h6 a {
	color: #ff9b1e;
	text-decoration: none; }
#contact input:hover, #contact input:focus, #contact textarea:hover, #contact textarea:focus {
   -webkit-box-shadow: 0px 0px 3px #6ab7e8;
}
