@import url("http://sandgoanna.com.au/www/wp-content/themes/k2/styles/sandgoanna/wii-button.css");
@import url("http://sandgoanna.com.au/www/wp-content/themes/k2/styles/sandgoanna/table.css");


/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: mARTin Bierschenk
	Author Site	: martin-bierschenk.de
	Style Name	: Sand Goanna
	Style URI	: www.sandgoanna.com.au
	Version		: 0.9
	Comments	:
*/

body {
    font-family: Century Gothic, "Lucida Grande", "Lucida Sans Unicode", Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-size: 62.5%; /* Resets 1em to 10px */
	
    background:#f4f4f4 url(http://sandgoanna.com.au/www/wp-content/themes/k2/styles/sandgoanna/bg.gif) fixed top center repeat-y;
	color:#303030;
	text-align: center;
	}

/*- Page Structure */

#topbar{ /*The first line with the Blogtitle, Tagline and description*/
	width:780px;
	height: 33px;
	background: transparent;	
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 10px; /*the first Number is what controls the space between the header and the top of the page where it touches the browser*/
	position: relative;
	border:0px solid #0000FF; /* Bugfixing purpouse */
	clear: both;
	/* display: block; */
	}
	
#page {
	/* The entire design is contained within the 'page' id */
	background: transparent;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 10px; /*the first Number is what controls the space between the header and the top of the page where it touches the browser*/
	position: relative;
	border:0px solid #00FF00; /* Bugfixing purpouse */
	border-top: none;
	clear: both;
	}


.columns-one #page {
	width: 780px;
	}

.columns-two #page {
	width: 780px;
	}

.columns-three #page {
	width: 950px;
	}
	
#header {
	/* Contains the H1 and menu */
	border:0px solid #FF0000; /* Bugfixing purpouse */
	height: auto;
	color:#000000;
	margin-top:0px;
	padding:0;
	left: 0px;
	position: relative;
	background: transparent; /*default Header Image*/
	background-position: top right;
	display: block;

	/* display: block; */
	}
	
/*- Headings */

h1.blog-title  { /* H1 is the title in the header */
	color:#000000; 
	text-align: right;
	float:left; 
	font-size:2.25em; 
	font-weight:normal; 
	line-height:1.3em; 
	padding:0;
	margin:0 0 10px;
	width:300px;
	letter-spacing: 0px;
	display: inline;
	border:0px solid #CCCCCC; /* Bugfixing purpouse */
	}

h1.blog-title a{
	color:#000000; 
	text-decoration:none;
	}
	
h1.blog-title a:hover {
	color:#ff0090; 
	text-decoration: underline overline;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #27d;
	line-height: 1.2em; 
	}	
				
.description { /* Description in header */
	text-decoration: none;
	border:0px solid #00FF00; /* Bugfixing purpouse */
	border-left:1px solid #CCCCCC;
	color:#777777; 
	float: left; 
	text-align: left; 
	font-size: 1.1em; 
	line-height: 3em; 
	margin-left: 10px; 
	padding-left: 10px; 
	width: 200px;
	display: inline;
	}
	
.phone_and_mail { /* Phone and Mail in header */
	text-decoration: none;
	border:0px solid #0000FF; /* Bugfixing purpouse */
	color:#FF0090; 
	width: 350px;
	display: inline;
	font-style:bold;
	border-left:1px solid #CCCCCC;
	float: left; 
	text-align: left; 
	font-size: 2.25em; 
	line-height: 1.4em; 
	margin-left: 10px; 
	padding-left: 10px; 
	font-family: "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: -1px;
	}

/*----------- Search Form and Livesearch ----------*/
#live-search-popup {
	z-index:40;
	}

	
#livesearchbar { /* Live Search Bar in the Header */
	border:0px solid #0000FF; /* Bugfixing purpouse */
	width: 200px;
	float: right;
	position:absolute; 
	top:0px;
	left:0px;
	margin-left: 620px;
	margin-top: 265px;
 	z-index:50;
	}
		
#primary {
	/* Contains the main column */
	border:0px solid #FF00FF; /* Bugfixing purpouse */
	position: relative;
	float: left;
	width: 710px; /* default is 500px */
	padding: 10px;
	z-index:1;
	}
	
/*- Primary Contents */

body.columns-two #primary-wrapper {
	float: left;
	margin-right: -220px;
	width: 100%;
	}

body.columns-two #primary {
	margin-right: 220px;
	}


/* Each entry is contained within the 'hentry' class */
.hentry { 
	margin: 5px 0 15px;
	position: relative;
	}
	
/* Each entry is contained within the 'hentry' class */
.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left; /* To display the content as a block replace by text-align: justify; */
	color: #444;
	}


#sidebar-1 {
	/* The first sidebar */
	border:0px solid #00FF00;
	}

#sidebar-2 {
	/* The second sidebar */
	border:0px solid #0000FF;
	}

.secondary {
	/* Contains both sidebars */
	position:absolute; 
	top:0px;
	left:0px;
	margin-left: 615px;
	margin-top: 290px;
	width:140px;
	display:inline;
	z-index:40;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	padding: 0 10px;
	overflow: visible;
	background: transparent;
	float: left;
	}

.secondary div {
	margin-top: 5px;
	padding:0px;
	}

