/*  
Theme Name: WCL news blog 2
Theme URI: http://www.wcl.govt.nz/blog
Description: The theme for the WCL news blog based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.1
Author: C. Mackintosh based on work by Robert Lyon
Author URI: 

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
  color: #333333;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 62.5%;
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}

#page {
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #ebebeb;
}

/* --- wcl top row --- */
#wcl-topbar {
  background: #336699;
  border-top: solid 2px #fff;
  border-bottom:solid 1px #fff;
  color: #99ccff;
  padding: 3px 0 0 15px;
  height: 21px;
  font: normal small arial;	
}

#wcl-topbar a:link, #wcl-topbar a:visited {
  color: #99ccff;
  text-decoration: underline;
  font: normal small arial;
}

#wcl-topbar a:hover {
  color: #99ccff;
  text-decoration: none;
  font: normal small arial;
}

#wcl-topsearch {
  float: right;
  padding-right: 16px;
  font: small arial;	
}

#wcl-topsearch label {
  color: #fff;
  padding-right: 5px
}

#wcl-mainlinks {
  height: 49px;
  padding: 8px 0 0 14px;
}

#wcl-mainlinks h1 {
  font-family: arial,helvetica,sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  padding-top: 0px;
  text-align: left;
}

#wcl-mainlinks h1, #wcl-mainlinks h1 a, #wcl-mainlinks h1 a:hover, #wcl-mainlinks h1 a:visited, #headerimg .description {
  color: #fff;
  text-decoration: none;
}

#wcl-header ul {
  margin: 0 0 10px 7px;
  padding-left: 7px;
  font-family: arial;
  font-size: 12px;	
  font-weight: bold;	
}

#wcl-header ul#wcl-toplinks {
  font-size: 13px;
  font-weight: bold;
  margin-left: 0pt;
  padding: 0pt;
  font-family: arial,helvetica,sans-serif;
}

#wcl-toplinks li {
  list-style: none;
  margin: 0;
  display: inline;
}

#wcl-toplinks li a {
  padding: 0 26px 0 0;
  text-decoration: none;
  background: url(http://www.wcl.govt.nz/images/redev/toplinks-arrow.gif) right no-repeat;
}

#wcl-toplinks li a:link, #wcl-toplinks li a:visited, #wcl-toplinks li a:hover {
  color: #ffcc99;
}

#wcl-logo {
  float:  right;
}

#wcl-logo a img {
  border: none;
}

.wcl-searchbox {
  width: 108px;
  border: solid 1px #003366;
  font-size: 90%;
  height: 14px;
}

#wcl-header-wrapper {
  height: 69px;
  background: #fff url(http://www.wcl.govt.nz/images/redev/toprow-bg.gif) repeat-x
}

#wcl-header {
  height: 69px;
  background: url(http://www.wcl.govt.nz/images/redev/top-bg-straight.jpg) no-repeat;
}

#HM_Menu1, #HM_Menu2, #HM_Menu3, #HM_Menu3_1, #HM_Menu3_2,
#HM_Menu3_4, #HM_Menu3_5, #HM_Menu3_7, #HM_Menu3_8 {
  text-align: left;
}

form {
  margin: 0;
  padding: 0;
}
/*end wcl top bar styles*/

/*start wcl blog header styles*/

#header {
  width: 728px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-color: #00aeef;
  padding: 7px 16px 10px;
  border: solid 1px #e2e2e3;
  border-bottom: none;
}

#header h1 {
  color: #fafafa;
  background: #00aeef url(http://www.wcl.govt.nz/popular/images/livinglibrary2.gif) top left no-repeat;
  text-indent: -9000px;
  margin: 0px;
  height: 144px;
  text-align: center;
  line-height: 110px;
  padding: 0;
}

#nav-container {
  width: 760px;
  padding: 0;
  margin: 0 auto;
}


#nav-section {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #231f20;
  float: left;
  width: 100%;
}

#nav-section li {
  display: inline;
  padding: 0px;
}
 
#nav-section li a, #nav-section li a:visited {
  color: #fff;
  background-color: #231f20;
  text-decoration: none;
  padding: 12px 10px 5px;
  float: left;
  border-right: solid 1px #999;
  font-weight: bold;
}

#nav-section li a:hover, #nav-section li a.on {
  color: #fff;
  background-color: #666;
}


/*end wcl blog header styles*/

/*blurb styles*/

