/* CSS Document */

/*
Theme Name: SaraParetsky.com
Description: Sara Paretsky custom theme
Version: 1.0
Author: Lisa Hazen
Author URI: http://www.lisahazen.com/
*/



body {
	background-color: #575657;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	color: #000;
}

img {
	border: none;
}

a {
	/*color: #a4a000;*/
	color: #542437;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #404040;
	text-decoration: underline;
}

div.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}


/* MAIN */

div#mainwrapper {
	width: 964px;
	margin: 0 auto;
}

div#maindiv {
	margin: 0 auto;
}



/* HEADER */

div#header {
	width: 964px;
	height: 109px;
	margin: 0 0 0 13px;
	position: relative;
}



div#logo {
	width: 434px;
	height: 46px;
	position: absolute;
	left: 0;
	top: 42px;
}

div#logo a {
	outline: none;
}



/* MAINNAV */

div#mainnav {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 64px;
	right: 0;
	z-index: 10;
}


div#mainnav ul {
	margin: 0;
	padding: 0;
	z-index: 10;
}

#mainnav ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 10;
}


#mainnav ul li:hover, #mainnav ul li.sfhover {
	background-color: #cccd00;
}

#mainnav ul li a {
	display: block;
	color: #c5c5c5;
	text-decoration: none;
	padding: 2px 12px 0 12px;
	
}

#mainnav ul li.current a {
	color: #cccd00;
}

#mainnav ul li.navconnect {
	margin-right: 12px;
}


#mainnav ul li:hover a, #mainnav ul li.sfhover a {
	color: #575657;
}

/* Highlighting for current section */

#mainnav ul li.active, #mainnav ul li.active {
	background-color: #cccd00;
}

#mainnav ul li.active a, #mainnav ul li.active a {
	color: #575657;
}




/* Dropdown menus */


#mainnav ul li ul { /* second-level lists */
	position: absolute;
	left: -9999em;
	z-index: 10;
	width: 120px;
}

#mainnav ul li:hover ul, #mainnav ul li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#mainnav ul li ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	z-index: 10;
	width: 120px;
}

* html>body #mainnav ul li ul li { /* IE7 fix */
	height: 17px;
	width: 100%;
	margin: 0;
	float: left;
}

* html #mainnav ul li ul li { /* IE6 fix */
	height: 17px;
	width: 100%;
	margin: 0;
	float: left;
}


#mainnav ul li:hover ul li, #mainnav ul li.sfhover ul li {
	background-color: #cccd00;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#mainnav ul li ul li:hover, #mainnav ul li ul li.sfhover {
	background-color: #c5c5c5;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#mainnav ul li ul li a, #mainnav ul li:hover ul li a, #mainnav ul li.sfhover ul li a {
	display: block;
	width: 100px;
	color: #575657;
	padding: 3px 6px 1px 12px;
}

#mainnav ul li ul li a:hover, #mainnav ul li ul li a:active {
	color: #575657;
}






/* End Dropdown menus */


/* END MAINNAV */

/* MAINBODY */

div#mainbody {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 938px;
	background-color: #cecdd1;
}







/* MAINTEXT */

div#maintext {
	width: 500px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
	font-size: 11.5px;
	line-height: 21px;
}

div#maintext h1 {
	margin: 0;
	font-size: 31px;
	line-height: 39px;
	font-weight: bold;
	color: #a4a000;
	text-transform: uppercase;
}

div#maintext h2 {

}

div#maintext p {
	margin-top: 0;
	margin-bottom: 2em;
}

div#content {
	margin-top: 1em;
}

div#maintext .post h2 {
	font-size: 22px;
	line-height: 29px;
	text-transform: none;
	margin: 0;
	font-weight: bold;
	color: #444444;
}

div#maintext .post p.byline {
	font-style: italic;
	margin: 0;
}




/* Photos category page */

.photos div#maintext {
	width: 898px;
	padding-right: 20px;
	line-height: 17px;
}

.photos div.photorow {
	float: left;
	/*border-bottom: 1px solid #575657;*/
	clear: both;
	width: 898px;
}

.photos div.photo0 {
	width: 429px;
	float: left;
	margin-right: 40px;
}

.photos div.photo1 {
	width: 429px;
	float: left;
}

.photos div#maintext img {
	display: block;
	margin-bottom: 1em;
}

/* Podcasts */

div.rss {
	margin: 2em 0;
}


/* Blog */

div#map {
	width: 898px;
	margin: 0 auto;
	padding-top: 20px;
}


.blog div#mainbody {
	padding-bottom: 0;
}

.blog div#maintextwrap {
	background: #cecdd1 url("images/blog-mainbody-bg.gif") repeat-y top left;
	padding-bottom: 20px;
	padding-top: 20px;
}

