/*
	layout.css
	----------
	Kookaburra Theme
	
	By 	Alex Eckermann
		- Xenon Design
	
	3 January 2009
*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000;
	font: 12px/24px Arial, Verdana, Tahoma, sans-serif;
}

.wrapper
{
	width: 100%;
}

.wrapper.dark
{
	background: #4c4c4c url(../images/dark_bg.png) repeat-x left top;
}

.wrapper.white
{
	background: #ffffff url(../images/white_bg.png) repeat-x left top;
	border-bottom: 1px solid #fff;
}

.wrapper.white.padding
{
	padding: 25px 15px;
}

.wrapper.footer
{
	margin: 50px 0 0 0;
	padding: 20px 0;
	background: #4C4C4C;
	border-top: 1px solid #393939;
}

.wrapper.footer p
{
	color: #fff;
}

.wrapper.footer a
{
	color: #98bbec;
}

/* -- Specific Elements -- */

/* @group header */

#header h1
{
	width: 296px;
	height: 100px;
	display: block;
	float: left;
	text-indent: -2000px;
	overflow: hidden;
	background: transparent url(../images/logo.png) left bottom;
}

#header ul#navigation
{
	list-style: none;
	float: right;
}

#header ul#navigation li
{
	float: left;
	margin-left: 40px;
	padding-top: 53px;
	font-size: 14px;
}

#header ul#navigation li a:link, #header ul#navigation li a:visited
{
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

#header ul#navigation li a:hover, #header ul#navigation li a:hover:visited
{
	color: #57ca5a;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

/* @end */

/* @group slideshow */

#slideshow
{
	height: 400px;
	background: #fff url(../images/loading_wait.png) no-repeat center center;
	border: 1px solid #000;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}

#slideshow ul li
{
	list-style: none;
	float: left;
	height: 400px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#slideshow ul li div
{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #000;
	color: #fff;
	display: none;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
}

/* @end */

/* @group gallery */

#gallery
{
	height: 450px;
	border: 1px solid #000;
	margin-bottom: 50px;
}

#gallery .photo
{
	width: 600px;
	background: #000;
	height: 450px;
	float: left;
	overflow: hidden;
}

#gallery .comment
{
	float: left;
	width: 300px;
	background: #000 url(../images/gallery_comment.png) no-repeat left top;
	height: 410px;
	padding: 20px;
	overflow: auto;
}

#gallery .comment h2
{
	color: #61a7da;
}

#gallery .comment p
{
	color: #fff;
}

#gallery .comment a:link, #gallery .comment a:visited
{
	color: #a5bff7;
}

ul.gallery
{
	list-style: none;
}

ul.gallery li
{
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer	;
}

/* @end */

/* @group twitter */

	#twitter_date
	{
		font-style: italic;
		font-size: 80%;
	}

/* @end */

/* @group form */

form p.label
{
	float: left;
	line-height: 20px;
	height: 24px;
	width: 90px;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
}

form input
{
	height: 18px;
}

form input[type='submit']
{
	height: 26px;
	margin-left: 90px;
	float: none;
	background: #f4f4f4;
}

form input, form textarea
{
	float: left;
	line-height: 20px;
	margin-bottom: 15px;
	background: #fff url(../images/input_bg.png) repeat-x left top;
	padding: 2px 4px;
	font-size: 110%;
	border: 1px solid #b7b7b7;
	outline: none;
}

/* @end */






