
/**
 *  Grid container
 */

@font-face { 
	font-family: DINWeb; 
	src: url('/fonts/DINWeb.eot?#iefix') format("embedded-opentype"),
		url('/fonts/DINWeb.woff') format("woff"),
		url('/fonts/DINComp.ttf') format("truetype");
	} 
@font-face { 
	font-family: DINWebMedium; 
	src: url('/fonts/DINWeb-Medium.eot?#iefix') format("embedded-opentype"),
		url('/fonts/DINWeb-Medium.woff') format("woff"),
		url('/fonts/DINComp-Medium.ttf') format("truetype");
	} 

@font-face { 
	font-family: DINWebLight;
	src: url('/fonts/DINWeb-Light.eot?#iefix') format("embedded-opentype"),
		url('/fonts/DINWeb-Light.woff') format("woff"),
		url('/fonts/DINWeb-Light.ttf') format("truetype");
}
	
@font-face { 
	font-family: DINWebBlack;
	src: url('/fonts/DINWeb-Black.eot?#iefix') format("embedded-opentype"),
		url('/fonts/DINWeb-Black.woff') format("woff"),
		url('/fonts/DINWeb-Black.ttf') format("truetype");
}

@font-face { 
	font-family: DINWebBold;
	src: url('/fonts/DINWeb-Bold.eot?#iefix') format("embedded-opentype"),
		url('/fonts/DINWeb-Bold.woff') format("woff"),
		url('/fonts/DINWCompBold.ttf') format("truetype");
}
@font-face { 
	font-family: DINWebMediumItalic;
	src: url('/fonts/DINWeb-MediumIta.eot?#iefix') format("embedded-opentype"),
		url('/fonts/DINWeb-MediumIta.woff') format("woff"),
		url('/fonts/DINWeb-MediumIta.ttf') format("truetype");
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


.fullp {
	width: 100%;
}
#ajax-loader {
	position:fixed;
	top: 50%;
	left: 50%;
	margin-top: -33px;
	margin-left: -33px;
	display:none;
}
#tiles {
	list-style-type: none;
	position: relative; /** Needed to ensure items are laid out relative to this container **/
	margin: 0 auto;
	padding:0;
	width:1240px;
}

#tiles li.promo {
	background-color:#515151;
	font-size:20px;
	padding:10px auto;
}

#tiles li.promo a {
	color:#33cccb;
}

.ir {
	display: block;
	text-indent: -999em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
/**
 * Grid items
 */
#tiles >li {
	width: 400px;
	background-color:none;
	border: 0 solid #515151;
	/**
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	*/
	/** display: none; /** Hide items initially to avoid a flicker effect **/
	cursor: pointer;
	padding:  0;
	margin:0 0 20px 0;
	height:auto;
	color:#ffffff;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.50);
	-moz-box-shadow:    3px 3px 5px rgba(0, 0, 0, 0.50);
	box-shadow:         3px 3px 5px rgba(0, 0, 0, 0.50);
	position:relative;
	behavior: url(/js/pie.htc);
	background-color: #fff;
}
/*			FOR NON-MASONRY
#tiles>li{
	float:left;
	margin-left: 20px;
}
#tiles>li:nth-child(3n+1){
	margin-left:0;
}
*/
#tiles li .livefeeditem ,
#stream li.livefeeditem {
	display:none;
}


div#login-module {
	border:solid #eb5827 1px;
	background-color:#fff;
	color:#515151;
	padding:20px;
	display:none;
	clear:both;
	margin:0;
	text-align:left;
	
	-moz-box-shadow: -4px 6px 13px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: -4px 6px 13px rgba(0, 0, 0, 0.45);
	box-shadow: -4px 6px 13px rgba(0, 0, 0, 0.45);
	behavior: url(pie.htc);
	position:relative;
}

div#login-module .lform {
	padding:10px;
}

div#login-module a.loginlink {
	color:#fff;
	background-color:#eb5827;
	display:block;
	font-family:DINWebMedium;
	padding: 9px;
}

div#login-module input[type='text'] {
	border:solid #515151 1px;
	display:block;
	margin:5px 0;
}

div#login-module a.button {
	background-color:#515151;
	color:#fff;
	padding:5px;
	margin:10px 0;
	display:block;
	width:50px;
}




/**
 * Grid item text
 */
#tiles li > p {
	color: #fff;
	font-family:DINWebMedium;
	text-transform:uppercase;
	margin:0;
	font-size:24px;
	padding:0px 0px;
	/**background-color:#515151;*/
	text-align:left;
	height:138px;
}

#tiles li > p h2 {
	font-size:26px;
	height:24px;
	margin:0;
	height:80px;
	font-weight: 400;
}
#tiles li div.posts {
	height: 390px;
	clear:both;
	overflow:hidden;
	background-color:#fff;
	padding: 0 0 12px;
}

#tiles li div.posts-expanded {
	height:auto;
}
#tiles li div.posts-expanded .livefeeditem {
	display: block;
}
div.topicsocial {
	padding-bottom:10px;
	float:left;
}

div.topicsocial img {
	margin-left: 4px;
}
div.topicsocial a:first-child img {
	margin-left: 0px;
}

div.topicsocial img +img {
	margin-left:5px;
}

#tiles li > p span.title {
	background-color:#515151;
	font-family:DINWebMedium;
	text-transform:uppercase;
	margin:0;
	font-size:24px;
	height:123px;
	display:block;
	float:left;
	width:225px;
	padding-left:10px;
	padding-top:15px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-bottom-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

#tiles li > p span.img {
	display:block;
	float:left;
	width:165px;
	height:138px;
	overflow:hidden;
	background-color:#515151;
	background-image:url('/gfx/1white.gif');
	background-repeat:repeat-y;
	/*
	-webkit-border-radius: 50px 0px 0px 0px;
	-moz-border-radius: 50px 0px 0px 0px;
	border-radius: 50px 0px 0px 0px;
	*/
}

#tiles li > p span.img img {
	/*
	-webkit-border-radius: 0px 0px 50px 50px;
	-moz-border-radius: 0px 0px 50px 50px;
	border-radius: 0px 0px 50px 50px;
	*/
}


#tiles li div.viewall {
	margin:0px;
	padding:0 15px 15px 15px;
	height:28px;
	background-color:#fff;
	font-family:arial,helvetica,"san-serif";
	color: #ccc;
	text-align:center;
	
	/**
	background-image: linear-gradient(bottom, rgb(60,60,60) 14%, rgb(85,85,85) 54%);
	background-image: -o-linear-gradient(bottom, rgb(60,60,60) 14%, rgb(85,85,85) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(60,60,60) 14%, rgb(85,85,85) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(60,60,60) 14%, rgb(85,85,85) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(60,60,60) 14%, rgb(85,85,85) 54%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.14, rgb(60,60,60)),
		color-stop(0.54, rgb(85,85,85))
	);
	*/
	font-size:14px;
}

#tiles li div.viewall a {
	text-transform:uppercase;
	
	width:300px;
	padding:5px 10px 0 57px;
	
	line-height:23px;
	-webkit-border-radius: 0 0 8px 0;
	
	-moz-border-radius: 0 0 8px 0;
	border-radius: 0 0 8px 0;
	font-family:DINWebBold;
	text-align:left;
	letter-spacing:0;
	font-size:21px;
	display:block;
	float:left;
	color:#d0d2d3;
	background-color:#ec5a29;
}

#tiles li div.viewall a:hover {
	border-top:solid #49c2c6 5px;
	margin-top:-8px;
	color: #fff;
	-moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.31);
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.31);
	box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.31);
	behavior: url(/js/pie.htc);
}


#tiles li div.post {
	padding:15px 0 37px;
	margin:0;
	background-color:transparent;
	color:#4e4c4d;

	border-bottom:solid #e8e9e9 2px;
}
#tiles li div.posts >div:first-child .post{
	padding-top:20px;
}

#tiles li div.post abbr {
	color:#a8a8ab;
	font-size:14px;
	border-bottom-width:0;
}

#tiles li div.postcontents {
	padding:0 5px 0 15px;
}

#tiles li div.post * {
	text-align:left;
	
	font-family:Georgia, Times, Serif;
	color:#231f20;
	font-size:14px;
}

#tiles li div.post div.biopic {
	display:block;
	float:left;
	
	margin-right:10px;
}
#tiles li div.post div.wit-words {
	float: left;
	width: 300px;
	margin-top: -3px;
}
#tiles li div.post p {
	margin:0px auto;
	width: 300px;
	font-size:15px;
	line-height:18px;
}

#tiles li div.post div.itemtools {
	float:right;
	width:20px;
	height:70px;
	display:none;
	padding:10px 5px;
	border-left:solid 0;
	text-align:center;
}

#tiles li div.post div.itemtools div {
	font-size:15px;
	display:block;
	margin:3px auto;
}

#tiles li div.post a.alister {
	color:#ec5a29;
	font-family:DINWebBold;
	font-size:16px;
}

#tiles li div.post div.itemtools div.goodone {
	margin-top:0;
}
.workarea .good,
.workarea .wrong {
	margin-left: 3px;
}

/** General page styling **/
  
