/* @override http://t4g.org/site/wp-content/themes/t4g/style.css?ver=1.5.2
	http://dev2.t4g.org/wp-content/themes/t4g/style.css?ver=1.5.14
	http://dev2.t4g.org/wp-content/themes/t4g/style.css
	 */

/*
Author: Joe Tan (joetan54@gmail.com)
Theme Name: T4G 2014
*/
xmp {
	background: yellow;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.65;
	color: #000;
	background: #fff url(images/home-texture.jpg) repeat-x center 532px;
	text-align: left;
}
body {
	padding: 0 0 70px 0;
}
.entity {
	font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial, Helvetica, sans-serif;
}
.clear { clear: both;}
.left, .alignleft { float: left; }
.right, .alignright { float: right; }

img.alignleft {	margin: 0 25px 15px 0; }
img.alignright { margin: 0 0 15px 25px; }

a {
	color: #dd0e16;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


h1,h2,h3,h4 { 
	margin: 0;
	line-height: normal;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 {
	font-size: 280%;
}
h2 {
	font-size: 233%;
	color: #000;
	margin: 0 0 0.25em 0;
}
h2 a {
	color: #A8041B;
}
h2 a:hover {
	text-decoration: none;
	color: #810415;
}
h3 {
	font-size: 137%;
	color: #000;
}
h4 {
	font-size: 120%;
	color: #000;
}
h4 a {
	color: #000;
}
dl {
	margin: 0 0 2em 0em;
}
dl dt {
	margin: 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0.5em 1.5em;
}
dl.expandable {
	position: relative;
}
dl.expandable dt {
	cursor: pointer;
}
dl.expandable dt:hover {
	text-decoration: underline;
}
dl.expandable dd {
	display: none;
}
ul, ol {
	margin: 0.25em 0 1.5em 2em;
}

th, td {
	border: 0;
}
.embed {
	background: #000;
}
.embed iframe {
	display: block;
	margin: 0 auto;
}
.hr {
	position: relative;
	clear: both;
	display: block;
	height: 30px;
	margin-bottom: 1.5em;
	border-bottom: 4px solid #E6E6E6;
}
.hr hr {
	visibility: hidden;
}

.icon {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	margin: 0 5px 0 0 ;
	background:  url(images/sprites.png) no-repeat;
	text-indent: -10000px;
}
.icon-email { background-position: -25px -453px; }
.icon-rss { background-position: -47px -453px;}
.icon-facebook { background-position: -69px -453px;}
.icon-twitter { background-position: -92px -453px;}
.icon-flickr { background-position: -114px -453px;}

.icon-email:hover { background-position: -25px -484px; }
.icon-rss:hover { background-position: -47px -484px;}
.icon-facebook:hover { background-position: -69px -484px;}
.icon-twitter:hover { background-position: -92px -484px;}
.icon-flickr:hover { background-position: -114px -484px;}

.twitter-screen_name {
	display: block;
	background: url(images/sprites.png) no-repeat -366px -365px;
	padding: 0 0 0 35px;
	height: 28px;
	line-height: 23px;
}

.facebook-page {
	display: block;
	background: url(images/sprites.png) no-repeat -366px -398px;
	padding: 0 0 0 35px;
	height: 28px;
	line-height: 23px;
}
.email-newsletter {
	display: block;
	background: url(images/sprites.png) no-repeat -366px -471px;
	padding: 0 0 0 35px;
	height: 28px;
	line-height: 23px;
}
.icon-help {
	display: block;
	background: url(images/sprites.png) -372px -436px no-repeat;
	padding: 0 0 0 30px;
	height: 23px;
	line-height: 23px;
	white-space: nowrap;
}
.affirmations {
	padding-left: 30px;
}
.twitter-handle {
	display: block;
	margin: 0 0 10px 0;
	background: url(images/sprites.png) -181px -422px ;
	width: 32px;
	height: 26px;
	text-indent: -10000px;
	overflow: hidden;
}

input[type="submit"],
input[type="button"],
button,
.button {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	margin: 0;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; /* border radius */
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background: #dd0e16 ;
	background-clip: padding-box;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	border: 0;
}

input[type="submit"]:hover,
button:hover,
.button:hover {
	text-decoration: none;
	background: #BF0C12;
}

button.unstyled,
.button.unstyled {
	padding: 3px 5px;
	background: none;
	color: #363636;
	font-size: 100%;
	font-family: arial,sans-serif;
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background-image:    -moz-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background-image:      -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image:     -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image:         linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button.unstyled:hover {
	background: #eeeeee;
}


#wrap {
}
#wrap2 {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

/* @group Grids */


.row {
	position: relative;
	margin-bottom: 20px;
	zoom: 1;
}
.row.group {
	margin-bottom: 0;
}
.row::before, .row::after {
	display: table;
	line-height: 0;
	content: "";
}
.row::after {
	clear: both;
}

[class*="span"] {
	float: left;
}

.show-grid {
	margin-top: 10px;
	margin-bottom: 20px;
}
.show-grid [class*="span"] {
	background-color: #578ec8;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 40px;
	line-height: 40px;
	color: #fff;
}


.row { margin-left: -12px; }
[class*="span"] { margin-left: 12px; }

.span1 { width: 39px; }
.span2 { width: 90px; }
.span3 { width: 141px; }
.span4 { width: 192px; }
.span5 { width: 243px; }
.span6 { width: 294px; }
.span7 { width: 345px; }
.span8 { width: 396px; }
.span9 { width: 447px; }
.span10 { width: 498px; }
.span11 { width: 549px; }

.offset1 { margin-left: 63px; }
.offset2 { margin-left: 114px; }
.offset3 { margin-left: 165px; }
.offset4 { margin-left: 216px; }
.offset5 { margin-left: 267px; }
.offset6 { margin-left: 318px; }
.offset7 { margin-left: 369px; }
.offset8 { margin-left: 420px; }
.offset9 { margin-left: 471px; }
.offset10 { margin-left: 522px; }
.offset11 { margin-left: 573px; }

.row10 { margin-left: -20px; }
.row10 [class*="span"] { margin-left: 20px; }

.row10 .span1 { width: 42px; }
.row10 .span2 { width: 104px; }
.row10 .span3 { width: 166px; }
.row10 .span4 { width: 228px; }
.row10 .span5 { width: 290px; }
.row10 .span6 { width: 352px; }
.row10 .span7 { width: 414px; }
.row10 .span8 { width: 476px; }
.row10 .span9 { width: 538px; }

.row10 .offset1 { margin-left: 82px; }
.row10 .offset2 { margin-left: 144px; }
.row10 .offset3 { margin-left: 206px; }
.row10 .offset4 { margin-left: 268px; }
.row10 .offset5 { margin-left: 330px; }
.row10 .offset6 { margin-left: 392px; }
.row10 .offset7 { margin-left: 454px; }
.row10 .offset8 { margin-left: 516px; }
.row10 .offset9 { margin-left: 578px; }

/* @end */

/* @group Header */

#banner {
	position: absolute;
	left: 0;
	width: 100%;
	min-width: 940px;
	height: 533px;
	text-align: center;
	overflow: hidden;
	background: #000 center 75px  no-repeat;
}

#header {
	position: relative;
	height: 195px;
}
#header .content {
	position: absolute;
	top: 35px;
	padding: 0;
	width: 800px;
	color: white;
}
#header .logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 26px 0 9px 65px;
	background: url(images/sprites.png) no-repeat -352px -126px;
}
#header .logo a {
	color: white;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-size: 43px;
	font-weight: 800;
	text-decoration: none;
	line-height: 40px;
}
#header .desc {
	position: absolute;
	top: 26px;
	left: 170px;
	color: white;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	line-height: normal;
	width: 400px;
}
#header .desc strong {
	color: #d5202b;
}
#header .date {
	color: #dd0e16;
	font-family:'futura-pt', sans-serif;
	font-style: normal;
	font-size: 20px;
	font-weight: 700;
}
#header .register {
	position: absolute;
	display: block;
	width: 90px;
	height: 20px;
	line-height: 20px;
	top: 33px;
	margin-left: 0px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	padding:1px 5px;
	background: #343434;
	left: 572px;
}
#header .register .l {
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 0;
	height: 0;
	border-right: 10px solid #343434;
	border-top: 20px solid transparent;
	border-bottom:0;
	border-left:0;
}
#header .register .r {
	position: absolute;
	top: 0;
	right: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid #343434;
	border-bottom: 20px solid transparent;
	border-right: 0;
	border-top: 0;
}
#header .tools {
	position: absolute;
	z-index: 10;
	height: 31px;
	width: 391px;
	top: 0;
	right: 0;
	background: url(images/sprites.png) no-repeat -4px -74px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#header .addthis {
	position: absolute;
	right: 310px;
	display: block;
	background: url(images/sprites.png) no-repeat 35px -453px;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	top: 7px;
	height: 18px;
	line-height: 16px;
	padding: 0 24px 0 0;
}
#header .addthis:hover {
	background-position: 35px -484px;
	text-decoration: none;
	color: #fff;
}
#header .share {
	position: absolute;
	top: 7px;
	right: 158px;
	width: 114px;
}
#header .search {
	position: absolute;
	top: 5px;
	right: 0;
	width: 156px;
	height: 30px;
	xbackground: green;
}
#header .search input.query {
	position: absolute;
	right: 27px;
	width: 124px;
	padding: 2px 0px;
	background: none;
	border: 0;
	color: #000;
}
#header .search input.query::-webkit-input-placeholder {
	color: #000;
}
#header .search input.query::-moz-placeholder {
	color: #000;
}
#header .search input.query:-moz-input-placeholder {
	color: #000;
}
#header .search input.query::-ms-input-placeholder {
	color: #000;
}
#header .search input.submit {
	position: absolute;
	top: 0;
	right: 5px;
	background: url(images/sprites.png) no-repeat -138px -452px;
	border: 0;
	width: 20px;
	height: 20px;
	text-indent: -10000px;
	cursor: pointer;
}
#header .search input.submit:hover {
	background-position: -138px -482px;
}
.tagline-secondary {
   visibility: hidden;
}
#sticker {
	position: absolute;
	z-index: 9;
	top: 36px;
	right: 0;
	width: 310px;
	height: 32px;
	line-height: 30px;
	background: #443F3F;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-family:'futura-pt', sans-serif;
	font-size: 13px;
}
#sticker a, #sticker span {
	color: white;
}
/*#sticker:hover {
    background: url("images/sprites.png") no-repeat scroll -176px -508px transparent;
}
#sticker a:hover {
	text-decoration: none;
}*/
#sticker2 {
	position: absolute;
	top: 31px;
	right: 25px;
	width: 124px;
	height: 88px;
	background: url(images/2016.png);
}
.itunes-btn {
    background: url("images/sprites.png") no-repeat scroll -4px -112px transparent;
    height: 34px;
    position: absolute;
    right: 383px;
    width: 179px;
}
.itunes:hover {
    background: url("images/sprites.png") no-repeat scroll 115px -304px transparent;
    color: #FFFFFF;
    text-decoration: none;
}
.itunes {
    background: url("images/sprites.png") no-repeat scroll 115px -277px transparent;
    color: #000000;
    display: block;
    left: 25px;
    line-height: 30px;
    position: absolute;
    width: 138px;
}


