/*
Theme Name: Photography Joni Niemel&auml;
Theme URI: http://photography.poreo.com
Author: Joni Niemel&auml;
Version: 1.0
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:'Georgia', inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	margin:0 auto;
	background-color: #141414;
	background:url('images/bg.gif') repeat;
	color:#a9a9a9;
	font-family:'Georgia','Lucida Grande','Arial','sans-serif';
}

#js_off {
	position: absolute;
	top: 350px;
	left: 50%;
	background: #121212;
	font-size: 1em;
	margin: 0 0 0 -220px;
	text-align: center;
	width: 370px;
	height: 60px;
	padding: 35px 35px 35px 35px;
	border: solid 1px #2b2b2b;
	z-index: 9999;
	line-height:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

p.jsoff {
	clear:both;
}


h2 {
	font-size: 1.5em;
	line-height: 20px;
	margin: 30px 0 10px 0;
}

ol, ul {
	list-style: none; 
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

hr {
	border:0;
	background-color:#fff;
	clear:both;
	height:2px;
	margin:10px 0;
}

a.bookbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #d65f03;
	padding: 10px 17px;
	background: -moz-linear-gradient(
		top,
		#595959 0%,
		#1c1c1c);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#595959),
		to(#1c1c1c));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 2px rgba(0,0,0,0.6),
		0px 1px 0px rgba(222,168,129,0.3);
	text-decoration:none;
}

a.bookbtn:hover { 
		background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#404040),
		to(#030303));
		text-decoration:none;
}

#description .alignleft {
	float: left;
	display: block;
	border: solid 5px #141414;
	margin-right: 20px;
}

#facebook {	
	background:url('images/fb_back.png') no-repeat;
	background-position: -80px 0;
	width: 193px;
	height: 80px;
	padding: 17px 0 0 15px;
	display:block;
	position: absolute;
	top:0px;
	left:0px;
	z-index:999;
}

#interested {	
	background:url('images/interested.png') no-repeat;
	width: 135px;
	height: 135px;
	display:block;
	position: absolute;
	top:-115px;
	left:-115px;
}

#interested .hover {	
	background:url('images/interested.png') no-repeat;
	width: 135px;
	height: 135px;
	display:block;
	position: absolute;
	background-position: 0px -141px;
}


.tooltip, .tooltip2, .tooltip3 {
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#1a1a1a;
    padding:5px;
    width:auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
}

.tooltip p, .tooltip2 p, .tooltip3 p {
	font-size: 12px;
	font-style: italic;
    margin:0;
	text-align:center;
    padding:0;
    color:#fff;
    background-color:#1a1a1a;
    padding:2px 7px 2px 7px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a {
	color:#aaaaaa;
	text-decoration:none;
	font-style: italic;
	text-decoration:underline;
}

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

a.title {
	color: #fff;
}

a.title:hover {
	text-decoration:none;
}

em, i {
	font-style:italic;
}

bold, strong {
	font-weight:bold;
	font-style: italic;
}

th {
	font-weight:bold;
	text-align:center;
}

#description p {
	font-size: 0.9em;
}

#logo {
	z-index: 99;
	position: relative;
	display:inline-block;
	width: 310px;
	height: 95px;
	background:url('images/logo_medium.png') no-repeat;	
	margin: 0px 0px 8px -155px;
	left: 50%;
}

#logo_mini {
	z-index: 99;
	position: relative;
	display:inline-block;
	width: 200px;
	height: 60px;
	background:url('images/logo_mini.png') no-repeat;	
	margin: 0px 0px 3px -100px;
	left: 50%;
}

.submit {
	color:#a9a9a9;
	background:#0d0d0d;
	border: 1px solid #242424;
	font-family:'Georgia','Lucida Grande','Arial','sans-serif';
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.submit:hover {
	color:#0d0d0d;
	background:#a93901;
	border: 1px solid #242424;
	font-family:'Georgia','Lucida Grande','Arial','sans-serif';
}

.clear {
	clear:both;
}

.container {
	background: #0f0f0f;
	width:1010px;
	margin:0 auto;
	padding: 0px 20px 0 20px;
	position:relative;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-top: solid 1px #171717;
	border-left: solid 1px #171717;
}

.footercontainer {
	background: #0d0d0d;
	width:885px;
	margin:20px auto;
	padding: 0.5px 20px 0 100px;
	position:relative;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.creditscontainer {
	background: #0d0d0d;
	width:962px;
	margin:10px auto;
	padding: 10px;
	position:relative;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-align: center;
	font-size: 1.3em;
}

.container #index,
.container #archive,
.container #single {
	clear:both;
	overflow:hidden;
}

.container .featured-photo {
	margin-bottom:20px;
	float:left;
}

.container .main-photo .image,
.container .featured-photo .image {	
/*	text-align:center;*/
	position:relative;
	display:block;
