section#main, div#main {
  margin-top:-54px;
}

div#main section#main {
  margin-top:0;
}

article h1{
   /*  margin-bottom:5px; */
}

/*********** LEFT HAND NAV ************/

nav#story, #nav-story {
  float:left;
  width:240px;
  margin-top:37px;
}

#nav-story nav#story {
  margin-top:0;
}

nav#story,
nav#story a,
#nav-story,
#nav-story a {
  font-family:"Helvetica Neue", Arial, sans-serif;
  color:#ffffff;
  text-decoration:none;
  text-shadow:0 1px 1px rgba(0, 0, 0, 0.4);
  font-weight:bold;
}

nav#story h3, #nav-story h3 {
  font-size:18px;
  text-shadow:0 1px 1px rgba(0, 0, 0, 0.4);
}

nav#story h3#contents, #nav-story h3#contents {
  padding-bottom: 5px;
}

nav#story h4.shortstory,
nav#story h4.fullstory,
#nav-story h4.shortstory,
#nav-story h4.fullstory {
  font-size:14px;
}

nav#story h5, #nav-story h5 {
  font-size:12px;
  font-weight:normal;
}

nav#story .region-sidebar-first {
  float: left;
  margin-left: 0;
  margin-right: -20%;
  width: 100%;
}
body.lang-mi nav#story h5, body.lang-mi #nav-story h5 {
  line-height: 1.3em;
}

nav#story ul li, #nav-story ul li {
  background-color: pink;
  background-color: rgba(0,0,0,0.20);
  margin-bottom:1px;
}

nav#story ul li:hover, #nav-story ul li:hover {
  background-color: yellow;
  background-color: rgba(0,0,0,0.30);
}

nav#story ul li.active, #nav-story ul li.active {
  background-color: yellow;
  background-color: rgba(0,0,0,0.30);
}

nav#story ul li.active a, #nav-story ul li.active a {
  cursor:default;
}

nav#story ol.full-story, #nav-story ol.full-story {
	list-style: decimal outside none;
	font-size:12px;
	padding:0 0 0 30px;
	/*

	width: 190px;
	list-style-position: outside;
	list-style-image: none;
	*/
}

#nav-story nav#story ol.full-story {
	list-style: decimal outside none;
}

nav#story ol.full-story li, #nav-story ol.full-story li {
  background-color: transparent;
}

nav#story ol.full-story li h4 a,
nav#story h4.shortstory a,
nav#story h4.fullstory a,
nav#story h4#current_sect,
#nav-story ol.full-story li h4 a,
#nav-story h4.shortstory a,
#nav-story h4.fullstory a,
#nav-story h4#current_sect {
  padding:2px 10px 3px 20px;
  margin-left:-25px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  line-height:16px;
}

nav#story h4.shortstory a,
nav#story h4.fullstory a,
nav#story h4#current_sect,
#nav-story h4.shortstory a,
#nav-story h4.fullstory a,
#nav-story h4#current_sect {
  margin-left: -9px;
  padding:3px 10px 3px 10px;
}

nav#story h4.shortstory,
nav#story h4.fullstory,
#nav-story h4.shortstory,
#nav-story h4.fullstory {
  margin: 5px 0;
}

nav#story ol.full-story li h4 a:hover,
nav#story h4.shortstory a:hover,
#nav-story ol.full-story li h4 a:hover,
#nav-story h4.shortstory a:hover {
  background-color: yellow;
  background-color: rgba(0,0,0,0.20);
}
#story ol.full-story li h4 span {
	padding:0px; margin:0px; text-align:left; display:block;
	}

nav#story ol.full-story li#current,
nav#story li.active a,
#nav-story ol.full-story li#current,
#nav-story li.active a {
  color: #333;
  text-shadow: none;
}

nav#story ol.full-story li#current h4 a,
nav#story h4#current a,
#nav-story ol.full-story li#current h4 a,
#nav-story h4#current a {
  background-color: yellow;
  background-color: #F9F7F4;
  color: #333;
  cursor:default;
  text-shadow: none;
}

nav#story ul.resource ol.full-story li#current h4 a,
#nav-story ul.resource ol.full-story li#current h4 a {
  cursor:pointer;
  background-color: #F2E4AA;
  color: #736357;
}

nav#story ul.resource ol.full-story li#current, #nav-story ul.resource ol.full-story li#current {
  color: #736357;
}

nav#story ul li.first, #nav-story ul li.first {
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}

nav#story ul li.last, #nav-story ul li.last {
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}

nav#story ul li.full, #nav-story ul li.full {
  padding:16px 0 9px 20px;
  width: 220px;
}

nav#story ul li.full:hover, #nav-story ul li.full:hover {
  background-color: pink;
  background-color: rgba(0,0,0,0.25);
}

nav#story a, #nav-story a {
	display:block;
	padding:8px 5px 5px 70px;
	text-decoration:none;
}

nav#story h4 a, #nav-story h4 a {
  padding:0;
}

nav#story a.nav-short-story, #nav-story a.nav-short-story {
  padding:14px 0 15px 20px;
}

nav#story a.nav-short-story img, #nav-story a.nav-short-story img {
  float:left;
  width:40px;
  margin-right:10px;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

nav#story a.nav-gallery, #nav-story a.nav-gallery {
  background:url(/sites/all/themes/teara/img/sprites-story.png) -439px -388px no-repeat transparent;
  height:35px;
  padding-top: 12px;
  padding-bottom:8px;
}

.lang-mi nav#story a.nav-gallery, .lang-mi #nav-story a.nav-gallery {
  background:url(/sites/all/themes/teara/img/mi-sprites-story.png) -439px -388px no-repeat transparent;
}

a.nav-gallery h4,
a.nav-related h4 {
  font-size: 14px;
  line-height: 16px;
}

