/*
Theme Name: Little America Book
Theme URI: http://littleamericabook.com
Author: John Niedermeyer
Author URI: http://nieder.me/
Description: Theme for Rajiv Chandrasekaran’s new book’s site (Based on Elliot Jay Stocks’s nude Starkers theme)
Version: 1.0
Tags: journalism, book, letterpress, starkers
*/

@import url('css/reset.css');
@import url('css/typography.css');
@import url('css/layout.css');
@import url('css/960.css');

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* http://paulirish.com/2012/box-sizing-border-box-ftw/ */

.showgrid {
/*	background: url(images/12_col.png); */
}

.hide {
	display: none;
}

.post-edit-link {
	display: none;
}

body {
	text-align: center;
	background-color: #262425;
	margin: 0 0 40px 0;
	padding: 0;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1.5em;
	color: #262425;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 20px auto;
	padding: 0 0 10px 0;
	background-color: #efede6;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,.25);
        box-shadow: 0px 0px 10px 3px rgba(0,0,0,.25);

}

#content {
	clear: left;
	width: 960px;
	min-height: 650px; /* For GRID! */
	margin: 10px 20px;
	padding: 20px 0;
	text-align: left;
	position: relative;
}

.home #header {
	position: relative;
	background: url(./images/feature.jpg) no-repeat 0 0;
	width: 1000px;
	height: 570px;
	text-align: left;
}

.home #logo {
	background-color: #262425;
	background-color: rgba(38,36,37,.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#80262425,EndColorStr=#80262425);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#80262425,EndColorStr=#80262425)";
	margin: 0 30px;
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,.25);
        box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,.25);
}

#logo h1 {
	padding: 10px;
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: 2px;
	text-shadow: 0 1px 0 rgba(0,0,0,.25);
	text-align: left;
}

#logo h1 span.author {
	display: block;
	text-align: left;
	text-transform: none;
	color: #808080;
	font-weight: 300;
	letter-spacing: normal;
}

.home #logo h1, .home #logo p {
	padding: 30px 0;
}

.home #logo h1 {
	font-weight: 300;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.25);
}

#logo a {
	text-decoration: none;
	color: white;
}

.home #logo a h1 span.authorTeaser {
	display: block;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 15px;
	text-transform: none;
	letter-spacing: 1px;
}

.home #logo a h1 span.subTitle {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-top: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
}




.menu {
	position: absolute;
	width: 1000px;
	padding: 0 20px;
	background-color: #262425;
	background-color: rgba(38,36,37,.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#80262425,EndColorStr=#80262425);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#80262425,EndColorStr=#80262425)";
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,.25);
        box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,.25);

}

.home .menu {
	position: absolute;
	bottom: 0;
	left: 0;
}

.menu li {
	float: left;
	padding: 18px 10px;
	margin: 0 20px 0 0;
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: 2px;
	font-family: Lato, "helvetica neue", helvetica, arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 rgba(0,0,0,.25);
}

.menu li a {
	color: white;
	text-decoration: none;
}

.menu li a:hover, .menu li a:active {
	text-decoration: underline;
}

.menu li.current_page_item {
	background-color: #efede6;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

.menu li.current_page_item a {
	color: #262425;
}

#header .credit {
	position: absolute;
	bottom: 14px;
	right: 30px;
	font-family: Lato, "helvetica neue", helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: right;
	color: gray;
}

#header .credit span {
	display: block;	
}

#header .credit a {
	color: gray;
	text-decoration: none;
}

#header .credit a:hover, #header .credit a:active {
	text-decoration: underline;
}




h1, h2, h3, h4, h5, h6 {
	font-family: Lato, "helvetica neue", helvetica, arial, sans-serif;
}

#content h1, #content h2, #content h3  {
	font-size: 1.4em;
	line-height: 1.3em;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin: 0 0 .75em 0;
	font-weight: 400;
}

#content h1 em, #content h2 em, #content h3 em {
	text-transform: none;
	letter-spacing: normal;
}

#content h1 a, #content h2 a, #content h3 a {
	color: #262425;
	text-decoration: none;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h1 a:active, #content h2 a:active, #content h3 a:active  {
	text-decoration: underline;
}

#content p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

#content a {
	color: #551A8B;
}

#main blockquote p {
	font-family: Lato, "helvetica neue", helvetica, arial, sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.4em;
	text-align: center;
	color: #91805a;
	margin: 0;
}

#main blockquote p em {
	font-weight: 300;
}

#main blockquote.review p {
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	margin: 0 2em 1.5em 2.5em;
	color: #262425;
}

#main blockquote.review p em {
	font-weight: 300;
}

#main blockquote p .quote {
	font-size: 60px;
	position: absolute;
	left: 15px;
	margin-top: 15px;
	opacity: .25;
}

#main em.reviewSource {
	display: block;
	margin-top: .5em;
	text-align: right;
}

#main em.reviewSource a {
	text-decoration: none;
}

#main em.reviewSource a:hover, em.reviewSource a:active {
	text-decoration: underline;
}

hr {
	clear: left;
	text-align: center;
	margin: 3em auto;
	height: 1px;
	border: none;
	background-color: #c9c2b2;
	color: #c9c2b2;
	box-shadow: 0 1px 0 white;
}

hr.halfRule {
	width: 220px;
	margin-bottom: 3em;
}

#about hr {
	margin: 2em auto;
}

#footer hr {
	margin-bottom: 1em;
}

#main ul.refer {
	margin: 0 0 2em 0;
}

#content ul.refer li {
	font-family: Lato, "helvetica neue", helvetica, arial, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	word-spacing: 1px;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	display: inline;
	
}

#content ul.refer li a {
	text-decoration: none;
}

