@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0px;
	overflow:hidden;
	border:0;
	color:#384F63;
}
h3 {
	color:#00A8CE;
	font-weight:bold;
	font-size:15px;
	line-height:18px;

}
h3 a {
	background: url(/wp-content/themes/one2crowd/images/icon-blog-block-title.gif) left 2px no-repeat;
	padding-left:20px;
	color:#00A8CE;
	text-decoration: none;
	font-weight:normal;
	font-size:15px;


}
h3 a:hover {
	background: url(/wp-content/themes/one2crowd/images/icon-blog-block-title-hover.gif) left 2px no-repeat;
	color:#009D9D;
	text-decoration: underline;
	font-weight:normal;
}

p {font-size:13px; line-height:16px; width:270px;}

hr {
	border-top:1px solid #E7EDF2;
	border-bottom:none;
	border-lef:none;
	border-right:none;
	width:270px;
	padding:0;
	margin:18px 0 12px 0;
}
a.read-more  {
	clear:both;
	background: url(/wp-content/themes/one2crowd/images/arrow-readmore.gif) left center no-repeat;
	color:#384F63;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	padding-left:20px;
	text-transform: capitalize;
}
a.read-more a:hover {
	text-decoration: underline;
}

iframe #iblog h3 a{ color:#00A8CE!important;}