nav#story a.nav-your-story, #nav-story a.nav-your-story {
  background:url(/sites/all/themes/teara/img/sprites-story.png) -442px -81px no-repeat transparent;
  height:17px;
  padding-top:9px;
}

.lang-mi nav#story a.nav-your-story, .lang-mi #nav-story a.nav-your-story {
  background:url(/sites/all/themes/teara/img/mi-sprites-story.png) -442px -81px no-repeat transparent;
}

nav#story a.nav-print, #nav-story a.nav-print {
  background:url(/sites/all/themes/teara/img/sprites-story.png) -442px -145px no-repeat transparent;
  height:17px;
  padding-top:9px;
}

.lang-mi nav#story a.nav-print, .lang-mi #nav-story a.nav-print {
  background:url(/sites/all/themes/teara/img/mi-sprites-story.png) -442px -145px no-repeat transparent;
}

nav#story a.nav-print-all, #nav-story a.nav-print-all {
  background:url(/sites/all/themes/teara/img/sprites-story.png) -441px -209px no-repeat transparent;
  height:17px;
  padding-top:9px;
}

.lang-mi nav#story a.nav-print-all, .lang-mi #nav-story a.nav-print-all {
  background:url(/sites/all/themes/teara/img/mi-sprites-story.png) -441px -209px no-repeat transparent;
  height:29px;
}

nav#story a.nav-share, #nav-story a.nav-share {
  background:url(/sites/all/themes/teara/img/sprites-story.png) 13px -373px no-repeat transparent;
  height:17px;
  padding-top:9px;
  cursor:pointer;
}

.lang-mi nav#story a.nav-share, .lang-mi #nav-story a.nav-share {
  background:url(/sites/all/themes/teara/img/sprites-story.png) 13px -373px no-repeat transparent;
  cursor:pointer;
}

nav#story a.nav-share:hover,
#nav-story a.nav-share:hover,
#nav-story a.open {
  background:url(/sites/all/themes/teara/img/sprites-story.png) 13px -471px no-repeat #F9F7F4;
  height: 80px;
  color: #000;
  padding: 0;
  text-shadow: none;
  -webkit-transition: all 0.4s ease-in 0.1s;
  -moz-transition: all 0.4s ease-in 0.1s;
  -ms-transition: all 0.4s ease-in 0.1s;
  -o-transition: all 0.4s ease-in 0.1s;
  transition: all 0.4s ease-in 0.1s;
  -moz-transition-property: height, background-color, padding;
  -webkit-transition-property: height, background-color, padding;
  -ms-transition-property: height, background-color, padding;
  -o-transition-property: height, background-color, padding;
  transition-property: height, background-color, padding;
}

nav#story a.nav-share,
#nav-story a.nav-share {
  padding: 0 5px 15px 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in 0.1s;
  -moz-transition: height 0.3s ease-in 0.1s;
  -ms-transition: height 0.2s ease-in 0.1s;
  -o-transition: height 0.2s ease-in 0.1s;
  transition: height 0.2s ease-in 0.1s;
  -moz-transition-property: height, background-color, padding, text-shadow;
}

nav#story a.nav-share h5,
#nav-story a.nav-share h5 {
  padding: 9px 5px 0px 70px;
}

nav#story a.nav-share .buttons,
#nav-story a.nav-share .buttons {
  margin: 15px 0 0 35px;
  width: 240px;
}

nav#story a.nav-share .button, #nav-story a.nav-share .button {
  float: left;
}

nav#story a.nav-share .buttons .facebook,
nav#story a.nav-share .buttons .twitter,
#nav-story a.nav-share .buttons .facebook,
#nav-story a.nav-share .buttons .twitter {
  margin-right: 10px;
}

nav#story a.nav-related, #nav-story a.nav-related {
  background:url(/sites/all/themes/teara/img/sprites-story.png) -440px -324px no-repeat transparent;
  height:36px;
  padding-top:12px;
}

.lang-mi nav#story a.nav-related, .lang-mi #nav-story a.nav-related {
  background:url(/sites/all/themes/teara/img/mi-sprites-story.png) -440px -324px no-repeat transparent;
}

.lang-mi nav#story a#rel, .lang-mi #nav-story a#rel {
  height:48px;
}


/********** RELATED ****************/

section#related, #section-related {
	width: 100%;
	position:relative;
	z-index:1;
	margin-top:-60px;
	display:inline-block;
	overflow:hidden;
}

#section-related #related {
	margin-top:0;
}

section#related,
section#related a,
#section-related,
#section-related a {
  color:#E6E6E6;
  font-family:"Helvetica Neue",Arial, sans-serif;
  text-decoration:none;
}

section#related h3, #section-related h3 {
	font-size:16px;
}

section#related h4,
section#related h4 a,
#section-related h4,
#section-related h4 a {
	font-size:12px;
	margin-bottom:2px;
}

section#related h4 a:hover, #section-related h4 a:hover {
  color:#FFF2AA;
}

section#related h5,
section#related h5 a,
#section-related h5,
#section-related h5 a {
	color:#B3B3B3;
	font-size:12px;
}

section#related h5 a:hover, #section-related h5 a:hover {
  color:#FFF2AA;
}

section#related #related-top, #section-related #related-top {
	background:url(/sites/all/themes/teara/img/strata-border.png) 0px 0px repeat transparent;
	height:13px;
}

section#related #related-inner, #section-related #related-inner {
  background:url(/sites/all/themes/teara/img/strata-middle-fallback.png) 0px 0px repeat transparent;
  background:0px 0px repeat rgba(26, 26, 26, 0.7);
  padding:10px 0 20px;
}

section#related #related-inner-center, #section-related #related-inner-center {
  width:960px;
  margin:0 auto;
  overflow:hidden;
}

section#related a.nav-related, #section-related a.nav-related {
	background:url(/sites/all/themes/teara/img/sprites-story.png) -460px -332px no-repeat transparent;
	height:37px;
	margin-left:20px;
	padding:10px 0 0 50px;
	color:#FFFFFF;
	font-family:"Helvetica Neue",Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	display:block;
}

