/*
Theme Name: GNTIS
Theme URI: http://wordpress.org/
Description: The GNTIS WordPress theme based on the default Kubrick(http://binarybonsai.com/).
Version: 1.0
Author:  Nectarine
Author URI: http://nectarine.com.au/
Tags:

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 0;
	text-align: left;
	 margin: 0 auto;
 width: 921px;
	}


#content {
	font-size: 1.2em
	}

.widecolumn .entry p, .fullwidthcolumn .entry p {
	font-size: 1.05em;
	}

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

.widecolumn, .fullwidthcolumn {
	line-height: 1.6em;
	}

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

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


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

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

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {

	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.5em;
	text-transform: uppercase;
	}

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

h3 {
	font-size: 1.3em;
	}

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

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

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

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

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', 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, h3 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', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



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

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	 width: 922px;
	border: 0;
	}




.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
float: left;
	padding: 10px 0 20px 0;
	margin: 5px 50px 0 100px;
	width: 450px;
	}

.fullwidthcolumn {
	padding: 15px;
	margin: 0 5px 0 5px ;
	width: 880px;
	}

.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: both;
	font-size: 0.8em;
	
}

.clear {
	clear: both;
}



/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	display: block;
	clear: both;
	}

h2.pagetitle {
	text-align: left;
}

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

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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



/* 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 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 10px;
	}

#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: 0;
	padding: 15px 3px 15px 20px ;
	margin-left: 650px;
	text-align: left;
	border-left: 1px solid #308ca3;
	}

#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
{ float:right;
 width:224px;
	}

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



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

#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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
text-transform: uppercase;
font-size: 0.8em;
display: block;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* 4 col layout based on a templated created by Keith Donegan of Code-Sucks.com */
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#logo {
 padding-left: 20px;
 border: 0;
 height: 96px;
 margin: 0;
 float: left;
 display:block;
}
#header {
 color: #333;
 width: 921px;
 padding: 0px;
 border: 0;
 height: 96px;
 margin: 0;
 background:url('/wp-content/themes/gntistemplate/images/gntis_fronttopbar_bg.jpg') repeat-x;
position: relative;
}

#pagespecificheader {
color: #333;
 width: 921px;
 float: left;
 padding: 0px;
 border: 0;
 height: 180px;
 margin: 0;
 
 border-bottom: 1px solid #e0e0e0;
}
#pagespecificheader p{
color: #333;
padding: 10px 10px 10px 460px;
}

.questionscat {
background: #f3f3d1 url('/wp-content/themes/gntistemplate/images/gntis_sectionimg_q.jpg') no-repeat;
}

.newscat, .frontcat{
background: #d8ecf0 url('/wp-content/themes/gntistemplate/images/gntis_sectionimg_news.jpg') no-repeat;
}


.resourcescat {
background: #e1efca url('/wp-content/themes/gntistemplate/images/gntis_sectionimg_res.jpg') no-repeat;
}
.eventscat {
 background: #f1d6d2 url('/wp-content/themes/gntistemplate/images/gntis_sectionimg_event.jpg') no-repeat;
}


#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #BD9C8C;
}

/*

#onetwothreecolumn { 
 color: #333;
 border: 3px solid #fff;
 background: #E7DBD5;
 margin: 0;
 padding: 10px;
 height: 400px;
 width: 668px;
 float: left;
}

#onetwocolumn { 
 color: #333;
 border: 3px solid #fff;
 background: #E7DBD5;
 margin: 0;
 padding:0;
 height: 400px;
 width: 49%;
 float: left;
}

#threefourcolumn { 
 color: #333;
 border: 3px solid #fff;
 background: #E7DBD5;
 margin: 0;
 padding: 0;
 height: 400px;
 width: 49%;
 float: left;
}

*/

#footer { 
clear: both;
width: 921px;
color: #333;
background:url('/wp-content/themes/gntistemplate/images/gntis_footerbg.jpg') repeat-x;
padding: 0px 0px 10px 0px;
 border: 0;
}

/* -- Zeldman via Benjamin nav--*/
  
