/*
Theme Name: Poketo 2.0
Theme URI: http://poketo.com
Description: Custom WordPress theme for Poketo.
Author: Ann Oyama
Author URI: http://superann.com

This theme is licensed under the GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
#main h2 {
	font-size:20px;
	font-weight:bold;
	margin-top:0;
}
.error404 #main {
	font-size:12px;
}
#content {
	font-size:12px;
}
#content h4 {
	font-size:13px;
	font-weight:bold;
}
#slideshow {
	position:relative;
	overflow:hidden;
}
#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow a.active {
    z-index:10;
    opacity:1.0;
}
#slideshow a.last-active {
    z-index:9;
}

#formmail1 {
	list-style-type:none;
	padding-left:0;
}
#formmail1 input,
#formmail1 select,
#formmail1 textarea {
	border: 1px solid #333333;
	padding: 2px 1px 2px 1px;
}

#formmail1 .subject input { width: 100%; }
#formmail1 .comment textarea { width: 100%; }

li.current_page_item a {
	font-weight:bold;
}
.center {
	text-align:center;
}
#press-header {
	background:url('images/press_header.png');
	width:830px;
	height:150px;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
}
#press-header a,
#press-print a {
	color:#818285;
	text-decoration:none;
}
#press-header a:hover,
#press-print a:hover {
	text-decoration:underline;
}
#press-images {
	font-size:11px;
	overflow: hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	position:absolute;
	top:20px;
	left:170px;
}

	#press-images li {
		float: left;
		width:120px;
		margin-right:20px;
	}
	#press-images li img {
		width: 120px;
		height: 80px;
	}
	#press-images li span {
		display:block;
	}
	#press-images li span.title {
		font-style:italic;
	}

#press-email {
	display:none;
}

a#press-pdf {
	font-size:11px;
	display:block;
	height:29px;
	width:200px;
	position:absolute;
	top:90px;
	left:635px;
	text-decoration:none;
	background:url('images/ico_pdf.png') no-repeat 0 0;
	text-indent:30px;
	line-height:30px;
	overflow:visible;
}

#press-print {
	font-size:11px;
}

	#press-print ul {
		overflow: hidden;
		list-style-type:none;
		padding:0;
		margin:0;
	}

	#press-print ul li {
		float: left;
		width:80px;
		height:160px;
		margin-right:20px;
	}

	
	#press-print ul li img {
		width: 80px;
		height: 100px;
	}

	#press-print ul li span {
		display: block;
	}
	#press-print ul li span.title {
		font-style:italic;
	}
#ordering-info {
	list-style-type:none;
	padding:0;
	margin:0;
}
#ordering-info li {
	margin-bottom:10px;
}

