/*
Theme Name: TWC Revamped
Theme URI: http://www.thewebco.co.nz
Description: A modified version of the original TWC theme but with a lot of flash (primarily sIFR) removed.
Author: Various TWC Staff
Version: 1.2
*/

/* Load Noble font from Google*/
@import url(http://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic);

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


html {
background-image: url(images/graphics/htmlBg.jpg);
background-repeat: repeat;
}

body {
background-image: url(images/graphics/bodyBg.jpg);
background-repeat: repeat-x;
}


h1, h2, h3, h4, h5 {
	font-family: 'Nobile', arial, serif;
	margin-bottom: 10px;
}

h1 {
	font-size: 22px;
	color: #00ADF0;
	text-transform: uppercase;
}

h2 {
	font-size: 17px;
	text-transform: uppercase;
}

h3 {
	font-size: 15px;
	color: #00ADF0;
}
h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #00ADF0;
}

h5 {
font-size: 12px;
height: 24px;
width: 174px;
background-image: url(images/graphics/bluearrow.jpg);
background-repeat: no-repeat;
margin: 2px 0 2px 0;
padding: 2px 0 0 4px;
color: #fff;
}

h5 a {
	color: #fff;
}

p {
margin: 0 0 10px 0;
font-size: 12px;
color: #4F4F4F; /* paragraph text grey */
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 20px;
}

em {
font-style: italic;
}

a {
color: #00ADF0; /* blue*/
text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
outline: none;
border: none;
}

strong {
font-weight: bold;
}

strong em{
font-style: italic;
font-weight: bold;
}

#container {
width: 1000px;
margin: 0 auto;
margin-bottom: 12px;
background-image: url(images/graphics/containerBg.jpg);
background-repeat: no-repeat;
background-color: #fff;
}

#header {
width: 1000px;
height: 100px;
}

/* Top Menu Begins */

#topmenu {
float: right;
width: 640px;
height: 25px;
margin: 70px 18px 0 0;
padding: 0;
}

#topmenu li {
width: 158px;
padding-top: 5px;
height: 25px;
background-image: url(images/graphics/smlarrow.gif) ;
background-repeat: no-repeat;
background-position: 5px 10px;
text-indent: 10px;
}

#topmenu li a{
float: left;
width: 143px;
height: 25px;
padding: 0px 0px 0px 5px;
margin: 0px;
margin-right: 10px;
font-size: 14px;
font-weight: bold;
color: #00ADF0; /*topmenu blue*/
font-family: 'Noble', Arial, sans-serif;
}

#topmenu li:hover {
 background-color: #fff;
}

#nav a{
display:block;
padding:0px;
text-decoration:none;
font-weight: normal;
}

#nav li{
float:left;
position:relative;
width: 158px;
margin: 0px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#nav li ul{
position:absolute;
display:none;
width: 220px; /* 158px */
top:25px;
margin-right: 0px;
list-style-type:none;
list-style-position:inside;
text-align: left;
background: #fff; /* url(images/graphics/topnavdropBg.png);*/
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
overflow: hidden;
}

#nav ul li {
	float: none;
	padding: 0px;
}

#nav li ul a {
float:left;
width: 220px; /*158px*/
height: 20px;
margin: 0px;
padding: 5px 0px 0px 0px;
font-size: 12px;
font-weight: normal;
font-family: 'Noble', Arial, sans-serif;
background-image: none;
/*border-right: 1px #000 solid;*/
}

#nav ul ul{ 
top:auto;
}	

#nav li ul ul {
left: 220px;
margin: 0px; /* Gap between drop down menus */
}

#nav li:hover ul, #nav li li:hover ul {
display:block;
}

#nav li ul li {
width: 220px; /*158px*/
margin: 0px;
background-image: none;
line-height: 15px;
}

#nav li ul li a:hover {
background-color: #00ADF0; /*topmenu blue*/
color: #fff;
}

#nav li li.current_page_item a {
background-color: #00ADF0; /*topmenu blue*/
color: #fff;
}

/*  Top Menu Ends*/

#logo {
float: left;
width: 290px;
height: 330px;
}

#logo a img.logo {
margin: 0 0 0 40px;
}