#hero {
	height: 215px;
	
	
}
#hero li {
	height: 215px;
	width: 100%;
}
#hero ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type:none;
}

.one  {
	background: #fff;

}
.one div {
	height: 215px;
	float:left;
	
}
.one div.l {
	background: #0a2da3;
	
}
.one div.r {
	background: #197b30;
	
}
#hero .one a{
	width:1240px;
	height: 215px;
	margin:0;
	float: left;
	background: rgb(235,235,235)  url(/gfx/hero/olympics2014.jpg) center top no-repeat;
}
#hero .two {
	background-color: #d9e021;
}
.two div,
.two a {
	height: 215px;
}
.two div div,
.two div a {
	float:left;
}

.two .wrap {
	width: 1240px;
	margin: 0 auto;
}

/* standard hero 
.two .left {
	width: 212px;
	background-image: url(/gfx/hero/left.png);
}
.two .phoneapp {
	width: 330px;
	background-image: url(/gfx/hero/phoneapp.png);
}
.two .center {
	width: 60px;
	background-image: url(/gfx/hero/center.png);
}
.two .subscribe {
	width: 300px;
	background-image: url(/gfx/hero/subscribe.png);
}
.two .right {
	width: 338px;
	background-image: url(/gfx/hero/right.png);
}
.two a:hover {
	background-position: 0 -215px;
}

	/* end standard her0 */

	/* app tout */

#hero .two {
	background-color: #49c2c6;
}
#hero .two a {
	display: block;
}

.two .left {
	width: 700px;
	background-image: url(/gfx/hero/appv2/left.png);
}

.two .center {
	width: 130px;
	background-image: url(/gfx/hero/appv2/center.png);
}

.two .right {
	width: 410px;
	background-image: url(/gfx/hero/appv2/right.png);
}
.two a:hover {
	background-position: 0 -215px;
}



/* end app tout */
body {
	background:url('/gfx/WS_irongrip2.jpg') 0 0 repeat;
}

#main {
	clear:both;
	padding: 0 25px 30px 25px;
	
	/**max-width:1400px;*/
	height:auto;
	background-color:#fff;
	margin:0 auto;
	text-align:center;
	
	margin-top:100px;
	background:transparent;
	
	/**
	background-image: linear-gradient(bottom, rgb(148,144,145) 14%, rgb(96,93,94) 87%);
	background-image: -o-linear-gradient(bottom, rgb(148,144,145) 14%, rgb(96,93,94) 87%);
	background-image: -moz-linear-gradient(bottom, rgb(148,144,145) 14%, rgb(96,93,94) 87%);
	background-image: -webkit-linear-gradient(bottom, rgb(148,144,145) 14%, rgb(96,93,94) 87%);
	background-image: -ms-linear-gradient(bottom, rgb(148,144,145) 14%, rgb(96,93,94) 87%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.14, rgb(148,144,145)),
		color-stop(0.87, rgb(96,93,94))
	);
	*/
	
	
	position:relative;
	behavior: url(/js/pie.htc);
}

.lockedheader {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100px;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    
	box-shadow: 3px 7px 7px rgba(0, 0, 0, 0.45);
}
header h1 {
text-align: center;
font-size: 24px;
font-weight: normal;
margin: 30px 0 3px 0;
}

header p {
text-align: center;
font-size: 13px;
color: #777;
margin: 0;
}

.fixedheader {
	position:fixed;
	top:0;
	width:100%;
	z-index:10000;
}

div#top-hero {
	height:200px;
	background-color:#ccc;
	width:100%;
}

body {
	text-align:center;

}

#container {
	background-color:transparent;
	height:100%;
	overflow:hidden;
	text-align:center;
	padding:0;
}

.content {
	width:1400px;
	margin:0 auto;
}



a, a:visited {
	color:#eb5827;
	text-decoration:none;
}
a:active, a:hover {
	color: #49C2C6;
}

a img {
	border-width:0px;
}


.header .loginlinks {
	float:right;
	clear:both;
	margin:10px auto;
	text-align:right;
	max-width:1350px;
}

.header .loginlinks a {
	font-size:12px;
	display:block;
	float:left;
	padding:5px;
}

.header .loginlinks a:hover {
	border:solid #c1c1c1 1px;
	padding:4px;
	background: #f2f2f2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f2f2f2 0%, #d8d8d8 50%, #d8d8d8 51%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(50%,#d8d8d8), color-stop(51%,#d8d8d8), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#d8d8d8 50%,#d8d8d8 51%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#d8d8d8 50%,#d8d8d8 51%,#d8d8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#d8d8d8 50%,#d8d8d8 51%,#d8d8d8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%,#d8d8d8 50%,#d8d8d8 51%,#d8d8d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-8 */
	
	-moz-border-radius:3px;
	border-radius: 3px;
}





#navsearch {
	background-color:#49c2c6;
	color:#fff;
	font-size:14px;
	/**
	height:28px;
	width:360px;
	*/
	padding:0 6px;
	border:solid #000 0;
	margin:0 0 0 0;
	display:inline;
}

#navsearchsubmit {
	margin:0px 0px 0px 0px;
	padding:0px;
	/**height:28px;*/
	float:right;
}







h2 {
	color:#ffffff;
	height:23px;
	letter-spacing:1;
}


/**

TOOLTIP

*/
.tooltip-red
{
	background-color: #FCE5CE;
	color: #F38F2A;
	padding:10px 10px 10px 10px;
	font-weight:bold;
	z-index:100;
}

.tooltip-blue
{
	background-color: #5555FF;
	color: #FFFFFF;
	font-size:13px;
	font-family:verdana;
    border:solid 2px #0000FF;
	z-index:100;
}

.tooltip_container {
	width: 250px;
}

/* Steve's Tooltip */
.tooltip_steve {
	color: #000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #b3cddc;
	border: 1px solid #7a9db9;
	z-index: 100;
}

/* Caption Text */
.tooltip_caption {
	/*color: #fff;*/
	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color: #7a9db9;
	padding : 2px;
}

/* Close Link (x) */
a.tooltip_close,a:hover.tooltip_close {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	float: right;
	margin-top: -15px;
	margin-right :3px;
}

/* Tooltip Links */
a.tooltip {
	color: #2364a8;
	font-size: 10px;
}

a:hover.tooltip {
	text-decoration: none;	
}


.ari_nav {
	margin: 0 auto;
	overflow:auto;
	width: 1240px;
}
ul.letters {
	padding: 0 0 0 0;
	margin:16px auto 28px;	
	float:left;
	background: transparent;
}

.letters li {
	float:left;
	margin: 0;
	list-style-type:none;
	background-color:#49c2c6;
}

.letters li.br-curve,
.letters li.br-curve a {
	
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	width: 40px;
}

.letters li a {
	background-color:#49c2c6;
	color:#d0d2d3;
	font-family:DINWebMedium, sans-serif;
	width: 30px;
	display:block;
	float:left;
	margin:0;
	font-size: 24px;
	text-align:center;
	line-height: 24px;
	padding: 4px 0px 0;
}

.letters a:hover,
.letters a.selected {
	background-color: #ec5a29;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	color: #fff;
}
.letters li a.A:hover,
.letters li a.A.selected {
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
}

.letters a.loginlink {
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
.letters .hoverjog {
	background-color: transparent;
}
.letters .hoverjog a {
	background-color: #ec5a29;
	margin-left: 4px;
	font-size: 24px;
	padding: 4px 0 0;
	line-height: 23px;
}
#main .letters .hoverjog a:hover {
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	
}
#main .letters .hoverjog a:hover {
	
	
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	behavior: url(/js/pie.htc);
	position:relative;
}
.letters .what {
	margin-left: 16px;
}
.letters .what a {
	text-align:center;
	width: 280px;
}
.letters .login a {
	width: 100px;
	padding-left: 14px;
	text-align:left;
}
div.aris {
	clear: left;
	padding: 0 10px;
	background: #fff;
	margin:0px auto;
	width:1220px;
	overflow:auto;
	
}

div.aris a {
	font-family:DINWebBold;
	color: #58595b;
}

div.aris > div {
	text-align:center;
	float:left;
	background-color:#ffffff;
	height:102px;
	width: 100px;
	margin: 5px;
	position:relative;
	overflow: hidden;
	-webkit-box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.68);
	-moz-box-shadow:    3px 3px 2px rgba(50, 50, 50, 0.68);
	box-shadow:         3px 3px 2px rgba(50, 50, 50, 0.68);
	behavior: url(/js/pie.htc);

}
div.aris > div:last-child {
 	margin-bottom: 5px;
}
div.aris > div:first-child {
	margin-top: 5px;
}
div.aris > div  img {
	float:left;
}
div.aris > div p {
	width: 100%;
	clear:left;
	line-height: 90%;
	margin: 0;
	padding: 2px 0 0 4px;
	text-align: left;
}
.aris_overlay {
	width: 100px;
	height: 0;
	position:absolute;
	left: 0;
	top: 0;
	background: transparent url(/gfx/overlays/aris_blue.png) 0 0 repeat;
}
.aris:hover  .aris_overlay {
	height: 102px;
}

.aris >div:hover .aris_overlay {
	height: 0;
}

#search_results div.aris .veiled  .aris_overlay {
	height: 102px;
}

