/**
 * Theme Name: My Life Child ArtandMind1
 * Theme URI: http://themehybrid.com/themes/my-life
 * Description: A child theme of the My Life parent theme.
 * Version: 0.1
 * Author: Neil Stoker
 * Author URI: http://justintadlock.com
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: my-life
 */

/* Importing the parent theme stylesheet. */
@import url( '../my-life/style.css' );

/**
* Structural
**************************************/
/* Body */

#main {
	background: transparent;
	border: none;
	}



/* Header */
#header {
	/* border: solid red 1px;*/

	height: 170px;

	
	padding: 0;
	background-image:url('http://176.32.230.1/artandmind.org/wp-content/themes/my-life-child-artandmind1/images/title.jpg');
	background-repeat:no-repeat;
	background-position: center;
}

#site-title {display: none;}
.breadcrumbs {display: none;}
#site-description {
	float: left;
	margin: 135px 0px 0px 120px ;
	font-size: 14px;
	line-height: 50px;
	font-family: Arial, sans-serif;
	color: #666;
	} 
	
.layout-2c-r #sidebar-primary,.layout-2c-r #sidebar-secondary{width:173px}	
#main {width: 740px;
	padding-left: 27px
	}
.layout-2c-r #content{width:510px}	

#strap img{padding: 0;}

/**** FONTS ****/

body {
	font: normal normal normal 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
	}		



.entry-content h2 {font: bold 14px Arial, sans-serif;
	color: #000;
}	

.entry-content a, ul li a, .ctc a {color: #0645AD;}

/* Font sizes and line heights. */
#main {
line-height: 26px;
color: #333;
	}

#main p  {line-height: 18px;}

p {
    margin-bottom: 15px;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1.showdate {margin-top: 25px;
	margin-bottom: 12px;}

/* Page Titles */
h1.loop-title, h1.page-title a {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 26px;
line-height: 30px;
color: #000;
font-weight: normal;
font-style: normal;
text-align: left;
}

/* Page AND single Post Titles */
.singular .entry-title a {
    color: #000;
}

/* Post titles. */
.loop-meta .loop-title, 
.singular .entry-title {
    text-align: left;
}

.entry-title  a {
	color: #333;
	}
	
.hfeed img {
	display: block;
	margin: 0 auto;
	height: auto;
	padding: 9px;
	background: none;
	border: none;
	max-width: 550px;
	}	
	

#main p {
    font-size: 12px;
}

.thick {size: 3px; color: blue;}

/**** Search widget ****/
.widget-search input[type="text"] {
	border: 1px solid #999;
	margin-top: 30px;}

.widget-title {
    color: #666666;
    font: normal 18px/25px Arial,"Helvetica Neue",Helvetica,sans-serif;
}

p.poem  {
    margin-bottom: 0px;
	font-style: italic;}