.lang-mi section#related a.nav-related, .lang-mi #section-related a.nav-related {
  background:url(/sites/all/themes/teara/img/mi-sprites-story.png) -460px -332px no-repeat transparent;
}

section#related #related-inner-center section.related-block, #section-related #related-inner-center div.related-block {
  width:100%;
  border-top:1px solid #4C4C4C;
  border-top:1px solid rgba(255,255,255,0.1);
  padding:15px 0 0;
  float:left;
}

section#related #related-inner-center .nav-related, section.related-block,
section#related #related-inner-center section#related-stories,
#section-related section#related #related-inner-center .nav-related,
#section-related section#related #related-inner-center div.related-block {
  border-top:0;
}

section#related #related-inner-center section.bottom, #section-related #related-inner-center section.bottom {
  border-bottom:none;
}

section#related .left, #section-related .left {
  float:left;
  display:block;
  width:230px;
  padding-left:20px;
}

section#related .right, #section-related .right {
  float:left;
  display:block;
  width:710px;
}

section#related .related-block .right ul li, #section-related .related-block .right ul li {
  display:inline-block;
  list-style:none outside none;
  float:left;
  width:226px;
  padding:0 10px 20px 0;
}

section#related .related-block .right img, #section-related .related-block .right img {
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  float:left;
  margin-right:10px;
	width:60px;
	height:45px;
}

section#related-more-stories .left h3, #section-related-more-stories .left h3 {
  padding:2px 0 6px;
}

section#related-more-stories .left h4 a, #section-related-more-stories .left h4 a {
  color:#FFF2AA;
}


/*********** TABS ****************/

#entry-tabs{
  height:37px;
  float:right;
  margin-right:10px;
  margin-top:-30px;
}

#entry-tabs ul{
  float:right;
}

#entry-tabs ul li{
  display:inline-block;
  float:left;
  list-style:none outside none;
  margin-left:1px;
}

#entry-tabs ul li a{
  background-color:#F2E4AA;
  height:29px;
  width:140px;
  padding-top:11px;
  text-align:center;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  font-family:"Helvetica Neue", Arial, sans-serif;
  font-size:12px;
  color:#4D4D4D;
  font-weight:bold;
  display:block;
  text-decoration:none;
}

#entry-tabs ul li a:hover {
	background-color:#FFF2AA;
}

#entry-tabs ul li a.active{
  background-color:#F9F7F4;
  position:relative;
  cursor:default;
  z-index:10;
}

#entry-tabs ul li.inactive {
  background-color: #e5e5e5;
  color: #bababa;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  padding: 11px 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 140px;
}


.lang-mi #entry-tabs ul li a#tab-media{
	  padding: 7px 8px 2px 8px;
	  width: 122px;
}



/*********** ARTICLE **************/

article, div#article{
  font-family:Georgia, Palatino,  "Palatino Linotype", Times, "Times New Roman", serif;
  position:relative;
}
#page-title {
	border-bottom: 1px solid #fff;
	margin: 0 0 22px 0;
}

#page-title h2 {
	border-bottom: 1px solid #E0DEDB;
  font-size: 21px;
  margin: 0;
	padding: 5px 0 22px 40px;
}

#page-title-all-resources {
  margin: 0 0 0 0;
}

#page-title-all-resources h2 {
  font-size: 21px;
  margin: 0;
  padding: 5px 0 0px 40px;
}

div #entry-num span{
}

#content-story-resources {
  float:right;
  margin: 4px 40px 15px 25px;
  padding:0;
  width:120px;
}

.resource-item {
  width:120px;
}

.resource-item img {
  -moz-box-shadow: 1px 1px 7px rgba(0,0,0,0.25);
  -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 7px rgba(0,0,0,0.25);
  margin-bottom:4px;
}

.resource-item p, .resource-item p a {
  color: #525C7F;
  font-size:12px;
  letter-spacing:-0.01em;
  line-height:18px;
  padding: 0 0 5px 0;
  display:block;
  margin-bottom:22px;
}

.resource-item p a, .resource-item a, div#article .resource-item p a, div#article .resource-item a {
  border-bottom: 0;
  width: 120px;
  margin-bottom:0;
}

.resource-item p a:hover {
  color:#4169F9;
}

.resource-item p a.res-image {
/*  background:url("/sites/all/themes/teara/img/sprites-common.png") no-repeat scroll 105px -156px transparent;
  padding-right:20px;*/
}

.resource-item p a.res-zoomify, .resource-item p a.res-sound, .resource-item p a.res-media, .resource-item p a.res-flash, .resource-item p a.res-table, .resource-item p a.res-comcon, .resource-item p a.res-doc {
  background:url("/sites/all/themes/teara/img/sprites-common.png") no-repeat scroll 105px -176px transparent;
  padding-right:20px;
  width:100px;
}

.resource-item p a.res-sound {
  background:url("/sites/all/themes/teara/img/sprites-common.png") no-repeat scroll -47px -176px transparent;
}

.resource-item p a.res-media {
  background:url("/sites/all/themes/teara/img/sprites-common.png") no-repeat scroll -193px -176px transparent;
}

.resource-item p a.res-flash {
  background:url("/sites/all/themes/teara/img/sprites-common.png") no-repeat scroll -343px -176px transparent;
}

.resource-item p a.res-comcon {
  background:url("/sites/all/themes/teara/img/sprites-common.png") no-repeat scroll -643px -176px transparent;
}

.resource-item p a.res-doc {
  background:url("/sites/all/themes/teara/img/sprites-common.png") no-repeat scroll -493px -176px transparent;
}

.topicbox {
  width:220px;
  background-color:#F2EFEB;
  margin: 10px 24px 20px 0;
  padding:11px 10px 8px;
  float:left;
	clear: left;
}