#search_results .aris:hover .aris_overlay {
	height: 0;
}

/**
rollover 
*/
.post {
	position:relative;
}

.livefeeditem:hover {
	background: transparent url(/gfx/overlays/aris_blue.png) 0 0 repeat;
	
}
.livefeeditem.midTEMPORARY:hover {
	background: #fff;
}
#stream .livefeeditem.midTEMPORARY ul.buttons {
	display: none;
}
#tiles .livefeeditem ul.buttons,
#stream .livefeeditem ul.buttons {
	position: absolute;
	bottom: 00px;
	left: -117px;
	padding: 0;
	margin:0;
}
#stream .livefeeditem ul.buttons {
	bottom: 0px;
}

#tiles .livefeeditem:hover  ul.buttons {
	left: 270px;
}
#stream .livefeeditem:hover  ul.buttons {
	left:640px;
}

#tiles .livefeeditem ul.buttons li,
#stream .livefeeditem ul.buttons li  {
	float: left;
	margin: 0 4px 0 0;
	list-style-type:none;
	width: 25px;
	height: 25px;
	padding: 0;
	border: 0;
}
.livefeeditem ul.buttons li a {
	width: 25px;
	height: 25px;
}
ul.buttons li a.fb {
	background-image: url(/gfx/overlays/fb.png);
}
ul.buttons li a.tw {
	background-image: url(/gfx/overlays/twitter.png);
}
ul.buttons li a.rate {
	background-image: url(/gfx/overlays/smiley.png);
}
ul.buttons li a.email {
	background-image: url(/gfx/overlays/email.png);
}
ul.buttons li a.rate:hover,
ul.buttons li a.email:hover {
	background-position: 0 -25px;
}

#tiles li div.post .workarea,
#stream li  .workarea {
	position:absolute;
	bottom:00px;
	left: 0;
	height: 25px;
	width: 0;
	background: #fff;
	z-index: 101;
	text-align:center;
}
#stream li  .workarea {
	bottom: 0px;
}
#stream li div.workarea p,
#stream li div.workarea li a,
#tiles li div.workarea p,
#tiles li div.workarea li a {
	font-family: DINWeb, sans-serif;
	font-size: 14px;
	color:#666666;
}
#tiles .workarea ul,
#stream .workarea ul {
	margin: 3px auto;
	padding:0 0 0 40px;
}
#tiles li div.workarea p,
#stream li div.workarea p  {
	margin: 6px 0 0 50px;
	float:left;

}
#stream .workarea ul{
	padding-left: 400px;
}
#stream li div.workarea p,
#stream li div.workarea input[type="text"] {
	margin-left: 400px;
	width: 200px;
}

#tiles li div.workarea ul li,
#stream li div.workarea ul li {
	float:left;
	list-style-type:none;
	width: auto;
	height: 20px;
	padding: 0 8px 0 6px;
	background: #fff url(/gfx/overlays/sep.png) right 2px no-repeat;
	border:0;
}
#stream .workarea a:hover,
#tiles .workarea a:hover {
	background-position: 0 -25px;
	color: #ec5a29;
}

.workarea .retweet {
	/*width:67px;
	height:20px;*/
	background: transparent url(/gfx/overlays/tw_retweet_sm.png) 0 0 no-repeat;
	padding-left: 18px;
}
.workarea .tweet {
	/*width:54px;
	height:20px;*/
	background: url(/gfx/overlays/tw_retweet_sm.png) transparent  0 0 no-repeat;
	padding-left: 18px;
}

.workarea .reply {
	/*width:45px;
	height:20px;*/
	background: url(/gfx/overlays/tw_reply_sm.png) transparent  0 0 no-repeat;
	padding-left: 18px;
}
.workarea .fave {
	/*width:63px;
	height:20px;*/
	background: url(/gfx/overlays/tw_fav_sm.png) transparent  0 0 no-repeat;
	padding-left: 18px;
}
.workarea .email {
	width: 191px;
	height: 14px;
	background-image: url(/gfx/overlays/enteraddress.png);
}
#tiles .workarea .email {
	width: 200px;
}
#tiles .workarea input[type="text"]{
	width: 220px;
}
#stream .workarea .email {

}
#stream .workarea input[type="text"]{
	width: 270px;
}
/*
.workarea .goodone {
	width: 66px;
	height: 19px;
	background-image: url(/gfx/overlays/goodone.png);
}
.workarea .funnywrong {
	width: 103px;
	height: 19px;
	background-image: url(/gfx/overlays/funny_wrong.png);
}
*/

.workarea input[type="text"]{
	border: 0;
	width: 310px;
	margin: 1px 16px;
	padding: 2px;
	float: left;
	background-color: #ffff77;
}

#lb_error {
	padding:20px;
	border:solid #eb5827 1px;
	border-top-width:0;
	color:#eb5827;
	background-color:#fff;
	width:500px;
	margin:0px auto;
	display:none;
	height:auto;
	position:absolute;
	top:0;
	z-index:1000;
	left:50%;
	margin-left:-250px;
	
	-moz-box-shadow: -4px 6px 13px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: -4px 6px 13px rgba(0, 0, 0, 0.45);
	box-shadow: -4px 6px 13px rgba(0, 0, 0, 0.45);
}



/* bio and event pages */
.contributor #main,
.liveevent #main {
	overflow: auto;
}

#stream .eventpromos {
	padding: 0;
	width: 820px;
	height: 50px;
	border: none;
}
#stream .eventpromos a {
	height: 50px;
	width: 410px;
	
	float:left;
}
#stream .eventpromos a.ad_app {
	background-image: url(/gfx/promos/event_iphone.png);
}
#stream .eventpromos a.ad_subscribe {
	background-image: url(/gfx/promos/event_subscribe.png);	
}
#stream .eventpromos a:hover {
	background-position: 0 -50px;
}
.colwrap {
	width: 1240px;
	margin: 0 auto;
}
.twocolumn.col {
	float: left;
	background: transparent;
	margin-top: 25px;
	text-align:left;
	position:relative;
}
#stream,
#sidebar .bio,
#sidebar > h3,
#sidebar > ul,
#sidebar .placard {
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.50);
	-moz-box-shadow:    3px 3px 3px rgba(0, 0, 0, 0.50);
	box-shadow:         3px 3px 3px rgba(0, 0, 0, 0.50);
	position:relative;
	behavior: url(/js/pie.htc);
}
#sidebar {
	width: 400px;
	font-family: DINWebMedium, sans-serif;
}
.liveevent #sidebar header {
	overflow:visible;
	width: 420px;
	padding:0;
	height: 137px;
	background: transparent url(/gfx/event/header.png) 0 0 no-repeat;
	position: relative;
}
.liveevent #sidebar header a {
	width: 212px;
	height: 19px;
	position: absolute;
	left: 184px;
	top: 78px;
	background: transparent url(/gfx/event/viewall.png) 0 0 no-repeat;
}
.liveevent #sidebar header a:hover {
	background-position: 0 -19px;
}

/* emmys 2013 */
.exclusiveemmys #hero {
	display: none;
}
body.exclusiveemmys {
	background-image: url(/gfx/event/emmys2013_bg.jpg);
}
#main.exclusiveemmys {
	background: transparent url( /gfx/event/emmysbar.png) left 134px no-repeat;
	background-size: 400px 46px;
}
.liveevent .exclusiveemmys #sidebar  header {
	height: 240px;
	background: transparent url( /gfx/event/emmys2013.png) 0 0 no-repeat;
}
.liveevent #sidebar ul.exclusive {
	background-color: transparent;
	box-shadow: none;
}
.liveevent #sidebar ul.exclusive li {
	background: transparent;
	padding: 0;
	width: 400px;
	border: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;

}
.liveevent #sidebar ul.exclusive li a {
	display: block;
}
.allemmys {
	background: transparent url(/gfx/event/regularemmyslink.png) 0 0 no-repeat;
	width: 400px;
	height: 74px;
}
.leaveexclusive {
	width: 400px;
	height: 28px;
	
	background: transparent url(/gfx/event/alltopicslink.png) 0 -28px no-repeat;
	
}
.leaveexclusive:hover {
	background-position: 0 0;
}
.liveevent .exclusiveemmys .alltopics {
	display: none;
}
.exclusivelink {
	width: 400px;
	height: 138px;
	background: transparent url(/gfx/event/exclusivelink.jpg);
}

.exclusiveemmys #stream .eventpromos a.ad_app {
	width: 820px;
	height: 50px;
	background-image: url(/gfx/event/minihero.png);
	background-position: 0 -50px;
}
.exclusiveemmys #stream .eventpromos a.ad_app:hover {
	background-position: 0 0;
}
@media screen and (max-width: 1295px) {
	.liveevent .exclusiveemmys #sidebar  header {
		width: 350px;
		height: 208px;
		background-size: 350px 208px;
	}
	#main.exclusiveemmys {
		background-size: 348px 40px;
		background-position: left 125px;
	}
	.allemmys {
		width: 350px;
		height: 65px;
		background-size: 350px 107px;
	}
	.leaveexclusive {
		width: 350px;
		height: 24px;
		background-size: 350px 48px;
		background-position: 0 -24px;
	}
	.leaveexclusive:hover {
		background-position: 0 0;
	}
	.exclusivelink {
		width: 350px;
		height: 121px;
		background-size: 350px 121px;
	}
	.exclusiveemmys #stream .eventpromos a.ad_app {
		width: 720px;
		height: 44px;
		background-size: 720px 88px;
	}
	.exclusiveemmys #stream .eventpromos a.ad_app:hover {
		background-position: 0 -44px;
	}
	
}
@media screen and (max-width: 1122px) {
	.exclusiveemmys #stream .eventpromos a.ad_app {
		width: 350px;
		height: 21px;
		background-size: 350px 42px;
	}
	.exclusiveemmys #stream .eventpromos a.ad_app:hover {
		background-position: 0 -21px;
	}
}

