/********************* Sean Scott Photography main style sheet created by 2Creative *********************/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #666;
}
h1, h2, h3 {
	/*font-family: "Arial Narrow", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #003366;	
}
h2 {	
	font-size: 170%;
	margin-top: 12px;	
	margin-bottom: 20px;	
}
h3 {
	font-size: 120%;
	margin-bottom: 10px;
}
p { 
	padding-bottom: 20px;
}
img {
	border: none;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	margin-bottom: 15px;
	list-style: square;
}

#wrapper {
	width: 1020px;
	margin: 0 auto;
	padding: 0;	
}

#headerHome {
	height: 430px;		 	
}
	#flashHolder {	
	}

.header h1 {
	position: relative;
	top: 40px;
	left: 30px;
	line-height: 2em;
}

	#headerAbout {
		height: 220px;
		background: url(images/header-about-sean.jpg) no-repeat left top;
	}
	#headerStaff {
		height: 220px;
		background: url(images/header-about.jpg) no-repeat left top;
	}
	#headerContact {
		height: 220px;
		background: url(images/header-contact.jpg) no-repeat left top;
	}	
	#headerGallery {
		height: 220px;
		background: url(images/header-gallery.jpg) no-repeat left top;
	}
	#headerNews {
		height: 220px;
		background: url(images/header-news.jpg) no-repeat left top;
	}
	#headerOndisplay {
		height: 220px;
		background: url(images/header-ondisplay.jpg) no-repeat left top;
	}
	#headerPrivacy {
		height: 220px;
		background: url(images/header-privacy.jpg) no-repeat left top;
	}
	#headerShop {
		height: 220px;
		background: url(images/header-shop.jpg) no-repeat left top;
	}
	#headerSlidecafe {
		height: 220px;
		background: url(images/header-slide-cafe.jpg) no-repeat left top;
	}
	#headerStockists {
		height: 220px;
		background: url(images/header-stockists.jpg) no-repeat left top;
	}
	
#menu {	
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	background: url(images/navbar.jpg) no-repeat left top;
	font-weight: bold;
}
#menu ul {
	list-style: none;
	border: none;
	margin: 0 40px 0 40px;
}
#menu li {
	float: left;
	display: block;
	height: 40px;
	font-size: 12px;
	text-align: center;
	padding: 12px 35px 0 30px;
	background: url(images/nav-spacer.jpg) no-repeat right top;
}
	#menu li#menuLastItem {
		background: none;
		padding-left: 20px;
		padding-right: 0;		
	}
	#menu a {
		color: #003366;
		display: inline;
		width: auto;
		text-decoration: none;	
	}
	#menu a:hover {
		color: #FFFFFF;
	}
	#menu a.thispage {	
		color: #FFFFFF;
	}

#subMenu {
	height: 20px;
	background: url(images/navbar2.jpg) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}
	#signup {
		float: left;
		width: 500px;
		margin-left: 20px;
		color: #333;
		margin-top: 1px;
	}
	#minicart {
		float: right;
		width: 120px;
	}
		#minicart a {
			color: #FFF;
		}

#homeContent {
}
	#homePhotoMenu {
	}
		.homePic {
			float: left;
			width: 320px;
			margin-right: 30px;
		}
		.homePicLast {
			float: right;
			width: 320px;
		}		
	
	#homeShopEnter {
		margin-top: 20px;
	}

#seo-wrapper {
}	
	#seo-wrapper a {
		color: #CCCCCC;
		text-decoration: none;
	}
	#seo-wrapper a:hover {
		color: #CCCCCC;
		text-decoration: underline;
	}
		#seo-text p {
			font-size: 11px;
		}
			

#content {
	
}
	#leftContent {
		float: left;
		width: 200px;
		margin-right: 30px;
	}
		#leftContent img {
			margin-top: 15px;
			margin-bottom: 5px;
		}
		
		#sideMenu {
			width: 200px;
		}
		#sideMenu ul {
		}
		#sideMenu li {
			list-style: none;
			padding: 10px 0;
			border-bottom: 1px dotted #003366;
		}			
		#sideMenu a {
			text-decoration: none;
			color: #666;
		}
		#sideMenu a:hover {
			text-decoration: none;
			color: #003366;
		}
		#sideMenu a.thispageside {
			color: #003366;
		}	
		
	#mainContent {
		float: left;
		width: 510px;
	}
	
	#rightContent {
		float: right;
		width: 250px;
	}	
		#rightContent img {
			margin-top: 15px;
			margin-bottom: 5px;
		}
	
#footer {	
	clear: both;
	padding: 0;
	border-top: 1px solid #666;
}
	#footer p {		
		font-size: 90%;	
		padding: 10px 0;
		text-align: center;
	}
	#footer a.webdesign {
		text-decoration: none;
	}
		
	
	
/********************* GALLERY ****************************/
#categoryTab img {
	margin-right: 1px;
}
#subcategoryTab {
	border: 1px solid #003366;
	margin-bottom: 30px;
	padding: 5px 20px;
}
	#subcategoryTab ul {
		list-style: none;
	}
	#subcategoryTab li {
		float: left;
		display: block;	
		width: 180px;
		background: url(images/arrow.gif) no-repeat left center;
		padding-left: 12px;
		margin-bottom: 5px;
		padding-top: 0px;
	}
	#subcategoryTab a {	
		font-size: 11px;
		color: #003366;
		text-decoration: none;		
	}
	#subcategoryTab a:hover {
		color: #003366;	
		text-decoration: underline;		
	}