#headerquote {
color: #fff;
width: 250px;
height: 90px;
margin: 78px 0 0 40px;
font-family: 'Noble', Arial, sans-serif;
}

#quote, #quoteby {
	color: #fff;
	font-family: 'Noble', Arial, sans-serif;
	
}
#quote {
	font-size: 16px;
}

#quote a, #quoteby a {
	color: #fff;
}

#flash {
float: left;
width: 710px;
height: 330px;
}

#flashHolder {
float: left;
width: 710px;
height: 330px;
}

p.alternativeContent {
width: 600px;
margin: 20px 50px;
color: #fff;
}

p.alternativeContent a img {
margin: 0px 0px -12px 5px;
}

#left {
float: left;
width: 430px;
margin: -80px 0 0 0;
padding: 0 0 30px 40px; 
}

.breadcrumb  {
/*height: 30px;*/
margin: 12px 40px 12px 0;
font-family: 'Noble', Arial, sans-serif;
font-size: 11px;
color: #858585; /* footer text grey */
text-transform: lowercase;
}

.breadcrumb a:first-child {
margin: 10px 5px 0 0;
}

.breadcrumb a {
margin: 10px 3px 10px 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-indent: 10px;
color: #858585; /* footer text grey */
text-transform: lowercase;
}

.breadcrumb a:hover {
color: #00ADF0;
text-decoration: none;
}

/* !Homepage Styles */

#homeTextTop {
position: relative;
float: left;
width: 550px;
margin: -40px 40px 0px 40px;
}

#homeTextTop img {
padding-bottom: 0px;
}

#topContent {
clear: both;
width: 920px;
height: 310px;
margin: 20px auto;
}

.recentImg {
padding-bottom: 20px;
}

#portfolio {
float: left;
width: 680px;
height: 310px;
margin: 0px 40px 0px 0px;
}

#slider1 .sliderwrapper {
width: 680px;
height: 250px;
margin-bottom: 10px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 680px; /*width of featured content slider*/
height: 250px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
width: 680px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.portfolioSpace {
clear: both;
height: 2px;
}

.portfolioImg  {
float: left;
width: 505px;
height: 250px;
}

.portfolioText {
float: left;
width: 165px;
height: 220px;
padding: 20px 5px 10px 5px;
background-image: url(images/graphics/homeportfolioTextBg.jpg);
background-repeat: no-repeat;
}

span.portfolioHeading {
padding: 10px 0px 10px 0px; 
font-size: 14px;
font-family: Verdana, Arial, Helvetic, sans-serif;
font-weight: bold;
color: #00ADF0; /*topmenu blue*/
}

.portfolioText p {
color: #fff;
padding: 5px 10px 5px 0px;
font-size: 11px;
}

.pagination{
width: 680px;
height: 50px;
background-image: url(images/graphics/portfolioMenuBg.jpg);
background-repeat: no-repeat;
}

.pagination a {
float: left;
display: block;
width: 90px;
margin: 9px 9px;
font-family: Verdana, Arial, Helvetic, sans-serif;
font-size: 12px;
color: #00ADF0; /*topmenu blue*/
text-align: center;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
}

#connectWithUs {
float: left;
width: 200px;
margin: 0px;
}

ul#connectList {
width: 200px;
margin: 10px 0px 56px 0px;
}

ul#connectList li {
width: 220px;
height: 36px;
margin: 0px 0px 0px 0px;
}

ul#connectList li img {
float: left;
width: 36px;
height: 36px;
margin: 0px 10px 0px 0px;
}

ul#connectList li p {
padding: 10px 0px 0px 0px;
color: #00ADF0; /*topmenu blue*/
}

#connectList li span#ps9qpDl {
float: left;
margin: -20px 0px 0px 0px;
padding: 10px 0px 0px 0px;
font-size: 12px;
font-family: Verdana;
color: #00ADF0; /*topmenu blue*/
}

ul#connectList li a:hover {
text-decoration:  underline;
}

ul#followUsList {
width: 200px;
margin: 20px 0px 0px 0px;
}

ul#followUsList li {
float: left;
width: 50px;
height: 36px;
}