/*  emmys 2013 */
#sidebar .placard {
	margin-bottom: 10px;
	float:left;
}
#sidebar .bio {
	color: #000;
	background: #fff;
	float: left;
	width: 400px;
}
#sidebar .bio .twimg {
	overflow: auto;
	text-align:left;
	font-weight: 400;
	background-color: #58595b;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-o-border-bottom-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
#sidebar .bio img {
	float:left;
	width: 128px;
	height: 128px;
}
#sidebar .bio h2 {
	font-family: DINWebBold, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:24px;
	color: #fff;
	margin-left: 16px;
	float: left;
	
}
#sidebar .bio .fb-like {
	top: -6px;
}
#sidebar .bio p {
	font-size: 18px;
	line-height: 22px;
	font-family: DINWeb, sans-serif;
}
#sidebar .bio p, 
#sidebar .bio .social {
	float:left;
	margin: 15px;
}
#sidebar h3 {
	width: 380px;
	padding: 4px 0 0px 20px;
	background-color: #49c2c6;
	float: left;
	margin: 5px 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	font-size: 20px;
	font-family: DINWebBold, sans-serif;
}
#sidebar ul {
	padding: 0 0 17px 0;
	margin-top: 0;
	list-style: none;
	float: left;
	background-color: #fff;
}
#sidebar ul li {
	width: 380px;
	padding: 15px 0 15px 20px;
	border-bottom: 2px solid #e8e9e9;
	position:relative;
	font-size: 18px;
}
#sidebar ul li.userlink {
	padding-bottom: 10px;
}
#sidebar ul li.userlink a {
	font-family: DINWebBold, sans-serif;
}
#sidebar ul li h4.showlink {
	font-family: DINWebBold, sans-serif;	
}
#sidebar ul li a {
	color: #ec5a29;
	text-transform:uppercase;
}
#sidebar ul li p {
	margin:  0;
	font-family: DINWeb, sans-serif;
}
#sidebar ul li h4 {
	margin: 0;
	font-weight: 400;
}
#sidebar ul li h5 {
	text-transform:uppercase;
	color: #ec5a29;
	font-family: DINWebBold, sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 2px 0;
}
#sidebar ul li .subhead {
	color: #000;
	font-family: DINWebMedium, sans-serif;
}
#sidebar .tixlink a {
	font-family: DINWebBold, sans-serif;
}
.liveevent #sidebar ul li .subhead {
	font-size: 22px;
	margin-bottom: 4px;
}
#sidebar ul li .subhead span {
	font-size: 24px;
	text-transform:uppercase;
}
#sidebar ul li p.tixlink a {
	position: absolute;
	right: 20px;
	bottom: 15px;
	color: #49c2c6;
}

/* topic */
.topic header {
	width: 400px;
	height: 138px;
	padding:0;
	
	background: #fff;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.topic header img {
	float:left;
	width: 165px;
	height: 138px;
}
.topic header .right {
	float:left;
	width: 225px;
	padding: 10px 0 0 10px;
	font-weight: 400;
	height: 128px;
	background: #58595B;
	margin: 0;
	-moz-border-bottom-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	border-bottom-right-radius: 30px;

}
.topic header h2 {
	color: #fff;
	font-weight:400;
	font-family: DINWebBold, sans-serif;
}
.topic header .topicsocial {
	background: #58595B;
}
#sidebar.topic header .right {
	position:relative;
}
#sidebar.topic header .right ul {
	background: #58595B;
	border:0;
	padding-bottom:0;
	margin-bottom:0;
	position: absolute;
	bottom: 5px;
	left:10px;
}
#sidebar.topic header .right ul li {
	width: auto;
	border:0;
	padding-left:0;
}
.topic header .topicsocial img {
	width: 41px;
	height: 20px;
}

#sidebar .homebutton {
	background: #fff;
	border: 0;
	box-shadow: none;
	margin-top:0;
	margin-bottom:10px;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
#sidebar .homebutton li {
	padding: 0;
	border:0;
	width: 400px;
	padding-top: 20px;
}

#sidebar #backhome {
	display: block;
	width: 370px;
	height: 26px;
	padding-top:2px;
	margin: 0 0 0 15px;
	text-transform:uppercase;
	text-align:center;
	background: #ec5928 url(/gfx/backhome-arrow.png) 44px 0 no-repeat;
	color: #ccc;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 24px;
	font-weight: 400;
	font-family: DINWebBold, sans-serif;

}
#sidebar #backhome:hover {
	color: #fff;
	background-position: 44px -28px;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	border-top: 5px solid #49c2c6;
	margin: -10px 0 5px 15px;
}

#sidebar ul.promos {
	box-shadow: none;
	background: transparent;
	margin-top:10px;
}
#sidebar ul.promos li {
	width: 400px;
	padding: 0;
	margin:0 0 20px 0;
	border-bottom:0;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}


#stream {
	padding-bottom: 8px;
	background: #fff;
	margin-left: 20px;
	width: 820px;
	background: #fff;
	
}
#stream > ul{
	
	list-style:none;
	margin-top:0;
	padding: 0;
}
#stream li {
	width: 788px;
	text-align: left;
	padding: 16px;
	position:relative;
	border-bottom: 2px solid #e8e9e9;
	height: 60px;
	overflow:hidden;
}
#stream li.midTEMPORARY {
	background-color: #fff;
}

#stream li>div {
	float:left;
}
#stream li div.avatar {
	with: 48px;
	padding-right: 12px;
}
#stream div.copy {
	width: 720px;
}
#stream li p {
	float:left;
	width: 100%;
}
#stream li p.twitterlink {
	width: auto;
	margin: 0 10px 0 0;
	font-size: 18px;
	font-family: DINWebBold, sans-serif;
}
#stream li p.twitterlink:hover {
	color: #000;
}
#stream li abbr {
	width: auto;
	border: 0;
	font-size: 16px;
	font-family:  georgia, times, serif;
	color: #909093;
}
#stream li .tweetcontent,
#tiles li .wit-words p a {
	
	font-family: georgia, times,  serif;
	margin: 0px 0;
	font-size: 16px;
}
#tiles li .wit-words p a {
	color: #EB5827;
}
#tiles li .wit-words p a:hover,
#stream .tweetcontent a:hover {
	color: #000;
}
#stream .profile_edit,
#tiles .profile_edit  {
	position:absolute;
	right: 16px;
	top:16px;
	margin-top:0;
}

/* tiles */
#tiles li {
	width:400px;
}

#tiles li > p {
	height:138px;
}

#tiles li > p h2 a,
#tiles li > p h2 a:visited {
	height:83px;
	line-height: 32px;
	color: #fff;
	display: inline-block;
}
#tiles li > p h2 a:hover {
	color: #EB5827;
}
div.topicsocial {
	padding-bottom:10px;
	float:left;
}

div.topicsocial img { 
	height : 20px;
}

div.topicsocial img +img {
	margin-left:5px;
}
#sidebar .topicsocial {
	float:none;
}

#tiles li > p span.title {
	height:123px;
	width:225px;
}

#tiles li > p span.img, #tiles li > p span.img img {
	width:165px;
	height:138px;
}

#tiles li div.viewall {
	padding:0px 15px 15px 15px;
	height:28px;
}

#tiles li div.viewall a {
	padding: 5px 0 0;
    text-align: center;
    width: 363px;
}




/* aboutus */
.aboutus #main {
	
	min-height: 0;
	padding-bottom: 20px;
}
.aboutus footer,
.whatis footer {
	display:block;
	position: relative;
	margin-top:200px;
}
.aboutuswrap {
	width: 1240px;
	margin: 0 auto;
	padding: 16px 0 30px;
	overflow:visible;
	
}
.aboutuswrap > ul,
.aboutuswrap > div {
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.66);
	-moz-box-shadow:    4px 4px 10px rgba(0, 0, 0, 0.66);
	box-shadow:         4px 4px 10px rgba(0, 0, 0, 0.66);
	behavior: url(/js/pie.htc);
}

#sidebar.aboutnav {
	list-style-type:none;
	width: 400px;
	background-color: #fff;
	padding: 0;
	overflow: auto;
	padding: 5px 0;
	float:left;
	margin: 0;
}
.aboutnav li a {
	width: 368px;
	padding-left: 12px;
	margin: 4px 10px;
	float:left;
	text-transform:uppercase;
	background: #58595b;
	display: block;
	height: 50px;
	text-align: left;
	font-size: 26px;
	line-height: 52px;
	border-bottom-right-radius: 20px;
	font-family: DINWebMedium, sans-serif;
}

