/*  
Theme Name: TLC Xpress template
Theme URI: http://tlc.ac.nz/newsletter
Description: The Learning Connexion's news and notices hub - TLC Xpress
Version: 0.1
Author: TLC Admin
Author URI: http://tlc.ac.nz/

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

	Kubrick 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

*/

/* nav */
/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image:  url(../../../../../css/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #eee;
	background: #013366;
}

.menu ul {
	width: 15em;
}

.menu a {
	text-decoration: none;
	color: #eee;
	padding: .4em 1em;
	display: block;
	position: relative;
	font-size: 1.1em;	
}

.menu a:visited, .menu li:visited>a {
	text-decoration: none;
	color: #eee;
	padding: .4em 1em;
	display: block;
	font-size: 1.1em;	
}

.menu a:hover, .menu li:hover>a {
	color: #fc3;
	text-decoration: none;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #567;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts 
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567; 
}*/

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/
</style>





<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
/*<![CDATA[*/

/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */

/*
	this rules improves accessibility - if Javascript is disabled, the entire menu will be visible
	of course, that means that it might require different styling then.
	in which case you can use adxie class - see: aplus.co.yu/adxmenu/examples/ie6-double-style/
 */
.menu ul {
	visibility: visible;
	position: static;
}

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
	top: 100%;
	left: 0;
}

.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #fc3;
}

.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/*]]>*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	background: #f7f7f7;
/*	background-image: url(http://tlc.ac.nz/nav_gfx/newsletter/xpress_grime.jpg);
	background-repeat: repeat-x;
	background-position: top; */
	color: #333;
	text-align: center;
	}

#page {
	background-color: #e9edf1;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/tlcheader.jpg') no-repeat bottom center;
	}
#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 212px; 
	width: 940px; 
}
#siteNav	{
	position: absolute;
	padding: 0;
	width: 958px;
	background:#003366 url('http://www.tlc.ac.nz/newsletter/wp-content/themes/tlcxpress/images/tlc_masthead.png') no-repeat right;
}

#xpressNav 	{ 
	margin: 7px 9px 0; 
	height: 16px; 
	width: 600px; 
	}
#content {
	font-size: 1.2em
	}
#content ul {
	display: inline;
	text-decoration:none;
	list-style-type:none;
}	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

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

#footer {
	background: #fff; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Calibri, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.6em;

	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2.2em;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

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

h2, h2 a, h2 a:visited {
	color: #cc3333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
p.greenLight	{
	background-color: #cfdecf;
	padding: 1px 3px;
}
.loginRed	{
	color:#ff3333;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* TLC custom sidebar */
#sidebars	{
margin: 0 0 0 540px;	
padding: 0;
background-color: #eaedf3;
}

#tlcsidebar {
width: 212px;
float: left;
background-color: #fff;
/*background-image: url(http://tlc.ac.nz/newsletter/wp-content/themes/tlcxpress/images/recent_sidebar_background.png);
background-repeat: no-repeat;
background-position: top;*/
}

#tlcsidebar ul {
margin: 0;
padding: 10px 15px;
list-style: none;
}
#tlcsidebar ul ul {
margin: 0;
padding: 0;
border-top: 1px solid #6c83b0;
}

#tlcsidebar ul ul li {
background-color: #fff;
border-bottom: 1px solid #b0c1e5;
font-size: 1.1em;
}

#tlcsidebar ul ul li.blue {
color: #fff;
background-color: #638bb1;
border-bottom: 1px solid #638bb1;
padding-left: 5px;
}

#tlcsidebar ul li.green {
color: #92b06c;
background-color: #fff;
}

#tlcsidebar ul ul li {
background-color: #fff;
border-bottom: 1px solid #b0c1e5;
font-size: 1.1em;
padding-top: 10px;
}

#tlcsidebar ul ul li a {
margin: 0;
padding: 4px 10px 2px 10px;
display: block;
text-decoration: none;
}

#tlcsidebar ul ul li a:link, ul ul li a:visited {
color: #6c83b0;
width: 151px;
}

#tlcsidebar ul ul li a:hover, ul ul li a:active {
color: #fff;
background: #c5ccda;
}

#tlcsidebar h2 {
margin: 0;
padding: 10px 0px;
font-size: 1.2em;
color: #cc3333;
}

