/*
Theme Name: (Bandit) Able Technology
Theme URI: http://abletechnology.co.nz/
Description: Wordpress Theme for the Able Technology website, created by Bandit Design
Version: 1.0
Author: James Nisbet
Author URI: http://bandit.co.nz/

*/

@charset "UTF-8";
body {
	margin: 0; padding: 0;
	font-family: Calibri, "Trebuchet MS", Arial,Helvetica, sans-serif, "Century Gothic";
	color: #630000;
	font-size: 14px;
}

.clear { clear: both; }
.divider { height: 1px; border-bottom: 1px solid #8bc2d0; margin: 20px 0px 19px 0px; clear: both; }

h1,h2,h3,h4,h5 { margin: 0; padding: 0; font-weight: normal; color: #002733; }
p { margin: 0 0 1em 0; }

a {
	color: #002733;
}
	a:hover {
		text-decoration: none;
	}
	
	a img { border: 0; }
	a.more {
		float: right;
		display: block;
		margin: 1em 0 0 0;
		color: #fff;
		font-weight: bold;
		background: #009fac;
		padding: 4px 6px;
		text-decoration: none;
	}
		a.more:hover {
			background: #096b7e;
		}

.holder {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.holderfullwidth{
	position: relative;
	width: 920px;
	margin: 0 auto;
}



/****************** header *****************/

#header {
	background: url(images/header_background.png) top left repeat-x;
	height: 180px;
}
	#header .holder {
		width: 960px;
	}
		#header #logo {
			float: left;
			width: 310px;
			height: 180px;
			text-indent: -9999px;
			font-size: 36px;
			background: url(images/header_logo.png) left no-repeat;
		}
		#header h1 {
			position: relative;
			top: 40px;
			left: 20px;
			text-indent: 0px;
			font-size: 20px;
			color: #a55e62;
			font-weight: bold;

		}
	#header.small {
		height: 110px;
	}
		#header.small .holder {
			width: 920px !important;
		}
		#header.small #logo {
			background: url(images/banner-logo-able-technology-small.png) top left no-repeat !important;
			height: 110px !important;
			width: 186px !important;
		}
	
.menu {
	background: transparent;
	height: 40px;
	line-height: 39px;
	border-top: 0px solid #fff;
}
	.menu a {
		display: block;
		float: left;
		Position: relative;
                top: 65px;
		padding: 0px 10px;
		font-size: 16px;
		font-weight: normal;
		color: #fff;
		text-decoration: none;
	}
		.menu a:hover {
			background: #064b5a;
		}
		.menu a.on {
			background: #096b7e;
		}

.breadcrumbs {
		position: relative;
		top: 67px;
		left: 20px;
		padding: 0px 5px;
		font-size: 10px;
		font-weight: normal;
		color: #fff;
		text-decoration: none;
	     }

	.breadcrumbs a {
		color: #fff;
	    text-decoration: underline;
		}
		
		.breadcrumbs a:hover {
		color: #fff;
		text-decoration: none;
		}	
		
		.breadcrumbs a:visited {
		color: #fff;
		text-decoration: underline;
		}	

/************Content*****************/

#content {
    	margin-top:20px;
		width: 960px;
		margin: 0 auto;			
}

/**************Front Page Styles******************/

#content #main {
		height: 650px;
		position: relative;
}


#content #column-1 {
	position: absolute;
	width: 309px;
	height: 280px;
	margin-left: 20px;
	padding-right: 10px;
	border-right-color: #B3B3B3;
	border-right-style: solid;
	border-right-width: 1px;
	}
	
#content #column-2 {
	position: absolute;
	left: 340px;
	width: 309px;
	height: 280px;
	margin-left: 20px;
	padding-right: 10px;
	border-right-color: #B3B3B3;
	border-right-style: solid;
	border-right-width: 1px;
	}

#content #column-1 li {
   list-style-image: url(images/tick.png);
   padding-left : 15px;
   }

#content #column-1 a {
	color: #002733;
	font-weight: bold;
	text-decoration: none;
	}

#content #column-1 a:hover {
	text-decoration: underline;
	}	

#content #column-1 h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #630000;
	 }

#content #column-2 h4 {
	font-weight: bold;
	color: #630000;
	 }	

#content #column-3 {
	width: 680px;
  	position: absolute;
  	top: 275px;

	}

#content #link-sidebar {
	width: 259px;
	position: absolute;
	left: 681px;
	margin-left: 20px;
	}
	
	  #content #link-sidebar ul {
      list-style-type: none;
      margin: 0; padding: 0;
    }
      #content #link-sidebar ul li {
        margin: 0px 0px 5px 0px;
      }

    #content #link-sidebar a {
        padding: 0px 0px;
        text-decoration: none;
    }
        #content #link-sidebar a:hover {
            text-decoration: underline;
        }     
	

