		/*diaries post */
			
			.diary-post-section {
				color : #333;
				width : 355px;
				float : left;
				font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
				line-height : 1.4;
			}
			
			.diary-post-section img {
				border : 1px solid #000;
			}
			
			.blog-post {
				font-size : 12px;
				line-height : 1.5;
				margin : 0 0 20px 0;
				padding : 0;
			}
			
			.blog-post a:link     { color: #0d48a0; font-weight: normal; text-decoration: none; }
			.blog-post a:visited  { color: #0d48a0; font-weight: normal; text-decoration: none; }
			.blog-post a:hover    { color: #0d48a0; font-weight: normal; text-decoration: underline; }
			.blog-post a:active   { color: #0d48a0; font-weight: normal; text-decoration: underline; }
			
			.image-caption {
				display : block;
				margin-bottom : 20px;
				font-size : 11px;
			}
			
			a.image-link {
				display : block;
			}
			
			a.image-link:link     { color: #a9ada3; font-weight: normal; text-decoration: none; }
			a.image-link:visited  { color: #a9ada3; font-weight: normal; text-decoration: none; }
			a.image-link:hover    { color: #333; font-weight: normal; text-decoration: underline; }
			a.image-link:active   { color: #333; font-weight: normal; text-decoration: underline; }
						
			.more-link {
				font-size : 12px;
				color : #0d48a0;
				display : block;
				margin-bottom : 20px;
			}
			
			.more-link a:link     { color: #0d48a0; font-weight: normal; text-decoration: none; }
			.more-link a:visited  { color: #0d48a0; font-weight: normal; text-decoration: none; }
			.more-link a:hover    { color: #0d48a0; font-weight: normal; text-decoration: underline; }
			.more-link a:active   { color: #0d48a0; font-weight: normal; text-decoration: underline; }