/* @end */
/* @group Nav */

#nav {
	position: relative;
	height: 37px;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	xposition: relative;
	display: block;
	float: left;
	margin: 0 0px 0 0px;
	padding: 0;
	list-style: none;
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	font-weight: bold;
}
#nav ul li .a.level-1,
#nav ul li a.level-1 {
	position: relative;
	display: block;
	padding: 0 16px 0 4px;
	width: 70px;
	text-align: center;
	color: #000;
	text-decoration: none;
	background:  url(images/sprites.png) no-repeat top right;
}
#nav ul li .a.level-1 span.l,
#nav ul li a.level-1 span.l {
	position: absolute;
	top: 0;
	width: 16px;
	height: 100%;
	display: block;
	background: url(images/sprites.png) -265px 0px no-repeat;
}
#nav ul li.selected .a.level-1,
#nav ul li.over .a.level-1,
#nav ul li .a.level-1:hover,
#nav ul li.selected a.level-1,
#nav ul li.over a.level-1,
#nav ul li a.level-1:hover { background-position: -162px 0; }

#nav ul li .a.level-1 span.l,
#nav ul li a.level-1 span.l { left: -16px; background-position: -10000px -10000px;}
#nav ul li.selected .a.level-1 span.l,
#nav ul li.over .a.level-1 span.l,
#nav ul li .a.level-1:hover span.l,
#nav ul li.selected a.level-1 span.l,
#nav ul li.over a.level-1 span.l,
#nav ul li a.level-1:hover span.l {	background-position: -115px 0; }