#menu {
font-family:"Arial", Verdana, sans-serif;
position: absolute;
top: auto;
left:0;
bottom: 0;
  font-size: 16px;
	font-weight: normal;
	display: block;
	float: right;
}
ul#menu  {
padding-left:450px;

  list-style-type: none;
  text-align: center;
  border: 0;
}

ul#menu  li {
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
  display: block;
  background:none;
}

ul#menu  li a {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 85px;
	color: #fff;
	display: block;
	text-decoration: none;
	border: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	line-height:38px;
}
 

ul#menu  li a:hover, #menu ul li a:active, ul#menu  li.current a:hover
{
  background: #000;
  color: #fff;
}

ul#menu  li.current {
  width: 85px;
  border-top: 1px solid #8f8f8f;
	border-left: 1px solid #8f8f8f;
	border-bottom: 1px solid transparent;
	border-right: 1px solid #aaa;
	line-height:19px;
}

ul#menu  li.current a {
color: #333;
}

ul#menu li.current#blue { 
 background: #D9ECF0;
}

ul#menu  li.current#green { 
 background: #E1EFCB;
}

ul#menu  li.current#red { 
 background: #F2D6D3;
}

ul#menu  li.current#yellow { 
 background: #F3F3D1;
}

ul#menu  li.current p {
margin: 0.25em 0 0.25em 0;
}


.datecatinfo {
text-transform: uppercase;
font-size: 0.8em;
display: block;
}


table {margin: 5px 0 5px 0; border-left:5px solid #fff; border-top:5px solid #fff; padding:0; border-spacing:0 ; border-color:white; clear: both; width; 922px; table-layout:fixed}
tbody {margin:0; border:0; padding:0; border-spacing:0; border-color:white; vertical-align: top; }
tr {margin:0; border:0; padding:0; border-spacing:0; border-color:white; vertical-align: top; }

td.25percent, td.50percent, td.33percent, td.66percent{
background: #000; 
vertical-align: top; 
margin:0; 
border: 5px solid #fff; 
padding:0; 
border-spacing:0; 
border-collapse: collapse;
}

td {
border-right: 5px solid #fff; 
} 

table h3{
margin: 1em 10px 0 10px;
font-size: 1.05em;
line-height: 1.05em;
}

table p{
margin: 0 10px 0 10px;
padding:0;
}
 table li {
 list-style-type: none;
 margin: 1em 10px 0 10px;
 }
#blue { 
 background: #D9ECF0;
}

#green { 
 background: #E1EFCB;
}

#red { 
 background: #F2D6D3;
}

#yellow { 
 background: #F3F3D1;
}


h3#blue, p#blue{
 background:url('/wp-content/themes/gntistemplate/images/gntis_frontnewssubhd_bg.jpg') repeat-x; 
 color:#fff;
 }
 
 h3#green, p#green{
 background:url('/wp-content/themes/gntistemplate/images/gntis_frontressubhd_bg.jpg') repeat-x;
  color:#fff;
 }
 
 h3#yellow, p#yellow{
background:url('/wp-content/themes/gntistemplate/images/gntis_frontfaqsubhd_bg.jpg') repeat-x; 
 color:#fff;
 }
 
 h3#red, p#red {
 background:url('/wp-content/themes/gntistemplate/images/gntis_fronteventssubhd_bg.jpg') repeat-x; 
  color:#fff;
 }
 
li.links {
 list-style-type: none;
 }
 
h3.coltitle{ 
color:#fff;
padding: 40px 10px 5px 10px;
font-size: 1.25em;
margin:0;
 }
 
p.coltitle{ 
color:#fff;
padding: 10px 10px 5px 10px;
font-size: 1em;
margin:0;
text-align: right;
 }
 
 h3.coltitle.25percentcol , p.coltitle.25percentcol{
 width:224px;
 }
 h3.coltitle.33percentcol, p.coltitle.33percentcol  {
 width:298x;
 }
 h3.coltitle.50percent, p.coltitle.50percent {
 width:453px;
 } 
 
  h3.coltitle.66percent, p.coltitle.66percent {
 width:606px;
 } 