#tlcsidebar form {
margin: 0;
padding: 2px 10px;
}
/* 2nd custom sidebar */
#loginsidebar {
width: 200px;
padding-bottom: 5px;
float: left;
background: #fcfcfc;
border: #ccc solid 1px;
border-top: none;
}
#loginsidebar ul {
margin: 0;
padding: 10px 8px;
list-style: none;
}
#loginsidebar ul ul {
margin: 0;
padding: 0;
border-top: 1px solid #b06c6c;
}
#loginsidebar ul ul.green {
margin: 0;
padding: 0;
border-top: 1px solid #00994c;
}

#loginsidebar ul li img {
	border:none;
	padding:none;
}
#loginsidebar ul ul {
margin: 0;
padding: 0;
}
#loginsidebar ul ul.green {
margin: 0;
/*background-image: url(http://www.tlc.ac.nz/images/promo/go/newsletter_go_title.jpg);
background-repeat: no-repeat;*/
padding-bottom: 20px;
padding-top: 5px;
border:none;
}
#loginsidebar ul ul li {
color: #b06c6c;
background-color: #f3eaea;
/*border-bottom: 1px solid #990000;*/
padding-left: 2px;
}

#loginsidebar ul ul li.green {
color: #669900;
background-color: #eaf3eb;
border-bottom: 1px solid #669900;
padding-left: 5px;
}

#loginsidebar ul ul li a {
margin: 0;
padding: 2px 10px 0px 10px;
display: block;
text-decoration: none;
line-height: 100%;
font-size: 1.1em;
}

#loginsidebar ul ul li.green a:hover {
background-color: #eaf3eb;
margin: 0;
padding: 2px 10px 0px 10px;
display: block;
text-decoration: none;
}
#loginsidebar ul ul li a:link, #loginsidebar ul ul li a:visited {
color: #990000;
}

#loginsidebar ul ul li a:hover, #loginsidebar ul ul li a:active {
color: #fff;
background: #dac5c5;
}

#loginsidebar h2 {
margin: 0;
padding: 10px 0px;
font-size: 1.2em;
color: #990000;
}
#loginsidebar h2.green {
margin: 0;
padding: 10px 0px;
font-size: 1.2em;
color: #669900;
}

#loginsidebar form {
margin: 0;
padding: 2px 10px;
}

/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 960px;

	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 958px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#xpressNav {
	position:relative;
	margin: 0;
	padding: 0;
	height: 20px;
	top: 180px;
	width: 600px;
	overflow: hidden;
	}	
#xpressSearch {
	position:relative;
	margin: 0;
	top: 32px;
	left: 710px;
	width: 210px;
	padding-left: 5px;
/*	border: 1px solid #000;*/
	}	
.narrowcolumn {
	float: left;
	padding: 0 50px 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	background-color: #fff;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;

	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

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

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 10px 0px 20px 10px;
	margin: none;
	width: 450px;
	clear: both;
  background-color: #eaedf3;
	}

#footer p {
	margin: 0;
	padding: 5px 0 0 15px;
	text-align: left;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 20px;
	padding-left: 550px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
img {
     margin: 5px;
     padding: 10px;
     border: solid #dfdfdf 1px;
}

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 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 700px;
	width: 235px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	padding: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Custom */
img.right {
float: right;
margin:10px 0 0 10px;
}
img.left {
float: left;
margin:0 7px 0 0;
padding: 0;
clear:left;
}

/*custom tags*/

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #336699;
	padding-left: 8px;
	background-color: #fff;
}

/* sidebar notices */
h3.blue		{
	background-color: #336699;
	color:#fff;
	width: 170px;
	height: 20px;
	padding-top: 3px;
	font-weight: bold;
	background-image: url(http://tlc.ac.nz/nav_gfx/news_notices.png);
	background-position:right;
	background-repeat: no-repeat;	
}
.recentFeatures	{
	color: #fff;
	background-color: #fff;
	background-image: url(http://tlc.ac.nz/newsletter/wp-content/themes/tlcxpress/images/xpress_sidebar_recentHeader.png);
	background-position:left;
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
	float: left;
    width: 180px;
}
h4.articleFooter	{background-color: #336699; color:#fff; font-size:1.4em; padding-left: 1em;}
.soldOut	{font-size: 0.9em; font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif; font-weight: bold; color: #fff; background-color:#FF6600; padding: 1px 4px 1px 4px;}