/*
Theme Name: Signposts for WP 2.6
Theme URI: http://www.teara.govt.nz
Description: This wordpress theme is used for the Te Ara Blog. Created by Shift and altered by Heath and Kristy
Author: Shift
Author URI: http://www.shift.co.nz
*/

@import url("reset.css");

body {
	background: #FAFAEE url(images/body-bg.gif) repeat-x;
	color: #4F4F4F; 
	font: 62.5% Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* REDEFINE HTML
------------------------------ */
#page {
	background: #fff url(images/page-bg.gif) repeat-y; 
	margin: 0px auto;
	width: 786px;
}

#header {
	background: #fff url(images/header-bg.gif) no-repeat; 
	height: 110px; 
	position: relative;
	margin: 42px auto 0 auto;
	padding: 0 0 0 0; /* IE */
	width: 778px;	
}

html > body #header {
	padding: 0 0 81px 0; /* FIREFOX */
}

#headerimg {
	padding: 60px 30px 0 0;
	display: inline;
	float: left;
}
form {
	padding-top: 20px;
	//padding-bottom: 20px;
}
.description {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
}

#globalnav {
	margin: 18px 18px 0;
	position: absolute;
	right: 0;
}

#wrapper {/* IE */
	background: transparent url(images/wrapper-bg.gif) no-repeat;
	padding: 30px 0 24px 0; /* IE PADDING */
	position: relative;
	width: 777px;
	height: inherit;
	margin: 0 auto;
	top: -78px;
	margin-bottom: -78px;
}

html > body #wrapper { /* FIREFOX */
	padding: 30px 0 78px 0; /* FIREFOX & SAFARI PADDING */
}


#content {
	display: inline;
	float: left;
	width: 552px;
	margin-bottom: -78px;
	padding-bottom: 0px;
}

#sidebar {
	background: #F1F1F1 url(images/sidebar-bg.gif) no-repeat;
	width: 206px;
	display: inline;
	float: right;
	margin-top: -5px;
	margin-right: 19px; /* was 19*/
}

#footer {
	background-color: #fff; 
	width: 778px;
	margin: 0 auto;
	padding: 19px 0 0 0;
}

/*-------------Headings-------------*/
h1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h2 {
	margin-bottom: 8px;
}

h2.pagetitle {
	font-size: 1.2em;
	color:#999999;
	margin: 0 20px 0px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 8px;
}

h4 {
	color: #ccc;
	font-size: 0.9em;
}

h5 {
	font-size:1em;
	font-weight:lighter;
	letter-spacing: -0.1px;
	line-height: 140%;
	margin-bottom: 10px;
}

a {
	color: #4EA9EE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* GLOBAL NAV
------------------------------ */

#globalnav li {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 8px;
}

#globalnav li a {
	color: #fff;
	display: block;
	float: left;
	padding: 10px 11px;
	text-transform: uppercase;
	text-decoration: none;
}

#globalnav li.current_page_item {
	background: url(images/gn-bg-a.gif) no-repeat;
	text-decoration: none;
}

#globalnav li.current_page_item a {
	background: url(images/gn-bg-b.gif) no-repeat top right;
	text-decoration: none;
	color: #657801;
}

#globalnav li a:hover {
	/*color:#F4F4F4; /* FIREFOX */
	text-decoration: underline; /* FIREFOX */
}

/*-------------The Post-------------*/
h2 a:hover, h2 a:visited, h2 a {
	color: #FF8814;
	margin-bottom: 15px;
	text-decoration: none;
}

.post h2 {
	color: #FF8814;
	font-size: 2em;
	margin: 0 0 4px;
	clear: both;
}

.post {
	margin: 0 20px 25px;	
}

.post p {
	margin: 0 0 20px;	
}

.post a {

}

#content .post ul {
	list-style-position: outside;
	padding: 0;
}

.post ul li {
	line-height: 16px;
}

/* POST - IMAGE AND CAPTION */

.wp-caption {
	background-color: #F7F7F7;
	display: inline;
	float: left;
	margin: 0 10px 5px 0;
	padding: 0 3px 0 0;
	_padding: 0 1px 0 0;
}
.post img {
	-moz-background-clip:border;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/shadow.jpg) no-repeat scroll right bottom;
	border-left:1px solid #F7F7F7;
	border-top:1px solid #F7F7F7;
	margin:0;
	max-width:498px;
	padding:5px 7px 10px 5px;
}
/* ie6 */
.size-full {
	_width: 498px;
}