.blog div#maintext {
	width: 635px;
	padding-top: 0;
}

.blog div#content {
	margin-top: 0;
}

.blog div#maintext .post {
	margin-bottom: 2em;
}

.blog div#maintext h1 {
	font-size: 24px;
	line-height: 39px;
	text-transform: none;
	
}

.blog div#maintext .bloghomepage h2 {
	font-size: 24px;
	line-height: 39px;
	text-transform: none;
	margin: 0;
	font-weight: bold;
	color: #a4a000;
}

.blog div#maintext .post p {
	margin-bottom: 1em;
}

.blog div#maintext .post p.byline {
	font-style: italic;
	margin: 0;
}

.blog div#maintext .post p.comments {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

p.adminedit {
	clear: both;
	padding-top: 1em;
}

p.adminedit a, a.post-edit-link {
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

.search h3 {
	margin-bottom: 0;
}

/* image captions */
.blog div#maintext .post div.wp-caption {
	margin: 0 auto;
	display: block;
	float: none;
	border: 1px solid #575657;
	padding: 10px;
}

.blog div#maintext .post p.wp-caption-text {
	font-style: italic;
	margin-bottom: 0;
	text-align: center;
}


/* BLOG SIDEBAR */




div#sidebar1 {
	width: 200px;
	float: left;
	padding-left: 50px;
	margin-right: 0;
	padding-top: 0;
	margin-top: 0;
	font-size: 11px;
	line-height: 17px;
}

div#sidebar1 div.widget {
	margin-bottom: 2em;
}

div#sidebar1 h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #444444;
	margin: 0;
	text-transform: uppercase;
}

div#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#sidebar1 ul li {
	margin: 0;
	padding: 0;
}


div#sidebar1 p {
	margin: 0;
}

div#sidebar1 a {
	font-weight: bold;
	
}

div#sidebar1 #searchform {
	margin: 0;
}

div#sidebar1 #searchform input#s {
	width: 190px;
	font-size: 10px;
}

div#sidebar1 .commentauthor {
	font-weight: bold;
}




/* END Blog */



/* Homepage */

.homepage div#mainbody {
	background-color: transparent;
	padding-bottom: 10px;	
}

.homepage div#introblock {
	color: #575657;
	background-color: #cecdd1;
	height: 1%; /* IE */
	padding-left: 14px;
}

.homepage div#introblock div#introtext {
	width: 433px;
	float: left;
	padding-top: 14px;
}

.homepage div#introblock div#introtext strong {
	color: #a4a000;
	font-weight: bold;
}

.homepage div#introblock div#introtext h1 {
	font-weight: normal;
	margin: 0;
	font-size: 28px;
	line-height: 39px;
	text-transform: uppercase;

}

.homepage div#introblock div#introtext h2 {
	font-weight: normal;
	margin: 0;
	font-size: 21px;
	line-height: 33px;
}


.homepage div#introblock div#introphoto {
	float: right;
	width: 466px;
}

.homepage div#contentblocks {
	background: transparent url("images/hp-blocks-bg.gif") repeat-y top left;
	margin-top: 15px;
	color: #000;
	font-size: 11.5px;
	line-height: 17px;
	height: 1%; /* IE */
}

.homepage div#contentblocks div#newsblock, .homepage div#contentblocks div#blogblock, .homepage div#contentblocks div#eventsblock {
	float: left;
	width: 304px;
	margin-right: 13px;
}

.homepage div#contentblocks div#eventsblock {
	margin-right: 0;
}

.homepage div#contentblocks div div {
	width: 278px;
	margin: 13px auto;
}

.homepage div#contentblocks div h2 {
	font-size: 23px;
	line-height: 34px;
	font-weight: bold;
	color: #a4a000;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	
}

.homepage div#contentblocks span.date {
	font-weight: bold;
}

.homepage div#contentblocks p.link {
	text-align: right;
	font-weight: bold;
}

.homepage div#contentblocks a {
	color: #562640;
	text-decoration: none;
}

.homepage div#contentblocks a:hover, .homepage div#contentblocks a:active {
	text-decoration: underline;
}


.homepage div#contentblocks div#newsblock img {
	float: left;
}

.homepage ul.gigpress-listing {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.homepage ul.gigpress-listing li {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}

.homepage ul.gigpress-listing li.gigpress-list-more {
	text-align: right;
	font-weight: bold;

}




/* End Homepage */



/* Newsletter signup form */

.homepage div#newsletter {
	clear: both;
	margin-top: 15px;
	color: #575657;
	background-color: #cecdd1;
	padding-top: 4px;
}

.homepage div#newsletter h2 {
	float: left;
	display: inline;
	font-size: 23px;
	line-height: 34px;
	font-weight: bold;
	color: #a4a000;
	text-transform: uppercase;
	margin: 0 0 0 16px;
}

