/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* STEFAN STARTS HERE */

body {
	background: #e5d5c6 url('../images/background.jpg') top center no-repeat;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.45em;
}

p {
	padding-bottom: 3px;
	margin-bottom: 7px;
}

div.wrapper {
	width: 962px;
	height: 706px;
	margin: 0 auto;
	margin-top: 25px;
	padding: 3px 2px 4px 4px;
	-moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 9px #F3E3D4;	
}

div.wrapper > div {
}

div.stefan {
	width: 250px;
	height: 400px;
	background: url('../images/stefan.jpg') no-repeat top left;
	position: absolute;
}

div.menu {
	width: 706px;
	height: 44px;
	margin: 0 0 0 254px;
	background: url('../images/menu.jpg') no-repeat top left;
	position: absolute;
}

div.cinema {
	width: 706px;
	height: 352px;
	background: #676462;
	margin: 48px 0 0 254px;
	position: absolute;
	overflow: hidden;
}

div.info {
	width: 202px;
	height: 260px;
	background: #ddd url('../images/info.png') top no-repeat;
	margin: 403px 0 0 -1px;
	position: absolute;
	padding: 25px 25px 18px 25px;
	text-align: center;
	text-shadow: 0px 1px 2px #FFFBEB;
}

div.contenthome {
	width: 670px;
	height: 267px;
	padding: 18px 10px 18px 28px;
	background: #eee url('../images/contenthome.png') top no-repeat;
	position: absolute;
	margin: 403px 0 0 253px;
}

div.content {
	width: 670px;
	height: 620px;
	padding: 22px 10px 18px 28px;
	margin: 46px 0 0 253px;
	background: #eee url('../images/content_back.jpg') top no-repeat;
	position: absolute;
}

/* MENU */

div.menu a, div.stefan a {
	display: block;
	height: 44px;
	float: left;
	text-decoration: none;
}

div.stefan a#home {
	width: 80px;
	margin: 0 0 0 0;
	background: url('../images/menu_home.png') 0px 0px no-repeat;
	position: absolute;
}

div.menu a#wedding {
	width: 180px;
	margin: 0 11px 0 18px;
	background: url('../images/menu_wedding.png') 0px 0px no-repeat;
}

div.menu a#portraits {
	width: 116px;
	margin: 0 9px 0 10px;
	background: url('../images/menu_pg.png') 0px 0px no-repeat;
}

div.menu a#commercial {
	width: 220px;
	margin: 0 9px 0 10px;
	background: url('../images/menu_cg.png') 0px 0px no-repeat;
}

div.menu a#pricing {
	width: 98px;
	margin: 0 18px 0 6px;
	background: url('../images/menu_pricing.png') 0px 0px no-repeat;
}

div.menu a:hover, a#home:hover, div.menu a.selected {
	background-position: 0px -44px !important;	
}

a#pricing.hover {
	background-position: 0px -44px !important;	
}

div.menu a:active {
	background-color: #000 !important;
}

a#blog {
	display: block;
	width: 163px;
	height: 22px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 9px;
	background: url('../images/blog.png') 0px 0px no-repeat;
}

a#blog:hover {
	background: url('../images/blog.png') 0px -25px no-repeat;
}


/* FLICKR */

div.gallery ul {
	margin: 0 auto;
	padding: 0 0 0 0;
	list-style: none;
	list-style-type: none;
}

div.gallery ul li  {
	padding: 0;
	margin: 0;
	float: left;
}

body.home div.gallery ul li a img {
	background: #ffffff;
	padding: 4px 4px 4px 4px;
	border: solid 1px #ccc;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
	margin: 0px 2px 1px 1px;
	opacity: 0.85;
	filter: alpha(opacity=90);
	width: 75px;
	height: 75px;
	-moz-box-shadow: 1px 3px 8px #bbb;
	-webkit-box-shadow: 1px 3px 9px #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.gallery ul li a img {
	background: #ffffff;
	padding: 5px 5px 14px 5px;
	border: solid 1px #ccc;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
	margin: 1px 3px 1px 3px;
	opacity: 0.82;
	filter: alpha(opacity=87);
	width: 75px;
	height: 75px;
	-moz-box-shadow: 1px 3px 8px #bbb;
	-webkit-box-shadow: 1px 3px 9px #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
}

div.gallery ul li a:hover img {
	border: solid 1px #888 !important;
	border-right: solid 1px #222 !important;
	border-bottom: solid 1px #222 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-box-shadow: 1px 3px 10px #888;
	-webkit-box-shadow: 1px 3px 11px #888;
	-webkit-transition: 0.1s ease;
	-moz-transition: 0.1s ease;
}