.aboutnav li.smallprint a {
	background: #49c2c6;
	height: 28px;
	color: #d0d2d3;
	font-size: 24px;
	line-height: 33px;
	border-bottom-right-radius: 10px;
}
.aboutus li a,
.whatis li a {
	color: #abacae;
}
.aboutnav li a:hover,
.aboutnav li a.active {
	background: #ec5a29;
	color: #fff;
}
.aboutuscontent.col {
	width: 780px;
	float:left;
	background: #fff;
	margin-left: 20px;
	padding: 20px;
	background: #fff url(/gfx/bg_aboutus.png) left bottom repeat-x;
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.66);
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.66);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.66);
	behavior: url(/js/pie.htc);
	margin-top:0;
}
.aboutuscontent p {
	font-family: georgia, times, serif;
	color: #231f20;
	font-size: 17px;
	line-height: 150%;
	text-align: left;
	margin: 7px 0;
	font-weight: 400;
	float:left;
}
.aboutuscontent p:first-child {
	margin-top:0;
} 
.aboutuscontent #press p {
	float: none;
	font-size: 20px;
	margin-bottom: 0;
}
.aboutuscontent p span {
	color: #ec5928;
	font-family: DINWebMedium, sans-serif;
}
.aboutuscontent p a:hover {
	color:#49C2C6;
}

.aboutslide {
	display:none;
	overflow:auto;
	min-height: 470px;
	padding-bottom: 15px;
}
.aboutslide#what {
	display: block;
	min-height:0;
}
.aboutuscontent #faqs ul {
	list-style-type:none;
	padding-left:0;
	margin-bottom: 20px;
	margin-top:0;
}
.aboutuscontent #faqs ul li {
	
	margin:2px;

}
.aboutuscontent #faqs ul li:first-child {
	margin-top:0;
}
.aboutuscontent #faqs ul li a {
	font-size: 13px;
	color: #58595b;
	font-family: DINWeb, sans-serif;

}
.aboutuscontent #faqs ul li a:hover {
	color: #EC5A29;
}
.aboutuscontent #faqs p {
	margin-top: 0;
}
.aboutuscontent #faqs h3 {
	margin-bottom: 0;
	margin-top:15px;
	float:left;
	width: 100%;
}
.aboutuscontent #faqs h3:first-child {
	margin-top: 0;
}
.aboutuscontent #faqs h3 a {
	color: #ec5a29;
	font-size: 18px;
	font-family: DINWebMedium, sans-serif;
	font-weight: 400;
}

.aboutus #press {
	overflow: visible;
	padding-top:0;
	margin-top: -20px;
}
.aboutus #press ul {
	list-style-type:none;
	padding-left:0;
	margin: 0;
}

.aboutus #press ul li {
	padding:0;
	width: 820px;
	margin-left: -20px;
	cursor:pointer;
}

.aboutus #press ul li a em {
	font-family: DINWebMediumItalic;
	font-style:normal;
}

.aboutus #press ul li:hover {
	background: transparent url(/gfx/overlays/aris_blue.png) 0 0 repeat;
}
.aboutus #press ul li:first-child {
	padding-top: 20px;
}
.aboutus #press ul li p {
	margin-top:0;
}
.aboutus #press ul li a {
	color: #ec5a29;
	font-size: 21px;
	font-family: DINWebMedium, sans-serif;
	padding: 12px 0 12px 20px;
	display:block;
	
}
.aboutus #press ul li abbr {
	color: #666;
	font-size: 14px;
	font-family: DINWebMedium, sans-serif;
	text-transform: uppercase;
	margin-left: 12px;
}
.aboutus #mobile img {
	float:left;
}
.aboutus #mobile div img {
	margin: 10px auto;
	float:none;
}
.aboutus #mobile div {
	float:left;
	width: 490px;
	text-align: center;
}
.aboutus #mobile h3 {
	color: #ec5a29;
	font-size: 32px;
	margin: 5px auto 15px;
	font-family: DINWebMedium, sans-serif;
	font-weight: 400;
}
.aboutus #mobile .stars {
	margin: 5px auto 10px;
}
.aboutus #mobile p {
	width: 490px;
	text-align:center;
	
}
#mobile p.sub {
	color: #000;
	font-family: DINWebMedium, sans-serif;
	margin-bottom:0;
}
#mobile p {
	font-size: 18px;
}
#mobile p.odd {
	color: #57585b;
	font-family: DINWeb, sans-serif;
	margin: 8px auto;
}
#mobile p.even {
	color: #000;
	margin: 8px auto;	
	font-family: georgia, serif;
	font-style:italic;
	font-size: 17px;
}
#mobile p.foot {
	margin-top: 20px;
	font-family: DINWebMedium, sans-serif;
	color: #49C2C6;
	font-size:20px;
	text-transform:uppercase;
}
#mobile p.foot a {
	font-family: DINWeb, sans-serif;
	color: #ec5a29;
}
#mobile p.foot:hover {
	color: #ec5a29;
}
#mobile p.foot:hover a{
		color: #49C2C6;
}

#mobile p.storelink {
	margin: 0 auto 5px;
}
#mobile p.storelink a {
	width: 247px;
	height: 44px;
	background-image: url(/gfx/aboutus/appstore.png);
	margin: 0 auto;
}
#mobile p.storelink a:hover {
	background-position: 0 -44px;
}
#contact h3 {
	font-family: DINWebBold, sans-serif;
	color: #ec5a29;
	font-weight: 400;
	font-size:30px;
	margin: 0;
}
#contact p {
	font-family: DINWebMedium, sans-serif;
	font-size: 20px;
	color: #ec5a29;
	margin-top:0;
}

#contact label {
	color:#908e8f;
	font-family:DinWeb, sans-serif;
	font-size:9px;
	margin-top:12px;
	width: 100%;
	display:block;
	text-transform:uppercase;
}
#contact input[type="text"]{
	border:solid #acaaab 1px;
	font-family:Georgia, Serif;
	color:#49c2c6;
	width:100%;
}
#contact textarea {
	font-family: georgia, times, serif;
	font-size: 16px;
	width: 428px;
	padding: 10px;
}
#contact > form > div {
	float:left;
	margin-bottom: 74px;
}
#contact .left {
	width: 300px;
	padding-right: 20px;
	clear:left;
}
#contact .right {
	width: 450px;
}

#contact .right a {
	display:block;
	float: right;
	color: #d0d2d3;
	font-family: DINWebBold, sans-serif;
	font-size: 18px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 0px 4px;
	background: #ec5a29;
	
}

#terms h3,
#privacy h3 {
	font-family: DINWebBold, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: 400;
	color: #ec5a29;
	margin-bottom: 0;
	float:left;
	margin-top:7px;
}
#terms h3:first-child,
#privacy h3:first-child {
	margin-top:0;
}
#terms ul,
#privacy ul {
	float:left;
	width: 720px;
}
#terms ul ul {
	width: 700px;
	margin: 5px 0;
}
#terms p,
#privacy p,
#privacy ul li,
#terms ul li {
	font-size: 14px;
	margin: 0  0 0;
	font-family: georgia, times, serif;
	width: 100%;
	line-height: 120%;
}
#terms li {
	float:left;
}
.aboutuscontent #copy {
	height: 485px;
}
.aboutuscontent #copy p {
	font-size: 14px;
	text-transform:uppercase;
	margin:0;
}

/* end aboutus */
/* header  */
.content {
	width:1400px;
}

header {
	margin:0 auto;
	padding:0 30px;
	background-color:#fff;
	text-align:left;
	
	color:#8a8a8c;
	font-size:14px;
	letter-spacing:2;
	width:1240px;
	position:relative;
	overflow: auto;
	height: 100px;
}


#logo {
	background-image: url(/gfx/header/logo_424.png);
	width: 424px;
	height: 67px;
	position: absolute;
	left: 12px;
	bottom: 0;
	margin-top:35px;
}
header > div {
	margin-left: 420px;
	float: left;
	height: 100px;
}
header > div > section {
	float:right;
}
header .section > div {
	float:left;
}
section.social {
	float:right;
	margin:24px 0 12px 0;
	width: 400px;
	visibility: hidden;
	height: 25px;
}
iframe.twitter-follow-button[style] {
	width: 266px !important;
}
p.greetings {
	font-family: DINWeb, sans-serif;
	font-size: 34px;
	text-align:left;
	color: #908e8f;
}
header .fb-like {
	margin-right: 5px;
}
.navsearch {
	clear: right;
	margin:0;
}
.navlinks {
	width: 420px;
	margin:0;
}


header .linkos {
	display:none;
}
div.linkos a {
	font-family:DINWebBold, sans-serif;
	font-size: 24px;
    line-height: 23px;
    padding: 5px 0 0;
	display:block;
	float:left;
	color:#d0d2d3;
	text-align:center;
	background-color:#ec5a29;
}

.navlinks .aboutuslink a {
	width: 135px;
}
div.linkos.aristocratslink a {
	margin-left: 6px;
	padding-left: 10px;
    text-align: left;
    width: 249px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;

}

