/**** Fix to Artisteer Lewisia-tweedyi v. 1
http://nargsemerald.org/public_html/wp-content/themes/Lewisia-tweedyi/custom.css 
****/

/****
Author Name: Tanya Harvey
Author Site: westerncascades.com
Style Name: Lewisia-tweedyi
Style URI: http://nargsemerald.org/
Style Info: <a href="http://westerncascades.com" title="created by Tanya Harvey">created by created by Tanya Harvey</a>
Version: 1.0
****/

/**** begin Logo 
make automatic text on header disappear****/

.art-Logo
{
	display : none;
}
/**** end Logo ****/

/**** begin increase padding in posts****/

.art-Post-body
{
	padding: 20px;
}
/**** end padding increase ****/


/**** begin Box, BlockContent 
add line and paragraph spacing****/

.art-BlockContent

.art-BlockContent-body ul li
{
  line-height: 1.3em;
  margin-bottom: 5px;
 }
/**** end Box, BlockContent ****/


/* Adds special style to an unvisited link. */
a:link
{
  color: #566e01;
}


/**** add line spacing and reduce paragraph spacing in text styles ****/

.art-PostContent, .art-PostContent p
{
margin-top: 10px;
margin-bottom: 10px;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-size: 27px;
  line-height: 1.2em;
  margin-top: 5px;
  margin-bottom: 20px;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  line-height: 1.2em;
  margin-top: 25px;
  margin-bottom: 15px;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  line-height: 1.2em;
  margin-top: 20px;
  margin-bottom: 15px;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  line-height: 1.2em;
  margin-top: 15px;
  margin-bottom: 10px;
}

/**** end line paragraph spacing****/

/**** change image caption box****/

.wp-caption
{
	border: 1px solid #c9b797;
	text-align: center;
	background-color: #faefdc;
	padding-top: 4px;
}

.alignleft.wp-caption
{
	margin: 4px 12px 5px 0;
}

.alignright.wp-caption
{
	margin: 4px 0 5px 12px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	font-style: italic;
	color: #5f662e;
	line-height: 14px;
	padding: 2px 5px 5px;
	margin: 0;
}

/**** End caption changes ****/