div#article .topicbox h3,
article .topicbox h3 {
  font-size:16px;
  color:#333333;
  border-bottom:1px dashed #CCCCCC;
  padding:0 10px 5px;
  margin-bottom:4px;
}

.topicbox p {
  font-size:12px;
  color:#333333;
  line-height: 18px;
  margin-bottom:6px;
  padding:0 10px;
}

article .topicbox h3, div#article .topicbox h3 {
  padding:0 10px 5px;
}

article .topicbox p, div#article .topicbox p {
  padding:0 10px 5px;
  font-size:12px;
}

blockquote {
  font-size:14px;
  color:#4D4D4D;
  margin-bottom:22px;
  margin-left:40px;
  margin-right:60px;
  padding: 0 0 0 60px;
  line-height:22px;
}

#next-part {
  clear: both;
  font-family:Georgia, Palatino,  "Palatino Linotype", Times, "Times New Roman", serif;
  font-size:12px;
  font-style:italic;
  color:#666666;
  margin: 27px 0 0 40px;
  text-align: right;
}

sup {
  font-family:Verdana,Geneva,Tahoma,sans-serif;
  font-size:50%;
  line-height:1em;
  vertical-align:0.5em;
}

/********* ARTICLE STORY FRONT *************/

#hero-wrap{
  float:left;
  margin: 17px 40px 7px 40px;
}

div#article #hero-wrap p,
article #hero-wrap p,
#hero-intro{
  margin-bottom:12px;
  font-size:14px;
  line-height: 22px;
  padding:0;
}

#short-story h2{
  padding: 0 0 0 60px;
}

#short-story h5{
  margin-bottom:25px;
}

#story-images{
  display: inline;
  float:left;
  padding: 0 0 22px 40px;
  font-size:0px;
}

#story-images img{
  width:120px;
  height:90px;
}

div#article #story-images a, #story-images a {
	border-bottom: 0;
  margin-right:10px;
}

#story-images a.last{
  margin-right:0px;
}

/** Portrait Layout one and three **/
.hero-layout-one #hero-image,
.hero-layout-three #hero-image{
  text-align:left;
  float:left;
  padding-right:20px;
}

.hero-layout-one #hero-intro,
.hero-layout-three #hero-intro{
  text-align:left;
  padding:0 0 0 20px;
}

.hero-layout-one #pinit,
.hero-layout-two #pinit,
.hero-layout-three #pinit {
  background: url("/sites/all/themes/teara/img/share-logos.png") repeat scroll -2px -2px #F2E4AA;
  cursor: pointer;
  float: right;
  height: 24px;
  margin: -15px 0 0;
  width: 24px;
}
.hero-layout-one #pinit {
  float: none;
  display: inline-block;
  margin: 0;
}

.hero-layout-one #pinit:hover,
.hero-layout-two #pinit:hover,
.hero-layout-three #pinit:hover {
  background-color: #f8ebb6;
}

/** Landscape Layout two **/
.hero-layout-two #hero-image{
  text-align:center;
  padding-bottom:13px;
}

.hero-layout-two #hero-intro{
  text-align:left;
  padding:0 20px 3px 20px;
}

.hero-layout-one #hero-intro{
   padding:0 20px 3px 20px;
}

.hero-layout-two #hero-intro p,
.hero-layout-two #hero-intro h5,
.hero-layout-three #hero-intro h5 {
  padding: 0;
}
#hero-image a, div#article #hero-image a {
	border-bottom: 0;
}

#hero-intro h5.contrib_name {
  margin-top: 8px;
  line-height: 14px;
  margin-bottom: 8px;
}

#hero-intro h5.main_image {
 	font-family:Georgia, Palatino,  "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 10px;
	color: #888;
	padding: 0;
	line-height: 14px;
	margin: 0;
	padding-bottom: 10px;
	font-style: normal;
	float: none;
}

/** Shortstory **/

#short-story{
	float:left;
	position:relative;
}

#short-story a#full-story-button-top {
   	background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -81px -80px transparent;
  display:block;
  height:35px;
  overflow:hidden;
  text-indent:-9999em;
  width:158px;
  position:absolute;
  top: -5px;
  right: 60px;
	border-bottom: 0;
}

.lang-mi #short-story a#full-story-button-top {
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -81px -80px transparent;
}

#short-story a#full-story-button-top:hover{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -81px -145px transparent;
}

.lang-mi #short-story span#full-story-button-top a:hover{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -81px -145px transparent;
}

#read-full-story{
  text-align:right;
  height:50px;
  margin: -3px 0 7px 0;
  width:662px;
}
#read-full-story a, div#article #read-full-story a {
	border-bottom: 0;
}
#read-full-story span{
  font-family:Georgia, Palatino,  "Palatino Linotype", Times, "Times New Roman", serif;
  font-size:12px;
  font-style:italic;
  color:#666666;
}

a#full-story-button-bottom{
	background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -81px -80px transparent;
  display:inline-block;
  overflow:hidden;
	font-size: 0;
  padding:0;
  height:34px;
  margin-bottom:-11px;
  width: 158px;
}

.lang-mi a#full-story-button-bottom {
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -81px -80px transparent;
}


/********* ARTICLE RESOURCE *************/

h1.resource-title {
  clear: both;
}
#trail-top a {
	border-bottom: 0;
}
#trail-top {
  float:left;
  text-align:center;
  position:relative;
  margin:0;
  width:720px;
  padding: 0;
}

#trail-top h1{
	display:inline-block;
	width:500px;
}

#trail-top h2 {
 	font-size: 21px;
 	line-height: 26px;
 	padding: 13px 120px 23px 120px;
 	width: 480px;
}

