/* Fix to Artisteer Cascades v. 1
http://westerncascades.com/public_html/wp-content/themes/cascades/custom.css 
*/

/****
Author Name: Tanya Harvey
Author Site: westerncascades.com
Style Name: cascades
Style URI: http://westerncascades.com/
Style Info: <a href="http://westerncascades.com" title="created by Tanya Harvey">created by created by Tanya Harvey</a>
Version: 1.0
****/


/**** begin Box, BlockContent 
add line spacing****/

.art-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.art-BlockContent

.art-BlockContent-body ul li
{
line-height: 125%;
  line-height: 1.4em;
 }


/**** end Box, BlockContent ****/

/**** begin Box, Post ****/
.art-Post

.art-Post-body
{
	padding: 20px;
}

/**** end Post changes ****/


.art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover
{
font-size: 22px;
}


/**** remove extra padding from unordered list style ****/

ol, ul
{
	margin:1em 0 1em 0em;
}
.art-Post ul li, .art-Post ol ul li 
{
	padding-left:13px;
}

/**** end unordered list style ****/


/**** change image caption box****/

.wp-caption
{
	border: 0px solid #2b3b36;
	text-align: left;
	background-color: #eae7d6;
	padding-top: 5px;
}

.alignleft.wp-caption
{
	margin: 0 12px 2px 0;
}

.alignright.wp-caption
{
	margin: 0 0 2px 16px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 1px solid #2b3b36;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	font-style: italic;
	color: #5d5582;
	line-height: 14px;
	padding: 2px 5px 5px;
	margin: 0;
}

/**** End caption changes ****/



/**** Add title to galleries ****/

.ngg-gallerytitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

/**** End gallery changes ****/