/*	margin:0 auto;*/
}

.container .main-photo .image img,
.container .featured-photo .image img {
	border: solid 2px #1f1f1f;
	display:block;
}

.container .main-photo .image a img:hover,
.container .featured-photo .image a img:hover {
	border: solid 2px #2e2e2e;	
	display:block;
}
 
.container .featured-photo .window5 {
	position:absolute;
	width: 150px;
	text-align: center;
	padding:8px 0 8px 0;
	margin-top: -2px;
	margin-right: -5px;
	margin-left: 338px;
	background:url('images/transparent-bg.png');	
	z-index:100;
	font-family:'Georgia','Arial','sans-serif';
	border-bottom: solid 1px #1a1a1a;
	border-left: solid 1px #1a1a1a;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
}

.archivelink {
	color:#fff;
	font-weight: bold;
	text-shadow:2px 2px 2px #000;
}

.archivelink:hover {
	color:#fff;
	font-weight: bold;
	text-shadow:2px 2px 2px #000;
}

.postdate {
	color:#fff;
	font-weight: normal;
	text-shadow:2px 2px 2px #000;
	font-size:11px;
}

.postdate:hover {
	color:#fff;
	font-weight: normal;
	text-shadow:2px 2px 2px #000;
	font-size:11px;
	text-decoration: none;
}

.postdate-main {
	color:#fff;
	font-weight: normal;
	text-shadow:2px 2px 2px #000;
	font-size:14px;
}

.postdate-main:hover {
	color:#fff;
	font-weight: normal;
	text-shadow:2px 2px 2px #000;
	font-size:14px;
	text-decoration: none;
}

.container .main-photo .date,
.container .featured-photo .date {
	top:4px;
	left:4px;
	font-size:1.0em;
}

.container .main-photo .title,
.container .featured-photo .title {
	bottom:4px;
	right:4px;
	font-size:1.2em;
}

.container .main-photo .title {
	font-size:1.1em;
	font-style:italic;	
	text-shadow: 2px 2px 2px #000;
}

.container .featured-photo .title {
/*	font-size:0.9em;*/
	font-size:11px;
	font-style:italic;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}
.container .main-photo .main {
	width:1010px;
	height:408px;
}

.container .featured-photo .index {
	width:490px;
	height:253px;
}

.container .indentleft {
	margin-left:1px;
	margin-right: 0px;
	width:511px;
}

.container .indentright {
	margin-right:0px;
	width:480px;
}

.container #latest-photos {
	width:1010px;
	margin-top: 50px;
}

.container #latest-photos h2,
.container #about h2 {
	background-color:#274a57;
	padding:10px 10px 10px;
	font-size:1.2em;
	margin-bottom:15px;	
}

.container #about {
	margin-left:20px;
	margin-bottom:10px;
	width:300px;
	line-height:20px;
}

.container #about #inside {
	font-size:0.8em;
}

.container #details {
	clear:both;
	margin:5px 0;
}

#archivethumbs {
	width: 970px;
	margin: 0 auto;
}

.singlephoto {
	border: solid 5px #141414;
	display: block;
	margin: 0 auto;
}

.archivephoto img {
	border: solid 5px #141414;
	margin-left: 0px;
	margin-bottom: 2px;
}

.archivephotonew img {
	border: solid 5px #b18d20;
	margin-left: 0px;
	margin-bottom: 2px;
}

.newphoto {
	position:relative;
	float:left;
	clear:none;
	margin-right:2px;
}

.oldphoto {
	position:relative;
	float:left;
	clear:none;
	margin-right:2px;
}

.new {
	position:absolute;
	background:url('images/transparent-bg.png');
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	text-align:center;
	padding: 5px 2px 0px 5px;
	right: 5px;
	bottom: 7px;
	width:40px;
	height:15px;
}

.newsmall {
	position:absolute;
	background:url('images/transparent-bg.png');
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	text-align:center;
	padding: 0px 2px 4px 5px;
	right: 9px;
	bottom: 4px;
	width:40px;
	height:15px;
	z-index:9999;
}

.new h4, .newsmall h4 {
	color: #a44a02;
	font-family:'Georgia', inherit;
	font-size: 11.5px;
	font-style: italic;
	font-weight: bold;
	letter-spacing:1px;
}

.singlephoto:hover, .archivephoto img:hover {
	border: solid 5px #1c1c1c;
}

#footer {
	background-color:#0a0a0a;		
	clear:both;
	overflow:hidden;
	font-style:italic;
	margin:0 auto;
}

#credits {
	font-size:0.6em;
	font-style:italic;
	margin:0 auto;
	text-align:left;
}

