/* @override http://smashphotography.com.au/css/template.css */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #000;
	font-size: 62.5%;
	font-family: Arial;
}

.page_width{
	width: 952px;
	margin: 0 auto;
}

#logo_wrapper{
	margin-top: 117px;
	padding-bottom: 17px;
	text-align: left;
}
#logo_wrapper img{
	border: none;
}

#wrapper{
	border: 18px solid #FFF;	
	background-color: #FFF;
	width: 924px;
	height: 540px;
	margin-bottom: 14px;
}
#thumbs_list{
	float: left;
	margin-right: 14px;
	width: 62px;
}


/* Gallery list
***************************/
.gallery_list{
	list-style: none;
}
.gallery_list li{
	margin-bottom: 2px;
}
.gallery_list img{
	border: none;
}

/* Footer
***************************/
#footer_nav{
	margin-bottom: 60px;
}

#link_gallery{
	background: URL(/images/layout_images/btn_gallery.gif) left top no-repeat;
	display: block;
	height: 14px;
	width: 56px;
	text-indent: -5000px;
	float: left;
	margin-right: 27px;
}
#link_recent_weddings{
	background: URL(/images/layout_images/btn_recent_weddings.gif) left top no-repeat;
	display: block;
	height: 14px;
	width: 185px;
	text-indent: -5000px;
	float: left;
	margin-right: 34px;
}
#gallery_select{
	float: left;
	list-style: none;
	clear: left;
	margin: 10px 0 0 84px;
}
#gallery_select a{
	color: #FFF;
	text-decoration: none;
	text-transform: lowercase;
}

/* Support nav
***************************/
#support_nav{
	list-style: none;
	float: right;
	width: 523px;
}

#link_packages{
	background: URL(/images/layout_images/btn_packages.gif) left top no-repeat;
	display: block;
	height: 14px;
	width: 100px;
	text-indent: -5000px;
	float: left;
	margin-right: 34px;
}
#video_link{
	background: URL(/images/layout_images/video.gif) left top no-repeat;
	display: block;
	height: 14px;
	width: 61px;
	text-indent: -5000px;
	float: left;
	margin-right: 34px;
}
#link_blog{
	background: URL(/images/layout_images/btn_blog.gif) left top no-repeat;
	display: block;
	height: 14px;
	width: 51px;
	text-indent: -5000px;
	float: left;
	margin-right: 34px;
}
#link_contact{
	background: URL(/images/layout_images/btn_contact.gif) left top no-repeat;
	display: block;
	height: 14px;
	width: 91px;
	text-indent: -5000px;
	float: left;
	margin-right: 34px;
}
#link_registry{
	background: URL(/images/layout_images/btn_registry.gif) left top no-repeat;
	display: block;
	height: 11px;
	width: 46px;
	text-indent: -5000px;
	float: left;
}
#link_clients{
	background: URL(/images/layout_images/btn_clients.gif) left top no-repeat;
	display: block;
	height: 14px;
	width: 79px;
	text-indent: -5000px;
	float: left;
}

/* Form
***************************/
th{
	text-align: left;
	font-weight: normal;
	width: 100px;
	vertical-align: top;
	padding: 5px 0;
}
.text_box, .text_area{
	width: 250px;
	border: 1px solid #e6e6e6;
	padding: 3px;
}
.text_area{
	height: 150px;
}
label.error{
	display: none !important;
}
.error{
	border: 1px solid red;
}
.mand{
	font-weight: bold;
}

/* General
***************************/
.clearline{
	clear: both;
	height: 0;
	overflow: hidden;
}

p{
	margin-bottom: 1em;
}
h1, h2{
	font-weight: normal;
	margin-bottom: 1em;
}

/* Packages
***************************/

#left_col, #centre_col {
	float: left;
	width: 238px;
	margin-right: 15px;
	padding: 180px 30px 30px;
	min-height: 330px;
	background-repeat: no-repeat;
	line-height: 1.5em;
}
#right_col {
	float: left;
	width: 238px;
	padding: 180px 30px 30px;
	min-height: 330px;
	background-repeat: no-repeat;
	line-height: 1.5em;
}




/* Registry 
***************************/

#page_wrap {
	min-height: 540px;
}

#copy {
	float: right;
	width: 270px;
}

