/*   
Theme Name: I Say, You Say
Theme URI: http://isayyousay.com/
Description: I Say, You Say
Author: I Say, You Say
Author URI: http://isayyousay.com/
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #000; color: #fff; text-shadow: none;}
::selection {background: #000; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: rgba(0,0,0,0);} 

ins {background-color: #000; color: #fff; text-decoration: none;}
mark {background-color: #000; color: #fff; font-style: italic; font-weight: bold;}



/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#page-wrap {width: 960px; margin: 20px auto;}

.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}








/*
*
*	I Say, You Say
*
*/

html, body {
	height: 100%;
}
body {
	background: url(_/img/header-bg.png) top center repeat-x;
	font-family: "futura-pt", sans-serif;
}
p {
	margin-bottom: 1em;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
div {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#page-wrap {
	margin: 0 auto;
	width: 1200px;
	min-height: 100%;
	margin-bottom: -160px;
}

#top {
	width: 1200px;
	height: 165px;
	position: relative;
	margin: 0 auto;
}

#header {
	position: absolute;
	top: 0;
	left: 120px;
}
#header h2 {
	color: #ed2b74;
	font-size: 11px;
	background: url(_/img/new-book.png) 0 0 no-repeat;
	height: 33px;
	padding-top: 23px;
	position: absolute;
	top: 0;
	left: 882px;
	padding-left: 45px;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 15px;
}

/*
	Nav
*/
#nav {
	width: 559px;
	height: 36px;
	display: block;
	margin: 0 auto;
	background: url(_/img/nav-bg.png) bottom left repeat-x;
	position: absolute;
	top: 128px;
	left: 400px;
	z-index: 100;
}
#nav li {
	float: left;
}
#nav a, 
.form-button input {
	display: block;
	background: url(_/img/nav-button.png) 0 0 no-repeat;
	width: 112px;
	height: 36px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 36px;
	border: 0;
}
#nav li:last-child a {
	width: 111px;
}
#nav a:hover, 
#nav a.selected {
	background-position: 0 -36px;
}

/*
	Content
*/
#middle {
	padding: 35px 120px;
	padding-bottom: 160px;
	color: #939597;
	font-family: "rooney-web", serif;
	font-size: 13px;
	line-height: 23px;
}
#middle h1 {
	margin-bottom: 8px;
}
#middle h1, 
#middle h1 a {
	color: #ED2B74;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "futura-pt", sans-serif;
	text-decoration: none;
}
.entry {
	padding-top: 25px;
	padding-left: 150px;
	width: 700px;
}
.page-template-visits-php .entry, 
.page-template-about-php .entry {
	width: 800px;
}
.entry a {
	color: #ef4976;
	text-decoration: underline;
}
.date {
	font-size: 10px;
	text-transform: uppercase;
	font-family: "futura-pt", sans-serif;
	color: #abadaf;
}
.column.last * {
	padding-left: 30px;
}
.content.single {
	width: 540px;
}
.content .links {
	margin-top: 30px;
}
.content .links a {
	color: #00abc6;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation {
	text-align: right;
	padding: 20px 0;
	padding-right: 100px;
}
.navigation div {
	display: inline-block;
}
.navigation a {
	font-family: "futura-pt", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ef4976;
	text-transform: uppercase;
}
.prev a {
	background: url(_/img/prev.png) 0 1px no-repeat;
	padding-left: 12px;
}
.next a {
	background: url(_/img/next.png) right 1px no-repeat;
	padding-right: 12px;
}
.return {
	float: right;
}

/*
	Footer
*/
#footer {
	background: url(_/img/footer-bg.png) 0 0 repeat-x transparent;
	min-width: 1200px;
	height: 160px;
}
#footer-inner {
	width: 960px;
	position: relative;
	margin: 0 auto;
}
#footer-links {
	position: absolute;
	top: 50px;
}
#social-footer {
	position: absolute;
	top: 52px;
	right: 270px;
}
#social-footer a {
	margin-left: 2px;
}
#footer-links, 
#footer-links a {
	color: #fff;
	font-family: "rooney-web", serif;
	font-weight: bold;
	font-size: 11px;
}
#footer small {
	position: absolute;
	right: 0;
	top: 55px;
	color: #000;
	font-family: "rooney-web", serif;
	font-weight: bold;
	font-size: 9px;
}

/*
	Homepage Video
*/
#hp-video {
	width: 960px;
	height: 540px;
}

/*
	Slides
*/
.slides {
	display: block;
	width: 960px;
	height: 400px;
}
.slidenav {
	padding-top: 9px;
}
.slidenav a {
	display: inline-block;
	width: 17px;
	height: 17px;
	overflow: hidden;
	margin-right: 6px;
}
.slidenav a img {
	position: relative;
}
.slidenav a.activeSlide img {
	top: -17px;
}

