/* @group reset */

p+p												{ text-indent: 0; }

/* @end */

/* @group pointer_header_list_wrapper */

#pointer_header_list_wrapper {
	
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 40px;
	margin-bottom: 40px;
}
#pointer_header_list_wrapper #pointer_box {
	background: url(../layout-images/blog_pages/pointer_header.gif) no-repeat;
	display: block;
	width: 289px;
	height: 131px;
	color: white;
	font: 46px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-left: 30px;
}

#pointer_box h2 {
	margin-top: 0;
	padding-top: 28px;
	padding-left: 20px;
	font-weight: normal;
	font-style: normal;
	font-size: 47px;
}
#pointer_header_list_wrapper h3, #pointer_header_list_wrapper h4 {
	margin-top: 0; 
}
#pointer_header_list_wrapper h3{
	color: black;
	font-size: 30px;
	margin-bottom: -6px;
	margin-top: 12px;
}
#pointer_header_list_wrapper h3 a:link{
	color: black;
}
#pointer_header_list_wrapper h3 a:hover{
	color: #d47c05;
	text-decoration: underline;
}

#pointer_header_list_wrapper h4{
	font-size: 14px;
	color: gray;
	font-style: normal;
	font-weight: normal;
	font-style: italic;

}

/* @group huge_list_of_words_wrapper */

#huge_list_of_words_wrapper{
	width: 833px;
	background-color: #eee;

	border: 1px solid #cacaca;
	list-style: none;
	left: 24px;
	padding-top: 4px;
	padding-bottom: 14px;
	padding-left: 23px;
}
#huge_list_of_words_wrapper h2{
	margin-bottom: 10px;
	font-size: 18px;
}

#huge_list_of_words_wrapper ul li{
	
	float: left;
	min-width: 170px;
	display:block;
	
	background: url(../layout-images/blog_pages/checkmark.gif) no-repeat 0 5px;
	padding-left: 20px;
	margin-top: 2px;
	font-size: 12px;
	padding-bottom: 4px;
}

#huge_list_of_words_wrapper ul li a:link{
	color: #452dca;
}
/* @end */

/* @end */


/* @group grid_of_blog_wrapper */

#short_blog_samples_wrapper h2.widgettitle{
	font-size: 16px;
	margin: 0;
	margin-bottom: 4px;
}


#short_blog_samples_wrapper ul,#short_blog_samples_wrapper ul li{
margin: 0;
padding: 0;
	}

#all_blog_samples_wrapper {
	padding-left: 20px;
}
#all_blog_samples_wrapper .short_links li{
	
	font-size: 12px;
	letter-spacing: -1px;
	border-bottom: 1px solid silver;
	padding-top: 4px;
	padding-bottom: 4px;
}
#all_blog_samples_wrapper .short_links li>ul{
padding-left: 16px;
}
#all_blog_samples_wrapper .short_links li:hover{
	background-color: #e8e8e8;
}
#grid_of_blog_wrapper{
	margin-left: -1px;
}
#grid_of_blog_wrapper .post a:link{
	color: #633dd5;
	font-weight: bold;
}
#grid_of_blog_wrapper .post{
	float: left;
	
	margin: 0 10px 40px 0;
	width: 200px;
	padding: 10px;
	background-color: #eee;
	border-top: 1px solid silver;
	border-right: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
}

#grid_of_blog_wrapper .post .crop_small{
	float:left;
	margin:0;
	overflow:hidden; /* this is important */
	max-height: 180px;

	}
/* input values to crop the image */
#grid_of_blog_wrapper .post .crop_small img{
	margin:-20px -0px -10px 0px;

	}
#grid_of_blog_wrapper .post:hover{
	background-color: #d0f1fe;
}
#grid_of_blog_wrapper img{
	display: block;
	margin-bottom: 2px;
}
#grid_of_blog_wrapper h2 a:link{
	font-size: 16px;
	margin-bottom: 10px;
	color: #c31f32;
	text-transform: uppercase;
}
#grid_of_blog_wrapper h2 a:visited{
	font-size: 16px;
	color: #7b7b7b;
}
#grid_of_blog_wrapper h5{
	font-size: 12px;
}

#grid_of_blog_wrapper p{
	line-height: 16px;
	font-size: 0.9em;
}
/* @end */

/* @group stories_blocks_list_wrapper */

#stories_blocks_list_wrapper {
	text-indent: -9000px;
}
#stories_blocks_list_wrapper #blocks_wrapper{
left: 84px;
xxxpadding-left: 70px;
}


#stories_blocks_list_wrapper h2{
	display: block;
	width: 190px;
	height: 194px;
	margin-right: 33px;
	float: left;
	
}
#stories_blocks_list_wrapper h2#dating_block{
	background: url(../layout-images/stories_page/dating_block.jpg) no-repeat;
	cursor: pointer;
}

#stories_blocks_list_wrapper h2#single_parenting_block{
	background: url(../layout-images/stories_page/single_parenting_block.jpg) no-repeat;
	cursor: pointer;
}

#stories_blocks_list_wrapper h2#life_block{
	background: url(../layout-images/stories_page/life_block.jpg) no-repeat;
	cursor: pointer;
}

#stories_blocks_list_wrapper h2#widowhood_block{
	background: url(../layout-images/stories_page/widowhood_block.jpg) no-repeat;
	cursor: pointer;
}

/* @end */






