/*  
Theme Name: Limosa Rise
Theme URI: http://www.limosarise.com.au/
Description: Designed for Limosa Rise 
Version: 0.1
Author: Tim Osborn
Author URI: 

*/



* {
	padding: 		0;
	margin: 		0;
}

body {
	font: 			14px/1.4em Arial,Helvetica,sans-serif;
	color: 			#574D33;
	text-align: 	center;
	background: 	#bebcad;
}

#container {
	margin: 		0 auto;
	text-align: 	left;
	width: 			720px;
	background: 	url(images/container.gif) repeat-y center top;
	position: 		relative;
	z-index:		10;
}

#pageheader, 
#summary, 
#rollover,
#left-column,
#footer {
	margin-left: 10px;
	}

#left_column,
#footer {
	margin-left:	10px;
	margin-right: 	210px;
	}

#summary {
	background: 	transparent url(images/subhead.gif) no-repeat top left;
	height: 		40px;
	}

#summary span {	
	display:	none;
	}

#rollover	{
	height: 		100px;
	padding-bottom:	1em;
	}

#maintext {
	padding: 0 25px;
	}

#pageheader h1 {
	background: 	transparent url(images/banner.jpg) no-repeat top left;
	width: 			700px;
	height: 		201px;
	}

#pageheader h1 span {
	display:		none;
	}

#print_header {display: none;}

#right_column {
	position: 		absolute;
	top: 			200px;
	right: 			10px;
	width: 			200px;
	/*padding-left:	10px;
	fixme: i want to reform this so that the col is more robust: */
	}

#right_column h6.nav_heading {
	height: 		40px;
	margin: 		0;
	text-indent:	-9000px;
	}

#right_column h6.nav_heading span {
/*	display:		none;*/
/*	text-indent:	-9000px;*/
	}

#footer {
	background: 	url(images/footer.gif) no-repeat 0 100%;
	padding-top:	20px;
	}

#foot_links {
	height: 		34px;
	line-height: 	34px;
	text-align: 	center;
	color: white;
	}
	
#foot_links span a {	
	color: white;
	}

#foot_links span a:hover {	
	text-decoration: underline;
	}




/* TEXT STYLES */

p {
	text-align: 	justify;
	padding: 		0 0 1em 0;
	line-height: 	1.5em;
	}

p.indent {
	padding-left:	45px;
	}

h2 {
	font: 			normal 1.3em/1.7em Arial,Helvetica,sans-serif;
	padding-bottom:	0.7em;
	color: 			#574D33;
	}

h3 {padding-bottom: 0.7em;}



/*LISTS */

ul {
	list-style: 	none;
	padding-bottom:	1em;
/*
	margin: 		10px 20px 20px 10px;
*/	text-decoration: none;
	color: 			#786A47;
}

li	 {
	padding:	 	0 0 0.5em 1.4em;
	display: 		block;
	list-style:		none;
	background:		url(images/bullet.png) 0 0.4em no-repeat;
/*
	the above works in FF not IE (IE shows no bullets)
	
	this works in IE, not firefox:
		list-style-image: url(images/bullet.png);
		margin: 		10px 0 0 10px;	required cos the points are too close

	unnecessary:
		margin-left:	1em;
		text-decoration: none;
*/
}

blockquote {
	padding: 0 20px 0 20px;
	font-style: italic;
}

#contact_details li {
	list-style: none;
	clear:		both;
	background:	transparent;	
}
#contact_details li p.label {
	float:		left;
	width:		6em;
}
#contact_details span.details {padding: 0 0 0 5em;}



/* LINKS */

a{
	text-decoration: none;
}
a:hover 			{color: #1D8FDB;}
a:link, a:visited 	{color: #5785A4;}
a.enlarge, #lightbox a {background: none;}
a img 		{border: none;}

#right_column ul {
	margin: 		0px 30px 20px 10px;
}

#right_column #navigation li {
	line-height:	1.7em;
	background:		url(images/underline.gif) repeat-x 0% 80%; /*rem: these figures are the offset for each li! */
	margin:			0 5%;
	width:			80%;
	padding-left:	20px;
}

#right_column li a {
	width:				100%;
	font-weight: 		bold;
	color: 				#E5D9BC;
	text-decoration:	none;
	/* the following  values are to position the list icons*/
	margin:				0 0 0 -5px;
	padding:			0 0 0.6em 19px;
	background: 		url(images/nav.gif) no-repeat 0 1px;
}

#right_column li a:hover, #right_column li.current_page_item a {
	color: 				#576977;
	background: 		url(images/nav-on.gif) no-repeat 0 1px;
}

#right_column li {
	list-style:		none;
	background:		none;

}

#nav_caption {
	padding: 10px;
	text-align: center;
}

div#right_column .ngg-galleryoverview {
	text-align:		center;
	padding-left:	15px;
	}


/* IMAGES */

.float_img {
	float: right;
	padding: 0 0 5px 5px;
}

.img_embedded {
	text-align: center;
/*
	padding: 		5px 30px 15px 30px;
*/
}



/* TRAPPINGS */

#vert_title {
	position: 		fixed;
	top: 			0;
	left: 			0;
	z-index:		1;
	background: 	transparent url(images/sidetext.png) no-repeat;
	width:			50px;
	height:			510px;
}

#vert_title span, .linklove {
	display: 		none;
}

/* rates tables: */
div#container table {font-size: 12px;}


div.nicetitle {
	position: absolute;
	padding: 4px;
	top: 0;
	left: 0;
	font-size: 13px;
	width: 25em;
	background: #D8CEC6;
	color: black;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-moz-opacity: 0.9;
}
div.nicetitle p {
	margin: 0;
	padding: 0 3px;
}
div.nicetitle p.destination {
	font-size: 9px;
	text-align: left;
	padding-top: 3px;
}

img#wpstats{display:none}