.wp-caption p {
	margin: 0;
}

.wp-caption-text {
	background-color: #F7F7F7;
	color: #6C6C60;
	font-size: 10px;
	padding: 0 5px 5px 5px;
}

/* Added to fix grids in The Settled Landscape launch post */
.grid {
 	width:512px;
	height:106px;
	padding: 10px 6px 0px 6px;
	margin: 0 0 0 0;
	background-color:#f7f7f7;
}

.grid img {
	background: url(images/shadow.png) no-repeat bottom right;
	padding: 4px 7px 10px 4px;
	margin: 0 0 0 0;
	border-top:#F7F7F7 solid 1px;
	border-left:#F7F7F7 solid 1px;
}

.grid .wp-caption {
		margin: 0px 5px 0px 5px;
}

/* Added for Monthly neslwetter template */
#newsletter br {
	display: none;
}
#newsletter div {
	width: 512px;
}
#newsletter .coloured {
	color: #0089c7;
}
.post #newsletter p {
	margin: 0;
	padding: 0;
}
#newsletter h3 {
	margin: 0;
	padding: 0 0 2px 0;
}
.post #newsletter img {
	background-image:none;
	margin: 0 0 0 0;
	margin-left: 0;
	padding: 0 0 0 0;
	border-top: 0;
	border-left: 0;
}
#content .post #newsletter ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 0 0;
}
#newsletter #story, #newsletter #news, #newsletter #stories, #newsletter #thumbs,#newsletter #blog, #newsletter #fact, #newsletter #social {
	border-bottom: 1px solid #EBEBEB;
	padding-top: 30px;
	padding-bottom: 30px;
}
#newsletter #header {
	background-image:none;
	height: 140px;
	margin: 0 0 0 0;
	padding: 30px 0;
	border-top: 0;
	border-left: 0;
}

#newsletter #header p {
	height: 0;
}

#newsletter #header .alignright {
	margin: 0 0 0 0;
	padding: 24px 0 0 0;
}

#newsletter #header h5 {
	clear: left;
	font-size: 1.1em;
	height: 80px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 25px 0;
}

#content .post #newsletter #story #storyImg {
	display: inline;
	float: left;
	padding: 0 20px 0 0;
	width: 265px;
}
#content .post #newsletter #story .byline {
	clear: both;
	font-size: 0.8em;
	padding: 4px 0 0 0;
	text-align: center;
	width: 265px;
}
#content .post #newsletter #story .paddingIntro {
	padding: 0 0 10px 0;
}
#content .post #newsletter #news img {
	display: inline;
	float: right;
	padding: 0 0 0 10px;
}
#content .post #newsletter #stories {
	height: 140px;
}
#content .post #newsletter #stories #storiesLeft, #content .post #newsletter #stories #storiesRight {
	display: inline;
	float: left;
	padding: 0 5px 0 0;
	width: 250px;
}
#content .post #newsletter #stories ul {
	list-style-position:outside;
	list-style-type:disc;
	margin: 10px 0 0 15px;
	width: 235px;
}
#newsletter #thumbs {
	height: 50px;
	* height: 70px; /* IE6 and IE7 */
}
#newsletter #thumbs h3, #newsletter #thumbs p {	
	display: inline;
	*display: block; /* IE6 and IE7 */
}
#newsletter #thumbs img {
	display: inline;
	float: right;
	margin-left: 8px;
	*float: left; /* IE6 and IE7 */
	*padding: 10px 0 0 0; /* IE6 and IE7 */
}
#newsletter #blog ul li {
	height: 95px;
	margin-top: 15px;
}
#newsletter #blog img {
	display: inline;
	float: left;
	padding-right: 10px;
}
#newsletter #blog .byLine {
	font-size: 0.9em;
}
#newsletter #blog .blogText {
	padding-top: 4px;
}
#newsletter #fact img {
	padding-left: 100px;
}
#newsletter #fact p {
	padding-left: 220px;
}
#newsletter #social {
	height: 50px;
}
#newsletter #social p {
	padding-left: 75px;
}
#newsletter #socialLeft, #newsletter #socialRight {
	display: inline;
	float: left;
	padding: 0 10px 0 0;
	width: 240px;
}
/* ADDED FOR WP-NOTABLE BOOKMARKING LINKS */
.post .wp-notable-line {	
	display: inline;
	float: left;
	height: 20px;
	padding: 5px 0 15px 0;
	width: 500px;
}