/* HOMEPAGE */

div.bio {
	width: 370px;
	margin-right: 20px;
	float: left;
	color: #443;
}

div.bio p.indent {
	text-indent: 1.5em;	
}

body.home div.gallery {
	margin-top: 0px;
	width: 268px;
	float: left;
}

div.c2 {
	float: left;
	width: 250px;
}

div.c2 div.gallery {
	height: 188px;
	float: left;
}

/* PRICING PAGE */

div.pricebody {
	width: 548px;
	color: #000000;
	margin: -7px 0 0 -6px;
	float: left;
	text-align: justify;
}

div.pricebody div {
	padding: 14px 12px 0px 10px;
}

div.pricebody div p {
	font-size: 14px;
	padding: 6px 6px 6px 8px;
	margin: 0 0 0 0;
}

div.pricebody h1 {
	font-size: 17px;
	color: #222222;
	background-color: #ffffff;
	padding: 5px 4px 4px 8px;
	margin-bottom: 5px;
	border-bottom: solid 3px #ECDCCD;
	-moz-box-shadow: 0px 1px 6px #B6B1AF;
	-webkit-box-shadow: 0px 1px 6px #B6B1AF;
	font-family: Helvetica, Calibri, Lucida Sans, Tahoma, Arial sans-serif;
}

div.pricebody h1 span {
	float: right;
	width: 50px;
	overflow: visible;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}

div#sidepics {
	width: 100px;
	padding: 3px 0 0 16px;
	float: left;
}

/* FLICKR */

a#flickr {
	display: block;
	text-decoration: none;
	width: 250px;
	height: 73px;
	margin: -7px 0 0 1px;
	padding: 5px 5px 5px 5px;
	border: solid 1px #ccc;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
	-moz-box-shadow: 1px 3px 8px #bbb;
	-webkit-box-shadow: 1px 3px 9px #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0.85;
	filter: alpha(opacity=90);
	background: #fff url('../images/flickr.png') 4px 4px no-repeat;
	position: absolute;
}

a#flickr:hover {
	border: solid 1px #888;
	border-right: solid 1px #222;
	border-bottom: solid 1px #222;
	opacity: 1;
	filter: alpha(opacity=100);
	background: #fff url('../images/flickr.png') 4px -81px no-repeat;
}

/* LITEBOX */

div#ss_s {
	border: solid 2px #666;
	color: #ffffff;
}

div#ss_s a {
	color: #888888;
	font-weight: normal;
}

div#ss_s a:hover {
	color: #cc0000;
}

div#ss_s a#ss_x {
	color: #cccccc;
	font-weight: bold;
}

div#ss_s a#ss_x:hover {
	color: #ff0000;
}

/* IFRAME */

div.content iframe {
	display: none;
	width: 706px;
	height: 657px;
	margin: -20px 0 0 -27px;
}

/* LOADING */

div#loading {
	width: 706px;
	height: 657px;
	line-height: 600px;
	text-align: center;
	margin: -20px 0 0 -27px;
	background: #eee url('../images/content_back.jpg') top no-repeat;
	font-size: 3em;
	position: absolute;
	z-index: 99;
	font-family: 'Segoe UI Light', 'Segoe UI', Arial, Helvetica, sans-serif;
	color: #999;
	text-shadow: 0px 1px 16px #fff;
}

p.author {
	width: 962px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	color: #C7B1A3;
}

p.author {
	width: 962px;
	margin: 0 auto;
	padding: 1px 0 0 0;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	color: #C7B1A3;
}

p.author a {
	color: #C7B1A3;
	text-decoration: none;
	border-bottom: dotted #C7B1A3 1px;
}

/* PAGING */

div.paging {
	width: 657px;
	margin-top: -10px;
	margin-left: -3px;
	height: 9px;
	padding: 0 0 12px;
	line-height: 7px;
	font-size: 0.85em;
	text-align: center;
	color: #A29992;
}

a#prevpage {
	background: url('../images/prevpage.png') 0px 0px no-repeat;
	float: left;
	
}

a#nextpage {
	background: url('../images/nextpage.png') 0px 0px no-repeat;	
	float: right;
}

div.paging a {
	display: block;
	width: 71px;
	height: 9px;
}

a#nextpage:hover, a#prevpage:hover {
	background-position: 0px -20px;
}