#nav ul li.last .a.level-1,
#nav ul li.last a.level-1 { background-position: -305px -37px;}
#nav ul li.last.over .a.level-1,
#nav ul li.last.selected .a.level-1,
#nav ul li.last .a.level-1:hover,
#nav ul li.last.over a.level-1,
#nav ul li.last.selected a.level-1,
#nav ul li.last a.level-1:hover { background-position: -162px -37px;}

#nav ul li.home a.level-1 {
	width: 35px;
	text-indent: -10000px;
}
#nav ul li.home.selected a.level-1,
#nav ul li.home a.level-1:hover {
	background-position: -197px 0;
}
#nav ul li.home a.level-1 span.i {
	position: absolute;
	top: 8px;
	display: block;
	width: 20px;
	height: 21px;
	background: url(images/sprites.png) no-repeat -51px -3px;
	left: 13px;
}

#nav ul li.resourcesby .a.level-1 {
	width: 120px;
	color: #464646;
	font-style: italic;
}
#nav ul li.resourcesby .a.level-1:hover {
	background-position:  top right;
}

#nav ul li a.level-1 span.b {
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	background: url(images/sprites.png) no-repeat;
	top: 50%;
	margin-top: -8px;
	right: 24px;
}
#nav .info {
	display: none;
	position: absolute;
	left: 0;
	
	z-index: 100;
	background: url(images/nav.png);
	width: 490px;
	min-height: 290px;
	padding: 47px 10px 0 45px;
	color: white;
}
#nav .info h1 {
	letter-spacing: -2px;
	white-space: nowrap;
	margin-bottom: 10px;
	font-size: 60px;
	line-height: 1.1;
	color: white;
}
#nav .info h1.smaller {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: normal;
}
#nav .info h1 em {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
#nav .info .content {
	position: absolute;
	left: 45px;
	bottom: 20px;
	width: 490px;
	line-height: 1.5;
	font-weight: normal;
	font-size: 14px;
}
#nav .info .content em {
	display: block;
	color: #000;
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
}
#nav .info .content strong {
	font-size: 20px;
	line-height: 1.6;
}
#nav .info .content a {
	color: white;
}
#nav .speakers .info .content {
	line-height: 1.45;
}
#nav .speakers .info .content strong {
	line-height: 1.45;
}

#nav .pinned {
	display: block;
}

#nav .prices {
	position: absolute;
	top: 60px;
	left: 82px;
	margin: 0;
	padding: 0;
}
#content .prices {
	position: relative;
	margin: 10px 0 15px 50px;
	padding: 0;
	
}
#nav .prices li,
#content .prices li {
	position: relative;
	display: block;
	float: none;
	margin: 0 0 20px 0;
	height: auto;
	line-height: normal;
	font-size: 24px;
}
#content .prices li {
	margin-bottom: 30px;
	font-size: 20px;
	white-space: nowrap;
}
#nav .prices li span,
#content .prices li .price {
	display: block;
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -17px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 11px;
	text-align: center;
	background: white;
	color: black;
	border-radius:20px
}
#content .prices li .price {
	background: #DD0E16;
	color: white;
}
#nav .prices li span.standard,
#content .prices li .standard {
	background: #000;
	color: white;
}
#nav .prices li span.late,
#content .prices li .late {
	background: #888;
	color: white;
}
#alt {
	position: absolute;
	top: 0;
	left: 660px;
}
.T4G-POST #alt,
.T4G-LIVE #alt {
	left: 725px;
}
#nav #alt li.resources a.level-1 {
	width: 132px;
	padding-left: 12px;
	padding-right: 0;
	background-position: -252px -37px;
	text-align: left;
}
#nav #alt li.resources.over a.level-1,
#nav #alt li.resources a.level-1:hover {
	background-position: -108px -37px;
}
#alt .info {
	width: 256px;
	padding: 16px 12px 0 12px;
}
#alt .info ul {
	margin: 0;
	padding: 0;
}
#alt .info ul li {
	display: block;
	margin: 0;
	padding: 0;
	float: none;
}
#alt .info a {
	color: white;
	font-size: 14px;
}
#subnav {
	background: #fff;
	padding: 8px 42px;
	color: #000;
	font-weight: bold;
	min-height: 19px;
}
#subnav ul {
	margin: 0;
	padding: 0;
}
#subnav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav ul li:after {
	content: "  /  ";
	padding: 0 5px;
}