.post  .wp-notable-line .wp-notable {
	display: inline;
	float: left;
	height: 20px;
	margin: -15px 5px 0 0;
    width: 20px;
}

#wp-notable-delicious {
	margin: 0 4px 0 0;
}
.post .wp-notable-line img {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.wp-notable a {
	display: inline;
	float: left;
	height: 20px;
    width: 20px;
}
.wp-notable a:hover {
    border: 1px solid red;
}

/*.post .wp-notable-line {	
	height: 18px;
	padding: 5px 0 15px 0;
	width: 500px;
}

.post .wp-notable-line a {
	height: 18px;
}


*/

/* ADDED FOR TE ARA HIKO SUBMISSION FORM */

.submitButton {
	padding:3px 4px 3px 4px;
	background:#efefef;
	color:#666666;
	margin: 0 0 0 0;
	display: inline;
	border: 1px solid #efefef;
}

.inputText {
	padding: 4px 4px 4px 4px;
	background:#fafafa;
	color:#306ab3;
	width:200px;
	margin: 8px 0 0 0;
	display: inline;
	border: 1px solid #efefef;
}

/* ------------- END ------------- */



.googleMap img {
	float: none;
	background: transparent;
	padding: 0;
	display: block;
	border: none;
}


.entry, .entrytext {
	width: 100%;
	padding-top:15px;
	overflow: hidden;
	font-size: 1.3em; /* 1.2em */
}

.entrytext {
	border-bottom: 1px dotted #D7D7D0;
	margin-bottom: 30px;
}

.postmetadata img {
	background: url(images/blank.gif) no-repeat bottom right;
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
	display: inline;
	float: left;
}


p.postmetadata {
	background: #F1F1F1; /*url(images/meta-bullet.gif) no-repeat 5px 50%; /* #F6F6F6 */
	color: #696969; /* #B3B3B3 */
	margin-bottom: 0px;
	padding: 5px 6px 5px; 
}


p.alt {
	background-image: none;
}

.postmetadata a {
	color: #2092E9; /* 4EA9EE */
	text-decoration: none;
}

.postmetadata .date  {
	
}
.navigation {
	padding-bottom:25px;
}

.navigationbottom {
	padding-bottom:0px;
}


/* IE */
.alignleft { 
	margin-left: 10px;
	display: inline;
	float:left;	
}

.alignright {
	display: inline;
	margin-right: 10px;
	float:right;	
}

/* FIREFOX */
html > body .alignleft { 
	margin-left: 20px;
}

html > body .alignright { 
	padding-left: 2px;
	padding-right: 0;
	margin-left: 10px;
	margin-right: 20px;
}

.center {
	
}

.pagetitle {

}

blockquote {
	color: #999999;
	padding-left: 25px;
}

cite {

}

a img {
	
}

acronym, abbr {

}

/*---------------------------------------------------------------------------CSS NAV | Te Ara Link------------*/

 .cssnav {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(images/teAra-link-over.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 206px;
	height: 33px;
	margin: 0;
	padding: 0;
}

.cssnav a {
	display: block;
	width: 206px;
	height: 33px;
	display: block;
	float: left;
	text-decoration: none;
}

.cssnav img {
	width: 206px;
	height: 33px;
	border: 0
}

* html a:hover {
	visibility:visible
}

.cssnav a:hover img {
	visibility:hidden
}

.cssnav span {
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

/*--------------- END | CSS NAV | Te Ara Link------------*/


/*--------------Sidebar------------*/
#sidebar {
	padding-bottom: 100px;
}

#sidebar ul {
	
}

#sidebar ul h2 {	
	background: #F3F3F3 url(images/sb-h2-bg.gif) no-repeat top right;
	font-size: 1.6em;
	padding: 3px 10px 4px;
}

#sidebar #categories-102898801 h2,#sidebar ul li.widget_categories h2 {
	color: #306AB3;
}

