@charset "utf-8";
/* CSS Document */

body {
	font-family:"adobe-caslon-pro", serif;
	font-size:12pt;
	line-height:16pt;
	font-weight:400;
	margin:0px;
	padding:0px;
	background:#fff;
	color:#222;
}

a {
  text-decoration :none;
  color : #222;
}

sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	/*bottom: 1ex;*/
	top:-5px;
}
sub {
	/*top: .5ex;*/
	bottom:-5px;
}

.init-cap {
    color: #222222;
    float: left;
    font-family: "OPTICasThrReg",serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 60px;
	position: relative;
	top: 12px;
    padding: 0 2px 0 3px;
}

#wrapper { width:633px; margin:0 auto;}

h1 {
	font-size: 24pt;
    font-weight: 600;
    line-height: 24pt;
	margin:10px 0 0 0;
	padding:0px;
	/*padding: 10px 0;*/	
}

h2 {
	font-size: 18pt;
    font-weight:400;
    line-height: 24pt;
	margin:10px 0 10px 0;
	font-style:italic;
}

.column1 .post .category {
    font-size: 10.5pt;
    font-weight: 400;
    line-height: 21.5pt;
	padding:0px;
	margin:0px !important;
    /*margin-bottom: 5px;*/
}

p {
    margin: 0 0 15px;
}

#header { border-bottom:1px solid #ccc; margin:20px 0; position:relative;}

#logo { background:url(../images/pheader.gif) no-repeat top center; width:100%; height:90px;}

.topBanner, .topBanner, .mainNavi, .mainNavi, .dateTags, .column2, #OFIE, #footer .fLogo, #footer .mP_link, #footer .subP_link, .socialLinksBot, .socialLinksBot, .similarpost, .bottomNextPrevBtn, .CIcover, .subsSocial, #logo img, .bigHDMain, .socialLinks, .tag-links, .hrGrey{ display:none;} 


.column1 .articlePost img[class*="align"], .column1 .articlePost img[class*="wp-image-"] 
{
 border: 0 solid #DDDDDD;
 float: left;
 padding: 0 15px 15px 0;
}

.byline { margin:10px 0 50px 0; clear:both; overflow:hidden;}

.authorInfo {
    border-top: 1px solid #CCCCCC;
	/*border-bottom: 1px solid #CCCCCC;*/
    padding: 10px 0 20px 0;
	font-size:12pt;
	font-style:italic;
	font-weight:400;
}

.authorInfo strong {
	font-weight:700;
	font-size:12pt;
	font-style:normal;
	text-transform:uppercase;
}
.copyright { text-align:center; font-size: 10pt; border-top: 1px solid #CCCCCC;}

.articlePost pre {
	font-family:Georgia, "Times New Roman", Times, serif;
    border-left: 1px solid #CCCCCC;
    float: right;
    margin: 0.8em 0 0.8em 1.5em;
    padding: 0 0 0 10px;
    position: relative;
    width: 230px;
	white-space:pre-wrap;
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
	color:#666666;
}
/*.articlePost pre p {
   
}*/


.articlePost blockquote, .articlePost blockquote p{
	margin:0px 60px 15px 60px;
	font-size:10px;
	line-height:18px;
}



/*****Added by Puru on 17th Sept 2012*****/
div.box-of-helpful, div.box-of-helpful p{
    font-size: 9px; 
    line-height: 12px;
    color: rgb(102, 102, 102);
}

.articlePost.blog p {
    margin:0 0 24px 0;
}

.clear{
    clear: both;
}

blockquote, blockquote p{
	margin:0px 60px 15px 60px;
	padding:0px;
	/*font-size:17px;
	line-height:22px;*/
	color:#343434;
}


.column1 .wp-caption {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 0.5em;
    max-width: 96%;
    padding: 0;
}

.column1 .articlePost img[class*="align"], .column1 .articlePost img[class*="wp-image-"] {
    border: 0 solid #DDDDDD;
    float: left;
    padding: 0 15px 15px 0;
}

.column1 .articlePost img[class*="align"], .column1  .articlePost img[class*="wp-image-"]{
    border: 0px solid #DDDDDD;
    padding:0 15px 15px 0;
	float:left;
}

.column1 .articlePost img[class*="alignright"]{
    border: 0px solid #DDDDDD;
    padding:0 0 15px 15px;
	float:right;
}

.column1 .articlePost img[class*="aligncenter"]{
    border: 0px solid #DDDDDD;
    padding:0 0;
	float:none;
}


.column1 .articlePost .wp-caption .wp-caption-text {
    color: #666666;
    font-size: 12px;
    line-height: 12px;
}


.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}