/* STD PAGE */

/* test */

body {
	margin:0px;
}

.emphasis {
	font-style: italic;
	font-weight: 200;
}


/* Title / Top */

div#title-container {
	width:100%;
	height:190px;
	background-image: url('../img/wave-bg.jpg');
	background-repeat: no-repeat;
	background-color: #022825;
}

div#view_cart {
	font-family: sans-serif;
	font-size: 10px;
	position:absolute;
	z-index:200;
	right:0px;
	top:0px;
	color:white;
}

div#view_cart span {
	padding-top:9px;
	padding-right:20px;
}


div#separator {
	height:43px;
	background-image: url('../img/black-bar.gif');
	background-repeat: repeat-x;
}

div#title {
	position:relative;
	z-index:100;
	margin-left:20px;
	display: inline;
	top: 96px;
}

/* Menu */

div#menu-container {
	position: absolute;
	right: 2%;
}



div#menu-container span.menu {
	height:3ex;
	color:white;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	margin: 7px;
}


div#menu-container span.menu.new-section {
	margin-left: 25px;
}

div#menu-container a {
	color:white;
	text-decoration: none;
}

div#menu-container img {
	border:none;
	vertical-align: middle;
	margin-right:4px;
}

div#social-menu {
	color: black;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	right: 100px;
	top: 400px;
}

div#social-menu a {
	color: black;
}

/* MAIN PAGES */


div#main-container {
	min-height:600px;
	background-image: url('../img/bg-fade.gif');
	background-repeat: repeat-x;
	overflow: hidden;
	position:relative;
}

div#main-container.smallpage {
 	min-height:430px;
}

div#main-container #generic-content {
	width:500px;
	padding-left:150px;
	padding-top:80px;
	font-family: sans-serif;
}

div#main-container #generic-content p {
	font-size: 13px;
	color:#000000;
	margin:0px;
	padding:6px;
}

div#main-container #generic-content h1 {
	font-size: 1.5em;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding:6px;
	color:#111111;
}

/* Front Page */


img#photo_portfolio {
	left: 4%;
	top: 40px;
	z-index: 553;
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}

img#photo_blog {
	left: 34%;
	top: 70px;
	z-index: 552;
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
}

img#photo_prints {
	left: 6%;
	top: 380px;
	z-index: 550;
	-moz-transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
}

img#photo_surfboards {
	left: 39%;
	top: 340px;
	z-index: 551;
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
}

img#photo_accessories {
	left: 19%;
	top: 550px;
	z-index: 549;
	-moz-transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
}

img#photo_about {
	-moz-transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	top: 0px;
	right: -80px;
}


.polaroid {
	position: absolute;
	box-shadow: 5px 5px 5px #333;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	cursor: pointer;
	border: none;
}



/* SIDEBAR */

div#sidebar {
	width:180px;
	height:491px;
	position: absolute;
	right: 0px;
	top: 350px;
	z-index:400;
	background-image: url('../img/right-side.png');
	background-repeat: no-repeat;
	font-family: sans-serif;
}

div#sidebar p {
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	color:#444444;
}

/* BOTTOM BAR */

#bottombar {
	width:100%;
	height: 180px;
	background-color: black;
	font-size: 11px;
	font-family: sans-serif;
	color: white;
	position: relative;
	z-index: 2500;
}

#bottombar a {
	color:white;
	text-decoration: none;
}

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

#bottombar div.links#big {
	position:absolute;
	left:15px;
	top:25px;
	font-size:1.4em;
}

#bottombar div.links#std {
	position:absolute;
	left:200px;
	top:25px;
	font-size:1.15em;
}

#bottombar div.links#extras {
	position:absolute;
	left:320px;
	top:25px;
	font-size:1.05em;
}

div#bottombar ul {
	color:white;
}

#octo-top {
	position: absolute;
	right:0px;
	top:-98px;
	padding:0px;
	margin:0px;
	border:none;
}

#octo-bottom {
	position: absolute;
	margin:0px;
	padding:0px;
	border:none;
	right:0px;
	top:0px;
	z-index: 300;
}

