/*
Theme Name: Australian Sugar Museum
Theme URI: http://www.sugarmuseum.com.au
Description: A two-column, fixed-width design suitable for personal and small company website.
Version: 1.0
Author: TypeShape
Author URI: http://www.typeshape.com.au/
Tags: red, fixed width, two columns, widgets
*/


* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #a99986;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:1.28em;
	color: #6a6054;
}

h1, h2, h3 {
	color: darkOliveGreen;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
}

h2 {
	margin-top:.5em;
	margin-bottom:.6em;
	color: #6b6054;
	font-size: 17px;
	
	
	
}

h3 {
	color: darkOliveGreen;
    font-size: 16px;
    font-weight: normal;
}

h4 { margin-bottom:15px; }


p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.48em;
	text-align:left;
}

p {
	font-size: 13px;
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	font-weight: normal;
	text-decoration: underline;
	color: #2F6B51;
}

a:hover {
	text-decoration: none;
	color: #C11414;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	position:relative;
	width: 901px;
	height: 181px;
	margin: 0 auto;
	background:#eeeeee;
/*	background: url(images/img01.jpg) no-repeat left top;*/
}

#header-image{
	float:left;
	top:0;
	position:absolute;
	z-index:1;
	width: 900px;
	height: 181px;
	left:0;
}

#header-image img{
	width: 901px;
	height: 181px;
	float:left;
	position:relative;
	left:0;
	top:0;
}

/* Logo */

#logo {
	float: left;
	width:254px;
	height:117px;
	margin: 0 0 0 28px;
	padding: 0;
	text-align: center;
	z-index:5;
	position:relative;
}

#logo h1 {
	
 color: #FFFFFF !important;
    font: 40px Georgia,"Times New Roman",Times,serif;
    letter-spacing: -3px;
    margin: 0;
    padding: 0 0 0;
    text-shadow: 1px 1px 1px #333333;
}

#logo h2 {
	margin:0;
	padding: 0;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
}

#logo a {
	/* background:url("images/logo.png") no-repeat scroll left top transparent; */

  background: none repeat scroll 0 0 #2F6B51;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 57px;
    margin-top: 45px;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    text-decoration: none;
    width: 500px;
margin-left: 3px;
}

#logo p {
	color: #FFFFFF;
}

/* Menu */

#menu {
/* background:none repeat scroll 0 0 #DBDCDC; */
clear:left;
float:left;
left:0;
margin:0 auto 0 30px;
padding:0 0 0 0;
position:absolute;
top:140px;
width: 871px !important;
z-index:5;
	
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	text-align: center;
	float:left;
}

#menu ul li.menu-item a {
	display: block;
	float: left;
	padding: 13px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	/* text-transform: lowercase; */
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 14px;
	font-weight: normal;
	/* font-style: italic; */
	color: #FFFFFF;
	background:#909f64;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity=90);
	opacity: .90;
}

#menu a:hover, 
#menu .active a{
	background: #2F6B51 !important ;
	color: #fff;
}
li.current-menu-item a,
li.current-page-item a{
	
	font-weight: bold;
	
}
li.current-menu-item a{
	/* background: #2F6B51 !important; */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	opacity: 1;	
	color: #fff;
}

#splash {
	width: 940px;
	height: 299px;
	margin: 0 auto;
}

/* Search */

#header-search {
	width: 940px;
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#header-search form {
	float: right;
	width: 300px;
	margin: 0;
	padding: 12px 0px 0px 0px;
}

#header-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#header-search-text {
	width: 200px;
	padding: 2px 3px;
	background: #1E1E1E;
	border: none;
	color: #4D4D4D;
}

#header-search-submit {
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4E4E4;
}

#search {
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 60px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
}

#search-text {
	width: 160px;
	height: 18px;
	padding: 3px 0 3px 5px;
	border: 1px solid #999999;
	color: #000000;
}

#search-submit {
	margin-left: 10px;
	padding: 4px 4px;
	border: none;
	background: #C11212;
	font-size: 10px;
	color: #FFFFFF;
}

