/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#page{
border: none;
}

#transbar{
height: 25px;
background-color: #DDDDDD;
border:none;
}

#border{
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}

#header{
	background-image: url('http://ailnz.co.nz/wp-content/uploads/2010/04/reef-banner.jpg');
	height: 200px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

#topbanner{
width:508px;
}

#topbanner img {
float:right;
margin-top: 87px;
}

#message {
height:12px;
background-color: #3B5998;
color:white;
padding-right:85px;

}

#message p {
padding:5px
}

#nav2 a img {
padding-top:5px;
padding-bottom:7px;
}

img.infobutton {
    border: none;
    display: block;
    margin:0 auto;
}

a:active .infobutton {
  position: relative;
  top: 2px;
}

/* Sidebar*/

#ail {
background:url(images/company_info.jpg)
}

#ail img{
margin-top:12px;
}


/* Posts & Pages */

#archivebox {
	background-color: #FFFFFF;
	border: none;
	text-align: center;
}	

/* Tabs */

.tabs {
	width:583px !important;
	height:auto !important;
	padding:5px;
	/*border:1px solid #ddd;*/
	background-color:#eeeeee;
	float:left;
	display: block;
}

.inside {
	width: 570px !important;
	padding:5px !important;
	border:1px solid #ddd !important;
	margin:5px 0px 0px !important;
	background-color: #FFFFFF;

}

ul.wooTabs {
	width: 100%;
	padding: 0 0 0px 0;
}

ul.wooTabs li {
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	background: #ffffff;
	color: #000000;
	border:1px solid #ddd;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	cursor: pointer;
}

ul.wooTabs li a {
	line-height: 31px;
	color: #000000 !important;
	display: block;
	float: left;
	padding: 0 6px;
}

ul.wooTabs li a.selected, ul.wooTabs li a:hover {
	text-decoration:none;
	color: #ffffff !important;
}

#tagcloud {
	padding:10px;
}



#sub img {
	float: right;
	margin: 0 0 8px 8px;
}

.inside li {
	border-bottom:1px solid #EEEEEE;
	padding:8px;
}

.inside li img.avatar, .inside li img.thumbnail {
	border: 1px solid #ddd;
	padding: 3px;
	background-color: #ffffff;
	float: left;
	margin: 0 8px 0 0;
}

/* 
BLUE TABLES
*/

#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 575px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 8px;
	color: #000000;
}
#hor-zebra td
{
	padding: 8px;
	color: #000000;
	text-align:left;
}
#hor-zebra .center
{
	text-align:center;
}
#hor-zebra .odd
{
	background: #f2f2f2; 
}

/* 
RED TABLE
*/

#hor-red-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 575px;
	text-align: left;
	border-collapse: collapse;
}
#hor-red-zebra th
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 8px;
	color: #000000;
}
#hor-red-zebra td
{
	padding: 8px;
	color: #000000;
	text-align:left;
}
#hor-red-zebra .center
{
	text-align:center;
}
#hor-red-zebra .odd
{
	background: #f2f2f2; 
}

/*
VIDEO CENTER
*/

.centervideo {
	width: 410px;
	height:330px;
	margin: 0 auto;
}

.centerimage {
	display: block;
	margin: 0 auto;
}