/*
	Features
*/
#features {
	background: url(_/img/features-bg.png) 82px 74px no-repeat;
}
#features header {
	background: url(_/img/whats-new.png) 0 0 no-repeat transparent;
	width: 960px;
	height: 114px;
	position: relative;
}
#features header h1 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	top: 8px;
	left: 20px;
}
#hp-features {
	position: relative;
	left: 82px;
	top: -40px;
}
#features article {
	float: left;
	width: 235px;
	padding: 0 30px;
	vertical-align: top;
	margin-right: 1px;
}
.feature-image {
	height: 245px;
}
.feature-image img {
	margin: 0 auto;
	display: block;
}
#features a {
	color: #ef4976;
	text-decoration: underline;
}

/*
	Animations
*/
.art {
	line-height: 0;
}
#about-art {
	position: relative;
	left: 600px;
}
#contact-art {
	position: relative;
	left: 160px;
}
.page-template-about-php #an-box {
	height: 380px;
}
#an {
	line-height: 0;
}
#an audio {
	display: none;
	height: 0;
}
#an-bird {
	left: 520px;
}
.page-template-visits-php #an-box {
	height: 300px;
}
#an-whale {
	left: 540px;
}
.page-template-contact-php #an-box {
	height: 285px;
}
#an-elephant {
	left: 140px;
}

/*
	Store
*/
#store-items {
	position: relative;
	width: 802px;
	height: 794px;
	background: url(http://isayyousaybooks.com/wp-content/uploads/2012/08/store-grid.jpg) 0 0 no-repeat;
}
.store-item {
	position: absolute;
}
.store-item a {
	color: #fff;
	font-family: "futura-pt", sans-serif;
	font-size: 24px;
	line-height: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.item-over {
	background: rgba(167, 169, 171, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	display: table;
}
.item-info {
	vertical-align: middle;
	display: table-cell;
	padding: 5px;
}

/*
	Store Grid
*/
#i-say-you-say-opposites {
	top: 8px;
	left: 36px;
}
#i-say-you-say-opposites, 
#i-say-you-say-opposites .item-over {
	width: 298px;
	height: 298px;
}
#i-say-you-say-animal-sounds {
	top: 482px;
	left: 491px;
}
#i-say-you-say-animal-sounds, 
#i-say-you-say-animal-sounds .item-over {
	width: 300px;
	height: 300px;
}
#i-say-cow-you-say-moo {
	top: 8px;
	left: 362px;
}
#i-say-cow-you-say-moo, 
#i-say-cow-you-say-moo .item-over {
	width: 345px;
	height: 440px;
}
#i-say-lion-you-say-roar {
	top: 347px;
	left: 11px;
}
#i-say-lion-you-say-roar, 
#i-say-lion-you-say-roar .item-over {
	width: 341px;
	height: 436px;
}
#i-say-book-mark-01 {
	top: 179px;
	left: 717px;
}
#i-say-book-mark-01, 
#i-say-book-mark-01 .item-over {
	width: 74px;
	height: 269px;
}
#i-say-book-mark-02 {
	top: 505px;
	left: 383px;
}
#i-say-book-mark-02, 
#i-say-book-mark-02 .item-over {
	width: 77px;
	height: 277px;
}
#i-say-book-mark-01 a, 
#i-say-book-mark-02 a {
	font-size: 18px;
}

/*
	Products
*/
.single-isys_store_items #middle {
	display: table;
}
.single-isys_store_items .navigation {
	text-align: left;
	margin-left: 150px;
	margin-bottom: 30px;
	width: 250px;
}
.product {
	display: table-body;
	margin-left: 150px;
}
#middle .product-info h1 {
	font-family: "rooney-web", serif;
	font-size: 30px;
	line-height: 32px;
}
.product-info {
	width: 290px;
	display: table-cell;
	vertical-align: top;
}
.product-price {
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #00ABC6;
	margin-top: 60px;
}
.product-image {
	width: 650px;
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.buy-button {
	margin-top: 20px;
}
form .buy-button, 
.buy-button a {
	display: block;
	width: 170px;
	height: 40px;
	background: url(_/img/buy-button.png) 0 0 no-repeat;
	line-height: 40px;
	font-family: "futura-pt", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}



/*
	Forms
*/
form div {
	margin-bottom: 10px;
}
form input[type="text"], 
form input[type="email"] {
	border: 0;
	background: #e6e7e8;
	font-family: "rooney-web", serif;
	color: #000;
	font-size: 14px;
	padding: 3px 10px;
	margin-bottom: 15px;
	width: 250px;
	display: block;
}
#signup {
	padding-top: 15px;
}
#signup label {
	display: none;
}
.form-button {
	padding-bottom: 15px;
}








/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}
