/*** RESET ***/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

img
{
    border: 0;
}
a {
	text-decoration: none;
	color: #ddd2c0;
}
a:hover {
	color: #ddd2c0;
	text-decoration: underline;
}
body{
	font-family: arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background: url("../images/bg.jpg");
	color: #575757;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

.clearfloats {clear: both;}

/*** END RESET ***/

/*** BASIC LAYOUT ***/

/*** CONTENT ***/

#border {
	height: 6px;
	background-color: #090909;
	width: 100%;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
}
#logo {
	height: 28px;
	width: 150px;
	position: fixed;
	top: 50px;
	left: 24px;
	z-index: 4;
}

#mask {
	background: url("../images/mask.jpg") no-repeat;
	width: 1000px;
	height: 250px;
	position: fixed;
	z-index: 3;
	left: 0;
	top: -122px;
}

#clickme {
	height: 13px;
	width: 68px;
	position: fixed;
	top: 83px;
	left: 173px;
	z-index: 4;
}

#aboutprints {
	margin: 128px 0 0 27px;
	width: 640px;
	z-index: 2;
	font-size: 9px;
	letter-spacing: 0.1px;
	font-style: italic;
	line-height: 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 16px;
}

#aboutprints a {
	color: #181818;
	text-decoration: none;
}

#aboutprints a:hover {
	color: #181818;
	text-decoration: underline;
}


#sell {
	margin: 16px 0 0 0;
	width: 640px;
	z-index: 2;
}

#sell img {
	margin-left: 24px;
}

#printdummy{
	height: 60px;
	display: block;
}

#flickr {
	margin-left: 24px;
	margin-top: 128px;
	width: 640px;
	position: relative;
	z-index: 2;
}

#flickr.home {
	width: 900px;
}

#flickr.home > div {
	margin-bottom: 60px;
}

#flickr ul li {
	
	display: none;
	position: relative;
}

#flickr img {
	max-width: 640px;
	-ms-interpolation-mode: bicubic;
	height: auto;
	text-align: center;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#flickr.home img {
	max-width: 900px;
	-ms-interpolation-mode: bicubic;
	text-align: center;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#flickr ul li a.link {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
}

#flickr ul li a.toflickr {
	background: url("../images/toflickrbg.png");
	width: 70px;
	height: 17px;
	position: absolute;
	z-index: 6;
	bottom: 50px;
	left: 278px;
	display: none;
}

a#next {
	position: fixed;
	z-index: 9999;
	left: 60px;
	top: 128px;
	display: none;
}

.borderimg {
	background: url("../images/border.png") repeat-x;
	height: 2px;
	width: 100%;
	margin-bottom: 34px;
	margin-top: 34px;
}

#scrolltop {
	background: url("../images/up.png") no-repeat;
	width: 16px;
	height: 16px;
	position: fixed;
	cursor: pointer;
	right: 20px;
	bottom: 20px;
	display: none;
}

#loader
{
	background: url("../images/loader.gif") no-repeat;
    position: fixed;
    right: 48px;
    bottom: 20px;
    display: none;
    z-index: 50;
    width: 16px;
    height: 16px;
}

#submenu {
	font-family: BebasNeueRegular, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #bebebe;
	position: fixed;
	left: 736px;
	top: 126px;
	z-index: 4;
	line-height: 17px;
	display: none;
}

#submenu.home {
	left: 984px;
	top: 126px;
}

#submenu ul li a{
	color: #bebebe;
	text-decoration: none;
	-webkit-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-moz-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-ms-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-o-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845);
}

#submenu ul li a:hover{
	color: #383838;
	text-decoration: none;
	-webkit-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-moz-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-ms-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-o-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845);
}

#submenu ul li a.active{
	color: #383838;
	text-decoration: none;
}

#submenu.home ul li a{
	color: #bebebe;
	text-decoration: none;
	-webkit-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-moz-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-ms-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-o-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845);
}

#submenu.home ul li a:hover{
	color: #383838;
	text-decoration: none;
	-webkit-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-moz-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-ms-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-o-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845);
}

#submenu.home ul li a.active{
	color: #383838;
	text-decoration: none;
}