#content #blog-sidebar {
	position: absolute;
	top: 350px;
	left: 681px;
	width: 259px;
	margin-left: 20px;
	}
	
	#content #blog-sidebar h3{
	color: #630000;
	}

    #content #blog-sidebar ul.latest {
      list-style-type: none;
      margin: 0; padding: 0;
    }
      #content #blog-sidebar ul.latest li {
        margin: 0px 0px 5px 0px;
      }
        #content #blog-sidebar ul.latest li em {
          display: block;
		  color: #002733;
          font-size: 10px;
		  font-weight: bold;	
        }

    #content #blog-sidebar a {
        padding: 0px 0px;
		color: #630000;
        text-decoration: none;
    }
        #content #blog-sidebar a:hover {
            text-decoration: underline;
        }     


/************** Page Styles ***************************/

  #content .col-left {
    float: left;
    width: 300px;
    border-right: 0px solid #8bc2d0;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }

  #content #col-left {
    text-align: left;
  }

  #content .col-left h2 {
	color: #630000;
  }

  #content .col-right {
    float: right;
    width: 640px;
	margin-left: 20px;
  }

  #content .col-right li {
   list-style-image: url(images/tick.png);
   padding-left : 0px;
   }

#content .col-right a.col {
	color: #630000;
	font-weight: normal;
	text-decoration: none;
	}

#content .item .col-right  {
	border-bottom: 1px solid #009fac;
	}

#content .links {
		color: #002733;
		}

#content .col-right img{
	border: 5px solid #630000;
	}

#content .col-right a {
	color: #002733;
	font-weight: bold;
	text-decoration: none;
	}

#content .col-right a:hover {
	text-decoration: underline;
	}

/******************** Special Styles for About Us *************************/



#content .about-wrapper .col-left {
    text-align: right;
 }

#content .about-wrapper {
	float: left;
	height: 260px;
	width: 960px;
	}

#content .about-wrapper img{
	margin-top: 25px;
	border: 5px solid #630000;
	}	
	
  
  #content p.intro {
    font-size: 18px;
  }
  #content h1 {
    margin: 20px 0 10px;
	font-weight: bold;
	font-size: 20px;
  }


  #content h2 {
    margin: 0 0 5px;
  }
  #content h3 {
    font-size: 20px;
    margin: 0px 0px 5px 0px;
  }
  #content h4 {
    font-size: 16px;
    font-weight: bold;
  }

  #content	a.more {
		color: #fff;
	}

  #content a.more.home {
	display: block;
  }
  
  #content .more img.right {
	float: right;
  }
  
  #content .item {
    clear: both;
    margin: 20px 0px 0px 0px;
/***    border-bottom: 1px solid #8BC2D0; ****/
  }
    #content .item img {
      border: 5px solid #630000;
    }
      #content .item img.left,#content .item .screen {
        float: left;
        margin: 0px 10px 5px 0px;
      }
      #content .item img.right {
        float: right;
        margin: 0px 0px 5px 10px;
      }
    #content .item h5 {
      color: #096b7e;
      font-size: 14px;
      margin: 0px 0px 20px 0px;
    }

/************************ Blog Specific Styles  ************************/

   #content .postmetasmall {
		font-size: x-small;
		margin-bottom: 30px;
		}

/************************ Styles For Carousel ***************************/

#feature {
  padding: 0px 0px;
  clear: both;
}
  #feature h2 {
    text-indent: -9999px;
    width: 0px;
    height: 0px;
    margin: 0px 0px 0px 0px;
  }

  #feature .col-right {
    float: right;
    width: 290px;
	margin-left: 10px;
	}

  a.screen {
    float: left;
    margin: 0px 20px 10px 0px;
  }

  #feature a.screen {
    float: left;
    margin: 0px 20px 10px 0px;
  }

   #feature a.screen img{
      border: 5px solid #630000;
   }
    a.screen img {
      border: 5px solid #630000;
    }
  #feature .info {
    float: left;
    width: 280px;
    color: #fff;
  }
    #feature .info h3 {
      font-weight: bold;
      font-size: 24px;
      color: #fff !important;
    }
    #feature .info h5 {
      color: #8bc2d0;
      font-size: 14px;
      margin: 0px 0px 0px 0px;
    }
  #feature div.more {
    display: none;
  }

/************ footer *********************/
#footer {
		float: left;
    	width: 960px;
		height: 31px;
    	line-height: 20px;
    	margin: 20px 0px 10px 0px;
    	border-top: 1px solid #b3b3b3;
    	padding: 10px 0px 0px 0px;
}
	
    #footer a {
        padding: 0px 10px;
        color: #630000;
        text-decoration: none;
    }
        #footer a:hover {
            text-decoration: underline;
        }
        #footer a.on {
            font-weight: bold;
        }

#sidebar
{
margin:0 auto;
width:920px;
}

#sidebar form {
	margin: 0 0 10px;
	}


