/* @override http://www.livinglightphotography.com.au/style.css */

body {
height: 100%;
margin:  0px;
padding: 0px;
font-family: times, serif;
/*font-family: helvetica, arial, sans-serif;*/

font-size: 16px;
line-height: 130%;
color: #DDDDDD;
background: #171717;
}

/* Hack to maintain centering whether 
   or not there is a scrollbar
 	  See: http://css-tricks.com/eliminate-jumps-in-horizontal-centering-by-forcing-a-scroll-bar/  
 */
html {
	overflow-y: scroll;
}


div#centre_page { /* Centre the page in the browser window */
	position: relative; 
	width: 760px;
	max-width: 760px;
	margin-left:auto;
	margin-right:auto;
}

/* Header: Logo and nav bar */

div#header_logo {
	position: absolute;
		top: 20px;
		left: 0px;
	display:  inline;
	width: 760px;
	height:  100px;
}

div#header_sublogo {
	position:  absolute;
		top: 100px;
		left: 130px;
	font-size: 14px;
	color: #707070;
}

div#navbar {
	position:  absolute;
		top:  68px;
		right: 0px;
	height: 40px;
	width:  400px;
}

a:link img, a:visited img, a:hover img, a:active img { /* Kill off borders around link images. */
	border: none;
	text-decoration: none;
}


div#content_spacer { /* Spacer to avoid relative positioning on content. */
	height: 122px;
}

div#content {
	width: 730px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	min-height: 430px;
	color: #CCCCCC;

}

#helptext {
	padding: 30px;
}

div#footer {
	width: 760px;
	font-size: 9px;
	text-align: center;
	color: #707070;
	clear: both;
	padding-top: 10px;
}


/* Navigation bar. */
#navbar li {
	display: inline;
	color: #555555;
	font-size: 14px;
	padding-left: 20px;
}

#nav_top {
	position: absolute;
		right: 0px;
		bottom: 40px;
	height: 30px;
	
	margin: 0;
	padding: 0;
	bottom: 15px;
}

#nav_sub {
	position: absolute;
		right: 0px;
		top: -25px;
	height: 30px;

	margin: 0;
	padding: 0;
	top: 25px;
}

#navbar a:link, 
#navbar a:visited {
	color:  #707070;
	text-decoration: none
}

#navbar a:hover, 
#navbar a.current_page:link {
	color: #FFFFFF;
}



div.left_column { /* Landing page (index) */
	display: inline; 
	float: left;
	width: 350px;
}

div.right_column {
	display: inline;
	float: right;
	width: 350px;
}

div.large_text {
	padding-left:  20px;
	line-height: 20px;
}

#news ul { /* News list on main page */

	width: 420px;
	list-style-type: none;
	font-size:  14px;
	padding-left: 20px;
}

#news h3 {
	text-align: center;
	font-size: 16px;
}

#news span.news_date {
	display: block;
	width: 80px;
	float: left;
	color: #707070;
	text-align: right;
	padding-right: 10px;
}

#news a:link,
#news a:visited {
	color:  #AAAAAA;
	text-decoration: none;
}
#news a:hover {
	color: #FFFFFF;
}

a:link,
a:visited {
	color:  #AAAAAA;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}

/* Pricing page */

.price_heading {
	text-align: center;
	font-size: 175%;
	clear: both;
}

.package_name {
	float: left;
	width:  180px;
	height: 10px;
	margin: 2px;
}

.package_description {
	float:  left;
	width: 450px;

	margin: 2px;
	margin-left: 10px;
	margin-bottom: 30px;
}

.package_price {
	text-align: center;
}



#price_bottom {
	clear: both;
	padding-bottom: 20px;
}

.div_spacer {
	color: #171717;
	background-color: #CCCCCC;
	height: 3px;
}

h2.package, p.price {
	color: #171717;
	background-color: #CCCCCC;
	padding: 10px;	
}
p.price {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

ul.price_list {
	text-align: center;
	padding: 0px;
	
	/*padding-left: 20px;
	list-style-image: url(./images/leaf.gif);
	list-style-position: inside;*/
	list-style-type: none;
}

ul.sub_price_list {
	list-style-image: none;
}

li.addition_li {
	font-weight: bold;
}
li.spacer_li {
	padding: 10px;
}
li.empty_li {
	visibility: visible;
}

div#common_notes {
	
}

div#thefineprint {
	font-size: 12px;
}

/* Contact details page */
h1, h2 {
	text-align: center;
}
#contact_details {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
.contact_label {
	margin-right: 10px;
	float: left;
	width: 50px;
	height: 20px;
	text-align: right;
	color: #888888;
}

.contact_value, 
.contact_value a:link {
	float:  left;
	color: #FFFFFF;
}

/* Contact form */

.red_text {
	color: #AA0000;
}

fieldset {
   margin-top: 20px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   border: 1px solid #ffffff;
   padding: 10px;
   width: 540px;
}

input {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

input.button {
	position: relative;
	left: 350px;
	width: 100px;

	}
	
input#mailing_list {
	position: relative;
	left: 130px;
	width: 100px;
	margin-top: 15px;
	
}

label {
	width: 170px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	top: 2px;
	text-align: right;
	padding-right: 20px;
}

label#label_ml {
	text-align: left;
	width: 300px;
	margin-left: 50px;
}

textarea {
	width:  300px;
	height: 200px;
}

br {
	clear: left;
}