.leftcol, .rightcol {
  float: left;
  margin: 10px 0 15px;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

.leftcol {
  padding: 0 15px 0 7px;
  width: 340px;
}

.rightcol {
  padding: 0 13px 0 15px;
  width: 340px;
}

.clearfloat {
  display: block;
  margin: 0;
  padding: 0;
  clear: left;
}

.leftcol h3, .rightcol h3 {
  height:1px;
  left:0px;
  overflow:hidden;
  position:absolute;
  top:-500px;
  width:1px;

}

.leftcol img, .rightcol img {
  float: left; 
  margin: 0 10px 10px 0; 
  border: none; 
  padding: 0;
}

.leftcol p, .rightcol p {
  margin-left: 121px;
  margin-top: 0;  
  font-weight: bold; 
  border: none;
}

.blue {
  color: #00aeef;
}

.pink {
  color: #ec008c;
}

.green {
  color: #4fb948;
}

.black {
  color: #231f20;
}

.clear {
  clear:both;
  display:block;
  height:1px;
  overflow:auto;
}

/*content styles*/

#wcl-wrapper {
  width: 730px;
  margin: 0 auto 20px;
  padding: 15px;
  border-bottom: solid 1px #d5d6d7;
  border-left: solid 1px #d5d6d7;
  border-right: solid 1px #d5d6d7;
  background-color: #fff;
}


.post {
  padding: 0 5px 5px;
  margin-bottom: 10px;
  position: relative;
}

.lead {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #ebebeb;
  padding: 15px;
  margin: 20px 0 25px;
}

#wcl-wrapper .lead h2 {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0 0 4px;
  margin: 0;
  border: none;
}

.lead h3 {
  font-size: 2em;
  text-transform: uppercase;
  margin-top: 5px;
}

#wcl-wrapper h2.more {
  text-transform: none;
  border: none;
  margin-bottom: 5px;
}

.all h3 {
  font-size: 1.3em;
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px 0 5px;
  margin-top: 0;
  text-transform: uppercase;
  border-bottom: solid 1px #565766;
}

.lead .postmetadata {
  margin-bottom: 0;
}

.post img, .post img a {
  border: solid 1px #d5d6d7;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 4px;
}



.fine-text {
  color: #666;
  letter-spacing: 2px;
  line-height: 1.5em;
  background-color: #edf5ff;
}

small.fine-text {
  display: block;
  margin: 0 -5px 10px -5px;
  padding: 1px 5px;
  border-bottom: solid 1px #d5d6d7;
}

p.fine-text {
  margin: 25px -5px -5px -5px;
  padding: 1px 5px;
  border-top: solid 1px #d5d6d7;
  clear: both;
}

#wcl-wrapper h2 {
  font-size: 1.3em;
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px 0 5px;
  margin-top: 0;
  text-transform: uppercase;
  border-bottom: solid 1px #565766;
}

#content h2 a, #content h2 a:active, #content h2 a:hover, #content h2 a:visited {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.center {
  text-align: center;
}

#content h3, #content h4 {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  color: #666;
  font-weight: normal;
}

#content h3 a, #content h3 a:active, #content h3 a:visited, #content h4 a, #content h4 a:active, #content h4 a:visited {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  text-decoration: none;
}

#content h3 a:hover, #content h4 a:hover {
  text-decoration: underline;
}

.entry {
}

.entry p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  font-size: 1.2em;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}

.entry p.small-ll {
  padding-top: 10px;
  font-size: 1em;
}

.navigation {
  border-top: dotted 1px #d5d6d7;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 17px;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/*single post, page not found, and comment styles*/
.commentlist li {
  margin: 0pt;
  padding: 10px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 1.2em;
}

.alt {
  background-color: #F8F8F8;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}

.widecolumn .postmetadata {
  margin: 30px 0pt;
}

.postmetadata {
  clear: left;
  padding: 2px;
}

.entry .postmetadata {
  margin-bottom: -5px;
  border-bottom: none;
  margin-left: -5px;
  margin-right: -5px;
}

#commentform input, #commentform textarea {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 1.2em;	
}

#comment {
  width: 740px;
}
  
/*end single post, page not found, and comment styles*/


/*end content styles*/

/*wcl footer styles*/
#footer {
  clear: both;
}

#wcl-footer {
  height: 49px;
  padding: 2px 0 2px 14px;
  background: #336699;
  color: #99ccff;
  font: normal small arial;
}

#wcl-apw {

  float: right;
}

#wcl-footpad {
  padding-top: 15px
}

#wcl-footer a:link {
  color: #99ccff;
  text-decoration: underline;
  font: normal small arial;
}

#wcl-footer a:visited {
  color:  #99ccff;
  text-decoration: underline;
  font: normal small arial;
}

#wcl-footer a:hover {
  color: #99ccff;
  text-decoration: none;
  font: normal small arial;
}

#wcl-apw a img {
  border: medium none;
}

#footer p {
  margin:0pt;
  padding:20px 0pt;
  text-align:center;
}

/*end wcl footer styles*/


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