#part-of {
	border-bottom: 1px solid #E0DEDB;
	color:#525C7F;
	font-size:12px;
	font-style:italic;
	margin: 0;
	padding: 6px 0 21px 40px;
	width: 680px;
}
#part-of a, div#article div#part-of a {
	border-bottom: 0;
}
#resource-id{
  color:#666666;
  font-size:12px;
  font-style:italic;
  text-align:center;
  margin-bottom:10px
}

#resource-position {
  	border-top: 1px solid #fff;
  	margin:0;
  	text-align:center;
  	clear:left;
	width: 720px;
	overflow:hidden;
	height: 69px;
}
#resource-thumbs {
	background-color: #f2f0ed;
	border-bottom: 1px solid #fff;
}
#resource-list {
	border-bottom: 1px solid #E0DEDB;
	height: 59px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align: top;
}
#resource-list li {
	display: inline;
	width: 60px;
	height: 45px;
	padding: 0;
	vertical-align: top;
}
#resource-list li a, #resource-list li a img {
	vertical-align: top;
}
#resource-list li .carousel-thumb {
	width: 60px;
	height: 45px;
	margin: 4px -4px 0 -1px;
  padding: 3px 4px;
}

#resource-list #selected-thumb-surround {
	margin: 1px 0 0 0;
	z-index: 100;
	position: relative;
}
#resource-list li .series {
	margin: 3px 0 0;
	padding: 3px 4px;
}

#resource-list li .series-first {
	margin: 3px 0 0 2px;
	padding: 3px 4px 3px 3px;
}

#resource-list .aselected-series .series-first {
	margin: 3px 0 0;
}

#resource-list li .series-last {
	margin: 3px 2px 0 0;
	padding: 3px 3px 3px 4px;
}

#resource-list #selected-thumb-surround-series {
	margin: 1px -72px -14px 0;
	z-index: 100;
	position: relative;
}
.aselected .selected, #resource-list li .aselected .carousel-thumb {
	margin: 3px 0 0 -72px;
	z-index: 1;
}
.list, .list li {
	list-style:none;
	padding:0px;
  	margin:0px;
	display: inline;
}

/* carousel */

.jcarousel-container #resource-list li .series-first,
.jcarousel-container #resource-list li .series {
  margin: 4px -4px 0 -1px;
}

.jcarousel-container #resource-list li .series-last {
  margin-right: -1px;
}

.jcarousel-clip li a, .jcarousel-clip li a img {
	vertical-align: top;
}
.jcarousel-clip .aselected .selected, .jcarousel-clip li .aselected .carousel-thumb {
	margin: 1px 0 0 -68px;
  padding: 6px 0 0;
	z-index: 1;
}
.jcarousel-clip #selected-thumb-surround {
	margin: 1px 0 0 -4px;
	z-index: 100;
	position: relative;
}
.jcarousel-clip #selected-thumb-surround-series {
	margin: 1px 0 0 -1px;
	position: relative;
	float: left;
	display: inline;
	height: 69px;
	width: 74px;
	z-index: 100;
}

.jcarousel-clip .aselected-series .selected {
  margin: 3px 0 0 -73px;
}

.jcarousel-clip .aselected-series .series-first {
	margin: 3px 0 0 -72px;
}

.jcarousel-clip .aselected-series .series-last {
	margin: 3px 0 0 -73px;
}

.carousel-thumb {
	width: 60px;
	height: 45px;
	padding: 7px 5px 0 5px;
}

.series {
	border-top: 1px dashed #a8a8a8;
	border-bottom: 1px dashed #a8a8a8;
	height: 45px;
	margin: 3px 0 0;
	width: 60px;
	padding: 3px 5px;
}

.series-first {
	border-top: 1px dashed #a8a8a8;
	border-bottom: 1px dashed #a8a8a8;
	border-left: 1px dashed #a8a8a8;
	margin: 3px 0 0 1px;
	padding: 3px 5px 3px 3px;
}

.series-last {
	border-top: 1px dashed #a8a8a8;
	border-right: 1px dashed #a8a8a8;
	border-bottom: 1px dashed #a8a8a8;
	margin: 3px 1px 0 0;
	padding: 3px 3px 3px 5px;
}


#carousel-right-arrow, #carousel-left-arrow {
  	width: 25px;
	height: 58px;
	overflow: hidden;
	float: left;
	z-index: 10;
}

a.previous, span.previous {
	background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -260px -80px transparent;
	display:block;
	height:35px;
	overflow:hidden;
	text-indent:-9999em;
	width:90px;
	position:absolute;
	top: 10px;
	left: 20px;
}

div.first a.previous, div span.previous {
	background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -260px -80px transparent;
}

.lang-mi div.first a.previous, .lang-mi div span.previous, .lang-mi a.previous {
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -260px -80px transparent;
}

a.previous:hover, div.first a.previous:hover, div span.previous:hover {
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -260px -145px transparent;
}

.lang-mi div.first a.previous:hover, .lang-mi a.previous:hover  {
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -260px -145px transparent;
}

a.next, div span.next{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -355px -80px transparent;
  display:block;
  height:35px;
  overflow:hidden;
  text-indent:-9999em;
  width:90px;
  position:absolute;
  top: 10px;
  right: 20px;
}

div.last a.next, span.next{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -355px -80px transparent;
}

.lang-mi a.next, .lang-mi span.next, .lang-mi div.last a.next {
	background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -355px -80px transparent;
}

a.next:hover{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -355px -145px transparent;
}

div.last a.next:hover {
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -355px -145px transparent;
	background-color: transparent;
}

.lang-mi div.last a.next:hover, .lang-mi a.next:hover {
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -355px -145px transparent;
}

a#next-disabled, a#next-disabled:hover, div span#next-disabled {
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -355px -15px transparent;
  cursor:default;
}

.lang-mi a#next-disabled, .lang-mi a#next-disabled:hover {
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -355px -15px transparent;
}

a#previous-disabled, a#previous-disabled:hover, div span#previous-disabled {
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -259px -15px transparent;
  cursor:default;
}