#footer p.left {
margin: 10px 0 0 10px;
padding-right: 20px;
text-align: left;
display: inline;
position: relative;
color: #fff;
float:left;
} 
#footer div.aktt_tweets {
float:left;
margin: 10px 0 0 40px;
display: inline;
}

#footer div.aktt_tweets ul li{
margin-bottom:10px;
text-align: left;
position: relative;
color: #fff;
line-height:1em; 
list-style-type:none;
width:400px;
}

#footer div.aktt_tweets ul li a{
text-decoration: underline;
color: #fff;
}

#footer p.right{
margin: 10px 0 0 650px;
padding-left: 20px;
text-align: left;
border-left: 1px solid #308ca3;
display: inline
color: #fff;
float:left;
}

#footer a.left{
margin: 10px 0 0 10px;
padding-left: 20px;
text-align: left;
color: #fff;
}


#footer a.right{
margin: 10px 0 0 650px;
padding-left: 20px;
text-align: left;
border-left: 1px solid #308ca3;
color: #fff;
}



/* EventCalendar. Copyright (C) 2005 2006, Alex Tingle.  $Revision: 263 $
 * This file is licensed under the GNU GPL. See LICENSE file for details.
 */

/***
 ***  Calendar
 ***/

#wp-calendar table {
 width:100%;
 border: 0;
}

#wp-calendar #prev {
  text-align:left;
}

#wp-calendar #next {
  text-align:right;
}

.ec3_eventday a {
 color:#a00 !IMPORTANT;
}

#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
 padding:1px;
 border:none;
}

#wp-calendar table td:hover,
#wp-calendar table #today {
 padding:0px;
 border:solid 1px #999;
}

/* The EC graphic. */
.ec3_ec {
 display:none;
 float:right;
 border:none;
 width:13px;
 height:9px;
}
.ec3_ec span { display:none }


/***
 ***  Popup
 ***/

.ec3_popup {
 margin:0 !IMPORTANT;
 padding:0 !IMPORTANT;
 border:none;
 position:absolute;
 border-collapse:collapse;
 filter:alpha(opacity=87);
 -moz-opacity:.87;
 opacity:.87;
 z-index:30000;
}

.ec3_popup td {
 padding:0;
}

.ec3_popup table {
 border:solid #999 1px;        /* popup border */
 background-color:#eeb;        /* popup background colour */
 font-size:x-small;            /* popup font size */
 color:black;
 text-align:left;
}

.ec3_popup table td {
 padding:1.5px 3px 1.5px 3px;
}

#ec3_shadow0 div { width:8px; height:32px; }
#ec3_shadow0 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom right;
 vertical-align:bottom;
}

#ec3_shadow1 {
 margin:0;
 padding:0;
 border:none;
 height:16px;
 background-repeat:repeat-x;
}

#ec3_shadow2 div { width:8px; height:32px; }

#ec3_shadow2 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom left;
 vertical-align:bottom;
}

/***
 ***  Event list
 ***/

.ec3_list {
 margin-left:10px;
 word-spacing:-1px;
 letter-spacing:-0.2px;
 color:#800;
}

.ec3_list li {
 font-size:1em !IMPORTANT;
}

.ec3_list li:before {
 content:"" !IMPORTANT;
}

/***
 ***  Schedule
 ***/

table.ec3_schedule {
 border-collapse:collapse;
 margin:0.5ex 1ex 0.5ex 0;
 border:solid 1px #800;
  border-right:solid 1px #800;
 float:left;
}

table.ec3_schedule td {
 padding:0 0.5ex 0 0.5ex;
 color:#800;
}

td.ec3_start { text-align:right; }

td.ec3_to    { text-align:center; }

.tweet {
    list-style-type: none;
    margin: 0;
    padding: 0; 
    font-weight:bold;
    -webkit-border-radius: .5em;
    background-color: #e1f6fa;
    margin: .75em;
       }
    .tweet .tweet_list li {
      overflow: auto;
      padding: .5em; 
      margin: .25em 10px .35em 10px;
  
          }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
.tweet_text {
font-weight:normal; }