#subnav ul li:last-child:after,
#subnav ul li.last:after {
	content: "";
}
#subnav ul li span.s {
	padding: 0 5px;
}
#subnav ul li a {
	color: #dd0e16;
	text-decoration: none;
}
#subnav ul li a:hover {
	color: black;
}
#subnav ul li.selected a {
	color: #000;
}

#nav ul.browse {
	position: relative;
	padding: 0;
	margin: 0 30px 0 0;
}
#nav ul.browse li {
	float: none;
	margin: 0 0 10px 0;
	padding: 0;
	height: auto;
	line-height: normal;
	font-size: 20px;
	font-weight: bold;
}
#nav ul.browse li a {
	color: white;
	text-decoration: none;
}
#nav ul.browse li a:hover {
	text-decoration: underline;
}
#nav ul.browse.lite {
	margin-right: 0;
	line-height: normal;
}
#nav ul.browse.lite li {
	display: block;
	position: relative;
	margin: 0 10px 10px 0;
	padding:2px 0 0 50px;
	width: 100px;
	min-height: 35px;
	float: left;
	font-size: 13px;
	font-weight: normal;
}
#nav ul.browse.lite li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 30px;
	border: 0;
}
#nav ul.terms, #nav ul.terms li  {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#nav ul.terms li {
	float: left;
	width: 31%;	
	height: 40px;
	margin:0 1% 10px 0;
}
#nav ul.terms li a {
	color: white;
}
/* @end */

/* @group Main Content */

#main {
	position: relative;
	padding: 70px 0 0 0;
	border-top: 100px solid white;
	
	background: #f5f5f5;
	min-height: 380px;
}
#content {
	position: relative;
	padding: 0 0 80px 55px;
	width: 600px;
	float: left;
}
#pagetitle {
	position: absolute;
	top: -170px;
	width: 850px;
	left: 40px;
	line-height: 100px;
	color: #000;
	font-size: 60px;
}
#pagetitle a {
	color: white;
	text-decoration: none;
}
#pagetitle em {
	position: absolute;
	top: 41px;
	display: block;
	background: url(images/sprites.png) -33px -244px;
	width: 275px;
	height: 33px;
	font-size: 14px;
	line-height: 32px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	left: 330px;
}
#pagetitle em:hover {
	background-position: -33px -342px;
}
#pagetitle em a {
	display: block;
}
#content .intro {
	font-size: 14px;
}
#content h3.session {
	margin: 1.5em 0 1em 0;
	font-size: 32px;
}
#content h3.session.first {
	margin-top: 0;
}

/* @end */

/* @group Posts */

.hentry {
	position: relative;
	margin: 0 0 1.5em 0;
}
.type-media {
}
.post-hasThumb {
	min-height: 80px;
	padding-left: 110px;	
}
.type-media.post-excerpt {
	padding-right: 120px;
	min-height: 80px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e8e6e7;
}
.type-media.post-excerpt .share {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	min-height: 70px;
	padding: 0 0 0 10px;
	border-left: 2px solid #e8e6e7;
}
.type-media.post-excerpt .share > .fb {
	position: absolute;
	top: 0;
	left: 10px;
}
.type-media.post-excerpt .share > .tw {
	position: absolute;
	top: 26px;
	left: 10px;
}
.type-media.post-excerpt .share > .addthis_button {
	position: absolute;
	display: block;
	top: 53px;
	left: 10px;
	font-size: 10px;
	text-transform: uppercase;
	width: 22px;
	line-height: 20px;
	color: #a2a2a2;
	text-transform: uppercase;
	background: url(images/sprites.png) no-repeat 0 -177px;
	text-indent: -10000px;
	overflow: hidden;
}
.type-media.post-excerpt h2 {
	font-size: 100%;
	margin-bottom: 0;
}
.type-media .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 75px;
	overflow:hidden;
	border: 1px solid #ddd;
}
.type-media .meta {
	color: #363636;
}
.type-media .meta span {
	margin-right: 5px;
}
.type-media .meta a {
	color: #363636;
}
.type-media cite.speaker {
	display: inline-block;
	line-height: 1.2;
}
/*
.type-media .share {
	position: relative;
	height: 20px;
	margin: 10px 0 0 0;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.type-media .share a {
	color: #d5202b;
}
.type-media .share .addthis {
	position: absolute;
	top: 2px;
	left: 0;
	padding-right: 30px;
	background: url(images/sprites.png) no-repeat 40px -229px;
	font-size: 10px;
	text-transform: uppercase;
}
.type-media .share .twitter-share-button {
	position: absolute;
	top: 0;
	left: 64px;
}
.type-media .share .fb_iframe_widget {
	position: absolute;
	top: 0;
	left: 131px;
}
*/
.type-media.post-full .meta {
	margin: 0 0 20px 0;
}
.type-media.post-full .meta .speaker {
	display: block;
}

.type-media .translations {
	padding: 1em 0 0 0;
	margin: 1em 0 0 0;
	border-top: 1px solid #eee;
}

