/*
Theme Name: PGM
Theme URI: http://michaelkazin.com
Description: Official theme for Michael Kazin
Version: 1.0
Author: PGM
Author URI: http://palmergroupmedia.com
*/

/** -------------------------------------------- **/
/** HTML BASICS 
/** -------------------------------------------- **/
body { 
	background-color: #444;
	color: #111;
	font: 13px "Gills Sans", sans-serif; 
	line-height: 1.4em;
	margin: 0 auto; 
	text-align: center; 
	text-shadow: 1px 1px 1px #fff; 
	}
a, a:link { 
	color: #336699;
	outline: 0; 
	text-decoration: none; 
	}
a:hover { color: #2c3033; }
strong { font-weight: bold; }
em { font-style: italic; }
img { border-style: none; }
p { 
	line-height: 1.5em;
	padding-bottom: 1.5em; 
	}
p:last-child { padding-bottom: 0; }

/** -------------------------------------------- **/
/** GLOBAL STYLES
/** -------------------------------------------- **/
.alignright { float: right; }
.alignleft { float: left; }
.clear { 
	clear: both;
	display: block;
	overflow: hidden;
	}
.inner { overflow: hidden; }
.padding { 
	overflow: hidden;
	padding: 15px; 
	}
.padding.section { padding: 15px 0; }

/** -------------------------------------------- **/
/** FONTS
/** -------------------------------------------- **/
pre, code { font-family: Monospace, "Andale Mono", sans-serif; }
.anton { font-family: 'Anton', serif; }
/* .josefin { font-family: 'Josefin Sans', serif; } */

/** -------------------------------------------- **/
/** LAYOUT
/** -------------------------------------------- **/
#content .inner, #header .inner, #menu .inner, #footer .inner { 
	margin: 0 auto;
	width: 950px;
	text-align: left;
	}
#header { 
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 5px;
	}
#header .logo {
	font-size: 3.3em;
	line-height: 1.3em;
	}
#header .logo a { color: #333; }
#header .motto { 
	font-size: 2em; 
	line-height: 1em;
	width: 450px;
	}
#menu {
	background-color: #336699;
	border-top: 1px solid #fff;
	text-shadow: 1px 1px 1px #2A5580;
	}
#menu ul { background-color: #336699; }
#menu ul li, #menu ul li a { float: left; }
#menu ul li a {
	border-right: 1px solid #3A74AE;
	border-left: 1px solid #264B71;
	color: #fff; 
	cursor: pointer;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 10px;
	text-align: center;
	}
#menu a.small { width: 85px; }
#menu a.large { width: 150px; }
.home #menu a.home,
.page-id-26 #menu a.bio,
.page-id-37 #menu a.book,
.page-id-57 #menu a.other,
.page-id-48 #menu a.contact,
.page-id-236 #menu a.events,
#menu ul li a:hover { 
	background-color: #264B71; 
	border-right: 1px solid #1F3D5C;
	}
#menu ul li a.home { border-left: 0; }
#menu ul li a.contact { border-right: 0; }
#content { background-color: #f6f6f6; }
#content h2.title { 
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.1em; 
	padding-bottom: 3px;
	text-align: left;
	}
#content .image { 
	border: 1px solid #fff; 
	outline: 1px solid #ddd; 
	}
#content .image.alignleft { margin: 0 20px 20px 0; }
#content .image.alignright { margin: 0 0 20px 20px; }
#content #page { width: 665px; }
#content #page .box { 
	background-color: #fff; 
	border: 1px solid #ddd; 
	text-align: justify;
	min-height: 250px;
	-moz-border-radius: 5px;
	}
#content #page .divider { 
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
	padding-top: 15px; 
	}
#content #page .more { 
	background-color: #cc3333;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 8px 15px 6px; 
	text-transform: lowercase; 
	text-shadow: 1px 1px 1px #A62929;
	-moz-border-radius: 5px;
	}
#content #page .more:hover { background-color: #990000;}
#content #page ol { 
	list-style: decimal; 
	padding: 0 0 0 20px; 
	}
#content #aside {
	width: 275px;
	-moz-border-radius: 5px;
	}
#content #aside #widgets h3.title { 
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 10px;
	}
#content #aside #widgets li { padding-bottom: 10px; }
#content #aside #widgets li a { color: #111; }
#content #aside #widgets li a:hover { text-decoration: underline; }
#content #aside #widgets .rss-date { 
	color: #cc3333;
	font-size: .9em;
	}
#content #aside #widgets .more { 
	color: #222;
	line-height: 1.3em;
	font-size: 1em;
	font-weight: bold;
	text-transform: lowercase; 
	}
#content #aside #widgets .more.top { margin-bottom: 10px; }
#content #aside #widgets .divider { 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #fff;
	margin-bottom: 15px; 
	} 
#content #aside #widgets .divider:last-child { display: none; }
#footer { 
	background-color: #444;
	border-top: 1px solid #333;
	color: #fff;
	font-size: .9em; 
	text-shadow: 1px 1px 1px #222;
	}
#footer a { 
	border-bottom: 1px dotted #ddd;
	color: #ddd;
	}