header .navlinks div.linkos a:hover,
.contributor header .navlinks div.aristocratslink a,
.aristocrats header .navlinks div.aristocratslink a,
.aboutus header .navlinks div.aboutuslink a,
.letters .hoverjog a:hover {
	border-top:solid #49c2c6 5px;
	margin-top: -8px;
	color: #fff;
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.31);
	-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.31);
	box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.31);
	position:relative;
	behavior: url(/js/pie.htc);
}

#navsearch {
	
	font-family:DINWeb, sans-serif;
	font-size: 18px;
    height: 26px;
    margin-left: 0;
    padding: 2px 0 0 6px;
    width: 364px;
}

#navsearchsubmit {
	height:30px;
	width: 30px;
	background-image: url(../gfx/icons/magnifyer.png);
}


#subtag {
	margin:0 auto 35px auto;
	width:1240px;
	text-align:left;
	padding-top: 10px;
}
#subtag p { 
	background-image: url(/gfx/header/whatsfunny_405.png);
	width: 405px;
	height: 22px;
	margin-top: 0;
}

/* search results */
#search_results {
	width: 1240px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#search_results section {
	margin-bottom: 10px;
	overflow:visible;
}
#search_results section > div {
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);

}

#search_results section h4 {
	float: left;
	margin: 0;
	width: 392px;
	padding-left: 8px;
	text-align:left;
	height: 26px;
	font-family: DINWeb, sans-serif;
	background-color: #49c2c6;
	border-top-right-radius: 10px;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}

#search_results > section > div {
	width: 1240px;
	background-color: #fff;
	clear:left;
	position:relative;
	overflow:auto;
}

#search_results > section.aris_results >div {
	padding: 10px;
	width: 1220px;
}
#search_results > section.posts_results ul li >div {
	overflow: hidden;
	display: block;
	float:left;
	width: 400px;
	margin-left: 20px;
}
#search_results > section.posts_results ul li >div:nth-child(3n+1){
	margin-left: 0;
}
#search_results > section.posts_results ul li >div .post {
	height: 100px;
	padding: 15px 0 20px;
}
#search_results #tiles >li {
	box-shadow: none;
	width: 1240px;
}
#search_results #noresults h4 {
	width: 100%;
	text-align:center;
	padding-left:0;
	margin-bottom: 10px;


	float: left;
	margin: 0;
}
#goback a {
	background-color: #EC5A29;
	width: 100%;
	border-radius: 0 0 8px 0;
	color: #D0D2D3;
	display: block;
	float: left;
	font-family: DINWebBold;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 23px;
	padding: 5px 0px 0 0px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}
#goback a:hover {
	border-top: 5px solid #49C2C6;
    -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.31);
    -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.31);
    box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.31);
    behavior: url(/js/pie.htc);
    color: #FFFFFF;
    margin-top: 5px;	
}
.morebuttons {
	position:absolute;
	bottom: 15px;
	right: 15px;
	padding: 0;
	margin:0;
}
.morebuttons li {
	float: left;
	list-style:none;
	height: 33px;
}
.morebuttons a,
.morebuttons a:hover {
	font-family: DINWebBold, sans-serif;
	font-size: 24px;
	border-radius:0;
	text-align:center;
	width: 135px;
	display:block;
	padding: 2px 0 0 0;
	text-transform:uppercase;
	height: 26px;
	margin-top:5px;

}
.morebuttons a:hover {
	border-top: 5px solid #49C2C6;
    -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.31);
    -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.31);
    box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.31);
    behavior: url(/js/pie.htc);
    color: #FFFFFF;
    margin-top: -5px;

}
.morebuttons a.moreresults {
	
	text-align:left;
	padding-left: 10px;
	width: 220px;
	margin-left: 5px;
}
.morebuttons li:last-child a {
	border-bottom-right-radius: 6px;
}
.morebuttons a.startmore {
	width: 370px;
	padding-left: 0;
	text-align:center;
}

/* end search results */
/* footer */
footer {
	width: 100%;
	height: 140px;
	background: #fff;
	padding: 30px 0;
	position:fixed;
	bottom: 0;
	display:none;

}

footer > div {
	width: 1240px;
	margin: 0 auto;
}
footer ul {
	list-style-type: none;
	width: 1240px;
	
	height: 28px;
	background-color: #49c2c6;
	margin: 0 0 15px 0;
	padding: 0;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
}
.footerwrap ul:hover {
	margin: -10px 0 20px 0;
	border:solid #ec5a29;
	border-width: 5px 0 0 0;
	-moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.31);
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.31);
	box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.31);
	behavior: url(/js/pie.htc);
	position:relative;
}
.ie8 .footerwrap ul:hover {
	margin: 0 0 15px 0;
	border-top:0;

}
.footerwrap ul li {
	float: left;
	font-family: DINWeb, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #d0d2d3;
	height:20px;
    padding: 4px 12px;
}
.footerwrap ul.about li {
	padding: 4px 8px;
}
.ie8 .footerwrap ul.about li  {
	
	padding: 4px 6px;
}
.ie8 .footerwrap ul li a {
	font-size:19px;
}
li.faq, li.faq a {
	text-transform:none;
}
.footerwrap ul li a {
	color: #d0d2d3;
	height: 28px;
}

.footerwrap ul li.b,
.footerwrap ul li.b a {
	font-family: DINWebBold, sans-serif;
	height:20px;
}
.footerwrap ul li a:hover,
.footerwrap ul:hover li.whiteme,
.footerwrap ul:hover li.whiteme a{
	color: #fff;
}
.footerwrap ul li.letter {
	padding: 0;
}
.footerwrap ul li.letter a {
	width: 28px;
	padding: 4px 2px;
	height: 20px;
	text-align:center;
	display:block;
}

.footerwrap .social li {
	padding: 0px 12px;
	height: 28px;
}
.footerwrap .social li.b {
	padding-top: 4px;
	height: 24px;
}

.footerwrap .social a {
	height: 24px;
	padding-top: 4px;
	display:none;
	padding-left: 34px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 29px 28px;
	margin-left: 20px;
}
.oldie .footerwrap .social a {

}
footer .fb a {
	background-image: url(/gfx/footer/facebook.png);
}
footer .tw a{
	background-image: url(/gfx/footer/twitter.png);
}
footer .pi a {
	background-image: url(/gfx/footer/pintrist.png);
}
footer .yt a {
	background-image: url(/gfx/footer/youtube.png);
}
footer .wm a {
	background-image: url(/gfx/footer/witstream.png);
}
footer  p.copy {
	font-size: 10px;
	font-family:DINWeb, sans-serif;
	float:right;
	color: #49c2c6;
	margin-top: -10px;
}
/* end footer */

div.loggedinnav, li.loggedinnav {
	text-align : right;
	float : right;
	padding : auto 20px;
	margin : 5px auto 0;
	font-family:DINWebLight, sans-serif;
	font-size: 18px;
	color:white;
	background-color:transparent;
	width: 400px;
	height:28px;
}

li.loggedinnav {
	margin-left: 20px;
	float:left;
	text-align:left;
	width: 400px;
	margin-top:0;
}

div.loggedinnav > a, li.loggedinnav > a {
	font-family:DINWebBold, sans-serif;
	font-size: 24px;
    line-height: 24px;
    padding: 5px 5px 0 5px;
	display:block;
	color:#d0d2d3;
	margin:auto auto auto 5px;
	text-align:center;
	background-color:#ec5a29;
	font-weight: 400;
	float:left;
}
#postdiv {
	width: 36px;
	height: 32px;
	padding:0;
	margin-left: 0;
	background: transparent url(/gfx/header/pencil2.png) 0 0 no-repeat;
	margin-top:-4px;
}
#postdiv:hover {
	background-position: 0 -32px;
}


div.loggedinnav a:hover, li.loggedinnav > a:hover {
	color:white;
	
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	
}
.loggedinnav .profilelink {
	width: 152px;
	padding: 5px 0 0 ;
	height: 23px;
}
.loggedinnav .logoutlink,
.loggedinnav .logoutlink:hover {
	width: 192px;
	text-align:left;
	padding: 5px 0 0 10px;
	height: 23px;
	margin:0 0 0 5px;
	-moz-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}


div.profile_edit {
	margin:12px auto 12px 15px;
	padding:0px;
	clear:both;
}

div.profile_edit, div.profile_edit a {
	color:#49c2c6 !important;
	font-family:DinWeb !important;
	font-size:14px;
	cursor:pointer;
}


body.presentation {
	background: #fff;
}
.presentation header {
	width: 100%;
	padding: 0;
	height: 113px;
	background:#fff url(/gfx/presentation/header_bg.png) left 0 repeat-x;
}
.presentation header a {
	width:1090px;
	height: 113px;
	background-image: url(/gfx/presentation/header2.png);
	margin: 0 auto;
}
.presentation #main {
	background: #fff;
	margin-top:0;
}

