/*
Theme Name: Custom
Theme URI: http://wordpress.org/
Description: Custom made for this website
Author: Blink Interactive
Version: 1.0
Author URI: http://blinkinteractive.co.nz/
*/


body {
	font-size: 12px; 
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background-color: #fff;
	color: #334047;
}
body, html{
  margin: 0;
  padding: 0;
}

a img,:link img,:visited img {
  /* border: none; */
}

a {
	text-decoration: underline;
	color: #333;
}
a:hover {
	color: #00aeef !important;
}

p{
  line-height: 150%;
  margin: 12px 0;
}

h1, h2, h3, h4 {
	margin: 15px 0px;
	color: #00aeef;
	font-weight: bold;
}
h1{
  font-size: 24px;
}
h2{
  font-size: 24px;
}
h3{
  font-size: 16px;
}
h4{
  font-size: 13px;
}

#shell{
  width: 100%;
  height: 100%;
  /*
  background-image: url(images/art.jpg);
  background-position: center 340px;
  background-repeat: no-repeat;
  */
}

#top {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 113px;
  background-image: url(images/topnav.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
#top ul#nav{
  width: 756px;
  height: 113px;
  display: block;
  margin: 0 auto;
  padding: 0;  
  overflow: hidden;
  list-style: none;
}
#top ul#nav li{
  height: 113px;
  line-height: 113px;
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
  overflow: hidden;
}

#top ul#nav li a{
  height: 113px;
  line-height: 113px;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
  display: block;
  float: left;
  background-image: url(images/topnav.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  text-decoration: none;
	font-weight: bold;
  color: #455560;
  font-size: 13px;
  letter-spacing: -1px;
  outline: none;
}
#top ul#nav li.page_item_home h1 {
  width: 206px;
  line-height: 113px;
  height: 113px;
  margin: 0;
  padding: 0;
}
#top ul#nav li.page_item_home a{
  width: 206px;
  padding-left: 0;
  padding-right: 0;
  background-image: url(images/logo.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px; 
}

#top ul#nav li a:hover{
  background-position: left top;
}

#page {
	text-align: left;
  width: 766px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  background-image: url(images/enclose-bottom.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;  
}


#banners{
  width: 766px;
  height: 218px;
  overflow: hidden;
  margin: 15px 0;
  padding: 0;
}

#content {
  width: 750px;
  margin: 0 8px;
}

#sponsors{
  background-image: url(images/summit-sponsors.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 766px;
  height: 103px;
  display: block;
  margin: 0 auto;
  padding: 0;
}

#sponsors p{
  line-height: 0;
  text-indent: -9999px;
  margin: 0;
  height: 0;
}

#footer{
  width: 766px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  color: #455560;
  background-image: url(images/enclose-top.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}



#footer ul#footernav{
  
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  width: 766px;

}
#footer ul#footernav li{
  list-style: none;
  display: inline;
  margin: 0px 5px;

}
#footer a{
  color: #455560;
}
#footer p{
  margin: 5px 0;
  line-height: 100%;
}


a.lightbox{
  outline: none;
}

a img{
  border: 1px solid #cccccc;
  padding: 8px;
  background-color: #fcfcfc;
  clear: both;
}
a:hover img{
  background-color: #f0f0f0;
}

.gallery-item{
  margin: 10px 0 0 10px;
}


.clear{
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.hidden {
	display: none;
}
hr {
	display: none;
}


