/*
Theme Name:		Papayas 2.0
Theme URI: 		http://thinkingman.com/
Version: 		2.0b
Description: 	For more information, contact Adam Prall at +1 (808) 652-9243.
Author: 		Ptah Dunbar/Adam Prall
Author URI:		http://ptahdunbar.com
Tags:			one-column, fixed-width

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

body
{
	background-image: url(adam/bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}


body.home
{
	background-image: url(adam/bg-home.gif);
	background-repeat: repeat;
	background-position: 0 0;
}

.container {
	width: 700px;
	margin: 0 auto;
	background: url(adam/paper-opaque.png) 50% 0 repeat-y;
	padding: 0 20px 50px 20px;
}

.home .container {
	background-image: none;
	width: 800px;
}

.header {
	background: url(adam/top.jpg) 50% 0 no-repeat;
	position: relative;
	width: 740px;
	height: 126px;
	margin-left: -20px;
}

.home .header {
	background: url(adam/home.jpg) 50% 0 no-repeat;
	width: 800px;
	height: 619px;
	margin-left: 0;
	margin-top: 30px;
}

.header ul {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

.header ul li {
	position: absolute;
	display: block;
}

.header ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -999px;
	background: url(adam/fonts-small.png) 0 0 no-repeat;
	-webkit-transition: 0.3s linear opacity;
	opacity: 1.0;
}
.header ul li a:hover {
	opacity: 0.25;
}

/* inner page nav */
#nav-home {
	left: 0;
	top: 0;
	width: 120px;
	height: 25px;
}
#nav-home a {
	background-position: 0 0;
}
#nav-store {
	left: 0;
	top: 25px;
	width: 120px;
	height: 25px;
}
#nav-store a {
	background-position: 0 -25px;
}
#nav-news {
	left: 0;
	top: 50px;
	width: 120px;
	height: 25px;
}
#nav-news a {
	background-position: 0 -50px;
}
#nav-contact {
	left: 125px;
	top: 75px;
	width: 130px;
	height: 45px;
}
#nav-contact a {
	background-position: 0 -100px;
}
#nav-menu {
	left: 0;
	top: 75px;
	width: 120px;
	height: 25px;
}
#nav-menu a {
	background-position: 0 -75px;
}
#nav-home2 {
	left: 255px;
	top: 0px;
	width: 460px;
	height: 120px;
}
#nav-home2 a {
	background-position: 0 -150px;
}

.blog #primary {
	padding-top: 50px;
}
.blog #primary .entry-title a {
	color: #F80;
}

.blog #secondary {
	padding-top: 88px;
}

.pageid-18 #secondary {
	padding-top: 106px !important;
}

#secondary {
	color: #999;
}

.home #content
{
	color: #5D4737;
	font-size: 15px;
}

.singular .entry-title
{
	font-size: 60px;
	color: #F80;
	padding-top: 105px;
	padding-bottom: 20px;
}

.pageid-20 .entry-title,
.pageid-24 .entry-title {
	display: none;
}

.pageid-20 #content {
	padding-top: 251px;
	background: url(adam/title-kapaa.jpg) 0 0 no-repeat;
}

.pageid-24 #content {
	padding-top: 100px;
	background: url(adam/title-contact.gif) 0 0 no-repeat;

}

.home #content a
{
	color: #362A20;
}


/* end */


.home .header ul li a {
	background-image: url(adam/fonts.png);
}

.home #nav-home {
	left: 275px;
	top: 236px;
	width: 230px;
	height: 50px;
}
.home #nav-home a {
	background-position: 0 0;
}
.home #nav-store {
	left: 275px;
	top: 286px;
	width: 230px;
	height: 50px;
}
.home #nav-store a {
	background-position: 0 -50px;
}
.home #nav-news {
	left: 275px;
	top: 326px;
	width: 230px;
	height: 50px;
}
.home #nav-news a {
	background-position: 0 -100px;
}
.home #nav-contact {
	left: 275px;
	top: 376px;
	width: 230px;
	height: 50px;
}
.home #nav-contact a {
	background-position: 0 -150px;
}
.home #nav-menu {
	left: 275px;
	top: 426px;
	width: 230px;
	height: 50px;
}
.home #nav-menu a {
	background-position: 0 -200px;
}
.home #nav-home2 {
	display: none;
}

.entry-meta {
	display: none;
}

.home .entry-title {
	display: none;
}

#primary {
	width: 490px;
	padding: 0px 10px 0px 0px;
	float: right;
}

.home #primary {
	width: 774px;
	margin: 0 auto 50px auto;
}

#secondary {
	float: left;
	padding: 0px 10px;
	text-align: left;
	width: 180px;
	padding-top: 144px;
}

.home #secondary {
	display: none;
}

.menu,#tagline {
	text-align: center;
}

.menu
{
	background: #ffffff url(adam/menu-bg.gif) 0 0 repeat-x;
	color: #9861B2;
	padding-bottom: 50px;
}
.menu a {
	color: #9861B2;
}

ul.nav {
	float: none;
	width: 700px;
	margin: 0 auto;
	border-width: 0;
	text-align: center;
}

.home ul.nav {
	background-color: transparent !important;
}

ul.nav li,
ul.nav li:hover
{
	float: none;
	display: inline;
	background-color: transparent;
}

ul.nav li a {
	display: inline;
	background-color: transparent;
	border-width: 0;
	padding-top: 0;
	color: #9861B2;
	-webkit-transition: 0.3s linear color;
	font-size: 15px;
}

.quotations {
	display: block;
	height: 150px;
	padding: 50px 0 0 0;
	background: url(adam/strip.jpg) 50% 50% no-repeat;
}

.home .quotations {
	display: none;
}

.home .menu {
	background-color: transparent;
}

.quotations .inner {
	display: block;
	height: 50px;
	padding-top: 30px;
	color: #fff;
	text-shadow: 0px 3px 2px #000;
	font-size: 21px;
	text-align: center;
	margin: 0 0 25px 0;
	background: url(none) 50% 50% no-repeat;
}

p#copyright {
	margin-bottom: 0;
	color: #888;
	text-align: center;
}
p#copyright a {
	color: #888;
}

ul.nav li a:hover {
	background-color: transparent;
	color: #000000;
}
#post-18 ul {
	margin-top: 10px;
}
#post-18 li {
	font-size: 16px;
	color: #666;
	padding-top: 10px;
}