.type-media .more-video {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-right: 15px;
	background: url(images/sprites.png) no-repeat -375px -220px;
	padding-left: 25px;
}
.type-media .more-audio {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-right: 15px;
	background: url(images/sprites.png) no-repeat -375px -335px;
	padding-left: 25px;
}
/* @end */

/* @group Media landing */

.single-media #main {
}
.single-media .media-player {
	width: 600px;
	position: relative;
	padding: 50px 273px 30px 55px;
	margin: -70px 0px 0px -55px;
}
.single-media .media-player .embed,
.single-media .media-player .enclosure {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
}
.single-media .media-player #disclaimer {
	position: relative;
	min-height: 340px;
	background: #000;
}
.single-media .media-player #disclaimer .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 80px 130px 0 130px;
	color: white;
	background-color: rgba(0,0,0,0.5);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	text-shadow: 3px 3px 5px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.single-media .media-player #disclaimer .button {
	display: block;
	width: 100px;
	text-align: center;
	margin: 20px auto 0 auto;
	text-shadow: none;
}
.single-media .hentry {
	position: relative;
	width: 600px;
	padding: 0 273px 40px 55px;
	margin: 0 0 0px -55px;
}
.single-media .hentry h2 {
	font-size: 24px;
}
.single-media .hentry .meta {
}
.single-media .hentry .meta a {
	font-weight: bold;
	color: #dd0e16;
}
.post-related {
	position: relative;
	margin: 0 -280px -74px -50px;
	padding: 30px 0 30px 50px;
	background: white;
}
.post-related h2 {
	margin-bottom: 20px;
	font-size: 32px;
}
.post-related .hentry {
	position: relative;
	width: 185px;
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	background: none;
}
.post-related .hentry h2 {
	font-size: 14px;
}
.post-related .hentry cite {
	color: #A8041B;
	font-size: 11px;
}
.post-related .hentry .thumb {
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	width: 100%;
	height: 105px;
	overflow: hidden;
	border: 0;
}
.post-related .hentry .thumb .p,
.hentry .thumb .p {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	background: url(images/sprites.png) no-repeat -312px -108px;
	width: 33px;
	height: 20px;
}
.post-related .hentry .thumb .p.audio,
.hentry .thumb .p.audio {
	background-position: -257px -108px;
}
.single-media .hentry .share {
	position: absolute;
	display: block;
	padding: 5px;
	width: 235px;
	height: 30px;
	background: #fff;
}
.single-media .hentry .share > .addthis_button {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	height: 20px;
	width: 50px;
	line-height: 20px;
	color: #000;
	text-transform: uppercase;
	background: url(images/sprites.png) no-repeat 34px -199px;
	font-size: 10px;
}
.single-media .hentry .share > .tw {
	position: absolute;
	top: 9px;
	left: 75px;
}
.single-media .hentry .share > .fb {
	position: absolute;
	top: 9px;
	left: 150px;
}
.single-media .alt-formats {
	margin: 0 0 10px 0;
}
/* @end */

/* @group Player */

.enclosure {
	position: relative;
	height: 185px;
	width: 333px;
	margin: 0 0 20px 0;
	background-color: #ccc;
	background-repeat: no-repeat;
}
.enclosure .download {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 2px 5px;
	background: url(images/bg-transparent.png);
	color: white;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
}
.jp-audio {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: none;
}

.jp-interface {
	position: absolute;
	bottom: 10px;
	left: 60px;
	width: 260px;
	
	background: url(images/bg-transparent.png);
		-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

	height: 45px;
}
.jp-controls {
	margin: 0;
	padding: 0;
}
.jp-controls li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.jp-controls a {
	display: block;
	display: block;
	position: absolute;
	text-indent: -10000px;
}
.jp-controls .jp-play {
	top: 0;
	left: -50px;
	width: 45px;
	height: 44px;
	background: url(images/player.png) no-repeat;
}
.jp-controls .jp-pause {
	top: 0;
	left: -50px;
	width: 45px;
	height: 44px;
	background: url(images/player.png) no-repeat -44px 0;
}
.jp-progress {
	position: absolute;
	width: 125px;
	height: 16px;
	top: 10px;
	left: 10px;
	background: #e1e1e1;
}
.jp-seek-bar {
	height: 100%;
	cursor: pointer;
}
.jp-play-bar {
	height: 100%;
	background: #999;
}
.jp-mute {
	right: 75px;
	width: 30px;
	height: 20px;
	background: url(images/player.png) no-repeat 0px -52px;
	top: 8px;
}
.jp-unmute {
	right: 75px;
	width: 30px;
	height: 20px;
	background: url(images/player.png) no-repeat -32px -52px;
	top: 7px;
}
.jp-current-time {
	position: absolute;
	color: white;
	font-size: 11px;
	top: 26px;
	left: 10px;
}
.jp-duration {
	position: absolute;
	color: white;
	font-size: 11px;
	top: 26px;
	left: 108px;
}
.jp-volume-bar {
	position: absolute;
	width: 60px;
	height: 16px;
	top: 10px;
	right: 10px;
	background: #e1e1e1;
	cursor: pointer;
}
.jp-volume-bar-value {
	height: 16px;
	background: #999;
}

/* @end */

/* @group Sidebar */

#sidebar {
	position: relative;
	float: right;
	margin: 0 35px 0 0;
	padding: 0 0 20px 0;
	width: 180px;
}

#sidebar .updates {
	margin: 0 0 25px 0;
}
#sidebar .links {
	margin-right: -20px;
}
#sidebar .links a {
	margin: 0 0 25px 0;
}

