/*  
Theme Name: Gravity Discovery Centre
Theme URI:
Description: This theme has been custom designed for the Gravity Discovery Centre.  If you need to contact us, please do so on 08 9388 6918
Version: 
Author: Nutwork Web Design
Author URI: http://www.nutwork.com.au
*/

/* colours
Find and replace these terms... in reverse order
#body-bg
#main-font
#nav-link
#nav-link-hover
#nav-link-hover-bg
#heading-color
#heading-link
#04377e-hover
#main-link
#466cac-hover
#side-h3
#side-p
#side-link
#313131-hover
*/


* { margin: 0; padding: 0; }

body {
	text-align: center;
	margin: 0 auto;
	font: 12px arial, Geneva, sans-serif #313131;
	}
	

/* -------------------
Main Structure
------------------- */
#AllWrapHome {
	width: 100%;
	Height: 100%; 
	background: #011635 url(images/bg_blank.jpg) no-repeat center 0 fixed;
}

#allWrap {
	width: 100%;
	Height: 100%; 
	background: #011635 url(images/bg-high.jpg) no-repeat center 0 fixed;
}

#frame {
	width: 980px;
	text-align: left;

	margin: 0px auto 0px auto;
	}
#new-mid {
  	background: url(images/frame_bg.png);
  	border-left:1px solid #ffae13;
} 

#middle {
  overflow: auto;
	margin:0 auto;
	clear: both;
  background: url(images/sidebar_bottom.jpg) left bottom no-repeat;
  
	}

#content {
	width: 465px;
	padding-left: 20px;
	padding-right: 20px;
  margin-top:10px;
  float:left;
  margin-left:20px
	}
	
#sidebar {
	float: left;
	width: 223px;
	margin-bottom:300px;
	}
#sidebar2 {
	float: right;
	width: 190px;
	padding: 20px;

	}
	
#clear_nav {
  margin-top: 0px;
	height: 0px;
  clear: both;
	background-repeat: no-repeat;
}
/* -------------------
Header
------------------- */

#header {
    background: url(images/logo.png) no-repeat 100px 207px;
    width: 980px;
    height: 331px;
    margin:0px auto;
    clear: both;
		padding: 0px;
	}

	
.headImgLink {
  display:block;
  width:980px;
  height:290px;
  text-indent:-9000px;
}	



/* -------------------------------
navigation
---------------------------------- */
	

#nav {
	font-family: verdana, arial, Geneva, sans-serif;
	width: 980px;
	height: 41px;
	margin: 0 auto;
	background: url(images/nav_bg.png);
	clear: both;
  margin-top:-41px; 
}

#nav ul {
	list-style: none;
  margin-right: 20px;
	text-align: center;
	float:right;
}

#nav li {
	float: left;
	margin-top:1px;
}

#nav li a:link, #nav li a:visited {
	display: block;
	text-decoration: none;
	text-transform: none;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 10px 29px 0 29px;
	color: #fff;
	font: 12px arial,San-serif normal;
  outline: none;
}

/*
#nav li a:visited {
	color: #nav-link-visited;
	display: block;
	text-decoration: none;
	text-transform: none;
	width: 100px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	font: 12px arial,San-serif normal;
  outline: none;
}
*/

#nav li a:hover {
	color:#fff;
  background-color:#093a7e;
}

#nav .current_page_item {
  color:#fff;
  background-color:#0b4596;
}



#nav li a:active {
	text-decoration:none;
}



a {
  outline:none;
  }



/* -------------------
Content
------------------- */

#content .post {

	}
	
/* Headings */
	
#content h1 {
	color: #04377e;
	font: 28px arial,San-serif; 
	margin: 10px 0px 5px 0px;
	}


#content h2 {
	color: #04377e;
	font: 19px arial,San-serif; 
	font-weight: normal;
	/*margin: 12px 0 8px 0;
  padding: 4px 0px 5px 0;*/
}

#content h2 a {
	color: #04377e;
	text-decoration: underline;
	font: 19px arial,San-serif; 
	font-weight: normal;
	outline: none;
}

#content h2 a:hover {
	color: #466cac;
}
	
#content h3 {
	font: 16px arial,San-serif;
	font-weight: normal;
	color: #04377e;
	margin: 0;
  padding: 4px 0px 5px 0;
}

#content h3 a {
	font: 16px arial,San-serif;
	font-weight: normal;
	color: #04377e;
	text-decoration: underline;
}

#content h3 a:hover {
	color: #466cac;
}
	
#content h4 {
	font: 13px arial,San-serif;
	color: #04377e;
	font-weight: bold;
	padding-top: 5px;
	margin: 0;
  padding: 4px 0px 2px 0;
}
	