/* Page */

#page {
/*	width: 844px;*/
	width:901px;
	margin: 0 auto;
/*	padding: 0px 28px;*/
	/* background: #FFFFFF url(images/img05.jpg) repeat-y left top; */
    background:none repeat-y scroll left top #FBF3E9;
}

/* Content */

#content {
	float: left;
	width: 560px;
	padding-top: 50px;
	padding-left:30px;
    background:none repeat scroll 0 0 #fff;
 min-height: 751px;
}
.post {
	background: url(images/img04.gif) repeat-x left bottom;
	margin: 0px 0px 30px 0px;
width: 530px;
float: left;
}

.post .title {
	/*background: url(images/img03.jpg) no-repeat left 0px;*/
	margin: 0px;
	color: #BF0B0B;
}

.post .title a {
	 color: darkolivegreen;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    /* font-style: italic; */
    font-weight: normal;
    letter-spacing: -1px;
    padding: 0 0 0 0;
    text-decoration: none;
   /* text-transform: lowercase; */	
}

.post .entry {
	padding: 20px 0px;
	
}

.post img {
	/* float: left; */
	margin-bottom:22px;
margin-left:15px;
padding:5px 0;
}

.post .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	color: #7D807A;
    font-size: 12px;
    font-style: italic;
    padding-top: 11px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin: 20px 40px 20px 0;
	padding: 35px 0px 30px 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 0px 27px;
}

#sidebar li li {
	  background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color -moz-use-text-color silver;
    border-style: none none dashed;
    border-width: medium medium 1px;
    font-size: 15px;
    list-style: none outside none;
    margin-left: -26px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: darkOliveGreen;
	
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
border-bottom:1px dashed silver;
line-height:22px;
margin-bottom:30px;
padding-bottom:25px;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #6B6054;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
background:none repeat scroll 0 0 #6a6054;
color:#fff !important;
height:30px;
margin:0 auto 25px;
padding:14px 25px 0;
width:851px;
}

#footer p {
	margin: 0;
	
	font-size: 11px;
	color: #ede8e4;
}

#footer a {
	text-decoration: underline;
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}

#comment {
	width: 550px;
	height: 100px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
	font-size: 24px;
	color: #333333;
}

hr {
	display: none;
}

.linklove{
	display:false;
	visibility:hidden;
}

.feature { font-size: 16px; }

.featuretext { color:#003A89;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:20px;
font-weight:normal;
padding:0 0 0 0;
text-decoration:none;

}

.app-link { color:##003A89 !important; }

.collage { margin: 15px 0 35px 0; }

.feature { font-size: 15px; }

.textwidget {  font-size: 13px; line-height:22px; }

.tick { clear:left;
float:left;
margin:0 !important;
padding:1px 11px 4px !important;
}

#content-left { float: left; width: 250px; margin-top:45px; font-size:13px; }
#content-right { float: right; width: 250px;margin-top:45px; font-size:13px; }

#content li { 
/* background:url("http://d1006074.myweb.iinethosting.net.au/wp-content/uploads/2010/10/tick.png") no-repeat scroll 0 0 transparent;
margin-top:15px;
margin-bottom: 15px;
padding-left:28px !important;
font-size:13px; */
}

.home-img { margin-right: 25px!important; float: left!important; }

.decisions a { color: #000 !important; }

.tagline { 
color:#333333 !important;
float:right;
font-family:georgia;
font-size:14px !important;
margin-right:49px;
margin-top:61px;

}

.attractions img { 
clear:both;
float:left;
margin-bottom:9px;
margin-right:28px;
position:relative;

}

.date { font-size:11px; color: silver; }
.home-text { color: #6b6054;
	font-size: 17px; font-family: georgia; }

.link-container { 

 border-bottom: 1px dashed silver;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 520px;

}
.link-thumb { width: 120px; float:left; padding-right; 15px; padding-top: 8px;}
.link-thumb img { border:0!important; padding:0 important;}

.link-text { float: right;
    margin-top: 30px;
    padding-left: 35px;
    width: 300px;

}