#sidebar .ads {
	position: relative;
	margin: 10px 0 0 0;
}
#sidebar .ads a {
	display: block;
	margin: 0 0 15px 0;
}
#sidebar .ads .box {
	padding: 30px 11px 11px 11px;
	background: #333;
	font-size: 17px;
	color: white;
	line-height: normal;
}
#sidebar .widget {
	position: relative;
	margin: 0 0 50px 0;
}
/* @end */

/* @group Browse Resources */

#browse {
	margin: -70px -35px 0 0;
	padding: 60px 10px 25px 15px;
	background: #fff;
	zoom:1;
}
#browse h4.opened {
	xbackground: url(images/sprites.png) -30px -181px;
}
#browse .expandable,
#browse h4 {
	position: relative;
	margin: 10px 0 0 -15px;
	padding: 10px 0 10px 15px;
	cursor: pointer;
	border-top: 2px solid #000;
	color: #000;
	font-size: 16px;
}
#browse .expandable {
	margin-top: 0;
}
#browse h4:hover {
	color: #000;
	background: #f5f5f5;
}
#browse a {
	color: #000;
}
#browse h4 a:hover {
	color: #000;
	text-decoration: none;
}
#browse h4.first {
	border-top: 0;
	margin-top: 0;
}

#browse h4 .i {
	display: none;
	position: absolute;
	top: 14px;
	left: -25px;
	width: 10px;
	height: 12px;
	background: url(images/sprites.png) -133px -210px;
}
#browse h4.opened2 .i {
	
}
#browse ul.section {
	padding-top: 9px;
	padding-bottom: 10px;
	margin: 0 0 0 0em;
	line-height: normal;
	font-size: 14px;
}
#browse ul li {
	margin: 0 0 0px 0;
	padding: 0;
	list-style: none;
}
#browse ul li a {
	display: block;
	margin: 0 0 0 -15px;
	padding: 3px 0 3px 15px;
}
#browse ul li a:hover {
	background: #f5f5f5;
	text-decoration: none;
}
#browse ul li.current-cat,
#browse ul li.selected,
#browse ul li.current-menu-item ,
#browse ul li.current-cat a,
#browse ul li.selected a,
#browse ul li.current-menu-item a {
	font-weight: bold;
}
/* @end */

/* @group Footer */

#footer {
	position: relative;
	margin: 15px 0 0 0;
	padding: 24px 0 24px 80px;
	background: #e8e6e6;
	color: #363636;
	font-size: 11px;
}
#footer-logo {
	position: absolute;
	top: 10px;
	left: 40px;
	display: block;
	width: 31px;
	height: 46px;
	background: url(images/sprites.png) no-repeat -293px -134px ;
	text-indent: -10000px;
}
#footer a {
	color: #363636;
}
#footer .notch {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 0px;
	border-top:70px solid transparent;
	border-left: 35px solid white;
	border-bottom: 0;
	border-right: 0;
}
#footer .share {
	position: absolute;
	right: 15px;
	top: 27px;
}
#footer .share label {
	float: left;
	display: block;
	margin-right: 10px;
	height: 12px;
	line-height: 12px;
}

#footer .share .icon-email { background-position: -25px -422px; }
#footer .share .icon-rss { background-position: -47px -422px;}
#footer .share .icon-facebook { background-position: -69px -422px;}
#footer .share .icon-twitter { background-position: -92px -422px;}
#footer .share .icon-flickr { background-position: -114px -422px;}

#footer .share .icon-email:hover { background-position: -25px -483px; }
#footer .share .icon-rss:hover { background-position: -47px -483px;}
#footer .share .icon-facebook:hover { background-position: -69px -483px;}
#footer .share .icon-twitter:hover { background-position: -92px -483px;}
#footer .share .icon-flickr:hover { background-position: -114px -483px;}

#openbox9 {
	position: absolute;
	bottom: -3em;
	left: 40px;
}
#switcher {
	position: absolute;
	bottom: -3em;
	right: 0;
}
/* @end */

/* @group Columns */
.layout .col {
	float: left;
}
.layout .col-last {
	float: right;
}
.cols-2 .col { width: 48%;}
.cols-3 .col { width: 32%;margin-right: 2%;}
.cols-3 .col-3 { width: 32%;margin-right: 0;}
.cols-4 .col { width: 21%; padding-left: 3%;padding-right: 1.0%; }

.layout .hentry {
	margin-bottom: 15px;
}

.layout.thumbnail .col-1 {
	width: 125px;
}
.layout.thumbnail .col-last {
	width: 430px;
	float: left;
}

/* @end */

/* @group Paging */
.posts-nav {
	clear: both;
	float: right;
	margin: 0;
}
.posts-nav ul {
	margin: 0;
	padding: 0;
}
.posts-nav ul li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	color: #aaa;
	background: #dddddd;
}
.posts-nav ul li.page_info {
	background: none;
	color: #8f8d8f;
}
.posts-nav ul li.page_info,
.posts-nav ul li a {
	line-height: normal;
	display: block;
	float: left;
	padding: 6px 8px;
	text-decoration: none;
	color: #8f8d8f;
}
.posts-nav ul li a:hover {
	background: #a2a2a2;
	color: #fff;
}
.posts-nav ul li.active_page {
	background: #e0181f;
	color: #fff;
}
.posts-nav ul li.active_page a:hover,
.posts-nav ul li.active_page a {
	background: #e0181f;
	color: #fff;
}
/* @end */