#gallery {
}
	.photo-wrapper, .photo-wrapper-last {
		float: left;
		width: 180px;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.photo-wrapper-last {
		float: left;
		margin-right: 0;
	}
		.photo-wrapper img, .photo-wrapper-last img {
			border: 1px solid #EBEBEB;
		}
		.photo-wrapper p, .photo-wrapper-last p {
			font-weight: bold;
			text-align: center;				
			padding-top: 5px;	
			padding-bottom: 0;	
		}
		.photo-wrapper a, .photo-wrapper-last a {
			text-decoration: none;
		}
		.photo-wrapper a:hover, .photo-wrapper-last a:hover {
			color: #003366;
			text-decoration: underline;
		}

#otherShopEnter {
	margin-bottom: 20px;
}
#pagination {
	clear: both;
	text-align: center;
}
	#pagination p {
		font-size: 13px;
		font-weight: bold;
	}
	
#photoDetails {
	margin-top: 20px;
}
	#photoDetailsImage {
		float: left;
		width: 390px;
		margin-right: 30px;
	}
		#photoDetailsImage img {
			border: 1px solid #EBEBEB;
		}
	#photoDetailsText {
		float: right;
		width: 600px;
	}
		#photoDetailsText h2 {
			margin-top: 0;
			margin-bottom: 20px;
		}
		#photoDetailsText p {
			padding-bottom: 5px;
		}

/********************* SHOP ****************************/
#menuShop {
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	font-weight: bold;
	border: 1px solid #999;
	margin-bottom: 20px;
}
#menuShop ul {
	list-style: none;
	border: none;
	margin: 0 20px 0 20px;
}
#menuShop li {
	float: left;
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 12px 23px 12px 18px;
	border-right: 1px solid #999;
}
	#menuShop li#menuShopLastItem {
		padding-left: 20px;
		padding-right: 0;		
		border: none;
	}
	#menuShop a {
		color: #003366;
		display: inline;
		width: auto;
		text-decoration: none;	
	}
	#menuShop a:hover {
		color: #999;
	}
	#menuShop a.thispage {	
		color: #999;
	}
	
.addtocartButton {	
	width: 154px;
	height: 27px;
	display: block;
	cursor: pointer;
	background: url(images/button-add-cart.jpg) no-repeat left top;
}

		
/********************* MISC ****************************/
#cards p {
	padding-bottom: 5px;	
}

.staff-listing {
	margin-bottom: 20px;
}
	.staff-image {
		float: left;
		width: 120px;
	}
	.staff-text {
		float: right;
		width: 380px;
	}
		.staff-text p {
			padding-bottom: 5px;
		}
		
.clearFloat {
	clear: both;
}
.invisibleHeading {
	display: none;
}
.warning, .checkouterror {
	color: #FF0000;
	font-weight: bold;	
}
.checkouterror {
	margin-left: 154px;
}	
.notice {
	font-style: italic;
}

.textBlue, .textBlueBold {
	color: #003366;
}
.textBlack, .textBlackBold {
	color: #000;
}
.textBlueBold, .textBlackBold {
	font-weight: bold;
}