.lang-mi a#previous-disabled,
.lang-mi a#previous-disabled:hover, .lang-mi div span#previous-disabled {
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -259px -15px transparent;
}

#resource{
  float:left;
  width:100%;
  text-align:center;
  padding: 0 20px 23px 20px;
  margin: 0;
  width: 680px;
}

#resource div.noflash-feature {
  background-color: #F2F0ED;
  height: 200px;
  padding-top: 100px;
  color: #999;
}

#share-buttons {
  height: 27px;
  margin: -11px 60px 8px 0;
}

#share-buttons .box {
  height: 27px;
}

#share-buttons #twitter, #share-buttons #facebook, #share-buttons #pinterest {
  width: 26px;
  height: 27px;
  float: right;
  margin-right: 1px;
  background-color: #f2e4aa;
  background-image: url('/sites/all/themes/teara/img/share-logos.png');
  /*background-position: -1px 0;*/
  /*background-repeat: no-repeat;*/
  cursor: pointer;
}

#share-buttons #twitter:hover, #share-buttons #facebook:hover, #share-buttons #pinterest:hover {
  background-color: #f8ebb6;
}
#share-buttons #pinterest,
#pinit #pinterest {
  background-position: -1px 0;
}
#share-buttons #twitter {
  background-position: 55px 0;
}
#share-buttons #facebook  {
  background-position: 26px 0;
}

#share-buttons .buttons {
  margin: 25px 0 0 0;
  padding: 5px 0;
}

#share-buttons .button {
  background-color: #f9f7f4;
  background-color: rgba(255, 255, 255, 0.65);
  border: 1px solid #eee;
  clear: left;
  padding: 5px 6px;
  width: 73px;
}
#share-buttons #twitter .button {
  width: 80px;
}
#share-buttons #pinterest .button {
  width: 65px;
}
#twitter a, #facebook a, #pinterest a, .pinterest a {
  font-family:"Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  border-bottom: 0;
}

#pinit .buttons {
  padding-left: 26px;
}

#pinit .button {
  background-color: rgba(255, 255, 255, 0.65);
  border: 1px solid #EEEEEE;
  height: 22px;
  padding: 5px;
  width: 42px;
}

#resource-reference{
  margin: -23px 0 50px 0;
}
#resource-reference p, #resource-reference ul li {
  color:#666666;
  font-family:"Helvetica Neue", Arial, sans-serif;
  font-size:12px;
  line-height:18px;
}

#article #resource-reference h5,
article #resource-reference h5 {
  border-bottom:1px dotted #CCCCCC;
  color:#999999;
  font-family:"Helvetica Neue", Arial, sans-serif;
  font-size:11px;
  font-style:normal;
  font-weight:bold;
  margin-bottom:11px;
}

#resource embed {
	outline:none;
}
#resource-reference a, #trail-bottom a, div#article #resource-reference a, div#article #trail-bottom a {
	border-bottom: 0;
}
#trail-bottom {
	margin: 0 60px;
  	position:relative;
	min-height: 160px;
}

#previous-resource{
}

#next-resource{
  position:absolute;
  top:0;
  right:0;
}

.resource-space {
	visibility: hidden;
	position:relative;
	clear:both;
}

a.previous-trail{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -83px -209px transparent;
  display:block;
  height:35px;
  overflow:hidden;
  text-indent:-9999em;
  width:90px;
  position:absolute;
  top:30px;
  left:141px;
}

.lang-mi a.previous-trail{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -83px -209px transparent;
}

a.previous-trail:hover{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -83px -273px transparent;
}

.lang-mi a.previous-trail:hover{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -83px -273px transparent;
}

a#previous-trail-disabled,
a#previous-trail-disabled:hover{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -83px -337px transparent;
  cursor:default;
}

.lang-mi a#previous-trail-disabled,
.lang-mi a#previous-trail-disabled:hover{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -83px -337px transparent;
}

a.short-story-trail{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -186px -209px transparent;
  display:block;
  height:35px;
  overflow:hidden;
  text-indent:-9999em;
  width:139px;
  position:absolute;
  top:30px;
  left:230px;
}

.lang-mi a.short-story-trail{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -186px -209px transparent;
}

a.short-story-trail:hover{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -186px -273px transparent;
}

.lang-mi a.short-story-trail:hover{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -186px -273px transparent;
}

a.next-trail{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -340px -209px transparent;
  display:block;
  height:35px;
  overflow:hidden;
  text-indent:-9999em;
  width:90px;
  position:absolute;
  top:30px;
  right:141px;
}

.lang-mi a.next-trail{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -340px -209px transparent;
}

a.next-trail:hover{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -340px -273px transparent;
}

.lang-mi a.next-trail:hover{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -340px -273px transparent;
}

a#next-trail-disabled,
a#next-trail-disabled:hover{
	background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -340px -337px transparent;
	cursor:default;
}

.lang-mi a#next-trail-disabled,
.lang-mi a#next-trail-disabled:hover{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -340px -337px transparent;
}

.file-attachments p{
  text-align:center;
  font-family:"Helvetica Neue", Arial, sans-serif;
  font-size:12px;
}

.file-attachments p a{
  padding:4px 0 3px 25px;
}

.file-attachments p a.pdf-icon{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -471px -23px transparent;
}

.file-attachments p a.txt-icon{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -471px -471px transparent;
}

/****Media Series****/

#sequence-thumb a {
  text-decoration:none;
  display:inline-block;
}

#sequence-thumb-wrap{
  border-top:1px solid #E0DEDB;
  border-bottom:1px solid #FFFFFF;
  margin:0 -60px 60px;
  text-align:center;
  clear:left;
}

#sequence-thumb {
  background-color:#F2F0ED;
  border-top:1px solid #FFFFFF;
  border-bottom:1px solid #E0DEDB;
  position:relative;
	text-align: center;
}

.thumb-1, .thumb-2, .thumb-3,
.thumb-4, .thumb-5, .thumb-6,
.thumb-7{
}