/* @group Comments */
#comments {
	padding: 40px 0 0 0;
}
#comments h3 {
	margin-bottom: 20px;
}
#comments {
}
#comments .commentlist {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}
#comments .commentlist li {
	position: relative;
	padding: 0 0 20px 0;
	list-style: none;
}
#comments .commentlist li .comment-body {
	margin: 0 0 0 -45px;
	padding: 0 0 0 45px;
	border-bottom: 1px solid #eee;
}
#comments .commentlist li .avatar,
#comments .commentlist li .says {
	display: none;
}
#comments .commentlist li .comment-author {
	line-height: normal;
}
#comments .commentlist li cite a {
	text-decoration: none;
}
#comments .commentlist li .comment-meta {
	line-height: normal;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#comments .commentlist li .comment-meta a {
	font-size: 85%;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#comments .commentlist li .reply {
	position: absolute;
	top: 0;
	right: 0;
}
#comments .commentlist li .reply a {
	font-size: 80%;
	padding: 3px;
	background: #efefef;
	border: 1px solid #aeaeae;
	text-transform: uppercase;
	color: #888;
	text-decoration: none;
}
#comments .children {
	border-top: 1px solid #aeaeae;
	margin: 0 0 20px 30px;
	padding: 20px 0 0 0;
}
#comments .children li {
	list-style: none;
}
#comments li.bypostauthor cite {
	font-weight: bold;
}
#respond h3 {
	text-transform: uppercase;
}
#respond h3 em {
	margin-left: 5px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
#commentform {
	clear: both;
}
#commentform label {
	padding-left: 5px;
	color: #999;
}
#commentform input {
	padding: 3px;
	width: 180px;
	xbackground: #fff;
	border: 2px solid #e8e3de;
}
#commentform input#submit {
	display: block;
	position: relative;
	background: #e8e3de;
	color: #555;
	cursor: pointer;
}
#commentform textarea {
	padding: 3px;
	width: 90%;
	background: #fff;
	border: 6px solid #e8e3de;
}
/* @end */

/* @group Captions */


.wp-caption {
	padding: 0;
	margin:0 0 1em -5px;
	
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	float: none;
	display: block;
	margin:0 auto;
}
.wp-caption.right,
.wp-caption.alignright {
	margin: 0 -5px 1.5em 1.5em;
}
.wp-caption.left,
.wp-caption.alignleft {
	margin: 0 1.5em 1.5em -5px;
}
.wp-caption.alignnone {
	margin: 0 0 1.5em -5px;
}
.wp-caption .wp-caption-text {
	padding: 10px;
	margin: 0 5px;
	font-size: 10px;
	background: #e5e3e3;
	text-align: left;

}
.wp-caption .wp-caption-text p {
	margin: 0;
}

/* @end */

/* @group Ads */

.ads.rotate {
	position: relative;
	height: 170px;
	margin: 0 0 1em 0;
	overflow: hidden;
	margin-bottom: 40px !important;
}
.ads.rotate .imgs {
	position: relative;
}
.ads.rotate .ad {
	position:absolute;
	top: 0;
	left: 0;
	display: block;
	width: 200px;
}
.ads.rotate .controls {
	position: absolute;
	bottom: 18px;
	left: 0;
	height: 0px;
	background: brown;
}
.ads.rotate .controls span {
	float: left;
	display: block;
	height: 5px;
	width: 11px;
	margin: 5px 4px 0 0;
	background: #D2D2D2;
	text-indent: -10000px;
	cursor: pointer;
}
.ads.rotate .controls span:hover {
	background: rgba(219,30,37,0.24);
}
.ads.rotate .controls span.selected {
	background: #db1e25;
}

/* @end */

/* @group Forms */

.wpcf7-form .wpcf7-text {
	width: 50%;
}
.wpcf7-form textarea {
	width: 90%;;
}

/* @end */


/* @group Flickr Photos */
.flickr-photos {
	margin: 0 -10px 2em 0;
}
.flickr-photos img {
	margin: 0 10px 10px 0;
	cursor: pointer;
}


/* @end */


/* @group Overlay */

#overlay {
	z-index:1000;
	display:none;
	background:none;
	width:640px;		
	font-size:11px;
	-moz-box-shadow:0 0 30px #555;
	-webkit-box-shadow:0 0 30px #555;
	box-shadow:0 0 30px #555;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#overlay .content .ajax {
	display:block;
	padding: 2em;
	background: #www;
}
#overlay .content {
	background: white;
	padding: 20px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#overlay.iframe {
	width: 800px;
}
#overlay.iframe iframe {
	display:block;
}
#overlay.iframe .content {
	background: #fff;
	padding: 0;
}

#overlay .content .photo {
	position: relative;
	text-align: center;
}
#overlay .content .photo img {
	display: block;
	margin: 0 auto;
}
#overlay .photo .prev,
#overlay .photo .next {
	position: absolute;
	z-index:1000;
	zoom:1;
	top: 50%;
	margin: -50px 0 0 0;
	left: 10px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: left;
	font-size: 20px;
	color: #555;
	cursor: pointer;
}
#overlay .photo .next {
	left: auto;
	right: 10px;
	text-align: right;
}
#overlay .photo .prev:hover,
#overlay .photo .next:hover {
	color: #db2723;
}
#overlay .close {
	background-image:url(images/close.png);
	position:absolute; 
	right:-40px; 
	top:-35px;
	z-index:1000;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* @end */

/* @group Resources */
.page-resources #content {
	padding-left: 40px;
	padding-bottom: 20px;
	width: 650px;
}
#featured {
	position: relative;
}
#featured .content {
	float: left;
	width: 365px;
}
#featured .content .embed {
	margin: 0 0 15px 0;
}
#featured .content h2 {
	font-size: 24px;
}
#featured .content h2 a {
	color: #222;
}
#featured .sidebar {
	float: right;
	width: 250px;
}
#featured .sidebar a{
}