.newsDate {
	color: #003366;
	padding-bottom: 5px;
}
.search-photo-listing {
	width: 450px;
	margin-bottom: 10px;
}
	.search-photo-size {
		float: left;
		width: 450px;
	}

.price {
	font-weight: bold;
}

#cafe-menu {
	border: 1px solid #666;
	margin: 10px;
	padding: 10px;
	text-align: center;
}
	#cafe-menu p {
		padding-bottom: 5px;
	}


.contact-details {
	
}
	.contact-pic {
		float: left;
		width: 200px;
		margin-right: 30px;
	}
		.contact-pic img {
			margin-top: 15px;
			margin-bottom: 5px;
		}
		
	.contact-text {
		float: left;
		width: 510px;
	}
	
	.contact-map {
		float: right;
		width: 250px;
		margin-top: 15px;
	}	
		
		
/********************* FORMS ****************************/
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#signupForm {
}
#signupForm input {
	font-size: 95%;
	width: 120px;
	color: #666;
	border: 1px solid #999;
	padding-left: 5px;
	margin-right: 6px;
}
#signupForm input#signupButton {
	width: 53px;
	cursor: pointer;
	border: none;
	position: relative;
	top: 2px;
}

#searchForm select {
	width: 300px;
	margin-bottom: 20px;
}

#galleryForm {
	margin-left: 250px;
}
	#galleryForm input {
		width: 200px;
	}
	#galleryForm .searchButton {
		border: 1px solid #638A36;
		background: #638A36;
		font-size: 12px;
		color: #FFF;
		width: 180px;
		cursor: pointer;
	}
	
	
#billingInfo {
	width: 750px;
}
#paymentInfo, #otherInfo {
	float: left;
	width: 400px;
	margin-right: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
#otherInfo {
	width: 450px;
	margin-right: 0;	
}
	.infoEntry {
		margin-bottom: 10px;
		margin-left: 20px;
	}
		.infoTitle {
			float: left;
			width: 115px;
			margin-right: 10px;
		}
		.infoValue {
			float: left;
			width: 300px;
			font-weight: bold;
		}
		
.formHeading, .formSmallHeading, .formMedHeading {
	display: block;
	background: #003366;
	color: #FFFFFF;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	width: 600px;
}
.formSmallHeading {
	width: 400px;
}
.formMedHeading {
	width: 450px;
}

#formContact label, #formContact input, #formContact select, #formContact textarea {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 2px;
}
#formContact input, #formContact select, #formContact textarea {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#formContact label {
	text-align: left;
	width: 150px;
	padding-right: 5px;
	border: none;
}
#formContact br {
	clear: left;
}
#formContact p {
	padding-bottom: 5px;
}
#formContact .submitButton {
	border: 1px solid #638A36;
	background: #638A36;
	font-size: 12px;
	color: #FFF;
	width: 180px;
	cursor: pointer;
}
#formContact .tinyInputBox {
	width: 80px;
}
#formContact .smallInputBox {
	width: 200px;
}
#formContact select#yearInputBox,  #formContact select#monthInputBox {
	width: 80px;
}
#formContact input#yearInputBox {
	float: left;	
}
.btw {
	float: left;
}

.largeInputBox {
	width: 400px;
}
.mediumInputBox {
	width: 250px;
}
.smallInputBox {
	width: 50px;
}
.tinyInputBox {
	width: 25px;
	text-align: center;
}
.shopButton {
	border: 1px solid #003366;
	background: #003366;
	font-size: 11px;
	color: #FFF;
	width: 50px;
	cursor: pointer;
}
.processLeftButton, .processRightButton {
	float: left;
	border: 1px solid #638A36;
	background: #638A36;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	width: 220px;
	cursor: pointer;
	padding: 2px;
	margin-left: 170px;
}
.processRightButton {
	margin-left: 50px;
}

.hidden {
	visibility: collapse;
}
/********************* FORMS ****************************/
.tableCart {
	width: 95%;
	border: 1px solid #999;
	border-collapse: collapse;
}
	.tableCart td {
		border: 1px solid #999;
	}

.listTable {
	width: 100%;
}
.tinyTable {
	width: 35%;
}
.smallTable {
	width: 50%;
}
.mediumTable {
	width: 80%;
}
td {
	padding: 2px;
	vertical-align: middle;
}
th {
	background: #003366;
	color: #FFF;
	padding: 2px;
}