.thumb-8, .thumb-9, .thumb-10{
  margin-left:60px;
  margin-right:60px;
}

.thumb-11, .thumb-12{
  margin-left:25px;
  margin-right:25px;
}

.thumb-13, .thumb-14{

}

.sequence {
  width:134px;
  float:left;
}

.sequence p {
  font:normal 70%/120% Arial,Helvetica,sans-serif;
  padding:0;
  margin:0 0 0 -12px;
  width:120px;
  height:90px;
}

.sequence-img {
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  float:left;
}

a.sequence-link:hover .sequence-img{
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.10);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.10);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.10);
}

a#current-sequence-link:hover .sequence-img{
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.sequence-link {
  height:45px;
  padding:6px 1px 5px 1px;
}

#current-sequence-link{
  background:url(/sites/all/themes/teara/img/sprites-common.png) -573px -76px no-repeat transparent;
  height:56px;
  margin-bottom:-11px;
  padding:0 1px 7px 1px;
}

.sequence-previous{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -75px -400px transparent;
  display:inline-block;
  height:30px;
  overflow:hidden;
  text-indent:-9999em;
  width:71px;
  margin:0 5px 15px 0;
}

.lang-mi .sequence-previous{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -75px -400px transparent;
}

.sequence-previous:hover{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -75px -435px transparent;
}

.lang-mi .sequence-previous:hover{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -75px -435px transparent;
}

.sequence-next{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -174px -400px transparent;
  display:inline-block;
  height:30px;
  overflow:auto;
  text-indent:-9999em;
  width:71px;
  margin:0 0 15px 0;
}

.lang-mi .sequence-next{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -174px -400px transparent;
}

.sequence-next:hover{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -174px -435px transparent;
}

.lang-mi .sequence-next:hover{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -174px -435px transparent;
}

#sequence-next-disabled,
#sequence-next-disabled:hover{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -174px -469px transparent;
  cursor:default;
}

.lang-mi #sequence-next-disabled,
.lang-mi #sequence-next-disabled:hover{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -174px -469px transparent;
}

#sequence-previous-disabled,
#sequence-previous-disabled:hover{
  background:url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -75px -469px transparent;
  cursor:default;
}

.lang-mi #sequence-previous-disabled,
.lang-mi #sequence-previous-disabled:hover{
  background:url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -75px -469px transparent;
}

#series-position{
	font-family:Georgia, Palatino,  "Palatino Linotype", Times, "Times New Roman", serif;
  text-align:center;
  font-size:21px;
  margin:-45px 0 15px;
}

/********* COMMUNITY CONTRIBUTION **********/

#whats-your-story{
  background:url(/sites/all/themes/teara/img/your-story.png) 0px 0px no-repeat transparent;
  height:36px;
  width:204px;
  display:block;
  overflow:hidden;
  text-indent:-9999em;
  margin:32px 0 0 58px;
}

.lang-mi #whats-your-story{
  background:url(/sites/all/themes/teara/img/mi-your-story.png) 0px 0px no-repeat transparent;
}

#notebook{
  margin:20px 0 0 40px;
}

.community-contrib {
  display:inline-block;
  margin-bottom:20px;
  width:100%
}

.community-contrib .resource-item{
  float:left;
  margin-right:20px;
}

.community-contrib h3{
  margin-top:5px;
}

#notebook .community-contrib p {
  float:left;
  width:480px;
  padding:0;
}

#notebook-imagetrail{
  background:url(/sites/all/themes/teara/img/your-story-background.gif) 0px 0px repeat transparent;
  padding-top:10px;
  font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Bookman Old Style", Georgia, serif;
}

#notebook-imagetrail .community-contrib-imagetrail{
  margin:0 40px;
  padding-bottom:1px;
}

#notebook-imagetrail h3{
  margin-top:-13px;
  margin-bottom:15px;
}

div#article #notebook-imagetrail h4,
article #notebook-imagetrail h4 {
  margin-bottom:22px;
  font-style:normal;
  color:#007000;
}

/********* RESOURCE TRANSCRIPT ************/

#transcript{
	margin:0 40px 40px;
}

#transcript p{
  color:#4D4D4D;
}


/********* ARTICLE GALLERY *************/

.gallery-group {
  float:left;
  width:100%;
}

#article .gallery-group h4,
article .gallery-group h4 {
  font-style:normal;
}

.gallery-group p{
  font-size:14px;
  padding: 0;
}

.gallery-title{
  border-bottom:1px solid #E0DEDB;
  margin:0px;
  padding: 20px 0 0 0;
}
.gallery-title a, #article .gallery-title a {
	border-bottom: 0;
}

#article .gallery-title h3,
article .gallery-title h3 {
  font-size:16px;
  margin-bottom:3px;
}

.gallery-images{
  border-top:1px solid #ffffff;
  margin:0px;
  padding:10px 40px 0 75px;
}

.gallery-resources{
  width:120px;
  float:left;
  padding-right:30px;
}

.gallery-group ul#sources,
.gallery-group ul#suggestions {
  list-style-type:none;
  list-style-position: outside;
  list-style-image: none;
  margin-left:0;
  padding: 0;
}


ul#sources li p,
ul#suggestions li p,
ul#sources li h4,
ul#suggestions li h4 {
  margin-left:0;
  padding: 0;
}


ul#sources h4{
  margin-bottom:0;
  padding: 0;
}

.gallery-group .resource_id {
  font-style: italic;
  font-size: 12px;
  margin: 0;
  color: #666;
}

/********* ARTICLE FOOTER ************/


#article-footer{
  margin:0;
  border-top:1px solid #E0DEDB;
  clear:both;
}

#article-footer #citation h5,
#article-footer #citation ol,
#article-footer #citation p,
#article-footer #footnotes h5,
#article-footer #footnotes ol,
#article-footer #footnotes p {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-size:10px;
  color:#666666;
  line-height:14px;
  padding: 0;
}