#footer .alignright img {
	position: relative;
	top: 3px;
	}
#footer .alignright a { margin-left: 5px; }

/** -------------------------------------------- **/
/** HOME
/** -------------------------------------------- **/
.home #content #page h2.title { 
	font-size: 1.8em;
	line-height: 1em;
	}
.home #content .image { 
	margin-bottom: 25px; 
	outline: 1px solid #c6d4d9; 
	}
.home #content span.author { 
	color: #cc3333;
	font-size: 1.2em;
	padding-bottom: 7px;
	}
.home #content .title.bottom { padding-bottom: 15px; }
.home #content .review p { 
	font-size: 1.1em;
	text-align: justify; 
	}	
.home #content .source {
	color: #336699;
	font-style: italic; 
	padding-bottom: 35px;
	padding-top: 7px;
	}

/** -------------------------------------------- **/
/** BIO
/** -------------------------------------------- **/
.page-id-26 #content h2.title { 
	font-size: 2em;
	padding-bottom: 7px;
	}
.page-id-26 #content #page img { margin-bottom: 25px; }

/** -------------------------------------------- **/
/** AMERICAN DREAMERS
/** -------------------------------------------- **/
.page-id-37 #content #page .box .image { 
	margin-bottom: 0;
	outline: 1px solid #c6d4d9; 
	}
.page-id-37 #content .box { margin-bottom: 15px; }
.page-id-37 #content .box h3.author { 
	color: #cc3333;
	font-size: 1.2em;
	padding-bottom: 7px;
	}
.page-id-37 #content h2.title.bottom { 
	font-size: 2em;
	padding-bottom: 10px;
	}
.page-id-37 #content .review p { 
	font-size: 1.1em;
	text-align: justify; 
	}	
.page-id-37 .source {
	color: #336699;
	font-style: italic; 
	padding-bottom: 35px;
	padding-top: 7px;
	}

/** -------------------------------------------- **/
/** OTHER BOOKS
/** -------------------------------------------- **/
.page-id-57 #content #page .box { position: relative; }
.page-id-57 #content #page .slide { height: 237px; }
.page-id-57 #page .box .image { 
	margin-bottom: 0;
	outline: 1px solid #c6d4d9; 
	width: 30%; 
	}
.page-id-57 .box { margin-bottom: 15px; }
.page-id-57 #content .box h3.author {
	color: #cc3333;
	font-size: 1.2em;
	padding-bottom: 7px;
	}
.page-id-57 #content h2.title.bottom {
	font-size: 2em;
	padding-bottom: 10px;
	}
.page-id-57 #content .review { 
	margin-bottom: 15px;
	overflow: hidden;
	}
.page-id-57 .review h3.title { 
	font-size: 1.4em; 
	font-weight: bold;
	padding-bottom: 4px;
	}
.page-id-57 #content #page .date { 
	color: #cc3333;
	font-size: .9em;
	padding-bottom: 0; 
	}
.page-id-57 #content #page #nav { 
	bottom: 10px;
	position: absolute; 
	right: 5px;
	}
.page-id-57 #content #page #nav a { 
	background-color: #444; 
	color: #fff;
	float:left; 
	height: 10px; 
	line-height: 1em;
	margin-right: 5px; 
	text-indent: -10000px;
	text-shadow: none;
	text-align: center;
	width: 10px;
	-moz-border-radius: 5px;
	}
.page-id-57 #content #page #nav a.activeSlide { background-color: #CC3333; }

/** -------------------------------------------- **/
/** EVENTS
/** -------------------------------------------- **/
.page-id-236 #content .block { 
	border-bottom: 1px dotted #ddd;
	padding: 15px 0;
	}
.page-id-236 #content .block.first { padding-top: 0; }
.page-id-236 #content .block.last { 
	border-bottom: 0;
	padding-bottom: 0; 
	}

/** -------------------------------------------- **/
/** SINGLE
/** -------------------------------------------- **/
.single #content .image { margin-bottom: 5px !important; }
.single #content h3.author { 
	color: #cc3333;
	font-size: 1.2em;
	padding-bottom: 7px;
	}


/** -------------------------------------------- **/
/** 404
/** -------------------------------------------- **/
.error404 #text { 
	text-align: center; 
	padding-top: 70px;
	}
.error404 #text h2 { text-align: center; }

/** -------------------------------------------- **/
/** FAQ
/** -------------------------------------------- **/
.page-id-183 #content #page h2.sub { 
	color: #cc3333;
	font-size: 1.2em;
	padding-bottom: 7px;
	}
.page-id-183 #content #page .post { 
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px; 
	}
.page-id-183 #content #page h2.title { padding-bottom: 15px; }

/** -------------------------------------------- **/
/** WIDGETS
/** -------------------------------------------- **/
#aside .amazon li { 
	background: url(http://michaelkazin.com/wp-content/themes/pgm/img/amazon.png) 0 0 no-repeat;
	padding-left: 25px; 
	}
#aside .amazon h3.title { margin-bottom: 4px !important; }
#aside .amazon a { font-weight: bold; }