/*
Theme Name: How to Hit a Curveball
Theme URI: http://www.hitacurveball.com/
Version: 1.0
Author: Diane Clayton for Steinhardt Design
Author URI: http://www.steinhardtdesign.com/
*/




/* Initialize
------------------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	height: 100%;
	}
body {
	background-color: #fff;
	margin: 10px;
	}


/* Title
------------------------------------------------------------------------ */


#top h1 {
	font: 28px/32px Arial, Sans-serif;
	}

#top h2 {
	font: 18px/22px Arial, Sans-serif;
	margin-bottom: 20px;
	}

div#title {
	display: none;
	}



/* Menu
------------------------------------------------------------------------ */

div#redbar {
	display: none;
	}




/* Feature Image and Sidebar
------------------------------------------------------------------------ */

div#featureimage, div#sidebar {
	float: left;
	margin: 0 50px 50px 0;
	}
	

/* Content Styles
------------------------------------------------------------------------ */

#text h1 {
	color: #d2232a;
	font: 26px/28px Arial, Sans-Serif;
	margin: 0 0 20px 0;
	letter-spacing: -1px;
	}

#text h2 {
	font: 20px/24px Arial, Sans-Serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #d2232a;
	margin: 30px 0 0 0;
	}
#text h3, #text h4 {
	font: 18px/20px Arial, Sans-Serif;
	color: #999;
	margin: 4px 0 15px 0;
	}

#text h4 {
	margin: 30px 0 15px 0;
	}

#text p, #text ul {
	font: 14px/20px Arial, Sans-serif;
	color: #333;
	margin: 15px 0;
	}


#text ul.nobullet {
	list-style-type: none;
	}
#text ul.nobullet li {
	margin: 5px 0;
	}
#text li span {
	text-transform: uppercase;
	font-weight: bold;
	}

#text p.question {
	font: italic 17px/20px Palatino, Serif;
	margin-top: 25px;
	}
#text p.question span {
	font-style: normal;
	font-size: 16px;
	}
	

/* quotations ------------------------------------------- */

#text .quote {
	margin-left: 12px;
	text-indent: -12px;
	}
#text .quote span {
	color: #666;
	font: 20px/20px 'Times New Roman', Serif;
	padding-right: 2px;
	}
#text .credit {
	margin: -10px 0 20px 27px;
	text-indent: -14px;
	font-size: 12px;
	line-height: 16px;
	}
#text .credit span {
	color: #d2232a;
	text-transform: uppercase;
	font: bold 14px/16px 'Arial Narrow', San-Serif;
	}

#text blockquote p {
	font: 12px/18px Arial, Sans-Serif;
	margin: 15px 50px 15px 30px;
	}




/* additional styles ------------------------------------- */


#content .bottommargin30 {
	margin-bottom: 30px;
	}

#content .topmargin30 {
	margin-top: 30px;
	}
	
#content .bottommargin50 {
	margin-bottom: 50px;
	}

#content .topmargin5 {
	margin-top: 5px;
	}

#content div.borderbox {
	padding: 10px 20px;
	border: 1px dashed #d2232a;
	background-color: #eee;
	}


/* Blog Styles
------------------------------------------------------------------------ */

#content div.blogposts h1 {
	margin-bottom: 0;
	}
	
#content div.blogposts h1 a:link, #content div.blogposts h1 a:visited {
	text-decoration: none;
	}

#sidebar {
	font: 14px/20px Arial, Sans-serif;
	color: #333;
	}
	
#sidebar h4 {
	font: 17px/20px Arial, Sans-Serif;
	color: #888;
	margin: 25px 0 0 0;
	}

#sidebar ul {
	list-style-type: none;
	}

#sidebar input {
	margin: 5px 0;
	}

#content div.blogposts li {
	font: 14px/20px Arial, Sans-serif;
	margin-left: 25px;
	}

#content div.blogposts li p {
	font: 12px/16px Arial, Sans-serif;
	margin: 8px 0;
	}
	
#content a:link, #content a:visited {
	color: #999;
	}


/* Footer
------------------------------------------------------------------------ */

#footer {
	margin-top: 20px;
	padding-bottom: 30px;
	}
#footer p {
	font: 12px/18px Arial, Sans-Serif;
	color: #555;
	}
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	}
#footer a:hover, #footer a:active {
	color: #999;
	border-bottom: 1px solid #999;
	}
