/*
Theme Name:     Youth and Media
Description:    Custom Youth and Media twentyeleven custom theme
Author:         Justin Clark
Template:       twentyeleven
*/
@import url("../twentyeleven/style.css");

body {
	padding: 0;
	background-color: white;
	color: #777;
}
h2 {
	font-size: 140%;
}
#main {
    padding: 0;
}
#page {
	max-width: none;
	margin-top: 0;
	padding: 0 4%;
    margin-bottom: 0;
}
.home #primary, .home #secondary {
    padding-top: 1.625em;
}
.one-column #page {
    max-width: none;
}
img#logo {
    max-width: 850px;
    max-height: 79px;
}
#branding {
	border: 0;
    white-space: nowrap;
}
#branding hgroup {
	margin: 0;
}
#branding #searchform {
    position: static;
    right: auto;
    top: auto;
    text-align: left;
}
#branding #s {
    float: none;
    border-width: 0px 1px;
    margin-top: 0;
    margin-bottom: 0;
    /*background: url(images/search.png) no-repeat 5px 7px;*/
    height: 1.66em;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 20px;
}
#branding img {
    max-width: 100%;
    width: auto;
}
#site-description {
	margin: 20px 0;
}
#site-title {
	padding-top: 1.5em;
    margin-right: 0;
}
#site-title > span > a {
    display: inline-block;
    width: 50%;
}
#institutions {
    display: inline-block;
    width: 50%;
    text-align: right;
}
#institutions a {
    display: inline-block;
}
#institutions img {
    width: auto;
}
@media only screen and (max-width: 834px) {
    #site-title > span > a,
    #institutions {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}
#content {
	margin-left: 0;
	width: 72%;
}
#access {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #EEE;
	border-width: 1px 0;
	text-transform: uppercase;
    white-space: nowrap;
}
#access ul {
    white-space: normal;
}
#access a {
	color: #777;
	line-height: 2em;
	font-size: 120%;
}
.menu > li > a {
    white-space: nowrap;
}
#access .sub-menu a {
	z-index: 999;
}
#access ul ul {
	top: 2.4em;
}
#access div {
	margin-left: 1%;
}
#secondary {
	width: 25%;
	margin-right: 0;
}
.widget {
	padding-bottom: 2.2em;
	border-bottom: 2px dashed #EEE;
}
.widget:last-child {
    border-width: 0;
}
.widget-title {
	font-size: 120%;
}
.textwidget {
    text-align: center;
}
.rsswidget img {
	display: none;
}
.sponsors, .social-links {
	text-align: center;
}
.block {
	position: relative;
	padding: 0;
	margin: 10px;
}
.block-link span {
	text-decoration: none;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
}
.featured {
	height: 420px;
	width: 420px;

}
.vertical {
	height: 420px;
	width: 200px;
}
.horizontal {
	height: 200px;
	width: 420px;

}
.small {
	height: 200px;
	width: 200px;
}
.post-info, .youtube-desc {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: black;
	color: white;
	margin: 0;
	padding: 10px 0;
	max-height: 180px;
	overflow: hidden;
	white-space: nowrap;
}
.youtube-desc {
    font-size: 1.3em;
}
.post-title, .post-excerpt, .post-contains-icons {
	margin: 0 10px;
}
.post-title {
	font-size: 120%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-excerpt {
	font-size: 85%;
	display: none;
	white-space: normal;
}
.post-excerpt p {
	margin-bottom: 0;
}
.post-contains-icons {
	float: right;
	padding-top: 4px;
}
.view-cap, .view-container-border {
	background-color: black !important;
}
.social-links img {
	margin: 5px;
}
#viz1 {
	height: 200px;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	margin: 0 0 1.625em;
    position: relative;
}
.sociable img {
	width: 32px !important;
	height: 32px !important;
}
.sociable {
	text-align: center;
}
.sociable_tagline {
    margin-bottom: 1em;
}
.isotope-item {
  z-index: 1;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 0;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
.filter-active {
	color: red;
}
#filters input[type=checkbox] {
	display: none;
}
#filters label, #showall {
	text-transform: uppercase;
	cursor: pointer;
	padding: 3px 10px;
}
#filters label:hover {
	background: #EEE;
}
#showall {
	margin-left: 30px;
	border: 0;
	cursor: pointer;
}

#simplemodal-overlay {
    background-color:#000;
}
#simplemodal-container {
    padding: 15px;
    background-color: #000;
}
.youtube-video {
    max-width: 350px;
    margin: 0 auto 5px;
    position: relative;
}
#mycarousel {
    list-style: none;
    margin: 0;
    height: 200px;
    position: absolute;
    left: 0;
}
#mycarousel li {
    display: inline-block;
    height: 200px;
}
#mycarousel li {
    margin: 0 5px;
}
#mycarousel img {
    height: 200px;
}
#site-generator a {
    display: none;
}
#site-generator { 
    background: transparent;
}
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px 24px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.medium-widget-item {
  text-align: left;
}

.medium-widget-item-description {
  margin-bottom: 10px;
}