#content ul.refer li a:hover, #content ul.refer li a:active {
	text-decoration: underline;
}

#content ul.refer li.pipe {
	padding: .2em 1em .2em 0;
	margin: 0 1em 0 0;
	border-right: 1px solid #c9c2b2;
}

#content ul.refer li.contact {
	text-transform: none;
}

#commerce {
	background-color: #d4d3d1;
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,.05);
        box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,.05);
        padding: 0 0 5em 0; 
	text-align: center;
}

#commerce img {
	position: relative;
	top: -10px;
	margin: 0 auto;
	text-align: center;
}

#commerce p {
	padding: 0 10px 0 10px;
	text-align: center;
	font-family: Lato, "helvetica neue", helvetica, arial, sans-serif;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

#about {
	margin-top: .5em;
}

#about p {
	font-size: 1.2em;
	line-height: 1.45em;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

.thumb {
	float: right;
	margin: 0 0 10px 20px;
}



/* FOOTER */

#footer {
	clear: left;
	text-align: center;
	color: #91805a;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

#footer ul li {
	padding: 1em 0;
	letter-spacing: .1em;
	word-spacing: 1px;
}
#footer ul li a {
	color: #91805a;
	margin-right: 1em;
	padding: .3em 1.3em .3em 0;
	border-right: 1px solid #c9c2b2;
}

#footer ul.refer li span {
	padding: 0;
	margin: 0;
	border-right: none;
}

#footer #contact a, #footer #copyright, #footer ul li span {
	text-transform: none;
}

#footer #facebook {
	background: url(./images/facebook.png) 0 5px no-repeat;
	padding-left: 26px;
}

#footer #twitter {
	background: url(./images/twitter.png) 0 6px no-repeat;
	padding-left: 23px;
}

#footer #copyright {
	font-weight: 400;
}




/* BUTTONS */

a.buttonPrimary {
	display: block;
	margin: 0 20px .5em 20px;
	padding: 10px 10px;
	color: white !important;
	text-shadow: 0 1px 0 #262425;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-family: Lato, "helvetica neue", helvetica, arial, sans-serif;
	font-weight: 300;
	text-align: center;
	background-color: #60596d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#60596d), to(#504860));
	background-image: -webkit-linear-gradient(top, #60596d, #504860);
	background-image:    -moz-linear-gradient(top, #60596d, #504860);
	background-image:      -o-linear-gradient(top, #60596d, #504860);
	background-image:         linear-gradient(to bottom, #60596d, #504860);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  -webkit-box-shadow: inset 0px 0px 5px 0 rgba(0,0,0,.5);
        box-shadow: inset 0px 0px 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 1px 0 rgba(255,255,255,.25);
}

a.button {
	display: block;
	margin: 0 20px .5em 20px;
	padding: 10px 10px;
	color: #504860 !important;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
	word-spacing: 2px;
	font-family: Lato, "helvetica neue", helvetica, arial, sans-serif;
	font-weight: 400;
	text-align: center;
	background-color: #d4d3d1;
	border: 1px solid #a9a5b0;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	box-shadow: 0 1px 0 rgba(255,255,255,.25);
}


a.buttonPrimary:hover, a.buttonPrimary:active, a.button:hover, a.button:active {
	text-decoration: underline;
}






.page-template-onecolumn-page-php #header {
	width: 1000px;
	height: 50px;
	text-align: left;
}

.page-template-onecolumn-page-php .menu {
	background-color: #333;
}

.page-template-onecolumn-page-php .menu li {
	padding: 18px 10px;
	margin: 0 10px 0 0;
}



.page-template-onecolumn-page-php #logo h2 {
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: 2px;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	text-align: left;
}

.page-template-onecolumn-page-php #logo a {
	text-decoration: none;
	color: #262425;
}

.page-template-onecolumn-page-php #logo h2 span.author {
	display: block;
	text-align: left;
	text-transform: none;
	color: #808080;
	font-weight: 400;
	letter-spacing: normal;
}

.page-template-onecolumn-page-php #logo h2 {
	font-weight: 300;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

.page-template-onecolumn-page-php #logo h2 span.authorTeaser {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 300;
}

.page-template-onecolumn-page-php #logo h2 span.subTitle {
	display: block;
	font-size: 15px;
	line-height: 24px;
	margin-top: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
}




.page-template-onecolumn-page-php #content {
	clear: left;
}

.page-template-onecolumn-page-php #main p {
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: 1em;
	margin-right: 80px;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);	
}

.page-template-onecolumn-page-php #main h1 {
	font-size: 1.9em;
}



.page-template-onecolumn-page-php #main ul.refer li {
	font-size: 1.2em;
	word-spacing: 2px;
}

.photo {
	float: right;
	margin: 0 0 1em 2em;
}

.photo img {
	width: 100%;
}

.photo .credit {
	font-family: Lato, "helvetica neue", helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	text-align: right;
	color: rgba(145,128,90,.75);
}

.eventMeta {
	font-family: Lato, "helvetica neue", helvetica, arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	color: #91805a;
	text-align: right;
	margin: 5px 0 2em 0;
}

.eventDetails {
	margin-bottom: 1.5em;
}

.page-template-onecolumn-page-php #main .eventDetails p {
	margin-left: 30px;
	margin-right: 0;
}

.webCredit a {
	font-family: Lato, "helvetica neue", helvetica, arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #504860;
	text-decoration: none;
	padding: .5em 1em;
}

.webCredit a:hover, .webCredit a:active {
	text-decoration: underline;
}


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



/* Fix for REALLY SIMPLE FACEBOOK TWITTER SHARE BUTTONS plugin */

.fbpdl, .pam, .execphpwidget, .fb-like span {
	width: auto !important;
}