/*   
Theme Name: Loraine Hutchins Theme
Theme URI: http://lorainehutchins.com
Description: A custom theme for Loraine Hutchins
Author: C. Liston Communications
Author URI: http://cliston.com
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/****************

font-family: 'Lato', sans-serif;
font-family: 'Della Respira', serif;

colors:
purple: #800080;
teal: #3A6A5F;
light green: #9CB5AF;

*****************/

body {
	background: url(images/bg-green.png) #3A6A5F;
	font-family: 'Lato', 'Lucida Grande', Verdana, sans-serif;
}
#container {
	margin: 10px auto;	
	width: 990px;
}
#header {
	font-family: 'Della Respira', cursive;	
	background: url(images/bg-header.png) no-repeat left top;
	height: 194px;
	position: relative;
}
#nav {	
	background: #800080;
	height: 45px;
}
#content {	
	background: #9CB5AF url(images/bg-middle.png) no-repeat left bottom;
	padding: 20px 45px;
	overflow: hidden;
}
#col1 {
	width: 630px;	
	float: left;
}
#col2 {
	width: 250px;
	float: left;
	margin-left: 20px;
}
.mod {
	background: url(images/bg-white.png);
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 15px;	
	overflow: hidden;
	/*behavior: url(inc/PIE.htc);*/
}
.mod.welcome {
	margin-bottom: 5px;	
	background: url(images/curlicue.png) no-repeat scroll 440px 13px #D7E1DF;
	padding: 25px 200px 25px 25px;
}
.video {
	width: 285px;	
	float: left;
	height: 246px;
}
.books {
	width: 255px;
	float: left;
	margin-left: 30px;	
	height: 246px;
}
.books td {
	font-size: 0.8em;
    padding: 0 15px 8px 0;
}
#content .books p {
	margin: 0;
}
#col2 .books {
	width: auto;
	float: none;
	margin: 0 0 15px;	
}
.blog {
	margin-bottom: 20px;
    padding-bottom: 25px;
}
.pagecopy {
	padding: 35px;	
}
.blogcopy {
	padding: 25px 35px 35px;	
}
#footer {
	background: url(images/bg-footer.png) no-repeat left top;
	height: 35px;
    padding: 15px 45px;
}
.meta .author {
	float: left;	
}
.meta {
	border-top: 1px solid #CCCCCC;
    color: #666666;
    font-size: 0.8em;
    overflow: hidden;
    padding: 7px 0;
}
.meta .comments {
	float: right;	
}
.post {
	margin-bottom: 40px;	
}
#content #col2 .connect li {
	float: left; 
	margin: 0 8px 0 0 !important;	
}
.connect a {
	display: block;
	height: 32px;
	width: 32px;	
}
a.facebook {
	background: url(images/share-facebook_32.png) no-repeat left top;
}
a.rss {
	background: url(images/share-rss_32.png) no-repeat left top;
}
.floatrt {
	float: right;
}
.alignright {
	float: right;
	margin-left: 15px;	
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.clearfix {
	clear: both;	
}

/* typography */

#header h1 {
	display: none;
	margin-bottom: 10px;
	color: #B25538;
	font-weight: normal;
}
#content p, .post ol, .post ul, #col2 ul, #content blockquote {
	font-size: .85em;
	line-height: 1.4em;
}
#content p {
	margin: 10px 0;
}
#content .wp-caption-dd, #content .wp-caption-text {
	font-size: 0.75em;
    font-style: italic;
    line-height: 1.3em;
    margin: 5px 0 0;
}
#content .welcome p {
	font-size: 1em;	
}
#col1 ol {
	list-style-type: decimal;
	padding-left: 10px;	
}
#col1 .commentlist li {
	list-style-type: none;
	padding: 0;	
	font-size: 1em;
}
#col1 .commentlist li {
	margin: 15px 0 15px 20px;	
}
#col1 .commentlist .children li {
	margin-left: 35px;	
}
.commentmetadata {
	font-size: .8em;
	margin: 10px 0;	
}
.says, .reply {
	font-size: .8em;	
}
.says {
	margin: 0 3px;	
}
#col1 ul {
	list-style-type: disc;
	padding-left: 10px;
}
#content ul li, #content ol li {
	margin: 10px;
}
#col2 ul, #col2 li {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#content #col2 p {
	margin: 0;	
}
#content #col2 li {
	margin: 12px 0 0;
	padding: 0;	
}
#content #col2 .widget li {
	margin: 0;	
}
#content #col2 .tools li {
	margin: 0;	
}
#content h2, #content h3 {
	font-family: 'Della Respira';
	color: #800080;
}
#content h3.post-title {
	margin-bottom: 10px;
	font-size: 22px;	
}
#col2 .title, #content .post-title a:link, #content .post-title a:visited  {
	color: #5A4682;	
	text-decoration: none;
}
#content .post-title a:hover, #content .post-title a:active {
	color: #99364C;
}
#content h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
}
#content #col2 .blog h3 {
	font-size: 1.2em;
	background: url(images/curlicue-sm.png) no-repeat right top;
	padding: 15px 0 0;
}
#content .blogheader {
	background: url("images/curlicue-med.png") no-repeat scroll right top transparent;
    height: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
}
#content #col2 .blog .widget h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
	background: none;
	padding: 0;
}
#content #col2 .widget {
	margin-bottom: 18px;	
}
#content h3 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 12px;	
}
#content .entry h3 {
	margin: 25px 0 10px;	
	line-height: 22px;
}
#content h3.share {
	background: url("images/curlicue-sm.png") no-repeat scroll right top transparent;
    font-size: 1.5em;
    height: 30px;
    margin: 25px 0 10px;
    padding-top: 10px;
    width: 120px;
}
#content h4 {
	/*font-weight: bold;*/
}
#footer {
	font-size: .9em;
}
#content .addtoany_list a {
	padding: 0 9px 0 0;
}
#content .addtoany_share_save a {
	padding: 0 9px;	
}
/* navigation */

#content a:link, #content a:visited {
	color: #3A6A5F;
}
#content a:hover, #content a:active {
	color: #99364C;	
}
#footer a:link, #footer a:visited {
color: #660A4C;
}
#footer a:hover, #footer a:active {
color: #99364C;	
}
a.homelink {
	display: block;
    height: 115px;
    left: 55px;
    position: absolute;
    top: 50px;
    width: 585px;
}
#nav {
	text-align: center;	
	font-family: 'Della Respira';
}
#nav ul {
	list-style-type: none;
	font-size: 1em;
	text-transform: uppercase;	
}
#nav li {
	display: inline;
	margin: 0 18px;	
}
#nav a:link, #nav a:visited {
	display: inline-block;
	padding: 14px 20px 15px;	
	text-decoration: none;
	color: #FFF;
}
#nav a:hover, #nav a:active {
	background: #3A6A5F;	
}
.screen-reader-text {
	display: none;	
}

/*========================*/

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */