
/* Reusable classes ============================================================ */

/* Left & Right alignment */
.left{ float: left; }
.right{ float: right; }

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 10px; min-height: inherit; }

/* The fraction classes are useful for column lists */
.half, .third, .quarter, .fifth, .sixth{ width: 100%; }
.half li, .third li, .quarter li, .fifth li, .sixth li{ float: left; }
.half li{ padding-right: 5%; width: 45% }
.third li{  padding-right: 5%; width: 28.3% }
.quarter li{  padding-right: 5%; width: 20% }
.fifth li{  padding-right: 5%; width: 15% }


/* Basic Structure ============================================================= */
#wrap{
    margin: 0 auto;
    position: relative;
    width: 990px; }
  
    /* Content */
    article{
        float: left;
				margin-bottom: 10px;
				margin-right: 6px;
				min-height: 300px;
        width: 100%; }
    
    /* Sidebar */
    aside{
        float: right;
				height:auto;
				margin-left: 10px;
				margin-top:	0; /* was 4px; */
        width: 300px; }
		
		h3.aside {
			font-size: 1.1em;
		}
        
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */

.heading {
	font-size: 1.8em;
	min-height: 40px;
	margin-bottom:0;
}

.heading h1 {
  color: #333;
  font-family: Georgia,serif;
  font-size: 120%;
  font-weight: bold;
  line-height: normal;
	margin: 10px 0 0 0;
  padding: 0 0 15px 0;
  text-align: left;
}
.heading .author {
  color: #666666;
  float: left;
  font-size: 75%;  /* 20120726 100%;*/
	line-height: normal;
  margin-top: 5px;
  width: 260px;
}
.heading .author p {
	/*font-size: 75%; 20120726 */
  margin:0 0 4px 0;
}
.postByline {
  color: #999999;
  float: left;
  font-family: Arial,Helvetica,san-serif;
  font-size: 93.5%;
  padding-bottom: 5px;
  padding-left: 0;
	width: 100%;
}
.mainbody {
  font-size: 0.8em;
	margin-right: 8px;
}
/*
.mainbody p {
	padding-top: 8px; }
*/
.mainbody p {
  padding:0;
	margin-top:0;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: 400;
	line-height: normal;
	vertical-align: top !important;
}
.text a { text-decoration: underline; }
.text a:hover { color:#aaa; }

.kicker {
	padding:8px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	/*float:left;*/
	width:328px;
}
.pdf,.pdf-single,.pdf-gal {
	margin: 0 0 20px 0;
	/*float:left;*/
}
.pdf,.pdf-single {
	width:325px;
}
.pdf-gal {
	width:270px
}
.pdf a,.pdf-single a,.pdf-gal a  {
	background: url('/csp/cms/sites/Telegraph/assets/images/icons/pdf.gif') no-repeat;
	padding-left:20px;
	font-family:tahoma,arial,san-serif;
	font-size:13px;
	display:block;
	margin-bottom:3px;
}
.pdf a:hover,.pdf-single a:hover,.pdf-gal a:hover  {
	text-decoration:none !important;
	color:#aaa !important;
}

/* -------- Factbox --------*/
.factbox a {
  text-decoration: underline;
}
.factbox p {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;	
	line-height: 1.2;
}
.relatedItems .factbox {
	font-size:90% !important;
	padding:2px 2px 10px 2px !important;
}
.factbox p.Telegraph-ColumnBreak {
	font-weight:bold !important;
  padding-top:15px;		
}
.factbox p.Telegraph-InfoBoxHed {
	background:#DDDDDD;
	color:#000000 !important;
	font-size:18px !important;
	padding:4px !important;
	text-align:center !important;
}
.factbox p.Telegraph-InfoBoxIntro {
	font-weight:bold !important;
  padding-top:15px;		
}
.factbox p.Telegraph-InfoBoxText {
	font-size: 12px !important;	
}
.factbox p.Telegraph-BodyTextBullets {
	background:transparent url('/csp/cms/sites/Telegraph/assets/images/icons/gray-bul.gif') no-repeat scroll 0 10px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	padding:5px 30px 5px 8px !important;
	font-size: 12px !important;
}

.comments {
	min-height: 40px;
	float:left;
	width: 100%;
}
#commentpolicy {
  border: 1px solid #ccc;
  background-color:#eeeeee;
  display:inline;
  float:left;
  height: 30px;
  padding:5px;
  margin:20px 0 10px 0;
  width:98%;
}
#commentpolicy h2 {
  border: 1px solid #333;
  background-color:#89A6F0;
  color: #333;
  font-size:88%;
  font-weight: 400;
  padding:5px 5px 5px 10px;
  line-height: 12px;
  margin-top: 2px;
}
#commentpolicy a { text-decoration: underline; }
#commentpolicy a:hover { color: white; }

.pubDate {
	color: #999;
	float: left;
  font-size: 62%;
  height: 15px;
	margin: 8px 0 6px 0;
	width: 100%;
}

#imagegallery {
  border: thin solid #999;
  float: right;
  min-height: 200px;
  padding: 0;
}
#items {
  background-color: #EEEEEE;
  border: thin solid #CCC;
  float: left;
  width: 96%;
}

.freeHTML-wrap {
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 0.7em;
	line-height: 1.2em;
  padding: 10px 0 0 0;
	margin-bottom: 10px;
}
.freeHTML-wrap h2 {
    font-size: 1.1em;
		margin-bottom: 4px;
}
.freeHTML-wrap a {
	font-size: 1em;
	line-height: 1.25em;
}

.related-wrap {
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 0.7em;
	line-height: 1.2em;
  padding: 10px 0 0 0;
	margin-bottom: 10px;
}
.related-wrap h2 {
    font-size: 1.1em;
		margin-bottom: 4px;
}
.related-wrap a {
	font-size: 1em;
	line-height: 1.25em;
}
.related-wrap a:hover { color:#aaa; }

.related-wrap li {
  margin-bottom: 6px;
}


/* Share tools  (artTools3)  */
.contentTools {
  font-family:Arial,sans-serif;
  font-size:13px;
  margin-bottom: 10px;
}
.contentTools li {
  list-style-type: none;
  /*text-align: left;*/
  /*display: inline; */
  display: inline-block;
  margin-left: 16px;
}
.ie8 .contentTools li {
	float: left;
  list-style-type: none;
  display: inline-block;
  margin-left: 16px;
}
a.linkIcon.comments {
  background-color: transparent;
  background-image: url("http://nashuatelegraph.com/csp/cms/sites/Telegraph/assets/images/icons/comments.gif");
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 16px;
}
a.linkIcon.print {
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-size: auto auto;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("http://nashuatelegraph.com/csp/cms/sites/Telegraph/assets/images/icons/print.gif");
  background-position: 0 0;  /*was 0 50%;*/
  background-repeat: no-repeat;
  padding-left: 20px;
}
.linkIcon.fontSize {
  display: inline;
  height: 20px;
  line-height: 20px;
  float:right;
  margin: -2px 0 0 4px;
}
.linkIcon.fontSize .smaller {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("http://nashuatelegraph.com/csp/cms/sites/Telegraph/assets/images/icons/fontSizeSmall.gif");
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.linkIcon.fontSize .larger {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("http://nashuatelegraph.com/csp/cms/sites/Telegraph/assets/images/icons/fontSizeLarge.gif");
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-left: 4px;
}
.linkIcon.fontSize a {
  display: block;
  float: left;
  height: 20px;
  margin-right: 4px;
  width: 16px;
}
.fb-like {width: 110px !important; }
.comments { float:none; }
.sidebar {
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 1.6em;
	/*min-height: 300px;*/
}

.sidebar .box {
  background-image: url("../images/gradient_back.png");
  background-position: center bottom;
  background-repeat: repeat-x;
	border: thin solid #CCCCCC;
  padding-bottom: 10px !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
  padding-top: 2px !important;
	margin-bottom: 20px;
}
.sidebar .factbox {
  /*font-size: 90% !important;*/
	line-height: normal;
	padding:2px 10px 1px 10px !important;
}
.sidebar .factbox h3 {
	font-size: 1.1em;
}

.sidebar-video {
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 1.6em;
	min-height: 300px;
  /*direction: rtl; 20120822 */
  float: right;
  margin: 0 0 0 10px;
	text-align: left;
  width: 300px;
}
.sidebar-video .box {
  background-image: url("../images/gradient_back.png");
  background-position: center bottom;
  background-repeat: repeat-x;
	border: thin solid #CCCCCC;
  padding-bottom: 10px !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
  padding-top: 2px !important;
	margin-bottom: 20px;
}
.sidebar-video .factbox {
	font-size: .8em !important;
	line-height: normal;
}
.sidebar-video .factbox h3 {
	font-size: 1.1em;
}
.articlevideo { font-size:40%; padding-top: 20px; text-align: center; }
object#myExperience { margin-top: -51px; }

.relatedVideo {
  float: right;
  width: 300px;
	margin-bottom: 10px;
}
.relatedVideo embed {
  height: 254px;
	width: 300px;
}
.gal-vid {
  /*margin: 0 0 10px 0; */
  margin: 0;	
}
/* Single Photo */
/*
.gal-vid .singleImg {
	margin-right: 24px;
	direction:ltr;
}
*/
.singleImg {
	background:#EEEEEE;
	border: 1px solid #666666; 
	direction:ltr;
	float:right;
	margin-bottom: 20px;
	padding:2px 0 4px 0;
	/*text-align:center !important;*/
	width: 298px; /*width:292px; 20120522 */
}
	.singleImg img#imgRight {
		max-height:400px;
		max-width:292px;	
		margin:0 !important;
		padding:0px !important;
		float:none !important;
		text-align:center !important;
	}
	.singleImg p {
		float:left;
		padding:5px !important;
		font: Arial,Helvetica,san-serif !important;
		font-size:0.7em !important;
		line-height: normal;
	}

.photo-details {
	height: 24px;
	margin-bottom:0;
}	
a.enlargeImg {
	background:transparent url('../images/icons/enlarge.png') no-repeat scroll 0 50%;
	display:block;
	margin-top:3px;
	padding:2px 0 0 20px;
	width:80px;
	float:left;
}	
a.mycapture {
	background:transparent url('../images/fullstory/buy.gif') no-repeat scroll 0 50%;
	display:block;
	margin-top:3px;
	padding:2px 0 0 20px;
	float:right;
	width:140px;
}	
.flowers-ad {
  margin-bottom: 20px;
}

/* Paywall viewCnt popup */
#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}
#paywallPopup {
	background-color:white;
	font-size:16px;
	height:240px;
	padding:20px;
	position:absolute;
	text-align:left;
	width:600px;
	z-index: 9002;
}
#paywallPopup > a.closeX { float:right; }
#paywallPopup  p > a { color:blue; text-decoration:underline; }
#paywallPopup  img { margin:0; }

/* InCopy story styles */
p.Telegraph-Tagline {
  /*font-style:italic;*/
  font-weight: bold;
}
p.Telegraph-TaglineCredit {
  font-style:italic;
}
p.Telegraph-Columnbreak {
  font-weight:bold;
  padding-top:15px;		
}
p.Telegraph-EditorsNote { /*20111020 laa */
  font-style:italic;
}
p.Telegraph-NewsBriefHed {
  font-weight:bold;
}
p.Telegraph-BodyText {
  font-size: 100%;
	font-weight: 400;
}
p.Telegraph-BodyTextBullets {
  background:transparent url('/csp/cms/sites/Telegraph/assets/images/icons/gray-bul.gif') no-repeat scroll 0 10px;
  padding:5px 30px 5px 12px !important;
  margin-left:10px;			
  /*font-size: 12.3px !important;*/
}
p.zAgate-zAGBodyTextBold, p.zAgate-ZAgateMainHead, p.Telegraph-ListingsHed, p.Telegraph-ListingsBriefHed {
  /*font-size:80%;*/
  font-weight:bold;
}
p.Telegraph-InfoBoxLeadin {
  font-size: 70%;
	font-weight: 400;
}
p.Telegraph-NewsBriefCityHed {
  font-weight: 600;
	text-transform: uppercase;
}
span.InfoBoxLeadin { font-weight: bold; }

p.Telegraph-CalendarLeadin { color:#555; font-weight: 600; margin:26px 0 10px 0 !important; padding:0; text-transform:capitalize; }
p.Telegraph-CalendarCityHed { font-weight: 600; text-transform:capitalize; }
p.Telegraph-CalendarBody {}
p.Telegraph-CalendarBodyBullets { text-align:right; }
	
p.Telegraph-EditorsNote { font-style:italic; }
p.Telegraph-Byline { font-size: 13px; padding-top:0; }
p.Telegraph-BylineSecondary { font-size: 13px; margin-top:0; padding-top:0 !important; }