#footer #breaker {
	background-color:#36322a;
	height:20px;	
	border-bottom:1px #444038 solid;
}

#footer .section {
	float:left;
	width:240px;	
	font-size:0.8em;
	margin:0px 0 10px 0px;
	padding:0 15px;
	line-height:22px;	
	min-height:155px;
}

#footer #credits {
	font-size:0.7em;
	font-style:italic;
	padding:10px 0;	
}

.container p {
	margin-bottom:10px;
}



/************************************************
*	Navigation      							*
************************************************/

#valikko {
	width: 1060px;
	height: 45px;
	list-style-type: none;
	list-style-image: none;
	margin: -10px auto 0 auto;
	padding: 0 0 0 0px;
	border: solid 0px white;
}

#valikko li {
  float: left;
  width: auto;
  margin-left: -10px;
}

#valikko a * {
  display: none;
  outline: none;
}

#valikko a, #valikko a .hover {
	height: 45px;
	position: relative;
	display: block;
	background-image: url('images/menu_bg3.png');
	outline: none;
	cursor: pointer;
}

/* individual navigation items */
#valikko a.macro {
  background-position: 0px 0px;
  width: 162px;
  margin:0;
  padding:0;
  outline: none;
  cursor: pointer;
}

#valikko a.macro .hover {
  background-position: 0px -57px;
  width: 162px;
  margin:0;
  padding:0;
  outline: none;
}

#macro #valikko a.macro, #valikko .highlight a.macro:hover { 
  background-position: 0px -57px;
  outline: none;
}



#valikko a.landscape {
  background-position: -182px 0px;
  width: 162px;
  margin:0 25px 0 -10px;
  padding:0;
  outline: none;
  cursor: pointer;
}

#valikko a.landscape .hover {
  background-position: -182px -57px;
  width: 162px;
  margin:0;
  padding:0;
  outline: none;
}

#landscape #valikko a.landscape, #valikko .highlight a.landscape:hover { 
  background-position: -172px -57px;
  outline: none;
}



#valikko a.bw {
  background-position: -364px 0px;
  width: 162px;
  margin:0 0 0 0;
  padding:0;
  outline: none;
  cursor: pointer;
}

#valikko a.bw .hover {
  background-position: -364px -57px;
  width: 162px;
  margin:0;
  padding:0;
  outline: none;
}

#bw #valikko a.bw, #valikko .highlight a.bw:hover { 
  background-position: -364px -57px;
  outline: none;
}



#valikko a.other {
  background-position: -546px 0px;
  width: 162px;
  margin:0;
  padding:0;
  outline: none;
  cursor: pointer;
}

#valikko a.other .hover {
  background-position: -546px -57px;
  width: 162px;
  margin:0;
  padding:0;
  outline: none;
}

#other #valikko a.other, #valikko .highlight a.other:hover { 
  background-position: -546px -57px;
  outline: none;
}


#valikko a.blog {
  background-position: -728px 0px;
  width: 162px;
  margin:0;
  padding:0;
  outline: none;
  cursor: pointer;
}

#valikko a.blog .hover {
  background-position: -728px -57px;
  width: 162px;
  margin:0;
  padding:0;
  outline: none;
}

#blog #valikko a.blog, #valikko .highlight a.blog:hover { 
  background-position: -728px -57px;
  outline: none;
}


#valikko a.prints {
  background-position: -888px 0px;
  width: 160px;
  margin:0;
  padding:0;
  outline: none;
  cursor: pointer;
}

#valikko a.prints .hover {
  background-position: -889px -57px;
  width: 162px;
  margin:0;
  padding:0;
  outline: none;
}

#prints #valikko a.prints, #valikko .highlight a.prints:hover { 
  background-position: -888px -57px;
  outline: none;
}









/************************************************
*	NextPrevNavigation      				    *
************************************************/

#nextprev {
	float: right;
	width: 130px;
	height: 38px;
	list-style-type: none;
	list-style-image: none;
	margin: -50px -30px 25px 0;
	padding: 0 0 0 0px;
}

#nextprev li {
  float: left;
  width: 60px;
}

#nextprev a * {
  display: none;
  outline: none;
}

#nextprev a, #nextprev a .hover {
	height: 38px;
	position: relative;
	display: block;
	background-image: url('images/nextprev.png');
	outline: none;
	cursor: pointer;
}

/* individual navigation items */
#nextprev a.prev {
  background-position: 0px -1px;
  width: 60px;
  margin:0;
  padding:0;
  outline: none;
  cursor: pointer;
}

.prev_off {
	float: left;
	background-position: 0px -1px;
	width: 60px;
	height: 38px;
	position: relative;
	display: block;
	background-image: url('images/nextprev.png');
	outline: none;
}