#content h5 {
	font: 13px arial,San-serif;
	margin: 0;
  padding: 4px 0px 2px 0;
	color: #04377e;
	font-weight: bold;
	padding-top: 5px;
}
			
#content p, #content dl, #widgetshoppingcart, .wpsc_container, .entry {
	font: 12px/22px arial,San-serif;
  color: #313131;
}
	
#content p, #content ul, #content ol, #content dl {
	margin: 0 0 10px 0;
}

#content ul {
  list-style-type:disc;
}

#content ol {
  list-style-type:decimal;
}

#content li {
	margin: 0 0 0 0px;
	font: 12px/15px arial,San-serif;
  color: #313131;
}
	
#content dl dt {
	font-weight: bold;
}
	
#content dl dd {
	margin: 0 0 0.4em 0.5em;
}
	
#content blockquote {
	margin: 0 0 0 1em;
	border-left: 5px solid #15a1c4;
	padding: 0 0 0 1em;
}
	
#content a {
	color: #466cac;	
	font: 12px/22px arial,San-serif;
	font-weight: normal;
 }
#content a:hover { color: #04377e; }
	
#content .post ul.post-data {	
	list-style: none;
	font: 12px arial,San-serif;
	padding: 0.1em 0 0.2em 0;
	color: #313131;
	margin: 1.3em 0 0 0;
	}

#content .post ul.post-data li {
	color: #313131;
	}
	
#content .post ul.post-data a {
	color: #466cac;
  text-decoration: underline;
  font-weight:normal;
	}
	
#content .post ul.post-data a:hover {
	color: #04377e;
	text-decoration: underline;
	font-weight: normal;
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline;
	font: 12px arial,San-serif;
	}
	

#content .post ul.post-data li.comments a {
	padding: 0 0 0 15px;

	}
#content .post ul.post-data li.tags {
	margin: 0 0 0 0.7em;
	}

	
#content .post ul.post-data li.tags a {
	padding: 0 0 0 1px;

	}
	
#content .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;

	}
	
#content .post ul.post-data li.posted a {
	padding: 0 0 0 1px;

	}
	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover, #content .post ul.post-data li.tags a:hover {
	background-position: 0 -38px;

	}

.entry {
	margin: 0px 0 0px 0;
	padding: 0px 0 5px 0;
	}

.entry  p {
	margin: 5px 0 5px 0;
	padding: 0;
	}


.entry  img { 
  padding: 5px;
}

.entry  img.alignleft { 
                float: left;
                margin: 3px 3px 1px 0;
                }

.entry  img.alignright { 
                 float: right;
                 margin: 0 3px 1px 3px;
                 }

.spacer {   padding: 0px;
            text-align: right;
            text-transform: lowercase;
            }
	

/* -------------------
Comments
------------------- */

#content #comments {
	margin: 0 20px 20px 25px;
	}
	
#content #comments .comment {
	margin: 0 0 2em 0;
	font: 12px arial,San-serif;
	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
	font: 12px arial,San-serif;
	color: #313131;	
}

#content #comments .comment a:hover { 
	font: 12px arial,San-serif;
	color: #313131; 
}
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
	font: 12px arial,San-serif;
	}
	
#content #comments .comment .comment-data p {
	font: 12px arial,San-serif;
	color: #313131;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
}
	
#content #comments .comment .comment-data p a { 
	font: 12px arial,San-serif;
	color: #313131; 
}

#content #comments .comment .comment-data p a:hover { 
  color: #313131; 
}

#content #comments form {
	color: #313131;
	font: 12px arial,San-serif;
	}

#content #comments form a { color: #313131; }
#content #comments form a:hover { color: #313131; }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* -------------------
Sidebar
------------------- */


	
#sidebar h3, #sidebar2 h3 {
	color: #053990;
	font: 18px/17px arial,San-serif;
	font-weight: normal;
	margin: 0 0 0px 0;
  padding: 6px 0px 2px 0px;
	text-align: left;
	}
#sidebar2 h3.dark {
  font: 13px/17px verdana, arial,San-serif;
	font-weight: normal;
}	
#sidebar p, #sidebar li, #sidebar2 p, #sidebar2 li {
	color: #333;
	font: 13px/15px verdana, arial,San-serif;
  text-align: left;  
  list-style:none;      
}
#sidebar2 p, #sidebar2 li {
  font: 11px/15px verdana, arial,San-serif;
}
	
#sidebar p, #sidebar ul, #sidebar ol {
	/*margin: 0 0 16px 0;*/
	}
	
#sidebar ul, #sidebar2 ul { 
	list-style: none; 
	}