#bottombar #colleen {
	position:absolute;
	left:0px;
	bottom:0px;
	padding: 20px;
}

#bottombar #chris {
	position:absolute;
	bottom:0px;
	right:100px;
	z-index: 500;
	padding:20px;
}

div#bottombar a {
	color:white;
}


/* GALLERY ITEM */

/* View Item */

div.can_buy {
	font-family: sans-serif;
	text-align: right;
	font-size: 14px;
	line-height: 3ex;
}

div.can_buy img {
	width:25px;
}

div.can_buy ul li {
	list-style-type: none;
}

div.can_buy li input {
	width:13em;
	padding:5px;
	background-image:url(../img/purchase-sm.png);
	background-repeat: no-repeat;
	padding-left:25px;
	background-position-x: 8px;
}

div.can_buy a {
	text-decoration: none;
	color:#0e5777;
}

div.can_buy a:hover {
	text-decoration: underline;
}

div#item-container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

div#photo-container {
	position:relative;
	margin-top: 50px;
	z-index: 1000;
	width: 358px;
	float:left;
	margin-bottom: 150px;
	font-family: sans-serif;
	font-size: 12px;
}

div#photo-container .popup {
	position:absolute;
	display: none;
	background-color: white;
	border:4px;
	padding:5px;
	font-color: black;
	cursor: pointer;
}

div#photo-container .popup#magnify {
	right:0px;
	top:35px;
}

div#photo-container .popup#magnify img {
	border: none;
	height:20px;
	vertical-align: bottom;
}

div#photo-container .popup#magnify a {
	text-decoration: none;
	color:black;
	vertical-align: middle;
}

div#photo-container .popup#send {
	right:0px;
	top:0px;
}

div#photo-container .popup#send img {
	border: none;
	height: 20px;
	vertical-align: bottom;
}
div#photo-container .popup#send a {
	text-decoration: none;
	color:black;
	vertical-align: middle;
}


div#photo-container img#photo1 {
	border: solid white 4px;
}

div#photo-container .underphoto {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

div#buy {
	font-family: sans-serif;
}

div#buy form {
	display: inline;
	vertical-align: middle;
}

div#buy form img {
	display: none;
}

div.tag-container {
	border-color: #ffd8a8;
	border-width: 1px;
	border-style: dotted;
	background-color:#FFFBF0;
	margin-top:55px;
	width:400px;
	z-index: 1400;
	float: right;
	
}

div.tag-container .buy_desc {
	font-size: smaller;
}

div.tag-container table {
	width:400px;
}

div.tag-container table th {
	border-bottom: 1px solid #ff8787;
	width:100%;
}

div.tag-container table tr {
	height:22px;
	max-height:22px;
}

div.tag-container table tr td.leftcol {
	width:100px;
	padding-left:34px;
	padding-right:9px;
	text-align: right;
	border-right: 1px solid gray;
	font-family: monospace;
}

div.tag-container table tr td.rightcol {
	border-bottom: 1px solid #bce3ff;
	width:100%;
	font-family: sans-serif;
	padding-left: 10px;
	padding-right: 12px;
	max-width: 275px;
	max-height: 22px;
}

div.tag-container img#imagekind {
	width: 150px;
}


/* Enlarger */
div#enlarge {
	display:none;
	position:absolute;
	margin-left: 20%;
	margin-top: 100px;
	z-index: 9000;
}

div#enlarge img.inner {
	border: solid white 4px;
}


div#enlarge img.close {
	position: absolute;
	right:15px;
	top:0px;
	z-index: 9005;
}

/* Send page */

div#sendform-container {
	display:none;
	position:absolute;
	width:400px;
	margin-left: 35%;
	margin-top: 150px;
	z-index: 100000;
}

div#sendform-container img.close {
	position: absolute;
	right:15px;
	top:0px;
	z-index: 100005;
}

div#send-container {
	width:400px;
	background-color:#FFFBF0;
	margin-left: auto;
	margin-right: auto;
}