#contact_box {
	/* Contains both sidebars */
	position:absolute; 
	top:0px;
	left:0px;
	margin-left: 430px;
	margin-top: 72px;
	width:268px;
	border: 1px solid #FF0090 !important; */ /* Bugfixing purpouse */
	display:inline;
	z-index:40;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	padding: 0 10px;
	overflow: visible;
	background: transparent;
	float: left;
	}
	
				
.meta-start {
	/* remove Clock Icon */
	padding: 0px;
	background: transparent;
	}

/*- Links */

a {
	color: #27d;
	text-decoration: none;
	:-moz-any-link:focus {outline: none;}
	}
	
a:hover {
	color: #FF0090 !important;
	text-decoration: underline;
	}	
	
#suckerfishnav a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
	}	
		
		
/* ---------- www.sandgoanna.com.au Logo-------------- */
#logo{
	position:absolute; 
	top:0px;
	left:0px;
	margin-left: 630px;
	margin-top: -10px;
	width:300px;
	height:300px;
	border: 0px solid #FF0000 !important; */ /* Bugfixing purpouse */
	display:inline;
	z-index:20;
	}
	
#logo a{
	cursor:pointer;
	}
	
	/* IE ignores styles with [attributes], so it will skip the following. */
.transparent[class] {
	}
	
	
/* ---------- Header Image Changer -------------- */	
.slideshow  {
	color:#000000;
	margin-left: auto; 
	margin-right: auto;
	text-align:center;	
	padding:0px;
	left: 0px;
	position: relative;
	width: 780px;
	height: 188px;
	background:  url(http://sandgoanna.com.au/www/images/headerimages/headerimg_780x200.jpg) top center no-repeat; /*default Header Image*/
	border:0px solid #00FFFF; /* Bugfixing purpouse */
	z-index:10;
	/* display: block; */
	}
	
#slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;	
	margin-top:-50px
}

.slideshowlink {
	
}
.ngg-widget-slideshow {
	margin-top:-50px;
	}	
		
/* ---------- Multi Level Navigation Position -------------- */
#multi-level-navigation {
	margin-top: -40px;
	position:relative; 
	top: 0px; 
	left: 0:px; 
	float:left; 
	width: 780px;
	border-left-width: 0px;
	border-right-width: 0px;
	border:0px solid #FFFF00; /* Bugfixing purpouse */
	display: inline;
	z-index:30;
	}
	
/* ---------- Alert and Download -------------- */

.alert {
	background: #FFF6BF url('http://sandgoanna.com.au/www/images/icons/silk/exclamation.png')no-repeat 15px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	padding-left: 40px;
	}

.alert_download {
	background: #E5F4FD url(http://sandgoanna.com.au/www/images/icons/silk/disk.png) no-repeat 15px; /*alternativ package_go.png*/
	border-top: 2px solid #A8BFD6;
	border-bottom: 2px solid #A8BFD6;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	padding-left: 40px;
	}
	
	
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.sidebox {
	/* background: #EEEEEE; */
	text-align: left;
	margin-top: 10px;
	margin: 10px auto;
	padding: 10px 0px 10px 0px;
	}

#buttonbox {
	position:absolute; 
	top:10px;
	left:0px;
	margin-left: 600px;
	margin-top: 25px;
	width:150px;
	border: 0px solid #FF0000 !important; /* Bugfixing purpouse */
	display:inline;
	overflow: visible;
	z-index:20;
	background: transparent;
	}
	
/* ---------- Buttons Classes-------------- */

.pdf{
	background:url(http://sandgoanna.com.au/www/images/icons/silk/page_white_acrobat.png) no-repeat 2px 3px;
	text-indent:25px;
	display:block;
	}
.acrobat{
	background:url(http://sandgoanna.com.au/www/images/icons/mini/file_acrobat.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
	}	

.download{
	background:url(http://sandgoanna.com.au/www/images/icons/silk/disk.png) no-repeat 10px 8px; /*alternativ package_go.png*/
	text-indent:30px;
	display:block;
	}
	
.link_new_window{
	background:url(http://sandgoanna.com.au/www/images/icons/silk/page_link.png) no-repeat 2px 3px;
	text-indent:25px;
	display:block;
	}

.phone{
	background:url(http://sandgoanna.com.au/www/images/icons/grey/mobile.gif) no-repeat 0px 13px;
	text-indent:20px;
	display:block;
	}
	
.email{
	background:url(http://sandgoanna.com.au/www/images/icons/grey/mail.gif) no-repeat 0px 13px;
	text-indent:20px;
	display:block;
	}



#search {
	margin-top: 20px;
	}

#search h4 {
	display: none;
	}

#searchform {
	display: block;
	position: relative;
	height: 20px;
	width: 100%;
	}

input[type=text], textarea {
	color: #444;
	padding: 1px;
	margin: 0;
	}

#s {
	width: 79%;
	font-size: 1.1em;
	}

#s.livesearch {
	position: absolute;
	top: 0;
	width: 88%;
	}

.columns-three #s.livesearch {
	width: 145px;
	}

#searchreset {
	position: absolute;
	right: 0px;
	height: 19px;
	width: 16px;
	background: url('images/reset-fff.png') center center no-repeat;
	}

#searchload {
	position: absolute;
	right: 0;
	top: 0;
	height: 18px;
	width: 18px;
	background: url('images/spinner.gif') center center no-repeat;
	}

.livesearchform input[type=submit] {
	margin: 0;
	}

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}
	
hr {
	display: none;
	}
	
.line {
	width:100%;
	border-bottom:1px solid #27D; /* replaces the hr */
	}

		