#featured .sidebar h3 {
	margin: 0 -20px 10px 0;
	color: #222;
	line-height: normal;
	font-size: 16px;
}
#featured .sidebar .hentry {
	position: relative;
	min-height: 75px;
	margin: 0 0 10px 0;
	padding: 0 0 0 110px;
	color: #222;
	font-size: 11px;
}
#featured .sidebar .hentry .thumb {
	border: 0;
}
#featured .sidebar .hentry h2 {
	margin-bottom: 0;
	font-size: 11px;
	font-weight: bold;
}

#featured .sidebar .hentry.breakout {
	padding-left: 0;
	min-height: 50px;
}
#featured .sidebar .hentry .speaker a {
	color: #222;
}
#featured .more-video {
	display: inline-block;
	padding: 0 0 0 24px;
	background: url(images/sprites.png) no-repeat -378px -220px;
	line-height: 20px;
}
#featured .more-audio {
	display: inline-block;
	padding: 0 0 0 24px;
	background: url(images/sprites.png) no-repeat -376px -335px;
	line-height: 20px;
}


#popular {
	position: relative;
	padding: 20px 35px;
	margin: 0 0 0px 0;
	min-height: 300px;
	background: #262323;
	color: white;
	border-bottom: 40px solid white;
}
#popular h1 {
	margin: 0 0 15px;
	font-size: 32px;
}

#popular .carousel {
	position: relative;
}

#popular .carousel .window {
	position: absolute;
	z-index: 9;
	background: none;
	overflow: hidden;
	width: 860px;
	height: 250px;
}


#popular .carousel .controls {
	position: absolute;
	top: -41px;
	left: 225px;
	width: 100px;
	height: 40px;
}
#popular .carousel .controls a {
	display: block;
	margin: 0 5px 0 0;
	float: left;
	width: 16px;
	height: 16px;
	background: #4f4f4f;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	text-indent: -10000px;
	overflow: hidden;
}
#popular .carousel .controls a.selected {
	background-color: white;
}
#popular .carousel .nav {
	display: block;
	position: absolute;
	z-index: 100;
	top: 20px;
	width: 22px;
	height: 40px;
	background: url(images/sprites.png);
	cursor: pointer;
	color: white;
	font-size: 25px;
	line-height: 33px;
	font-family: arial,sans-serif;
	text-indent: -10000px;
}
#popular .carousel .nav.next {
	right: -35px;
	background-position: -268px -285px;
}
#popular .carousel .nav.prev {
	left: -35px;
	background-position: -291px -285px;
}
#popular .carousel .nav.next:hover {
	background-position: -319px -285px;
}
#popular .carousel .nav.prev:hover {
	background-position: -342px -285px;
}

#popular .carousel .slider {
	position: absolute;
	width: 10000px;
	height: 250px;
}
#popular .carousel .slider .hentry {
	position: relative;
	float: left;
	width: 185px;
	height: 185px;
	margin: 0 40px 0 0;
}
#popular .carousel .slider .hentry .thumb {
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
	height: 105px;
	overflow: hidden;
	position: relative;
	background: #ddd no-repeat;
	background-color: rgba(0,0,0,0.8);
	border:0;
}

#popular .carousel .slider .hentry h2,
#popular .carousel .slider .hentry h2 a {
	font-size: 14px;
	line-height: 1.2;
}	
#popular .carousel .slider .hentry h2,
#popular .carousel .slider .hentry h2 a,
#popular .carousel .slider .hentry cite,
#popular .carousel .slider .hentry cite a {
	color: white;
	font-style: normal;
}
#popular .carousel .slider .hentry cite {
	display: block;
	line-height: normal;
}

#bottom {
	position: relative;
	float: none;
	margin: 0;
	padding: 25px;
	width: auto;
	min-height: 200px;
	background: white;
	border: 6px solid #e8e5e6;
}
#bottom h1 {
	margin-bottom: 15px;
	font-size: 32px;
	line-height: 1;
}
#bottom .content {
	width: 635px;
	float: left;
	background: url(images/home-col-header.png) no-repeat 0 47px;
}
#bottom .archive {
	position: relative;
	margin: 80px 0 0 0;
	padding: 0px 0 20px 0;
	background:  url(images/home-col.gif) repeat-y top center;
	
}

#bottom .archive .col {
	width: 190px;
	float: left;
}
#bottom .archive .col.first {
	margin-right: 32px;
}
#bottom .archive .col.last {
	float: right;
	margin-right: 0;
}
#bottom .archive .col h3 {
	position: absolute;
	top: -61px;
	width: 208px;
	padding: 0 0 0 5px;
	color: white;
	font-size: 13px;
}
#bottom .archive .col h3 a {
	color: white;
}

#bottom .archive .hentry h2 {
	font-size: 14px;
}
#bottom .archive .hentry a{
	color: #a8041b;
}
#bottom .hentry cite {
	color: #a8041b;
	font-size: 11px;
}
#bottom .archive .col > .more {
	position: absolute;
	bottom: 0;
}
#bottom .sidebar {
	width: 190px;
	float: right;
	
}
#bottom .sidebar h2 {
	font-size: 14px;
}

#bottom .more-audio {
	display: inline-block;
	padding: 0 0 0 24px;
	background: url(images/sprites.png) no-repeat -376px -336px;
	line-height: 20px;
}


#bottom .thumb {
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	width: 100%;
	height: 105px;
	overflow: hidden;
	background: #ddd;
	border: 1px solid #ddd;
}


/* @end */