.next_off {
	float: right;
	background-position: -65px -1px;
	width: 60px;
	height: 38px;
	position: relative;
	display: block;
	background-image: url('images/nextprev.png');
	outline: none;
}

#nextprev a.prev .hover {
  background-position: 0px -36px;
  width: 60px;
  margin:0;
  padding:0;
  outline: none;
}

#prev #nextprev a.prev, #nextprev .highlight a.prev:hover { 
  background-position: 0px -36px;
  outline: none;
}

#nextprev a.next {
  background-position: -65px -1px;
  width: 60px;
  margin:0 30px 0 0;
  padding:0;
  outline: none;
  cursor: pointer;
}

#nextprev a.next .hover {
  background-position: -65px -36px;
  width: 60px;
  margin:0;
  padding:0;
  outline: none;
}

#next #nextprev a.next, #nextprev .highlight a.next:hover { 
  background-position: -65px -36px;
  outline: none;
}

#thumbsholder {
	z-index: 100;
	position: absolute;
	left: 50%;
	top: -5px;
	margin-left: -510px;
}

.visibles {
	padding:0px 0px 0px 0px; 
	width: 1020px;
	line-height:20px;
	background:url('images/bar.png') repeat-y;
	display:none;
	font-size:0.9em;
	margin:0 auto;
}

.visibles ul li {
	float:left;
	position:relative;
}

.visibles a {
	color:#8c8c8c;
}

.visibles a:hover {
	color:#a93901;
}

#recent-photos-drop {
	position:relative;	
	padding-left: 0px;
}

#recent-photos-drop li {	
	float:left;
	position:relative;
	padding-right:5px;
	margin-bottom: 5px;
}

#recent-photos-drop li.active img {	
	border:1px #a93901 solid;
}

#recent-photos-drop li img {
	background: #171717;
	padding: 3px;
	border:1px #2a2a2a solid;
	display:block;
	position:relative;
}

#recent-photos-drop .thumbnails {
	padding:0 0 0 57px;
	margin:0 0 0 3px;
}

#thumbsmenu_close {
	background:url('images/thumbsmenu_close.png') no-repeat;
	width: 46px;
	height: 49px;
	margin: 0 auto 5px auto;
	display: block;
}

#thumbsmenu_close .hover {
	background:url('images/thumbsmenu_close.png') no-repeat;
	background-position: 0px -51px;
	width: 46px;
	height: 49px;
	margin: 0 auto 5px auto;
	display: block;
}

#thumbsmenu_bottom {
	background:url('images/thumbsmenu_bottom.png') no-repeat;
	width: 1020px;
	height: 55px;
	margin: 0 auto;
	display: block;
}

#thumbsmenu_bottom .hover {
	background:url('images/thumbsmenu_bottom.png') no-repeat;
	background-position: 0px -56px;
	width: 1020px;
	height: 55px;
	margin: 0 auto;
	display: block;
}



#thumbstitle-macro {
	background:url('images/thumb_title_macro.png') no-repeat;
	width: 120px;
	height: 25px;
	margin: 0 auto 10px auto;
	display: block;
}

#thumbstitle-landscape {
	background:url('images/thumb_title_landscape.png') no-repeat;
	width: 160px;
	height: 25px;
	margin: 0 auto 10px auto;
	display: block;
}

#thumbstitle-bw-toned {
	background:url('images/thumb_title_bw.png') no-repeat;
	width: 170px;
	height: 25px;
	margin: 0 auto 10px auto;
	display: block;
}

#thumbstitle-other {
	background:url('images/thumb_title_other.png') no-repeat;
	width: 120px;
	height: 25px;
	margin: 0 auto 10px auto;
	display: block;
}

#archtitle-macro {
	background:url('images/arch_macro.png') no-repeat;
	width: 150px;
	height: 65px;
	margin: 0 auto 20px auto;
	display: block;
}

#archtitle-landscape {
	background:url('images/arch_landscape.png') no-repeat;
	width: 220px;
	height: 65px;
	margin: 0 auto 20px auto;
	display: block;
}

#archtitle-bw-toned {
	background:url('images/arch_bw.png') no-repeat;
	width: 250px;
	height: 65px;
	margin: 0 auto 20px auto;
	display: block;
}

#archtitle-other {
	background:url('images/arch_other.png') no-repeat;
	width: 150px;
	height: 65px;
	margin: 0 auto 20px auto;
	display: block;
}

#archtitle-new {
	background:url('images/arch_new.png') no-repeat;
	width: 250px;
	height: 65px;
	margin: 0 auto 20px auto;
	display: block;
}

#interested_title {
	background:url('images/interested_title.png') no-repeat;
	width: 380px;
	height: 60px;
	margin: 20px auto 20px auto;
	display: block;
}