#leftHome {
float: left;
width: 420px;
margin: 19px 0 0 40px;
padding: 0 0 30px 0px; 
}

#rightHome {
float: left;
width: 530px;
margin: 18px 0px 0px 0px;
}

#conversation {
float: left;
width: 250px;
margin: 0px 40px 0px 40px;
}

.twitter {
width: 250px;
margin: 20px auto 0px auto;
}

img.twtr-profile-img {
padding-right: 10px;
}

#twtr-widget-1 i, #twtr-widget-1 i {
background-color:#fff;
display:block;
}

.twitterp {
padding: 0px 10px;
font-size: 16px;
font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif !important;
}

#awards {
float: left;
width: 460px;
margin: 0 40px;
}

#awards .award {
	width: 170px;
	float: left;
}

#awards img.we_award {
margin: 10px 42px 0px 42px;
}

#awards img.vero {
margin: 0px auto;
}

#membership {
clear: both;
width: 460px;
height: 177px;
margin: 40px;
}

ul#membershipList {
clear: both;
width: 460px;
margin: 15px 0px;
}

ul#membershipList li{
float: left;
display: block;
width: 230px;
height: 31px;
margin: 10px 0px 0px 0px;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
}

ul#membershipList li img {
float: left;
display: block;
width: 31px;
height: 31px;
margin: 0px 10px 0px 0px;
}

ul#membershipList li.twoLines p{
padding: 0px;
}

ul#membershipList li.memberIcon p{
padding: 7px 0px 0px 0px;
}

ul#membershipList li a:hover{
text-decoration: underline;
}

/* End of Homepage Styles */

#content {
width: 430px;
}

#content p {
margin: 0 0 10px 0;
font-size: 12px;
color: #4F4F4F; /* paragraph text grey */
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content ul {
margin: 0 0 10px 0;
font-size: 12px;
color: #4F4F4F; /* paragraph text grey */
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content li {
margin: 2px 2px 5px 20px;
font-size: 12px;
color: #4F4F4F; /* paragraph text grey */
font-family: Verdana, Arial, Helvetica, sans-serif;
list-style: disc;
}

.snippet ul li{ /* the html for this class is generated inside the recent posts plugin output settings */
padding: 0;
border-top: 2px solid #B5B5B5; /* border grey */
}

.snippet ul li:first-child { 
padding-top: 0;
border-top: none; 
}

.newsblock {
clear: both;
padding: 0 0 10px 0;
border-bottom: 2px solid #B5B5B5; /* border grey */
}

.newsblock .entry {
margin: 0 0 10px 0;
font-size: 12px;
color: #4F4F4F; /* paragraph text grey */
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.newsblock h2{
margin: 0 0 0px 0;
font-size: 12px;
color: #4F4F4F; /* paragraph text grey */
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.newsblock small {
margin: 10px 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-indent: 10px;
color: #858585; /* footer text grey */
}

.newsblock small a {
color: #858585; /* footer text grey */
}

.newsblock small a:hover {
color: #00ADF0; /*topmenu blue*/
text-decoration: none;
}

.postIcon {
float: left;
margin: 4px 15px 15px 0;
}

.entry {
margin: 5px 0 5px 0;
}

small {
margin: 10px 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
/*text-indent: 10px;*/
color: #858585; /* footer text grey */
}

small.inPost {
float: left;
margin: 10px 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
/*text-indent: 10px;*/
color: #858585; /* footer text grey */
}

small a {
color: #858585; /* footer text grey */
}

small a:hover {
color: #00ADF0; /*topmenu blue*/
text-decoration: none;
}

.sociable {
clear: both;
width: 430px;
height: 16px;
margin: 30px 0px 0px 0px;
}

.sociable_tagline {
float: left;
width: 63px;
height: 16px;
}

#content .sociable li {
float: left;
width: 16px;
margin: 0 2px 0 2px;
list-style: none;
}

img.share {
width: 53px;
height: 16px;
}

.alignleft {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
color: #00ADF0; /* blue*/
}

.alignleft a:hover, .alignright a:hover {
text-decoration: underline;
}

.alignright{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
color: #00ADF0; /* blue*/
}


#homeBtmContent {
float: left;
width: 430px;
margin: 0px;
padding: 0;
}


#right {
float: left;
width: 530px;
}
#right img {
	margin-bottom: 5px;
}
#right ul#categories {
width: 250px; /* 174px */
margin: 14px 0 20px 80px;
}