div#send-container textarea,div#send-container input,div#send-container button {
	font-family: sans-serif;
	font-size: 16px;
	background-color:#FFFFFE;
	border: none;
	margin: 5px;
	padding: 4px;
}
div#send-container input {
	width:40%;
}
div#send-container textarea {
	font-size: .8em;
	width:90%;
}

div#send-container #msg_title {
	margin:10px;
	margin-top: 20px;
	font-size: 1.3em;
	width:90%;
}

div#send-container #msg_formatted {
	margin:10px;
	font-size: 1em;
}

div#send-container .invalid {
	background:#FFF0F0;
}


/* Old Stuff */


/*
div#polaroid-container1 {
	position:absolute;
	left:8%;
	top:40px;
	background-image: url('../img/polaroid-back-portfolio.png');
	background-repeat: no-repeat;
	width: 395px;
	height: 430px;
	display: inline-block;
	z-index: 553;
}

div#polaroid-container1 img.inner-polaroid {
	margin-left: 21px;
	margin-top: 15px;
	border-width: 0px;
}

div#polaroid-container2 {
	position: absolute;
	left: 29%;
	top: 70px;
	background-image: url('../img/polaroid-back-blog.png');
	background-repeat: no-repeat;
	width: 385px;
	height: 430px;
	display: inline-block;
	z-index: 552;
}

div#polaroid-container2 img.inner-polaroid {
	margin-left: 24px;
	margin-top: 15px;
	border-width: 0px;
}


div#polaroid-container3 {
	position: absolute;
	left: 29%;
	top: 370px;
	background-image: url('../img/polaroid-back-surfboards.png');
	background-repeat: no-repeat;
	width: 685px;
	height: 580px;
	display: inline-block;
	z-index: 549;
}

div#polaroid-container3 img.inner-polaroid {
	margin-left: 72px;
	margin-top: 35px;
	border-width: 0px;
}

div#polaroid-container4 {
	position: absolute;
	top: 479px;
	left: 11%;
	background-image: url('../img/polaroid-back-accessories.png');
	background-repeat: no-repeat;
	width: 485px;
	height: 530px;
	display: inline-block;
	z-index: 548;
}

div#polaroid-container4 img.inner-polaroid {
	margin-left: 21px;
	margin-top: 15px;
	border-width: 0px;
}

div#polaroid-container5 {
	position: absolute;
	top: 275px;
	left: 1%;
	background-image: url('../img/polaroid-back-prints-2.png');
	background-repeat: no-repeat;
	width: 480px;
	height: 520px;
	display: inline-block;
	z-index: 551;
}

div#polaroid-container5 img.inner-polaroid {
	margin-left: 23px;
	margin-top: 20px;
	border-width: 0px;
}


div#polaroid-container5 img#buy-online {
	position:absolute;
	bottom:120px;
	right:40px;
	z-index: 552;
	border-width: 0px;
	width:80px;
}

div#polaroid-container6 {
	position: absolute;
	top: 80px;
	right: 0px;
	background-image: url('../img/polaroid-back-about.png');
	background-repeat: no-repeat;
	width: 480px;
	height: 520px;
	display: inline-block;
	z-index: 551;
}

div#polaroid-container6 img.inner-polaroid {
	margin-left: 23px;
	margin-top: 20px;
	border-width: 0px;
}*/


/*

div#menu-tab {
	background-image: url('../img/white-tab.png');
	background-repeat: no-repeat;
	height: 592px;
	width: 243px;	
	position:absolute;
	z-index:200;
	top:0px;
	right:10%;
	font-family: sans-serif;
}

div#menu-tab img.tab-menu {
	margin-left:20px;
	margin-right:10px;
}

div#menu-tab img#tab-image {
	height:400px;
	width:210px;
	margin-left:15px;
	margin-right:10px;
}

div#menu-tab img#menu1 {
	margin-top:25px;
}

div#menu-tab img#menu2 {
	margin-top:-10px;
}

div#menu-tab img#menu3 {
	margin-top:7px;
}

*/