/*
#sidebar #categories-1 li, #sidebar ul li.widget_catgories li {
	background: url(images/bullet-cats.gif) no-repeat 0 4px;
}
*/

#sidebar ul li.widget_categories li a {
	color: #3E86BD;
	text-decoration: none;
}

#sidebar ul li.widget_archive h2 {
	color: #A60031;
}

#sidebar ul li.widget_archive select {
	margin: 10px 10px 0;
	width: 181px;
}

#sidebar ul li.widget_links h2 {
	color: #01646A;
}

#sidebar ul li.widget_links li {
	background: url(images/bullet-links.gif) no-repeat 0 4px;
}

#sidebar ul li.widget_links li a {
	color: #01646A;
	text-decoration: none;
}


#sidebar ul li {
	margin-bottom: 32px;
}

#sidebar ul ul {
	margin: 3px 10px 5px;
}

#sidebar ul ul li {
	padding-left: 17px; /* 17 */
	margin-bottom: 0;
}

/*--------------------------ALTERING CHILD CATEGORY LINKS---------------------------*/
#sidebar  ul li ul li.cat-item {
	background: url(images/bullet-cats.gif) no-repeat 0 4px;
	margin: 0 0 0 0;
	padding: 0 0 0 17px;
}

#sidebar  ul li ul li ul.children li.cat-item {
	background: url(images/bullet-child.gif) no-repeat 0 4px;
	margin: 1px 0 1px 0;
	padding: 0 0 0 14px;
}

#sidebar ul ul ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sidebar p {

}

#sidebar ul ul li a {
	font-size: 1.1em;
	padding: 0 0px;
}


#sidebar ul ul li a:hover {
	color: #fff;
	background-color: #DADADA; 
}

#sidebar a:visited {

}
/* RSS */
#sidebar ul li.rss {
	padding: 1px 4px 0px;
	size: auto;
	margin: 5px 0 17px 8px; /* ID*/
}

html > body #sidebar ul li.rss {
	margin: 5px 0 31px 8px; /* FIREFOX */
}

#sidebar ul li.rss a {
	background: #f1f1f1 url(images/icon-rss.gif) no-repeat 0 50%;
	color: #FF622C;
	font-size: 1.1em;
	display: block;
	padding: 5px 5px 5px 22px;
	text-decoration:none;	
}

/* FOOTER
------------------------------*/
#footer {
	text-align: center;
}

#footer .inner {
	background: url(images/footer-bg.gif) no-repeat bottom right;
	padding: 25px 0;
	clear: both;
	margin:0 0 -1px 0;
}

#footer ul li {
	/* Border is adding || between links */
	border-left: 1px solid #D1D1C7;
	border-right: 1px solid #D1D1C7;
	display: inline;
	font-size: 1.1em;
	padding: 0 5px;
}

#footer ul li.first {
	border-left: 0;
}

#footer ul li.last {
	border-right: 0;
}

#footer a { 
	color: #9DBA01;
	text-decoration: none;
}

#footer p {
	color: #A5A5A5;
	font-size: 1.1em;
	margin: 6px 0;
}

/*--------------Comments--------------*/
#commentform {
	background: #FFF2AA url(images/commentform-top-bg.gif) no-repeat;
	margin: 0 20px;
	width: 496px;
}

#commentform div {
	background: url(images/commentform-bot-bg.gif) no-repeat bottom left;
	padding: 26px 0;
}

#commentform textarea {
	border: 1px solid #7F9DB9;
	height: 98px;
	width: 412px;
	margin: 0 15px;
}

#commentform p {
	color: #000;
	font-size: 1.1em;
	margin: 15px;
}

#commentform #submit {
	margin: 0 15px;
}

#commentform a {
	color: #F25518;
	text-decoration: none;
}

ol.commentlist {
	font-size: 1.1em;
	margin: 0 20px;	
}

ol.commentlist li {
	background-color: #F4F4E9;
	color: #94948D;
	padding: 15px;
	margin-bottom: 12px;
	list-style-type:square;
		
}

ol.commentlist li.alt {
	background-color: #EEEEE3;
	list-style-type:none;
}

ol.commentlist a {
	list-style-type:none;
}

small.commentmetadata {

}

