/*
Theme Name: Laurie Ann Doyle
Description: A Child Theme of Twenty Ten 
Theme URI: http://laurieanndoyle.com
Author: Mouse Potatoes
Author URI: http://mousepotatoes.com
Template: twentyten
Version: 1.0
*/
@import url(../twentyten/style.css);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);

body {
	background-color: #ecf6db !important;
}

#wrapper {
	background-color: #fff;
	margin-top: 0;
	padding: 0;
}

#header {
	padding-top: 0;
}

a:link {
	color: #8B6969;
}
a:visited {
	color: #8B6969;
}
a:active,
a:hover {
	color: #7B3F00;
}



#access .menu,
#access div.menu ul
{
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#site-info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5d7624;
	margin-left: 20px;
	font-weight: normal;
	}


#site-title, #site-description, #site-generator {
	display: none;
}


h1, h2, h3, h4, h5, h6, #content .entry-title {
		font-family: Garamond, Georgia, "Times New Roman", Times, serif;
		color: #5d7624;
		clear: none;

}

h1 {
	font-size: 32px;
	font-weight: bold;
}

h2, #content .entry-title h2 {
	font-size: 22px;
	color: #5d7624 !important;
}

#content .entry-title {
	font-size: 32px;
	font-weight: bold;
}

#content .entry-title, .entry-title a:link,
.entry-title a:visited {
		color: #5d7624;
}

#branding img {
	border: 0 !important;
}



#access .menu-header, div.menu {
	margin-left: 0;
	}
	
#access {background-color: #7f9d3a; }

#access a:link, #access a:visited {
	color: #ecf6db;
	padding: 0 16px;
	border-right: 1px solid #ecf6db;
	}

#access li:hover > a,
#access ul ul :hover > a {
	background: #5d7624;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #5d7624;
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background: #5d7624;
	color: #fff;
}

#colophon {
	border-top: 2px solid #5d7624;
	background-color: #fff;
	color: #7b7166;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#content {
	margin: 0 270px 0 30px;
}


/*
LAYOUT: One column, no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 880px;
}
.two-column #content {
	margin-right: 25px;
}

.mainleft {
	float: left;
	width: 560px;
}

.mainright {
	float: right;
	width: 300px;
}

/* caption */

.wp-caption {
	background: #fff;
	padding: 0;
	text-align: left;
	margin: 0;
}

.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 25px 0 10px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	line-height: 22px;
	color: #5d7624; 
}

.wp-caption .cite {
     font-size: 12px;
     font-family: Arial, sans-serif;
     color: #666;
     }




.one-column #content .wp-caption {
	max-width: 880px !important; /* prevent too-wide images from breaking layout */
	
}