#sidebar ul li, #sidebar2 ul li {

	list-style-type: none;
	}
	
#sidebar a {
	/*color: #fff;*/
	text-decoration: none;
  font-weight:normal;
	}
	
#sidebar a:hover {
	/*color: #04377e;*/
	text-decoration: none;
  font-weight:normal;
}

#sidebar2 a {
	color: #313131;
	text-decoration: none;
  font-weight:normal;
	}
	
#sidebar2 a:hover {
	color: #04377e;
	text-decoration: none;
  font-weight:normal;
}








/* -------------------
Sidebar widgets
------------------- */

#widget_news {
	width: 100%;
	padding: 10px 0 0 0;
	background-image:url(images/widget_bg.jpg);
	background-repeat: no-repeat;
}


.widget_bottom {
	height: 22px;
	background-image:url(images/widget_bottom_bg.jpg);
	background-repeat: no-repeat;	
}


#widget_news h1  {
	color: #777777;
	padding: 8px 0 5px 0;
	margin: 0 0 0 15px;
	font: 16px arial, Geneva, sans-serif;
	font-weight: normal;
}


#widget_news a {
	color: #E31F3A;
	font: 12px arial, Geneva, sans-serif;
	margin: 0 0 0 15px;
	padding: 0;
}

#widget_news a:active {
	color: #E31F3A;	
}

#widget_news a:visited {
	color: #666666;	
}

#widget_news a:hover {
	color: #000000;	
}

#widget_search {
	width: 100%;
	padding: 10px 0 0 0;
	background-image:url(images/widget_bg.jpg);
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
}


#widget_search h1  {
	color: #777777;
	padding: 8px 0 5px 0;
	margin: 0 0 0 15px;
	font: 16px arial, Geneva, sans-serif;
	font-weight: normal;
}

#widget_search form {
	margin-left: 15px;	
}


#widget_subscribe {
	width: 100%;
	padding: 10px 0 0 0;
	background-image:url(images/widget_bg.jpg);
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
	text-align: left;
}

#widget_subscribe h1  {
	color: #777777;
	padding: 8px 0 5px 0;
	margin: 0 0 0 15px;
	font: 16px arial, Geneva, sans-serif;
	font-weight: normal;
}

#widget_subscribe p {
	text-align: left;
	margin-left: 15px;
}

#widget_subscribe form {
	margin-left: 0px;
	text-align: left;	
}








/* -------------------
Footer
------------------- */

#footer {
    clear: left;
    width: 980px;
    height: 210px;
    background: url(images/footer_bg.jpg) no-repeat;
    margin:0 auto;
    padding: 0px;
    border-top:1px solid #ff4322;
    border-left:1px solid #ffae13;
    margin-bottom:20px;
	}

#footer_nav {
	position: relative;
  top:40px;
	text-align: center;
  width:100%;
	float:left;
	overflow:hidden;
}

#footer_nav ul {
	list-style:none;
	font-family: arial, Geneva, sans-serif;
	text-align:center;
	position:relative;
	left:50%;
	float:left;
}


#footer_nav ul li {
  position:relative;
	display: block;
	border-left: 1px solid #fff;
	float:left;
	padding: 0px 10px; 
	height: 25px;
	right:50%;
}

#footer_nav li:first-child {
  border-left: 0px solid #843033;; 
}


#footer_nav li a {
	text-decoration: none;
	text-transform: none;
	color:#fff;
	font-weight: normal;
	font-size:11px;
  outline: none;
}

#footer_nav li a:link {
	text-decoration:none;
}

#footer_nav li a:visited {
	text-decoration:none;
  color: #fff;
}

#footer_nav li a:hover {
	color:#fff;
}

#footer_nav li a:active {
	text-decoration:none;
}
	
#footertext {
	clear: both;
	width: 100%;
	position: relative;
	top: 60px;
	text-align:center;
}
		
#footer #footertext {
	color: #fff;
	font: 11px arial,San-serif; 
	padding: 0px 0 0 0;
	}
	
#footer #footertext a {
	color: #fff;
	text-decoration:underline;
	}

#footer #footertext a:hover {
	color: #fff;
	text-decoration:underline;
	}
	
#footer #searchform {
	padding: 32px 0 0 31px;
	}
	
#footer #searchform .searchfield {
	height: 18px;
	}
	
#footer #searchform .searchbutton {
   height:23px;
	}


.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;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	letter-spacing: 1px;

	}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	}
ol.commentlist .author_comment {
	background:#F5F5F5;
	border-bottom: 1px solid #0066CC;
	border-top: 1px solid #0066CC;
}

#commentform {
	margin: 2em 0;
	margin-left:2em;
	width: 565px;
}