.homepage div#newsletter p.description {
	float: left;
	display: inline;
	margin: 1em 0 0 2em;
	font-size: 12px;
	line-height: 17px;
}

.homepage div#newsletter form {
	float: right;
	display: inline;
	margin: 6px 13px 0 0;
}

.homepage div#newsletter form input#l94690-94690 {
	float: left;
	display: inline;
	margin: 2px 2em 0 0;
	width: 180px;
	border: 1px solid #000;

}

.homepage div#newsletter #submitbutton {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 170px;
	height: 20px;
	background-color: #a4a000;
	float: left;
	font-size: 12px;
	line-height: 21px;
}

.homepage div#newsletter #submitbutton:hover, .homepage div#newsletter #submitbutton:active {
	background-color: #542437;
}




div#newsletter {
	color: #575657;
	background-color: #cecdd1;
}

div#newsletter form {
	margin: 0;
}

div#maintext div#newsletter p {
	margin-top: 0;
}

div#newsletter form input#l94690-94690 {
	float: left;
	display: inline;
	margin: 2px 2em 0 0;
	width: 200px;
	border: 1px solid #000;

}

div#newsletter #submitbutton {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 170px;
	height: 20px;
	background-color: #a4a000;
	float: left;
	font-size: 12px;
	line-height: 21px;
}

.homepage div#newsletter #submitbutton:hover, .homepage div#newsletter #submitbutton:active {
	background-color: #542437;
}

/* Sweepstakes button */

form#subForm input#kihyyk-kihyyk {
	float: left;
}

form#subForm #sweepstakes-submitbutton {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 140px;
	height: 20px;
	background-color: #a4a000;
	float: left;
	font-size: 12px;
	line-height: 21px;
	margin-left: 5px;
}

form#subForm #sweepstakes-submitbutton:hover, form#subForm #sweepstakes-submitbutton:active {
	background-color: #542437;
}



/* END MAINTEXT */



/* SIDEBAR */

div#sidebar {
	width: 394px;
	float: left;
	margin-left: 24px;
	margin-right: 0;
	padding-top: 0;
	margin-top: 0;
	font-size: 12px;
	line-height: 17px;
}


div#sidebar div.sidephoto {
	text-align: right;
	margin-bottom: 16px;

}

div#sidebar blockquote {
	margin: 16px 0 0 0;
	background-color: #cccd00;
	padding: 1em 28px;
	font-size: 18px;
	line-height: 24px;
}

div#sidebar blockquote p {
	margin: 0;
}

div#sidebar blockquote p.attribution {
	text-align: right;
	font-size: 15px;
	line-height: 20px;
}


/* Book main pages */

.bookmainpage div.bookblock {
	margin-top: 2em;
}

.bookmainpage div.bookblock img {
	float: left;
	margin-right: 10px;
}

.bookmainpage div#maintext div.bookblock h2 {
	margin: 0 0 0.25em 0;
	font-size: 14px;
	line-height: 18px;
}

.bookmainpage div#maintext div.bookblock h2 a {
	color: #333333;
}

.bookmainpage div#maintext div.bookblock h2 a:hover, .bookpage div#maintext div.bookblock h2 a:active {
	color: #666666;
}

.bookmainpage div#maintext div.bookblock div.excerpt p {
	margin: 0;
}


/* Book pages */

.bookpage div#sidebar {
	width: 325px;
}

.bookpage div#maintext {
	width: 569px;
}

.bookpage div#sidebar div.bookphoto {
	margin-top: 20px;
	margin-bottom: 16px;
	text-align: left;
}

.bookpage div#sidebar p.buytext {
	font-weight: bold;
}

.bookpage div.buybuttons a {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 140px;
	height: 20px;
	background-color: #a4a000;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	line-height: 21px;
}

.bookpage div.buybuttons a:hover, .bookpage div.buybuttons a:active {
	background-color: #542437;
	text-decoration: none;
}


/* END SIDEBAR */


/* END MAINBODY */


/* FOOTER */

div#footer {
	clear: both;
	margin: 0 0 0 13px;
	padding: 0.5em 0 1em 0;
	color: #cecdd1;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	
}

div#footer a {
	color: #cecdd1;
	text-decoration: none;
	font-weight: normal;
}

div#footer a:hover, div#footer a:active {
	color: #cccd00;
}

div#footer p {
	width: 860px;
	float: left;
	margin: 0 ;
}

div#footer div#socialmedia {
	float: left;
	width: 80px;
	height: 80px;
}

div#footer div#socialmedia a {
	margin-right: 5px;
}


img#wpstats {width:0px;height:0px;overflow:hidden}

/* END FOOTER */


