/*
 Custom CSS for Infoshop News
 
 */

/* Page content */
#page p + p {
    color: #4D4D4D;
    font-size: 110%;
}


.field-label {
    font-family: "Open Sans", "Tahoma", sans-serif;
    font-size: 1.5em ;
    font-weight: bold; 
    color: darkgrey;
}

/* Puts space below category area */
div.field-name-field-tags {
    background: transparent url("/sites/all/themes/news_center/images/article-bottom.png") no-repeat scroll center top;
    padding-bottom: 20px;
    margin-top: 10px;
    padding-top: 8px;
}

/* Puts space below subject tag area */
div.field-name-field-tagcloud {
    padding-bottom: 20px;
}

/* Puts space below geo tag area */
div.field-name-field-geo-tags {
    padding-bottom: 20px;
}

/* Category styling */

.field-type-taxonomy-term-reference a {
    border-radius: 0px;
    font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
    font-size: 1.7em ;
    font-weight: bold;
    color: ghostwhite;
    text-decoration: none;
    background-color: cornflowerblue;
    padding: 5px;
}
  
div.field:nth-child(3) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) {
    border-radius: 0px;
    font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
    font-size: 1.5em ;
    font-weight: bold;
    color: ghostwhite;
    text-decoration: none;
    background-color: steelblue;
    padding: 5px;
}

/* Tags styling */

.field-type-taxonomy-term-reference .field-item.even a {
    font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
    border-radius: 0px;
    font-size: 1.1em ;
    font-weight:300;
    color: ghostwhite;
    text-decoration: none;
    background-color: cornflowerblue;
    padding: 4px;
    line-height: 3;
	float: none;
}

.field-type-taxonomy-term-reference .field-item.odd a {
    font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
    border-radius: 0px;
    font-size: 1.1em ;
    font-weight:300;
    color: ghostwhite;
    text-decoration: none;
    background-color: cornflowerblue;
    padding: 4px;
	float: none;
}
	
/* Comment form */

#comments h2.title {
    background: transparent url("/sites/all/themes/news_center/images/article-bottom.png") no-repeat scroll center top;
    margin-top: 10px;
    padding-top: 8px;
}

/* Independent Media block */
#block-block-5  {
    border-bottom: 1px dashed #CCCCCC !important;
    margin-bottom: 12px;
    padding-bottom: 12px;
}


div#block-block-13 {
    background: #FFF !important;
}

.region-sidebar-second  .block{
    background: none repeat scroll 0 0 #FFF !important;
    padding: 10px;
}

#block-block-8 a {
    font-family: "Open Sans", "Tahoma", sans-serif;
    font-size: 1.1em ;
    font-weight: bold; 
}

.views_slideshow_cycle_main {
    height: 345px !important;
	
}

#views_slideshow_cycle_main_home_page-block .views-slideshow-cycle-main-frame .slideshow-overlay {
	top: 160px !important;
}

.bottom-shadow {
		top: 180px !important;
}


body.page-taxonomy-term h1 {
    text-transform: capitalize;
}

