/*
   COLOUR INDEX
   
   #333333 - Dark Grey  - body font
   #00a0d3 - Blue       - a, h3
   #666666 - Grey       - span
   #178baf - Blue       - mainnav a
-------------------------------------------------------*/

/*
   BODY
-------------------------------------------------------*/
body {
   text-align: center;
   background: #FFF url(../images/bg-body.gif) no-repeat center top;
   font-family: Verdana, sans-serif;
   font-size: 12px;
   color: #333;
}

body#home {
   background: #FFF;
}

/*
   TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/
/* headings */
h3, h4, h5, h6 {
   padding-bottom: 10px;
   font-weight: normal;
}

h1 {
	text-indent: -9999px;
}

	/* requires w, h,  */
	h1 a {
	   display: block;
	   width: 102px;
	   height: 128px;
	   position: absolute;
	   top: 17px;
	   left: 79px;
	   background: url(../images/bg-h1.gif) no-repeat top left;
	}
	
	#home h1 a {
	   background: url(../images/bg-h1-home.gif) no-repeat top left;
	}

h3 {
   font-size: 18px;
   border-bottom: 1px solid #ddd;
   padding-bottom: 4px;
   margin-bottom: 10px;
   color: #00a0d3;
}

h4 {
   font-size: 16px;
}

h5 {
   font-size: 13px;
   font-style: italic;
}

h6 {
   font-size: 12px;
}

/* paragraphs etc. */
p {
   line-height: 1.5;
   padding-bottom: 10px;
}

	p.left {
	   text-align: left;
	}
	
	p.right {
	   text-align: right;
	}
	
	p.center {
	   text-align: center;
	}
	
	p.address {
      padding: 0 40px 10px;
   }

big {
   font-size: 125%;
}

small {
   font-size: 75%;
}

strong {
   font-weight: bold;
}

em {
   font-style: italic;
}

blockquote {
   padding: 0 40px;
   font-style: italic;
   /*background: url(../images/bg-blockquote.gif) no-repeat top left;*/
}

blockquote cite {
   display: block;
   font-size: 80%;
   padding-left: 40px;
   text-transform: uppercase;
   color: #999;
}

/* lists - usually have to put #content in front */
#col-2 ul {
   line-height: 1.5;
   list-style: square outside;
   margin-left: 36px;
   padding-bottom: 10px;
}

#col-2 ol {
   line-height: 1.5;
   list-style: decimal outside;
   margin-left: 36px;
   padding-bottom: 10px;
}

#col-2 li ol, #col-2 li ul {
   padding-bottom: 0;
}

/* links */
a, a:visited {
   color: #00a0d3;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a.file {
   padding-left: 18px;
   display: block;
   margin-bottom: 15px;
   line-height: 1.5;
}

a.doc {
   background: url(../images/icon_doc.gif) no-repeat top left;
}

a.html {
   background: url(../images/icon_html.gif) no-repeat top left;
}

a.pdf {
   background: url(../images/icon_pdf.gif) no-repeat top left;
}

a.ppt {
   background: url(../images/icon_ppt.gif) no-repeat top left;
}

a.xls {
   background: url(../images/icon_xls.gif) no-repeat top left;
}

h3 a {
   padding-left: 20px;
   background: url(../images/next.gif) no-repeat 0 4px;
   text-decoration: none;
}

h3 a:hover {
   text-decoration: underline;
}


.entry p {
   padding-bottom: 5px;
}

.attachment {
   margin: 0 0 25px;
}

.attachment img {
   padding-right: 8px;
   vertical-align: middle;
}

.attachment span {
   text-transform: uppercase;
   font-size: 80%;
   color: #666;
}

/* images */
img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.center {
	margin: 0 auto 20px;
	display: block;
}

/* horizontal rule */
hr {
  border-color: #eee;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 20px;
  height: 0;
}

hr.no-margin {
   margin: 10px 0 0;
}

/* tables */
table {
   
}

tr {
   
}

th {
   
}

td {
   
}

/* forms */
form#searchform {
   padding-top: 20px;
}

fieldset {
   
}

legend {
   
}

input.search-txt {
   border: 1px solid #ddd;
   padding: 7px 5px;
   margin-left: 24px;
   float: left;
}

input.search-btn {
   float: left;
   margin-left: 5px;
}

textarea {
   
}

.error {
   
}

/*
   CONTAINER
-------------------------------------------------------*/
#container {
   margin: 0 auto;
   text-align: left;
}

/*
   BRANDING
-------------------------------------------------------*/
#branding {
	height: 160px;
	position: relative;
}

#tagline {
   width: 259px;
   height: 33px;
   text-indent: -9999px;
   background: url(../images/bg-tagline.gif) no-repeat top left;
   position: absolute;
   top: 57px;
   right: 1px;
}

#home #tagline {
   background: url(../images/bg-tagline-home.gif) no-repeat top left;
   right: 10px;
}

/*
   MAIN NAVIGATION
-------------------------------------------------------*/
#mainnav {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 30px;
	text-align: right;
}

#mainnav li {
   float: left;
}

#mainnav li a {
   color: #178baf;
   display: block;
   height: 30px;
   line-height: 30px;
   margin: 0 2px;
   padding-left: 10px;
   background: url(../images/bg-left-tab.png) no-repeat top left;
}

#mainnav li a span {
   padding-right: 10px;
   height: 30px;
   display: block;
   background: url(../images/bg-right-tab.png) no-repeat top right;
   cursor: pointer;
}

#mainnav li a:hover {
   background: url(../images/bg-left-tab.png) no-repeat bottom left;
   text-decoration: none;
}