#right ul#categories h4{
margin: 0 0 10px 0;
}

#right ul#categories li {
margin: 0px 0px 5px 0px;
text-indent: 10px;
background-image: url(images/graphics/horizontal_smlarrow_blue.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
}

#right ul#categories li a {
color: #4F4F4F; /* paragraph text grey */
}

#right ul#categories li a:hover {
color: #00ADF0; /*topmenu blue*/
text-decoration: none;
}

#right ul#bluearrowlink {
width: 174px;
margin: 0 0 30px 80px;
}

#right ul#bluearrowlink li {
height: 24px;
width: 174px;
background-image: url(images/graphics/bluearrow.jpg);
background-repeat: no-repeat;
margin: 0 0 4px 0;
padding: 0 0 0 4px;
color: #fff;
}

ul#categories ul { /* hides third tier links */
display: none;
}


#rightCol1 {
float: left;
width: 265px;
}

.rightContent {
float: left;
width: 410px; 
margin: 0 0 0 80px;
}

.rightContent ul {
margin: 10px 0px 10px 0px;
font-size: 12px;
color: #4F4F4F; /* paragraph text grey */
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rightContent li {
margin: 0px 0px 5px 0px;
text-indent: 10px;
background-image: url(images/graphics/horizontal_smlarrow_blue.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rightContent li a{
color: #4F4F4F; /* paragraph text grey */
}

#right li a:hover {
color: #00ADF0; /*topmenu blue*/
text-decoration: none;
}

img.weAward {
margin:-60px 0 0 320px;
}

.liveChat {
margin: 20px 0px 20px -5px;
}

.footerSpace {
clear: both;
width: 1000px;
height: 20px;
}

.clear {
clear: both;
}

#footer {
clear: both;
width: 1000px;
border-top: 1px solid #B5B5B5; /* border grey */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#footer ul {
margin: 0 0 0 30px;
padding-top: 5px;
}

#footer ul li {
float: left;
margin: 10px;
text-indent: 10px;
background-image: url(images/graphics/horizontal_smlarrow_grey.gif);
background-repeat: no-repeat;
background-position: 0 3px;
color: #858585;
}

#footer ul li span#quickLinks {
cursor: pointer;
}

#footer ul li span#quickLinks:hover {
cursor: pointer;
color: #00ADF0;
text-decoration: none;
}

#footer ul li.copyright {
float: right;
margin: 10px 40px 0 0;
text-align: right;
background: none;
}

#footer ul li a {
color: #858585; /* footer text grey */
}

#footer ul li a:hover {
color: #00ADF0;
text-decoration: none;
}

#bottomImg {
width: 1000px;
height: 9px;
background-image: url(images/graphics/bottomBg.jpg);
background-repeat: no-repeat;
}

#quick-links {
clear: both;
width: 1000px;
margin-bottom: 10px;
background-color: #fff;
}

#quick-links ul {
margin: 0 0 0 30px;
}

#quick-links ul li {
float: left;
width: 300px;
margin: 0px 10px;
text-indent: 0px;
color: #858585;
list-style: none;
list-style-image: none;
background-image: none;
}

#quick-links ul li a {
color: #858585; /* footer text grey */
}

#quick-links ul li a:hover {
color: #00ADF0;
text-decoration: none;
}

#quick-links ul li strong {
padding-bottom: 10px;
}

#quick-links ul li strong a{
margin-bottom: 10px;
font-size: 12px;
color: #00ADF0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

.navigation {
clear: both;
height: 40px;
margin: 15px 0px;
padding: 10px 0px;
border-top: 1px solid #ccc;
}

#website-preview {
	margin-bottom: 10px;
}

/* Form Styles - David 14/2/2011 */


form#cforms5form {
padding-top: 5px;
background-color: #ededed;
-moz-border-radius: 15px;
border-radius: 15px;
}

form#cforms5form input.sendbutton {
float: right;
margin: 15px 0px 15px 15px;
}