ol.commentlist li cite {
	background: transparent url(images/icon-comment.gif) no-repeat 0 50%;
	color: #F25518;
	padding: 0 18px;
}

ol.commentlist li cite span {
	color: #AEAEA6;
}

ol.commentlist li cite a {
	color: #F25518;
	text-decoration: none;
}

h3#comments {
	color: #99B501;
	font-size: 1.4em;
	margin: 17px 20px;
}

h3#respond {
	color: #C6C6C6;
	font-size: 2em;
	margin: 0 20px;
}

ol.commentlist li p {
	margin-top: 10px;
}

/*--------------Search Form-------------*/
#sidebar ul li.search h2 {
	color: #89A201;
}

#searchform {
	margin: 0 -15px;
}

#searchform div {
	width: 100%;
	overflow: hidden;
	margin-bottom: -5px;
}

#searchform input {
	float: left;
	margin: 0 4px;
	display: inline;
}

#searchform #s {
	border: 1px solid #999;
	width: 151px;
	margin: 0;
}

.search-not-found {
}

.search-not-found #searchform {
	margin: 0 0;
}

.search-not-found #searchform div {
	margin-bottom: 0;
}

/*-------------Calendar-----------------*/
#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/
.img_lgnd {
	float: left;
	margin: 0 5px 5px 0; /* IE */
	display: block;
}

html > body .img_lgnd {
	margin: 0 20px 5px 0; /* FIREFOX */
}

.img_lgnd span {
	background-color: #F7F7F7;
	color: #6C6C60; /* #A8A89D */
	clear: both;
	margin: 0;
	padding: 6px 6px 5px 6px;
	font-size: 10px; /* bug - need a px font-size for now */
	display: block;
	width: 100%;
}

a .img_lgnd {
	text-decoration: none !important; /* ie 6 */
}


/*-------------POST HEADER for things like Te Ara Hiko header img------------------*/

.full_img img {
	float: left;
	margin-bottom: 5px;
	padding: 0 0 5px 0;
	display: block;
	border:hidden;
	max-width: 512px;
	background: none repeat scroll 0 0 #FFFFFF;
}

.full_img .img_lgnd span {
	background-color: #FFFFFF;
	clear: both;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 2px; 
	display: block;
	width: 100%;
	border:hidden;
}

.full_img .img_lgnd {
	float: left;
	margin: 0 0 10px 0;
	display: block;
	border:hidden;
}

/*-------------Images with no treatmen------------------*/
.no_treatment img {
	background:none;
	float:none;
	margin-right:10px;
	margin-bottom: 5px;
	padding: 0 0 0 0;
	display:block;
	border:hidden;
}

.no_treatment .img_lgnd span {
	background-color: #FFFFFF;
	clear: both;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 2px; 
	display:block;
	width: 100%;
	border:hidden;
}

.no_treatment .img_lgnd {
	float:none;
	margin: 0 0 10px 0;
	display:block;
	border:hidden;
}


/* HELPERS
------------------------------ */
.clear {
	clear: both;
	margin-top: 0;
	padding-top: 0;
}

hr {
	display: none;
}

.login {
	font-size: 1.1em;
	margin: 20px 20px 0;
}

p.edit {
	margin: 0 20px 20px;
}

.logo {
	position: absolute;
	bottom: 0;
	right: 20px;
}

strong {
 	font-weight: bold;
}

em {
	font-style: italic;
}

#content ul {
	list-style-image:url(images/bullet-point-lg.gif);
	margin-left: 30px;
	margin-bottom: 25px;
} 

#content ol, #content ol li{
	list-style: none;
}

/* BLOGGER ICONS
------------------------------ */
.admin {
	background: url(image/url/here) no-repeat; 
}

/* NEWLY ADDED STYLES FOR HEADER
------------------------------ */

#headerimg  {
	height: 131px;
	width: 414px;
	position: relative;
}

#headerimg h1 a {
	display: block;
	background: url(images/header-logo.png) no-repeat;
	height: 131px;
	width: 414px;
	position: absolute;
	top: -21px;
	left: -20px;
	text-indent: -9999em;
	cursor: hand;
}

#headerimg .description {
	text-indent: -9999em;
}

#wrapper {
	background: none;
}


#sidebar ul li.rss a {
	float: left;
}