#mainnav li a:hover span {
   background: url(../images/bg-right-tab.png) no-repeat bottom right;
}

/* home */
#home #mainnav {
   right: 10px;
}

#home #mainnav li a {
   display: inline;
   padding: 0 5px;
   background: none;
}

#home #mainnav li a:hover {
   text-decoration: underline;
}

/*
   CONTENT
-------------------------------------------------------*/
#content {
   background: url(../images/bg-content.png) no-repeat top left;
   padding-bottom: 50px;
}

#home #content {
   background: none;
   padding: 10px 0 20px;
}

/*
   ACCORDION
-------------------------------------------------------*/
#accordion {
   height: 346px;
   color: #fff;
   font-size: 16px;
}

/* Divs */
#accordion div {
   float: left;
   width: 540px;
   height: 346px;
}

   #accordion div.home {
      background: url(../images/bg-accordion-home.jpg) no-repeat top left;
   }

   #accordion div.work {
      background: url(../images/bg-accordion-work.jpg) no-repeat top left;
   }

   #accordion div.live {
      background: url(../images/bg-accordion-live.jpg) no-repeat top left;
   }

   #accordion div.join {
      background: url(../images/bg-accordion-join.jpg) no-repeat top left;
   }
   
   #accordion div.think {
      background: url(../images/bg-accordion-think.jpg) no-repeat top right;
      margin-left: -10px;
      width: 550px;
   }

/* Toggles */
#home h2 a {
   text-indent: -9999px;
   float: left;
   width: 80px;
   height: 346px;
}

#home h2.home a {
   background: url(../images/bg-h2-home.gif) no-repeat top left;
}

#home h2.work a {
   background: url(../images/bg-h2-work-home.gif) no-repeat top left;
}

#home h2.live a {
   background: url(../images/bg-h2-live-home.gif) no-repeat top left;
}

#home h2.join a {
   background: url(../images/bg-h2-join-home.gif) no-repeat top left;
}

#home h2.think a {
   background: url(../images/bg-h2-think-home.gif) no-repeat top left;
}

/* Content */
#accordion div p, #accordion div ul {
   padding: 0 100px 0;
   line-height: 1.5;
}

#accordion div ul {
   list-style: disc outside;
   font-size: 14px;
}

#accordion div li ul {
   padding: 0;
   margin-left: 30px;
}

#accordion a {
   color: #fff;
}

#accordion a:hover {
   text-decoration: underline;
}

/*
   BREADCRUMB
-------------------------------------------------------*/
#breadcrumb {
   height: 23px;
   padding-top: 23px;
   font-size: 10px;
   color: #666;
}

/*
   COL-1
-------------------------------------------------------*/
#col-1 {
   
}

/*
   SIDENAV
-------------------------------------------------------*/
#sidenav h3 {
   padding: 0;
   margin: 0;
   border: none;
}

#sidenav h3 a {
   display: block;
   width: 230px;
   height: 40px;
   padding-bottom: 0px;
   text-indent: -9999px;
}

#sidenav h3 a.work {
   background: url(../images/bg-h3-work.gif) no-repeat top left;
}
   
   #work-vibrant #sidenav h3 a.work {
      padding-bottom: 10px;
   }

#sidenav h3 a.live {
   background: url(../images/bg-h3-live.gif) no-repeat top left;
}

   #live-vibrant #sidenav h3 a.live {
      padding-bottom: 10px;
   }

#sidenav h3 a.join {
   background: url(../images/bg-h3-join.gif) no-repeat top left;
}

   #join-vibrant #sidenav h3 a.join {
      padding-bottom: 10px;
   }

#sidenav h3 a.think {
   background: url(../images/bg-h3-think.gif) no-repeat top left;
   padding-bottom: 10px;
}

#sidenav ul {
   margin-left: 30px;
   line-height: 2.0;
   padding-bottom: 10px;
}

#sidenav li ul  {
   padding-bottom: 0;
   margin-left: 20px;
}

/*
   TITLE
-------------------------------------------------------*/
#title {
   height: 50px;
   padding-right: 20px;
   background: url(../images/bg-h2-other.gif) no-repeat top left;
}

#title h2 {
   text-transform: lowercase;
   margin:5px 10px;
   font-weight: normal;
   font-size: 24px;
   color: #FFF;
}

#work-vibrant #title {
   background: url(../images/bg-h2-work.gif) no-repeat top left;
}

#live-vibrant #title {
   background: url(../images/bg-h2-live.gif) no-repeat top left;
}

#join-vibrant #title {
   background: url(../images/bg-h2-join.gif) no-repeat top left;
}




/*
   COL-2
-------------------------------------------------------*/
#col-2 {
   width: 450px;
   padding-left: 10px;
}

/*
   COL-3
-------------------------------------------------------*/
#col-3 {
   font-size: 11px;
}

#col-3 ul {
   line-height: 2.0;
   padding-bottom: 10px;
}

#col-3 li ul  {
   padding-bottom: 0;
   margin-left: 20px;
}

/*
   FOOTER
-------------------------------------------------------*/
#footer {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-right: 10px;
   margin-left: 300px;
   border-top: 1px solid #ddd;
   font-size: 10px;
   color: #666666;
   text-align: right;
}

#home #footer {
   border: none;
   text-align: right;
   padding: 0;
   margin-left: 10px;
}

#footer .media img {
   vertical-align: middle;
}

/*
   DIAGNOSTICS
-------------------------------------------------------*/
/*  
img[alt=""] {border: 3px dotted red;}

a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}
*/