.presentation #stream {
	box-shadow: none;
	margin: 0 auto;
	width: 1090px;
}
.presentation #stream ul {
	width: 1090px;
	margin-top:20px;
}
.presentation #stream ul li {
	width: 1030px;
	height: 70px;
	padding: 30px;
}
.presentation .buttons {
	display:none;
}
.presentation #stream ul li .avatar {
	padding-right: 30px;
}
.presentation #stream ul li .copy {
	width: 900px;
}
.presentation #stream li:hover {
	background: #fff;
}
.presentation #stream .twitterlink {
	margin-right: 0;
}
.presentation .twitterlink a {
	font-size: 24px;
	line-height:24px;
	margin-right:0;
}
.presentation #stream abbr {
	font-size: 18px
}
.presentation #stream .tweetcontent {
	font-size: 23px;
}
/* tablet/desktop various */

@media screen and (max-width: 1295px) {
	
	.content {
		width:1054px;
	}

	.promo,
	.promo a img {
		width: 350px;
	}
	
	header, 
	#tiles, 
	#search_results,
	#search_results > section > div,
	#search_results #tiles > li,
	footer > div,
	footer ul,
	ul.letters {
		width: 1090px;
	}


	body.hidefooter footer {
		display:none;
	}

	footer ul {
		border-bottom-right-radius: 8px;
		height: 25px;
	}

	
	.footerwrap ul li {
		font-size: 16px;
		height:20px;
	    padding: 4px 12px;
	}
	.footerwrap ul li.b,
	.footerwrap ul li.b a {
		font-size: 17px;
	}
	.footerwrap ul li a {
		color: #d0d2d3;
		height: 25px;
	}
	
	.footerwrap ul li.letter a {
		width: 25px;
		padding: 4px 2px;
	}
	
	.footerwrap .social a {
		height: 25px;
		padding-left: 28px;
		background-size: 24px 24px;
	}

	div.loggedinnav, li.loggedinnav {
		width: 350px;
		height:24px;
	}

	li.loggedinnav {
		margin-left: 20px;
		width: 350px;
	}

	div.loggedinnav > a, li.loggedinnav > a {
		font-size: 20px;
	    line-height: 20px;
	    padding: 5px 5px 0 5px;
		
		margin:auto auto auto 5px;
		
	}
	#postdiv {
		width: 32px;
		height: 28px;
		background-size: 32px 56px;
	}
	#postdiv:hover {
		background-position: 0 -28px;
	}

	.loggedinnav .profilelink {
		width: 125px;
		padding: 4px 0 0 ;
		height: 20px;
	}
	.loggedinnav .logoutlink,
	 .loggedinnav .logoutlink:hover {
		padding: 4px 0 0 10px;
    	width: 171px;	
		height: 20px;
	}


	#search_results > section h4 {
		width: 350px;
	}
	#search_results > section.aris_results >div {
		width: 1070px;
	}
	.morebuttons a.moreresults {
		width: 170px;
	}
	.morebuttons a.startmore {
		width: 320px;
	}
	#search_results > section.posts_results ul li >div {
		width: 350px;
		
	}
	#logo {
		background-image: url(/gfx/header/logo_371.png);
		width: 371px;
		height: 58px;
	}
	#subtag {
		width: 1090px;
	}
	#subtag p { 
		background-image: url(/gfx/header/whatsfunny_356.png);
		width: 356px;
		height: 19px;
		margin-top: 0;
	}
	.navlinks {
		width: 354px;
	}
	section.social {
		margin: 24px -8px 12px;
    	width: 357px;
	}

	header > div {
		margin-left: 370px;
		width: 720px;
	}
	#navsearch {
		width: 313px;
		margin-left: 17px;
	}
	.navlinks div.linkos a {
		font-size: 21px;
	}
	.navlinks div.aboutuslink a {
		width: 117px;
	}
	.navlinks div.aristocratslink a {
		width: 217px;
	}
	header .navlinks div.linkos a:hover,
	.contributor header .navlinks div.aristocratslink a,
	.aboutus header .navlinks div.aboutuslink a,
	.aristocrats header .navlinks div.aristocratslink a {
		border-top:solid #49c2c6 4px;
		margin-top: -6px;
	}
	#tiles li {
		width:350px;
	}
	
	#tiles li > p {
		height:120px;
	}

	#tiles li > p h2 {
		height:65px;
	}

	div.topicsocial {
		padding-bottom:10px;
		float:left;
	}

	div.topicsocial img { 
		height : 20px;
	}

	div.topicsocial img +img {
		margin-left:5px;
	}

	#tiles li > p span.title {
		height:105px;
		width:195px;
	}

	#tiles li > p span.img, #tiles li > p span.img img {
		width:145px;
		height:120px;
	}
	#tiles li div.post div.wit-words {
		
		width: 250px;
	}
	#tiles li div.post div.wit-words p {
		width: 250px;
	}

	#tiles li div.viewall {
		padding:0px 15px 15px 15px;
		height:20px;
	}

	#tiles li div.viewall a {
		width:297px;
		padding:5px 10px 0 10px;
		
	}
	
	#tiles .livefeeditem:hover  ul.buttons {
		left: 220px;
	}
	#tiles .workarea ul {
		padding-left: 20px;
	}
	#tiles .workarea ul li {
		padding: 0 6px 0 3px;
	}
	.workarea input[type="text"] {
		width: 260px;
	}
	#tiles .workarea .email {
		margin-left:25px;
	}
	#tiles .workarea input[type="text"] {
		width: 220px;
	}

	.ari_nav {
		width: 1090px;
	}
	.letters li a,
	.letters .hoverjog a {
		font-size: 20px;
		line-height: 20px;
		width: 26px;
	}
	.letters li.br-curve,
	.letters li.br-curve a {
		width: 44px;
	}
	.letters .hoverjog.what a {
		width: 248px;
		margin-left: 7px;
	}
	.letters .hoverjog.login a {
		width: 78px;
		padding-left: 12px;
		margin-left: 6px;
	}
	.aristocrats .aris {
		width: 1080px;
		padding: 0 5px;

	}
	.aristocrats .aris > div {
		margin: 5px 4px;
	}
	

	.colwrap {
		width: 1090px;
	}
	#sidebar {
		width: 350px;
	}
	#sidebar h3 {
		font-size: 19px;

	}
	#sidebar header {
		width: 350px;
	}
	#sidebar h2 {
		width: 175px;
		font-size: 20px;
	}
	#sidebar h3,
	#sidebar ul li {
		width: 330px;
	}
	#sidebar .bio {
		width: 350px;
	}
	#sidebar ul li,
	#sidebar .bio p  {
		font-size: 15px;
	}
	#sidebar .right {
		width: 175px;
	}
	#sidebar .homebutton li {
		width: 350px;
	}
	#sidebar #backhome {
		width: 320px;
		font-size: 20px;
		background-position:  35px 0;
		padding-top: 4px;
		height: 24px;
	}
	#sidebar #backhome:hover {
		background-position: 35px -28px
	}
	#sidebar ul.promos li {
		width: 350px;
	}
	#sidebar ul.promos li a img {
		width: 350px;
	}
	#stream {
		width: 720px;
	}
	#stream li {
		width: 688px;
	}
	#stream li .copy {
		width: 600px;
	}
	#stream li .tweetcontent {
		font-size: 16px;
	}
	
	#stream .livefeeditem:hover  ul.buttons {
		left:580px;
	}
	

	#stream .workarea ul{
		padding-left: 350px;
	}
	#stream li div.workarea p,
	#stream li div.workarea input[type="text"] {
		margin-left: 350px;
		width: 200px;
	}

	#stream li .twitterlink,
	#stream li abbr {
		font-size: 16px;
	}

	.liveevent #sidebar header {
		width: 370px;
		height: 121px;
		background-size: 370px 121px;
	}
	.liveevent #sidebar header a {
		width: 185px;
		height: 16px;
		top: 68px;
		left: 165px;
		background-size: 185px 32px;
	}
	.liveevent #sidebar header a:hover {
		background-position: 0 -16px;
	}
	#sidebar .placard img {
		width: 350px;
	}

	#stream .eventpromos {
		height: 44px;
		width: 720px;
	}
	#stream .eventpromos a {
		width: 360px;
		height: 44px;
		background-size: 360px 88px;
	}
	#stream .eventpromos a:hover {
		background-position: 0 -44px;
	}

	
	#sidebar.aboutnav {
		width: 350px;
	}
	.aboutnav li a {
		width: 318px;
		font-size: 26px;
		line-height: 52px;
		border-bottom-right-radius: 20px;
	}

	.aboutnav li.smallprint a {
		font-size: 21px;
		line-height: 30px;
		border-bottom-right-radius: 10px;
	}
	.aboutuscontent.col {
		width: 680px;
	}
	.aboutuscontent p {
		font-size: 20px;
		line-height: 130%;
	}
	
	.aboutus #mobile div {
		width: 400px;
	}
	.aboutus #mobile h3 {
		font-size: 32px;
	}
	.aboutus #mobile .stars {
		margin: 0 auto 10px;
	}
	.aboutus #mobile p {
		width: 400px;
	}

	#mobile p {
		font-size: 18px;
	}

	#contact textarea {
		width: 378px;
	}

	#contact .left {
		width: 250px;
	}
	#contact .right {
		width: 400px;
	}

	#contact .right a {

	}
	.aboutus #press ul li {
		width: 720px;
	}
	#terms h3,
	#privacy h3 {
		font-family: DINWebBold, sans-serif;
		font-size: 14px;
		text-transform:uppercase;
		font-weight: 400;
		color: #ec5a29;
		margin-bottom: 0;
	}
	#terms p,
	#privacy p,
	#privacy ul li {
		font-size: 14px;
		margin: 0  0 20px;
		font-family: georgia, times, serif;
	}
	.aboutuscontent #copy {
		height: 485px;
	}
	.aboutuscontent #copy p {
		font-size: 14px;
		text-transform:uppercase;
		margin:0;
	}
	.aboutuscontent p {
		font-size: 16px;
	}
	#terms ul,
	#privacy ul {
		float:left;
		width: 620px;
	}
	#terms ul ul {
		width: 600px;
		margin: 5px 0;
	}


	#hero,
	#hero div {
		height: 189px;

	}
	#hero .one .l,
	#hero .one .r {
		background-size: 79px 189px;
	}

	#hero .one a {
		width: 1090px;
		height: 189px;
		background-size: 1090px 189px;
	}

	.two div,
	.two a {
		height: 189px;
	}

	.two .wrap {
		width: 1090px;
	}
	/*  standard
	.two .left {
		width: 186px;
		background-size: 186px 189px;
	}
	.two .phoneapp {
		width:290px;
		background-size: 290px 378px;
	}
	.two .center {
		width: 53px;
		background-size: 53px 189px;
	}
	.two .subscribe {
		width: 264px;
		background-size: 264px 378px;
	}
	.two .right {
		width: 297px;
		background-size: 297px 189px;

	}
	.two a:hover {
		background-position: 0 -189px;
	}
	/*   end standard */

	/* app tout */
	.two .left {
		width: 615px;
		background-size: 615px 189px;
	}
	
	.two .center {
		width:114px;
		background-size: 114px 378px;
	}
	
	.two .right {
		width: 360px;
		background-size: 360px 378px;

	}
	.two a:hover {
		background-position: 0 -189px;
	}

	/* end app tout */


}
@media screen and (max-width: 1122px) {


	#hero,
	#hero div {
		height: 125px;	
	}

	#hero .one a {
		background-size: 720px 125px;
		width: 720px;
		height: 125px;
	}
	#hero .one .l,
	#hero .one .r {
		background-size: 52px 125px;
	}
	.two div,
	.two a {
		height: 125px;
	}

	.two .wrap {
		width: 720px;
	}

	/*   standard hero

	.two .left {
		width: 123px;
		background-size: 123px 125px;
	}
	.two .phoneapp {
		width: 192px;
		background-size: 192px 250px;
	}
	.two .center {
		width: 30px;
		background-size: 30px 125px;
	}
	.two .subscribe {
		width: 174px;
		background-size: 174px 250px;
	}
	.two .right {
		width: 197px;
		background-size: 197px 125px;

	}
	.two a:hover {
		background-position: 0 -125px;
	}
	/* end standard hero */

	/* app tout hero */
	.two .left {
		width: 407px;
		background-size: 407px 125px;
	}

	.two .center {
		width: 76px;
		background-size: 76px 250px;
	}
	
	.two .right {
		width: 237px;
		background-size: 237px 250px;

	}
	.two a:hover {
		background-position: 0 -125px;
	}
	/* end app tout hero */

	header, 
	#tiles, 
	#search_results,
	#search_results > section > div,
	#search_results #tiles > li,
	footer > div,
	footer ul {
		width: 720px;
	}

	footer ul {
		border-bottom-right-radius: 8px;
		height: 20px;
	}
	.footerwrap ul:hover {
	    border-top: 8px solid #EC5A29;
	    
	    margin: -8px 0 20px;
	}
	
	.footerwrap ul li {
		font-size: 13px;
		height:15px;
	    padding: 4px 4px;
	}
	.footerwrap ul li.b,
	.footerwrap ul li.b a {
		font-size: 14px;
	}
	.footerwrap ul.about  li{
		padding: 4px;
	}
	.footerwrap ul li a {
		height: 20px;
	}
	.footerwrap ul li a span {
		display:none;
	}
	
	.footerwrap ul li.letter a {
		width: 16px;
	}
	.footerwrap .social li {
		padding: 2px 0 0 2px;
	}
	.footerwrap .social a {
		height: 20px;
		padding-left: 26px;
		background-size: 20px 20px;
	}
	li.loggedinnav {
		position:absolute;
		right:0;
		top:44px;
	}

	#search_results > section.aris_results >div {
		width: 700px;
	}

	#search_results > section.posts_results ul li >div:nth-child(3n+1) {
		margin-left: 20px;
	}
	#search_results > section.posts_results ul li >div:nth-child(2n+1){
		margin-left: 0;
	}
	.posts_results > div {
		padding-bottom:64px;
	}
	header > div {
		width: 371px;
		margin-left: 357px;
	}
	#subtag {
		width: 720px;
	}
	section.social {
		margin:4px 5px 0px 0;
		width: 352px;
	}
	section.navsearch {
		margin: 2px 4px 0 0;
	}
	#navsearch {
		margin-left: 0;
		width: 317px;
	}
	section.navlinks {
		margin: 7px 0 0 0;
		width: 357px;
	}
	header .navlinks div.linkos a:hover,
	.contributor header .navlinks div.aristocratslink a,
	.aboutus header .navlinks div.aboutuslink a,
	.aristocrats header .navlinks div.aristocratslink a {
		border-top:solid #49c2c6 4px;
		margin-top: -6px;
	}
	header .navlinks div.aristocratslink a {
		width:217px;
	}
	div.linkos a {
		line-height: 22px;
		padding: 4px 0 0;
	}
	p.greetings {
		font-size: 24px;
	}
	
	.ari_nav {
		height: 83px;
		width: 720px;
		position:relative;
	}
	ul.letters {
		margin-top: 12px;
		width: 720px;
	}
	.letters li a {
		font-size: 20px;
		line-height: 21px;
		padding-top: 3px;
	}
	.aristocrats .aris {
		width: 690px;
		padding: 0px 15px;
	}
	.aristocrats .aris > div {
		margin: 6px 7px;
	}
	.letters .hoverjog  {
		position: absolute;
		top: 46px;
		right: 0px;
		margin: 0;
	}
	.letters li.br-curve a {
	    width: 44px;
	}
	
	.letters .hoverjog.what {
		right: 95px;

	}
	.letters .hoverjog.what a {
		width: 254px;
	}
	.letters .hoverjog.login a {

	}
	.letters .hoverjog a {
		padding: 5px 0 0 0;
	}


	.colwrap {
		width: 720px;
	}
	#stream {
		width: 350px;
		
	}
	#stream li {
		width: 326px;
		padding: 12px;
		height: auto;
	}
	#stream li .copy {
		width: 245px;
	}
	#stream .livefeeditem:hover  ul.buttons {
		left:220px;
	}
	#stream li .tweetcontent {
		font-size: 15px;
	}
	#stream li .twitterlink,
	#stream li abbr {
		font-size: 15px;
	}
	#stream .workarea ul{
		padding-left: 0px;
	}
	#stream li div.workarea p,
	#stream li div.workarea input[type="text"] {
		margin-left: 10px;
		width: 200px;
	}
	#stream .eventpromos {
		height: 84px;
		width: 350px;

	}
	#stream .eventpromos a {
		width: 350px;
		height: 42px;
		background-size: 350px 84px;
	}
	#stream .eventpromos a:hover {
		background-position: 0 -42px;
	}
	.aboutuswrap {
		width: 720px;
	}

	.aboutnav {
		width: 350px;
	}
	.aboutnav li a {
		width: 318px;
		font-size: 26px;
		
	}

	.aboutnav li.smallprint a {
		font-size: 21px;
		line-height: 32px;
		border-bottom-right-radius: 10px;
	}
	.aboutuscontent.col {
		width: 310px;
	}
	.aboutuscontent p {
		font-size: 16px;
		line-height: 120%;
	}


	.aboutus #press ul li {
		width: 350px;
	}


	.aboutus #mobile img {
		width: 114px;
	}
	.aboutus #mobile div {
		width: 300px;
	}
	.aboutus #mobile div.top {
		width: 195px;
	}
	.aboutus #mobile div.top p {
		width:195px;
	}
	#mobile p.storelink a{
		width: 192px;
		height: 34px;
		background-size: 192px 68px;
	}
	#mobile p.storelink a:hover {
		background-position: 0 -34px;
	}
	.aboutus #mobile .sub {
		margin-top:15px;
	}
	.aboutus #mobile h3 {
		font-size: 24px;
	}
	.aboutus #mobile p.odd,
	.aboutus #mobile p.even {
		margin: 4px auto;
	}
	.aboutus #mobile .stars {
		margin: 0 auto 10px;
	}
	.aboutus #mobile p {
		width: 300px;
		font-size: 14px;
	}

		#contact textarea {
		width: 278px;
	}

	#contact .left {
		width: 250px;
		margin-bottom:10px;
	}
	#contact .right {
		width: 300px;
	}

	#contact .right a {

	}
	#terms ul,
	#privacy ul {
		float:left;
		width: 250px;
	}
	#terms ul ul {
		width: 230px;
		margin: 5px 0;
	}
}



