/* 
------------------------------------------------------------------------------------------------------------------------

Title				Kelly Tunney Photographer
URL					http://www.kellytunney.com.au
Author URL			www.spencehouse.com
Description			CSS styles for layout
Updated				12.10.2009

COLOURS
	White			#FFF
	Black			#000
	Dark Grey		#333
	Mid Grey		#666

------------------------------------------------------------------------------------------------------------------------
LAYOUT 
------------------------------------------------------------------------------------------------------------------------
*/


/* Flash content container 
..............................*/
#flash_content{
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

/* HTML page container 
..............................*/
#container {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	min-height: 100%;
	width: 920px;
	background-color: #000;
	overflow: hidden;
}

/* Page content elements 
..............................*/
#header {
	width: 920px;
	height: 150px;
	padding-bottom: 20px;
	background-color:#FFF;
}

#header img {
	padding: 10px 20px 10px 20px;
}

#footer {
	width: 920px;
	height: 30px;
	background-color:#FFF;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: none;
}

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


/* Global nav
..............................*/
#globalnav {
	width: 920px;
	height: 29px;
	border-top: 1px solid #000;
	text-transform: uppercase;
	padding-left: 6px;
}

#globalnav a {
	color: #000;
	text-decoration: none;
	padding-right: 18px;
}


#globalnav a:hover {
	color: #333;
	text-decoration: underline;
}

#globalnav ul {
	padding-top: 3px;
	list-style-type: none;
}

#globalnav li {
	display: inline;
}

/* Page elements
..............................*/
#get_flash_header {
	height: 30px;
	padding-top: 0px;
	padding-left: 26px;
	color: #333;
	background-color: #CCC;
}

#get_flash_header a {
	color: #333;
}

#get_flash_header a:hover {
	color: #666;
}

#page_title {
	width: 800px;
	margin: 20px 60px 0px 60px;
	float: left;
}

#page {
	width: 420px;
	margin-left: 60px;
	margin-bottom: 100px;
	float: left;
}

#rightCollumn {
	width: 280px;
	margin-top: 30px;
	margin-left: 80px;
	float: left;
}

.right_photo {
	width: 280px;
	float: left;
}

.right_photo img {
	border: 16px solid #FFF;
	margin-bottom:20px;
}

#page img {
	border: 16px solid #FFF;
	margin-top: 35px;
	margin-bottom: 5px;
}

/* right_box
..............................*/
#right_box {
	width: 280px;
	float: left;
	margin-bottom: 80px;
}

#right_box .title {
	height: 30px;
}

#right_box ul {
	width: 100%;
	list-style:square inside url('../images/arrow-grey.gif');
	display: block;
	float: left;
	margin-left: 0;
}

#right_box a {
	color:#666;
	text-decoration: none;
}

#right_box a:hover {
	color: #999;
	text-decoration: underline;
}