#submenu ul li#prints {
	border-top: 1px dotted #ccc;
	padding-top: 12px;
	margin-top: 12px;
}

#submenu ul li#prints a{
	color: #e6a830;
	-webkit-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-moz-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-ms-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-o-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845);
}

#submenu ul li#prints a:hover{
	color: #383838;
	-webkit-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-moz-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-ms-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	-o-transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845); 
	transition: all 200ms cubic-bezier(0.715, 0.130, 0.280, 0.845);
}

#keepscrolling {
	position: fixed;
	z-index: 4;
	bottom: 14px;
	left: 736px;
	display: none;
}

.FotomotoToolbarClass {
	width: 500px !important;
	margin-left: 23px !important;
	margin-top: 6px !important;
}

.FotomotoToolbarClass ul li a {
	font-family: BebasNeueRegular, sans-serif;
	font-size: 12px;
	font-weight: normal !important;
	color: #545454 !important;
	background: 0 1px url("../images/cart.png") no-repeat;
	padding-left: 20px !important;
	text-decoration: none !important;
}

.FotomotoToolbarClass ul li a:hover {
	color: #111111 !important;
	text-decoration: none !important;
}

.FotomotoSeparator {
	display: none !important;
}

.FotomotoViewCartClass {
	background: none !important;
	left: 738px !important;
	top: 290px !important;
	border-top:  1px dotted #d1d1d1;
}

#fotomoto_view_cart_total_items {
	background: 1px 10px url("../images/cart.png") no-repeat !important;
	padding-left: 22px !important;
	font-size: 12px !important;
	color: #545454 !important;
	font-family: BebasNeueRegular, sans-serif !important;
	font-weight: normal !important;
}

#fotomoto_view_cart_float {
	width: 70px !important;
}

#fotomoto_cart_info_div {
	padding-left: 0 !important;
}

.FotomotoCardButton 
{
	margin-left: 8px !important;
}

.yui-skin-sam .yui-button {
	background-image: none !important;
	background-color: #e7e7e7 !important;
	padding: 1px 6px 1px 6px !important;
	font-size: 12px !important;
	border: none !important;
	margin: 2px 0 0 0 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	font-family: BebasNeueRegular, sans-serif !important;
	display: inline-block !important;
}

.yui-skin-sam .yui-button:hover {
	background-image: none !important;
	background-color: #e0e0e0 !important;
}

.yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {
	color: #545454 !important;
}

.yui-skin-sam .yui-button .first-child {
	border: none !important;
	margin: 0 !important;
}


/*** FOOTER ***/

#about {
	position: fixed;
	bottom: 0;
	z-index: 100;
	height: 80px;
	background-color: #090909;
	width: 100%;
	margin-bottom: -124px;
	padding: 22px 0 22px 22px;
	font-size: 11px;
	color: #f9f9f9;
}

#innerabout {
	width: 900px;
}

#about a {
	color: #dfdfdf;
	text-decoration: none;
}

#about a:hover {
	color: #ffffff;
	text-decoration: none;
}

#about_left {
	float: left;
	border-right: 1px solid #2e2e2e;
	padding-right: 20px;
	margin-right: 20px;
}

#about_left ul li {
	line-height: 19px;
}

.aperture {
	font-family: Georgia, Sans-Serif;
	font-style: italic;
	font-size: 8px;
	display: inline-block;
	margin-left: 3px;
	position: relative;
	top: -2px;
}

#about_left ul li.email {
	background: 6px 5px url("../images/mail.png") no-repeat;
	padding-left: 25px;
}

#about_left ul li.flickr {
	background: 4px 6px url("../images/flickr.png") no-repeat;
	padding-left: 25px;
}

#about_left ul li.lastfm {
	background: 5px 6px url("../images/lastfm.png") no-repeat;
	padding-left: 25px;
}

#about_left ul li.facebook {
	background: 8px 4px url("../images/fb.png") no-repeat;
	padding-left: 25px;
}

#about_mid {
	float: left;
	border-right: 1px solid #2e2e2e;
	padding-right: 20px;
	margin-right: 20px;
}

#about_mid ul li {
	line-height: 19px;
}

#about_right {
	float: left;
}