#commentform textarea {
	border: 1px solid #333;
	width: 475px;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 12px;
	border: 1px solid #333;
	width: 180px;
	height: 15px;
}

#commentform input{
	margin-bottom: 3px;
}

#commentform #submit {
	margin:0 auto;
	float:left;
  background:#000000;
  color: #ffffff;
	font: 12px arial,San-serif;
	border:1px solid #000000;
	padding:2px 8px 2px 8px;
  margin-bottom: 10px;
  height: 20px;
	}

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

.post .info{

}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


/* TABLES ------------------------------ */


table.StandardTable 
{
	text-align: left;
	margin-left: 0px;
	border-bottom: 2px solid #777777;
	font: 10px arial, Geneva, sans-serif;
}

.StandardTable th {
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/table-head-bg.jpg) repeat-x ;
	text-align: left;
	vertical-align: bottom;
	font-size: 15px;
}


.StandardTable td {
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #999999;
	color: #555555;
	font-weight: normal;
	background-color: #FFFFFF;
	vertical-align: top;
}

.TableSubHeading td {
	padding: 10px 5px 2px 5px;
	color: #888888;
	font-weight: bold;
	background-color: #EEEEEE;
	background: url(images/table-subhead-bg.jpg) repeat-x ;
  font-family: arial, Arial;
	text-align: left;
	vertical-align: bottom;
	font-size: 12px;
}

/* -------------------
Extras
------------------- */

.roundMe {
  border: 1px #b21d24 solid;
  margin: 10px;
    padding: 0px 10px 10px 10px;
  -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #c2232b;
}

.imgLink {
  border:0px;
}

small {
  font-family: arial, Arial;
  font-size:10px;  
}


table.shoppingcart {
  display:none;
}

.wpsc_container {
  float:left;
}

.clear {
  clear:both;
}
#search-submit  {
  /*width:175px;*/
  height:22px;
  float:left;

}
.search {
  height:40px;

  }
#search-text {
  width:125px;
  height:20px;
  float:left;
  margin-right:5px;
}
strong {
  font-weight:bold;
}
.ngg-galleryoverview {
  clear:none !important;
}

/* 
  ****  All for the menu on the left
  *
  */    
.page_item ul {
  display:none;
}
.current_page_item ul, .current_page_parent ul {
  display:inline;
}
.current_page_parent ul li {
  background:#f8e797 !important;
}

ul.sideNav {
  background:#ffd000 url(images/side-nav-bg.jpg) no-repeat 0 bottom;
  color:#391000;
  padding-top:20px;
  padding-bottom:40px;
}

ul.sideNav  a {
  color:#391000;
  display:block;
  /*height:21px;*/
  padding:3px 20px 0 20px;
  border-bottom:1px solid #c94700;
  line-height:21px;
  outline:none;
  font-weight:bold !important;
  font-size:12px !important;

  }
ul.sideNav  a:hover {
  color:#fff;
  background:#8f4000;
}
ul.sideNav ul {
  /*background:#f8e797;*/
}
ul.sideNav ul  a {
  color:#7e5300;
  display:block;
  border-bottom:1px solid #decf87;
  padding-left:40px;
  font-size:12px;
  background:#f8e797;
  }
ul.sideNav ul  a:hover {
  color:#fff;
  background:#dca100;
  }
ul.sideNav li:last {
  margin-bottom:30px;
}
 
/****  New Stuff ****/
a.donateButton  {
  display:block;
  width:190px;
  height:86px; 
  background:url(images/donation.png) no-repeat 0 -86px;
} 

a.sponsorButton  {
  display:block;
  width:190px;
  height:103px; 
  background:url(images/ausTubeMills.png) no-repeat 0 0px;
} 
a.sponsorButton1  {
  display:block;
  width:190px;
  height:103px; 
  background:url(images/ausGovSponsor.jpg) no-repeat 0 0px;
}  

a:hover.donateButton {
  background:url(images/donation.png) no-repeat 0 0;
}

div.leaningTower {
  background:url(images/leaning-tower.jpg) no-repeat;
  width:190px;
  height:410px;
}
.donation, .leaningTower, .shoppingCart, .sponsor {
  margin-top:20px;
}

#vrp_image_box {
  height:auto !important;
  clear:both;
  }
img.vrp_img_mag {
  padding-top:20px !important;
}
#vrp_excerpt_mag a, #vrp_excerpt_mag a:hover {
  color:#333;
  cursor:default;
}
.post {
  clear:both;
}
div.kjo-link {
  display:none !important;
}
span.calnk span { 
  width:275px !important;
  }
.calnk a {
  font-size:11px !important;
  line-height:15px !important;
}