article #article-footer h5,
div#article #article-footer h5 {
  font-style:normal;
  font-weight:bold;
  padding: 0;
}

#footnotes {
  padding:20px 40px;
  border-bottom:1px solid #E0DEDB;
  border-top:1px solid #ffffff;
}

#article-footer #footnotes a {
  border-bottom: 0;
  font-weight:normal;
}

#article-footer #footnotes ol {
  margin:0 0 0 19px;
  list-style-type:decimal;
}

#article-footer #footnotes li {
  border-top:1px dotted #d7d7d7;
  padding:6px 0;
  margin:0;
}

#article-footer #footnotes li.first {
  border:0;
  padding-top:0;
}

#citation{
  padding:20px 40px 30px;
  border-top:1px solid #FFFFFF;
}

#citation p {
  font-size: 10px;
}

/*************COMMENTS*****************/

.comment{
  display:inline-block;
  width:100%;
  border-top:1px solid white;
  border-top:1px solid rgba(255,255,255,0.1);
  border-bottom:1px solid grey;
  border-bottom:1px solid rgba(0,0,0,0.1);
  margin-top:-2px;
  padding:15px 0 15px;
}

section#contributions a:first-child .comment, #section-contributions a:first-child .comment {
  border-top:none;
}

section#contributions div:first-child, #section-contributions div:first-child {
  border-top:none;
}

.comment,
.comment a,
section#contributions .box,
section#contributions .box a {
  font-family:"Helvetica Neue", Arial, sans-serif;
  font-size:12px;
  color:#FFFFFF;
  text-decoration:none;
}

.comment .comment-credit{
  float:left;
  display:block;
  width:230px;
  padding-left:20px;
}

.comment-credit img{
  margin-bottom:5px;
}

.comment-credit .user{
  font-weight:bold;
  margin-bottom:5px;
}

section#related .comment-credit .user a{
  color:#FFF2AA;
}

.comment-credit .date{
  color:#E6E6E6;
}

.comment .comment-body {
  float:left;
  display:block;
  width:710px;
  line-height: 18px;
}

.comment .teara-comment{
  font-weight:bold;
}

.comment .links li {
  float:left;
  display: inline;
  padding: 15px 15px 15px 0;
  color: #FFF2AA;
}

section#contributions .box{
  border-top:1px solid white;
  border-top:1px solid rgba(255,255,255,0.1);
  margin-top:-2px;
  padding:15px 0;
  display:inline-block;
}

section#contributions .box h2{
  display:none;
}

section#contributions .box .left h2{
  display:block;
  font-size:14px;
  font-weight:bold;
  margin-bottom:20px;
}

section#contributions .box .left .form-item{
  /*margin-top:0.5em;*/
  height:66px;
}

section#contributions .box .left .form-item input,
section#contributions .box .right .form-item,
section#contributions .box .right .form-textarea-wrapper{
  margin-top:0.5em;
  /*height:49px;*/
}

section#contributions .box .right #edit-captcha-form{
  margin-top: 3em;
}


#edit-comment-wrapper{
  margin-bottom:2em;
  height:193px;
}

section#contributions .box label{
  font-weight:bold;
}

section#contributions .box .left label span{
  color:#CCCCCC;
}

section#contributions .box .right{
  margin-top:28px;
}

section#contributions .box .left input{
	border:none;
  padding:3px;
}

section#contributions .box .right textarea{
  border:none;
  padding:3px;
}

section#contributions .box .right input{
  border:none;
  padding:3px 0;
}

section#contributions .box input[type=text] {
  width: 90%;
}

section#contributions .box textarea{
  height:	178px;
}

section#contributions .box .grippie{
  display:none;
}

section#contributions .box .form-submit{
  background:	url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -10px -17px transparent;
  width:108px;
  height:30px;
  float:left;
  margin:44px 0 0 50px;
  text-indent:-9999em;
  overflow:hidden;
  cursor:pointer;
		font-size:0;
		line-height: 0;
}

section#contributions .box label.error{
  color:#FFF2AA;
  padding:1px 0 0 20px;
  margin-top:2px;
  height:15px;
  background: url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -281px -473px transparent;
  width:160px;
}

.lang-mi section#contributions .box .form-submit{
  background: url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -10px -17px transparent;
}

section#contributions .box .form-submit:hover{
  background: url("/sites/all/themes/teara/img/sprites-story.png") no-repeat scroll -138px -17px transparent;
}

.lang-mi section#contributions .box .form-submit:hover{
  background: url("/sites/all/themes/teara/img/mi-sprites-story.png") no-repeat scroll -138px -17px transparent;
}

.captcha{
  width:477px;
  float:left;
}

.captcha .recaptchatable{
  border:none !important;
  width:477px;
}

.captcha .recaptchatable .recaptcha_image_cell{
  background:none;
}

#recaptcha_logo,
#recaptcha_tagline {
  display:none;
}

/************** CREATIVE COMMONS *****************/

#cc-licence{
  padding:0 20px 10px 60px;
	font-family:"Helvetica Neue", Arial, sans-serif;
  font-size:12px;
	color: #666;
}

.cc_image {
	border-width: 0;
	vertical-align: middle;
	float: left;
}

.cc_license_1, .cc_license_2, .cc_license_3 {
	float: left;
	width: 470px;
	padding: 0 0 0 10px;
	margin: 0;
}
.cc_license_2 {
	width: 500px;
	padding: 0 0 0 10px;
}
.cc_license_3 {
	width: 530px;
	padding: 5px 0 0 10px;
}

.too_long {
	font-size: 26px;
}
.way_too_long {
	font-size: 24px;
}

/** PAGER ON COMMENTS */
.comment-pager {
  text-align: center;
  clear:both;
}
.comment-pager a {
  padding: 0.5em;
}
