/* This file will hold styles that are loaded using the same media query as the wide grid. */


/* Header */
h1.title {
  font-size: 250%;
}
.zone-content-wrapper h2.block-title {
  font-size: 160%;
}

/*------------------------------------*\
	NEWS CSS
\*------------------------------------*/
/* Block slideshow */
.view-article-slideshow .view-content {
  float: left;
  width: 240px;
  height: auto;
  margin-right: 20px;
  padding: 17px 30px;
}
.view-article-slideshow .view-content .views-row {
}
.view-article-slideshow .views-field-field-image,
.view-article-slideshow .views-field-field-image img {
  width: 240px;
}
.view-article-slideshow .views-field-title a {
  font-size: 160%;
  line-height: 1.2
}

.view-article-slideshow .attachment {
  float: left;
  width: 550px;
}
.view-article-slideshow .attachment .view-content {
  width: 100%;
  margin: 0;
}
.view-article-slideshow .attachment .view-content .views-row {
  padding-bottom: 20px;
}
.view-article-slideshow .attachment .views-field-field-image {
  width: 75px;
  margin-right: 15px;
}

/* List article */
article.node-article.node-teaser .field-name-field-image,
article.node-article.node-teaser .field-name-field-image img,
article.node-video.node-teaser .field-name-field-video,
article.node-video.node-teaser .field-name-field-video img,
article.node-photos.node-teaser .field-name-field-images,
article.node-photos.node-teaser .field-name-field-images img {
  width: 275px;
}

article.node-article.node-teaser .node-title a {
  font-size: 110%;
}
article.node-article .field-name-field-image,
article.node-article .field-name-field-image img {
  width: 350px;
}

.field-name-field-related-news {
  width: 280px;
}

/* Home topic block */
.block-topic-news .view-content {
  width: 210px;
  margin-right: 0;
  border-bottom: none;
  padding-right: 20px;
}
.block-topic-news .view-content .views-field-field-image {
  width: 100%;
  margin-right: 0px;
}
.block-topic-news .view-content .views-field-title a {
  font-size: 140%;
  line-height: 1.2;
}
.block-topic-news .attachment {
  width: 180px;
  margin-top: 0;
}
.block-topic-news .attachment .view-content .views-field-title a {
  line-height: 1.5;
}

/* Right blocks */
.block-latest-news .views-row .views-field-field-image img,
.block-most-read .views-row .views-field-field-image img {
  width: 100px;
}

/*------------------------------------*\
	PHOTO CSS
\*------------------------------------*/
/* List Photos */
.view-list-photos .views-row {
  width: 195px;
}

/* Photo Detail */
.galleryformatter .gallery-slides,
.galleryformatter .gallery-slides img {
  width: 840px;
}

.galleryformatter .gallery-thumbs {
  height: 70px;
  overflow: hidden;
}

/*------------------------------------*\
	VIDEO CSS
\*------------------------------------*/
/* List Video */
.view-list-videos .views-row {
  width: 195px;
}

/* Latest Video */
.block-video-block .jcarousel-skin-default .jcarousel-container-horizontal {
  width: 820px;
  padding: 10px 20px;
}
.block-video-block .jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 820px;
}
.block-video-block .jcarousel-skin-default .jcarousel-item {
  width: 145px;
  margin: 0 10px;
}


/*------------------------------------*\
	BLOCK CSS
\*------------------------------------*/
/* Block login */
.block-login input.form-text {
  width: 255px;
}

/* Block search */
.block-search {
  /** width: 300px; **/
  /**  margin-right: 100px; **/
  /** added by Kevin 8-3-14 **/
  margin-right: 0;
  width: 100%;
}


/* Contact form */
.contact-form .form-item label {
  float: left;
  width: 200px;
  font-size: 110%;
  font-weight: bold;
}
.contact-form .form-item.form-type-checkbox label {
  float: none;
  font-size: 100%;
  font-weight: normal;
}
.contact-form .form-item .form-textarea-wrapper {
  float: left;
  width: 70%;
}
.contact-form .form-item.form-type-checkbox,
.contact-form .form-actions {
  margin-left: 200px;
  width: auto;
  clear: left;
  float: left;
}
.contact-form .form-actions {
  margin-left: 210px;
}

div.toc-menu-block ul.menu{
  display: block;
  left: 20px;
  position: fixed;
  margin-right: 0;
}

div.toc-menu-block ul.menu li {
  float: none;
  margin: -.25em -1.5em 0em -.25em;
}

div.toc-menu-block ul.menu li a {
  padding: 0.5em 2.25em 0.5em 2em;
  min-width: 100%;
  display: block;
}