body {
	margin:0;
	padding:0;
	background:#333 url('../img/bgtile.jpg') repeat-y center;
	font-size:12px;
	font-family:'Trebuchet MS', 'Verdana', 'Arial', sans-serif;
}
br.clearfloat {
	clear:both;
	visibility:hidden;
}
div.clearfloat {
	clear:both;
}
.center {
	text-align:center;
}
img {
	border:0;
}
a {
	text-decoration:none;
	font-weight:bold;
}
h1 {
	font-size:2.2em;
	color:#000;
	font-weight:bold;
	padding-bottom:10px;
	margin:10px 0 5px 0;
}
h2 {
	font-size:1.5em;
	line-height:1.6em;
	margin:10px 0;
	color:#000;
}
h3 {
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
}
#bgskin {
	position:absolute;
	overflow:hidden;
	left:0;
	top:0;
	z-index:10;
	width:100%;
	min-width:1062px;
	display:block;
	text-align:center;
}
#bgskin div {
	position:relative;
	margin:0 auto;
	overflow:visible;
	text-indent:-429px;
	width:1062px;
}
header {
	position:relative;
	width:982px;
	margin:0 auto;
	background:#fff;
	height:164px;
	margin-bottom:122px;
	z-index:10000;
}
header nav#networkbar {
	display:block;
	z-index:20000;
	position:relative;
	background:#777;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:11px;
	font-weight:normal;
}
header nav#networkbar a {
	color:#fff;
	font-weight:normal;
}
header nav#networkbar a:hover {
	text-decoration:underline;	
}
header nav#networkbar div {
	position:relative;
	float:left;
	color:#ccc;
	margin:0 12px;
}
header nav#networkbar > ul {
	display:block;
	position:relative;
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
	line-height:30px;
}
header nav#networkbar > ul li {
	position:relative;
	display:block;
	float:left;
	margin:0 12px;
}
header nav#networkbar > ul li.more {
	cursor:pointer;
}
header nav#networkbar > ul li.more ul {
	position:absolute;
	top:30px;
	left:-10px;
	background:#777;
	padding:2px 10px;
	margin:0;
	white-space:nowrap;
	line-height:11px;
	box-shadow:0px 4px 7px #555;
	display:none;
}
header nav#networkbar > ul li.more:hover ul {
	display:block;
}
header nav#networkbar > ul li.more ul li {
	position:relative;
	display:block;
	width:100%;
	border-top:1px solid #999;
	border-bottom:1px solid #444;
	margin:0;
	padding:0;
}
header nav#networkbar > ul li.more ul li:first-of-type {
	border-top:0;
}
header nav#networkbar > ul li.more ul li:last-of-type {
	border-bottom:0;
}
header nav#networkbar > ul li.more ul li a {
	display:block;
	padding:8px 6px;	
}
header div#row1 {
	position:relative;
	z-index:10000;
}
header div#row1 div.logo {
	position:relative;
	float:left;
	width:266px;
	height:80px;
	margin:4px 5px;
}
header div#row1 > div > a > img {
	display:block;
}
header div#row1 div.soc {
	position:relative;
	float:left;
	width:24px;
	height:60px;
	margin:6px 0;
	padding:8px 0 0 8px;	
}
header div#row1 div.soc a {
	display:block;
	margin:5px 0;
}
header aside#header-leader {
	position:relative;
	float:right;
	width:650px;
	height:80px;
	margin:6px 5px;
	padding:0;
	overflow:hidden;
}
header nav#row2 {
	position:relative;
	z-index:10000;
	height:32px;
	background:#e1e1e1;
	border-bottom:5px solid #ccc;
	margin:5px 0 0 0;
}
header nav#row2 ul {
	position:relative;
	float:left;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	height:37px;
	line-height:34px;
}
header nav#row2 ul li {
	position:relative;
	float:left;
	display:block;
	margin:0;
	border-right:1px solid #fff;
	height:37px;
}
header nav#row2 ul li a {
	display:block;
	font-size:13px;
	color:#676767;
	font-weight:bold;
	height:32px;
	padding:0 15px;
}
header nav#row2 ul li a:hover, header nav#row2 ul li a.on {
	background:#ef4723;
	color:#fff;
}
header nav#row2 form {
	position:relative;
	display:block;
	float:right;
	height:32px;
	line-height:32px;
	width:195px;
	margin:0 5px 0 0;
}
header nav#row2 form div.input {
	position:relative;
	float:left;
	height:22px;
	margin:5px 0;
	background:#fff;
	overflow:hidden;
	width:168px;
}
header nav#row2 form div.input input {
	position:absolute;
	top:0;
	left:0;
	height:15px;
	border:4px solid #fff;
	padding:0;
	font-size:1em;
	width:160px;
}
header nav#row2 form div.submit {
	position:relative;
	float:left;
	height:20px;
	margin:6px 1px 6px 6px;
	background:url('../img/search-icon-20x20.png') no-repeat;
	overflow:hidden;
	width:20px;
	border-radius:8px;
}
header nav#row2 form div.submit input {
	border:0;
	background:none;
	cursor:pointer;
	width:30px;
	height:30px;
}
section#middle {
	position:relative;
	display:block;
	width:982px;
	margin:0 auto;
	background:#fff;
	border-top:4px solid #777;
	z-index:1000;
}
section#middle nav#subnav {
	display:block;
	position:relative;
	background:#bbb;
	height:30px;
	color:#fff;
}
section#middle nav#subnav ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	height:34px;
	line-height:30px;
}
section#middle nav#subnav ul li {
	position:relative;
	display:block;
	float:left;
	margin:-4px 0 0 0;
	padding:4px 0 0 0;
	border-right:1px solid #fff;
}
section#middle nav#subnav ul li a {
	display:block;
	font-size:13px;
	color:#444;
	padding:0 12px;
	line-height:30px;
	height:30px;
}
section#middle nav#subnav ul li a:hover, section#middle nav#subnav ul li a.on {
	background:#777;
	color:#fff;
}
section#featured {
	position:relative;
	background:#efefef linear-gradient(#ffffff, #efefef);
	padding:15px 0 15px 15px;
}
section#featured.postcontent h2 {
	font-size:1.3em;
	font-weight:normal;
}
section#featured.postcontent .feat_archbutton a {
	font-size:16px;
	font-weight:bold;
	border:1px solid #d84220;
	background:#f6f6f6;
	text-decoration:none;
	width:160px;
	display:block;
	text-align:center;
	margin:15px 15px 0 auto;
	padding:4px 1px;
}
section#featured .entry {
	position:relative;
	width:470px;
	float:left;
	margin:15px 13px 15px 0;
}
section#featured .entry .left {
	position:relative;
	width:100px;
	float:left;
	padding-top:3px;
}
section#featured .entry .left img {
	width:100px;
	border-radius:15px;	
}
section#featured .entry .right {
	position:relative;
	width:360px;
	float:right;
}
section#featured .entry .right span.rating img {
	vertical-align:middle;
	margin-top:-3px;
}
section#featured.postcontent .entry .right h3 a {
	font-weight:bold;
	color:#d84220;
}
section#featured.postcontent .entry .right .format, .blogroll .entry.postcontent .format {
	color:#777;
	margin:4px 0 1px 0;
}
section#featured.postcontent .entry .right .strap {
	margin:10px 0 0 0;
}
section#featured.postcontent .entry .right .more a {
	font-weight:bold;
}
section#mainbody {
	position:relative;
	float:left;
	width:620px;
	margin:10px 0 10px 15px;
}
section#widebody {
	position:relative;
	float:left;
	margin:10px 0 10px 15px;
	min-height:800px;
}
.img404 {
	text-align:center;
	margin-top:20px;
}
aside#rightcommon {
	position:relative;
	float:right;
	width:300px;
	margin:10px 15px;
	border-left:1px solid #d8cfc1;
	padding:0 0 0 15px;
}
aside#rightcommon div#rc-left {
	position:relative;
	float:left;
	width:180px;
}
aside#rightcommon div#rc-right {
	position:relative;
	float:right;
	width:110px;
}
aside#rightcommon .rightitem {
	margin:0 0 30px 0;
	clear: both;
}
aside#rightcommon .rightitem .advnote {
	text-align:center;
	color:#999;
	margin:10px;
	font-style:italic;
}
aside#rightcommon .rightitem .advhere {
	text-align:center;
}
aside#rightcommon .rightitem .advhere a {
	color:#999;
	font-weight:normal;
}
aside#rightcommon .rightitem .advhere a:hover {
	text-decoration:underline;
}
aside#rightcommon .rightitem h3 {
	color:#fff;
	line-height:14px;
	padding:10px 0 10px 5px;
	margin:0 0 10px 0;
	background:#ef4723;
	border:1px solid #c4381f;
}
aside#rightcommon .rightitem ul {
	list-style:none;
	padding:0 0 0 3px;
	margin:0;
	color:#c3b39d;
	font-size:12px;
}
aside#rightcommon .rightitem ul li {
	margin:0 0 5px 0;
}
aside#rightcommon .rightitem a {
	color:#ef4723;
	font-weight:normal;
}
aside#rightcommon .greylink a {
	color:#656565;
	font-weight:bold;
}
aside#rightcommon .rightitem a:hover {
	text-decoration:underline;
}
aside#rightcommon .rightitem .networksidebar p {
	margin-bottom:20px;
	line-height:18px;
}
aside#rightcommon .rightitem .networksidebar img {
	float:left;
	padding:0 10px 5px 0;
}
footer {
	position:relative;
	background:#444 linear-gradient(#111, #444);
	width:974px;
	margin:0 auto;
	border:4px solid #444;
	color:#ccc;
	z-index:1000;
}
footer div#copyright {
	margin:45px 25px;
}
footer div#copyright h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	letter-spacing:-1px;
}
footer nav#bottomlinks {
	margin:60px 0 10px 0;
	text-align:center;
}
footer nav#bottomlinks a {
	font-weight:normal;
	color:#ccc;
}
footer nav#bottomlinks a:hover {
	color:#fff;
	text-decoration:underline;
}
.posthead {
	font-size:14px;
	padding:10px 0 5px 0;
	margin:0 0 10px 0;
}
.posthead h1 {
	font-size:1.5em;
	line-height:1.6em;
}
.postcontent {
	font-size:1.1em;
	line-height:1.5em;
}
.postcontent p {
	margin:0;
	padding-bottom:10px;
}
.authorinfo .social-icon {
    height: 1em;
}
.authorinfo a,
.postcontent a {
	color:#ef4723;
	font-weight:normal;
}
.authorinfo a:hover,
.postcontent a:hover {
	text-decoration:underline;
}
.app {
	border-bottom:0;
	margin-bottom:0; 
}
.app .left {
	position:relative;
	float:left;
	width:175px;
}
.app .left a {
	display:block;
}
.app .left img.icon {
	width:175px;
	border-radius:30px;	
}
.app .left a.buy, .toplist .entry .right .buy, .blogroll .entry.postcontent .buy, .post.postcontent .buy {
	width:70px;
	border:2px solid #ef4723;
	padding:6px;
	margin:12px auto;
	border-radius:5px;
	text-align:center;
	font-size:1.6em;
	color:#000;
	font-weight:normal;
}
.app .left a.buy:hover, .toplist .entry .right .buy:hover, .blogroll .entry.postcontent .buy:hover, .post.postcontent .buy:hover {
	border-width:3px;
	background:#f0fff0;
	padding:5px;
	text-decoration:none;
}
.app .left a.buy img, .toplist .entry .right .buy img, .blogroll .entry.postcontent .buy img, .post.postcontent .buy img {
	margin:5px auto 0 auto;
	display:block;
}
.app .right {
	position:relative;
	float:right;
	width:430px;
}
.app .right h1 {
	font-size:1.5em;
	line-height:1.6em;
	margin:10px 0;
}
.app .right p {
	font-size:1.2em;
	line-height:1.3em;
	padding:0;
	margin:10px 0;	
}
.app .right div.format {
	color:#777;
	margin:23px 0;
}
.app .right div.format strong.plus, .entry .right .format strong.plus, .blogroll .entry.postcontent .format strong.plus, .post.postcontent .format strong.plus, .appformat strong.plus {
	display:inline-block;
	color:#fff;
	background:#ccc;
	padding:0px 3px;
	border-radius:4px;
	line-height:1.2em;
}
.app .right ul {
	list-style:none;
	margin:20px 0;
	padding:0;
	font-size:1.2em;
}
.app .right ul li {
	margin:2px 0;
}
.app .right div.shareline, .post.postcontent .shareline {
	position:relative;
	height:20px;
}
.app .right div.shareline div, .post.postcontent .shareline div {
	float:left;
	margin-right:14px;
}
.app .right div.shareline div.lead, .post.postcontent .shareline div.lead {
	padding-top:3px;
	margin-right:20px;
}
.description, .screens, .otherapps {
	position:relative;
	padding:20px 0 0 0;
}
.description h3, .screens h3, .otherapps h3 {
	padding:10px 0;
	border-top:1px solid #f3f3f3;	
}
.screens a, .otherapps a {
	position:relative;
	float:left;
	display:block;
	width:125px;
	height:125px;
	overflow:hidden;
	border:5px solid #333;
	background:#333;
	padding:0;
	margin:5px;
}
.screens a:hover, .otherapps a:hover {
	border-color:#ef4723;
}
.otherapps a {
	margin:3px;
	width:75px;
	height:75px;
	border-radius:15px;
}
.otherapps a img {
	display:block;
	height:75px;	
}
.screens a img {
	display:block;
}
.screens a img.h {
	height:125px;
}
.screens a img.p {
	width:125px;
}
.description ul.appchanges {
	margin:0;
	padding:0;
	list-style:none;
}
.description ul.appchanges li {
	margin:3px;	
}
.description ul.appchanges li strong {
	margin:0 10px;	
}
.shareboxright {
	position:relative;
	float:right;
	width:100px;
	margin:-10px 0 15px 15px;
	padding:5px 0 5px 15px;
	border-left:1px solid #ef4723;
}
.shareboxright div {
	margin:5px 0;	
}
.adBodyBlockList, .adBodyBlockBottom {
	position:relative;
	margin:10px 0;
}
.adBodyBlockList div, .adBodyBlockBottom div {
	position:relative;
	float:left;
}
.adBodyBlockAd {
	width:300px;
	padding:0px 3px;
}
.toplist {
	position:relative;
	margin:20px 0;
	border-top:2px solid #ef4723;
}
.toplist .entry {
	position:relative;
	padding:5px 10px;
	border-bottom:1px solid #ef4723;
	color:#444;
	font-size:1.1em;
	line-height:1.5em;
}
.toplist .entry a {
	color:#ef4723;
}
.toplist .entry a:hover {
	text-decoration:underline;
}
.toplist .entry a.normal {
	font-weight:normal;
}
.toplist .entry .left {
	position:relative;
	float:left;
	width:75px;
	margin:0;
	padding:7px 0;
}
.toplist .entry .left img {
	width:75px;
    height:75px;
	display:block;
	border-radius:15px;
}
.toplist .entry .right {
	position:relative;
	float:right;
	width:515px;
	margin:5px 0;
	padding:0;
}
.toplist .entry .right h2 {
	margin:0;
	line-height:1.1em;
}
.toplist .entry .right .buy {
	float:right;
	width:60px;
	margin:10px 0 0 10px;
}
.toplist .entry .right .format {
	color:#777;
	margin:3px 0;
}
.toplist .entry .right .description {
	margin:0;
	padding:20px 0 0 0;
}
.position {
	position:relative;
	top:-2px;
	font-size:0.8em;
	display:inline-block;
}
.position img {
	vertical-align:middle;
	padding:0 0 1px 0;
}
.position .up {
	color:#090;	
}
.position .down {
	color:#900;	
}
.hotapp {
	position:relative;
	text-align:center;
	margin:10px 0;
	padding:0 0 5px 0;
}
.hotapp img {
	width:75px;
	border-radius:15px;
	margin:0;
}
.hotapp a {
	display:block;
	margin:0;	
}
.oldprice {
	margin:4px 0 0 0;
	font-size:13px;
	text-decoration:line-through;
}
.filterbar {
	display:block;
	background:#eee;
	border:1px solid #bbb;
	margin:20px 0 0 0;
	padding:8px 10px 7px 10px;
	line-height:19px;
	font-size:17px;
	text-align:center;
}
.filterbar div, .filterbar select {
	display:block;
	float:left;
	margin:0 8px;
}
.prevnext {
	position:relative;
	margin:20px 0;
}
.prevnext a {
	font-size:15px;
	font-weight:bold;
	border:1px solid #d84220;
	background:#f6f6f6;
	text-decoration:none;
	width:160px;
	display:block;
	text-align:center;
	padding:4px 1px;
	color:#d84220;
}
.prevnext .older {
	float:left;
}
.prevnext .newer {
	float:right;
}
.blogroll .entry {
	position:relative;
	margin:15px 0 45px 0;
	padding:0 0 35px 0;
	border-bottom:2px solid #ef4723;
}
.blogroll .entry.appresults {
	border-top:2px solid #ef4723;
    display: block;
    overflow: hidden; 
    padding: 30px 15px 40px 15px;
    margin-bottom: 15px;
    text-align: center;
}
.blogroll .entry.appresults.list {
    text-align: left;
}
.blogroll .entry.appresults.list .appBtn {
    display: block;
    position: relative;
}
.blogroll .entry.appresults .appBtn {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.blogroll .morePostsBtn > a:link,
.blogroll .morePostsBtn > a:hover,
.blogroll .morePostsBtn > a:active,
.blogroll .morePostsBtn > a:visited,
.blogroll .entry.appresults > a:link,
.blogroll .entry.appresults > a:hover,
.blogroll .entry.appresults > a:active,
.blogroll .entry.appresults > a:visited {
    color: #ef4723;
    font-weight: normal;
}
.blogroll .entry.appresults .appBtn img {
    width: 60px;
    height: 60px;
    margin: 10px 10px 0 10px;
    border-radius: 10px;
}
.blogroll .entry.appresults .appBtn .appBtnText {
    text-align:center;
    width: 85px;
    max-height:1em;
    overflow:none;
}
.blogroll .entry.appresults.list .appBtn .appBtnText {
    text-align: left;
    width: auto;
    position: absolute;
    top: 0;
    left: 80px;
}
.blogroll .entry.appresults.list .appBtn .appBtnText h2 {
    color: #ef4723;
    margin-bottom: 0;
    max-height:1.5em;
    overflow:hidden;
}
.blogroll .entry.appresults.list .appBtn .appBtnText h2:hover {
    text-decoration:underline;
}
.blogroll .entry.appresults.list .appBtn .appBtnText > div {
    color: #ef4723;
}
.blogroll .entry.appresults.list .appBtn .appBtnText > div > span {
    color: black;
}
.blogroll .morePostsBtn,
.blogroll .entry.appresults .moreAppsBtn {
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.blogroll .prevnext .page {
    position: absolute;
    bottom: 5px;
    left: 50%;
}
.blogroll .prevnext .page .pageNo {
    position: relative;
    left: -50%;
}
.blogroll .entry.appresults .moreAppsBtn a:link,
.blogroll .entry.appresults .moreAppsBtn a:hover,
.blogroll .entry.appresults .moreAppsBtn a:active,
.blogroll .entry.appresults .moreAppsBtn a:visited {
    color: #ef4723;
}
.blogroll .entry .left {
	position:relative;
	width:100px;
	float:left;
	padding-top:3px;
	margin:0 20px 10px 0;
}
.blogroll .entry .left img.icon {
	width:100px;
	border-radius:15px;	
}
.blogroll .entry.postcontent .buy, .post.postcontent .buy {
	display:block;
	margin-top:7px;
	width:60px;
	padding:9px 9px 6px 9px;
}
.blogroll .entry.postcontent .buy:hover, .post.postcontent .buy:hover {
	padding:8px 8px 5px 8px;
}
.blogroll .entry.postcontent .buy img, .post.postcontent .buy img {
	margin-top:8px;
}
.blogroll .entry.postcontent h2 {
	font-size:18px;
	line-height:28px;
}
.blogroll .entry.postcontent h2 a { 
	color:#d84220;
	font-weight:bold;
	text-decoration:none;
}
aside#rightcommon .rightitem.cats ul {
	padding:0 8px;
}
aside#rightcommon .rightitem.cats ul li span {
	font-size:11px;
	padding-left:3px;
}
aside#rightcommon .rightitem.latest div {
	border-bottom:1px dashed #D8CFC1;
	padding:5px 0;
}
aside#rightcommon .rightitem.latest div:first-of-type {
	padding:0 0 5px 0;
}
aside#rightcommon .rightitem.latest div a {
	font-weight:bold;
}
aside#rightcommon .rightitem.latest div span {
	font-size:15px;
	font-weight:bold;
	color:#b4ab9d;
	padding-left:3px;
}
.postedby {
	font-size:1.1em;
}
.blogroll .entry.postcontent .body {
	margin-top:15px;
}
.blogroll .entry.postcontent .body img, .post.postcontent .body img {
	max-width:600px;
}
.blogroll .entry.postcontent .body p.center.doubleimg img, .post.postcontent .body p.center.doubleimg img {
	width:300px;
	margin:0 5px;
}
.blogroll .entry.postcontent .body h3 {
	margin:0;	
}
.bottomline {
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
}
.topbox {
	border:1px solid #ef4723;
	padding:10px;
	background:#fafafa;
	font-size:15px;
	line-height:20px;
	color:#111;
	margin:0 0 10px 0;
}
.topbox img.starscore {
	vertical-align:middle;
	margin-top:-4px;
}
.blogroll .entry.postcontent .format {
	font-size:14px;
}
.blogroll .entry.postcontent .body .bodycont a {
	font-size:1.1em;
	font-weight:bold;
}
.caption.alignright {
	float:right;
	margin:0 0 15px 15px;
}
.caption img {
	width:100%;
	margin:0;
	display:block;
}
.caption p.center {
	padding:0;
}
.post {
	position:relative;
}
.post.postcontent .left {
	position:relative;
	float:left;
	width:100px;
	margin:0 20px 0 0;
	padding:0;
}
.post.postcontent.review .left {
	width:175px;
	margin-top:10px;
}
.post.postcontent .left img.icon {
	width:100px;
	display:block;
	border-radius:20px;
	margin:0 0 15px 0;
}
.post.postcontent.review .left img.icon {
	width:175px;
	border-radius:35px;
}
.post.postcontent .format {
	color:#777;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	margin:20px 0;
}
.post.postcontent .headpart {
	font-size:1.1em;
}
.post.postcontent.review .headpart {
	float:left;
	width:420px;
}
.post.postcontent .shareline {
	margin-top:14px;
	height:19px;
}
.post.postcontent .headpart .shareline.rev {
	margin-top:14px;
	height:19px;
	padding:0 0 25px 0;
	border-bottom:1px solid #ccc;
}
.post.postcontent .headpart .rating img, .postcontent .rating img {
	vertical-align:middle;
	margin-top:-4px;
}
.post.postcontent h1 {
	font-size:18px;
}
.post.postcontent h1 a {
	color:#d84220;
	font-weight:bold;
}
.post.postcontent.review h1 {
	font-size:1.6em;
	line-height:1.7em;
	margin:10px 0 0 0;
}
.post.postcontent.review h1 a {
	color:#000;
	text-decoration:none;
}
.post.postcontent .headpart .strap {
	color:#ef4723;
	font-style:italic;
	font-weight:bold;
	margin:20px 0;
}
.post.postcontent.review .body {
	padding-top:10px;
}
.post.postcontent .screens {
	padding:10px 0 10px 20px;
}
.catsntags {
	font-weight:bold;
	margin:0 0 15px 0;
}
.catsntags div {
	margin:15px 0;
}
.catsntags a {
	font-weight:bold;
}
.adBodyBlockBottom {
	padding:30px 0 10px 0;
	margin:20px 0 0 0;
	border-top:dotted 4px #f6f4f4;
}
.related {
	padding:10px 0 0 0;
	margin:20px 0 0 0;
	border-top:dotted 4px #f6f4f4;
}
.smallnote {
	font-style:italic;
	border-top:dotted 4px #f6f4f4;
	border-bottom:dotted 4px #f6f4f4;
	margin-top:40px;
	padding:20px 10px;
	font-size:0.95em;
}
.appformat {
	color:#777;
}
.post.postcontent .postedby {
	font-size:1em;
}
#featured .by a {
	color:#000;
	font-weight:bold;
}
.rev_strap {
	margin:12px 0;
}
.rev_jump {
	font-size:1.1em;
}
.rev_right {
	float:right;
	width:500px;
	margin-top:-12px;
}
.saleList {
    position: relative;
    margin: 0;
    padding: 10px 0;
    color: #111;
    line-height: 20px;
    border-bottom: 1px solid #ef4723;
    font-size: 10pt;
    line-height: 14pt;
}
.appDetails {
    position: relative;
    margin: 10px 0;
    padding: 15px 0;
    color: #111;
    line-height: 20px;
    border-top: 1px solid #ef4723;
    border-bottom: 1px solid #ef4723;
    font-size: 10pt;
    line-height: 14pt;
}
.appDetails.noOpts {
    border-top: 0;
    height: auto;
}
.saleList .boxLeft,
.appDetails.noInfo .boxLeft {
    position: absolute;
    margin: 20px 0 0 5px;
}
.appDetails .boxLeft {
    position: absolute;
    margin: 10px 0 0 0;
}
.saleList .boxLeft {
    top: 0;
    margin-top: 10px;
}
.appDetails .boxLeft {
    top: 0;
}
.saleList .boxLeft img,
.appDetails .boxLeft img {
    border-radius: 20px;
}
.saleList .boxLeft img {
    width: 100px;
}
.appDetails.noInfo .boxLeft img {
    width: 62px;
    border-radius: 10px;
}
.appDetails .boxLeft img {
    width: 100px;
}
.saleList .boxMiddle h2,
.appDetails .boxMiddle h2 {
    margin: 0;
    line-height: inherit;
    padding-bottom: 4px;
}
.saleList .boxMiddle h2 a,
.appDetails .boxMiddle h2 a {
    font-weight: bold;
    font-size: 22px;
}
.saleList .boxMiddle .appFormat,
.appDetails .boxMiddle .appFormat {
    color: #777;
}
.saleList .boxMiddle .appFormat .universalAppIcon,
.appDetails .boxMiddle .appFormat .universalAppIcon {
    color: #fff;
    font-weight: bolder;
    background-color: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 3px;
    margin: 0 5px 0 0;
}
.saleList .boxMiddle .appInfo {
    height: 65px;
}
.saleList .boxMiddle {
    padding: 0 115px;
}
.appDetails.noInfo .boxMiddle {
    height: 54px;
    padding: 10px 0;
}
.appDetails .boxMiddle {
    height: 90px;
}
.appDetails .boxMiddle.appImg {
    padding-left: 115px
}
.appDetails.noInfo .boxMiddle.appImg {
    padding-left: 80px;
}
.appDetails .boxMiddle.appPrice {
    padding-right: 110px;
}
.saleList .boxRight,
.appDetails .boxRight {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #000;
    border: 2px solid #ef4723;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 5px 6px 2px 6px;
    margin: 20px 5px 0 10px;
}
.saleList .boxRight h2,
.appDetails .boxRight h2 {
    line-height: inherit;
    font-weight: normal;
}
.saleList .boxRight h2 {
    margin: 0 0 5px 0;
    line-height: inherit;
    font-size: 21px;
}
.appDetails .boxRight h2 {
    margin: 5px 10px;
    line-height: inherit;
}
.appDetails.noOpts .boxRight {
    top: 0;
}
.aligncenter {
	text-align:center;
	margin:0 auto;
	margin-bottom:15px;
	font-style:italic;
	color:#777;
}
.watch_icon_standard, .hotapp img.watch_icon_standard, .toplist .entry .left img.watch_icon_list, .watch_icon_large, .post.postcontent .body img.watch_icon_list, section#featured .entry .left img.watch_icon_standard, .toplist .entry .left img.tv_icon_list {
	position:absolute;
	top:65px;
	left:-8px;
	width:46px;
	height:auto;
	border-radius:23px;
	box-shadow:1px 1px 8px #333;
	z-index: 3;
}
.watch_icon_large {
	top:116px;
	width:74px;
	border-radius:37px;
}
.toplist .entry .left img.watch_icon_list {
	top:60px;
	width:36px;
	border-radius:18px;
}
.hotapp img.watch_icon_standard {
	top:48px;
	width:30px;
	left:10px;
	border-radius:15px;
}
.toplist .entry .left img.tv_icon_list {
	width: 65px;
	height: auto;
	border-radius: 2px;
	left: 13px;
	top: 70px;
	z-index: 2;
}
.toplist .entry .left a.tvImg img {
	height: auto;
	border-radius: 2px;
}
.tv_icon_large {
	position: relative;
	border-radius: 2px;
	width: 140px;
	margin-left: 40px;
	margin-top: -30px;
	box-shadow:1px 1px 8px #333;
	z-index: 2;
}
.tv_icon_large_main {
	width: 175px;
	border-radius: 2px;
}
.alsoOn {
	margin-top: 8px;
}
.alsoOnList {
	margin-bottom: 5px;	
	color: #777;
}

/*****************/
/* MEDIA QUERIES */
/*****************/
    
.mobileHide {
    display: inline-block;
}

.desktopHide {
    display: none;
}

@media all and (max-width: 768px) {
    .mobileHide {
        display: none;
    }
    
    .desktopHide {
        display: inline-block;
    }
    
    header {
        width: auto;
        height: auto;
        margin-bottom: 0;
        
        text-align: center;
    }
    
    header nav#networkbar > ul li {
        margin: 0;
        padding: 0 12px;
    }
    
    header > nav#networkbar > ul#topbar > li:not(.more) {
        display: none;
    }
    
    header nav#networkbar > ul li.more:hover ul {
        display: block;
    }
    
    header nav#networkbar > ul li.more ul {
        left: -10px;
    }
    
    header > div#row1 {
        margin: 8px auto;
    }
    
    header > div#row1 > div.logo {
        float: none;
        margin: 0 auto;
        display: inline-block;
    }
    
    header > div#row1 > div.soc {
        display: inline-block;
        float: none;
    }
    
    header > nav#row2 {
        height: auto;
        overflow: hidden;
        width: 100%;
    }
    
    header > nav#row2 > ul {
        height: auto;
        float: none;
        display: block;
    }
    
    header > nav#row2 > form {
        display: inline-block;
        float: center;
    }
    
    header > nav#row2 > ul > li {
        float: none;
        display: inline-block;
        margin: 0 auto;
        border: 0;
        padding: 0;
    }
    
    header > div#bgskinMobile {
        background: #000;
        width: 100%;
        height: 188px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    
    header > div#bgskinMobile > div {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
    
    body {
        margin-bottom: 0 !important;
    }
    
    body > div#bgskin {
        min-width:inherit;
    }
    
    aside#header-leader {
        display: none;
    }
    
    section#middle {
        width: auto;
        margin-top: -10px;
    }
    
    section#middle > nav#subnav {
        height: auto;
    }
    
    section#middle > nav#subnav > ul {
        height: auto;
        overflow: hidden;
        text-align: center;
    }
    
    section#middle > nav#subnav > ul > li {
        border: 0;
        float: none;
        display: inline-block;
    }
    
    section#middle > section#featured {
        padding: 0 10px 15px 10px;
        text-align: center;
    }
    
    section#middle > section#featured > div.pair > div.entry {
        width: 100%;
        text-align: left;
        display: inline-block;
    }
    
    section#middle > section#featured > div.pair > div.entry > div.left {
        margin: 0 10px;
        float: left;
    }
    
    section#middle > section#featured > div.pair > div.entry > div.right {
        float: none;
        width: auto;
        margin-left: 110px;
    }
    
    section#middle > section#featured > div.pair > div.entry > div.right > div.rating {
        padding-left: 10px;
    }
    
    section#middle > section#featured > div.pair > div.entry > div.right > div.more {
        margin-left: 10px;
    }
    
    section#middle > section#featured div.entry > div.right > div.strap {
        margin: 0 10px;
    }
    
    section#middle > section#mainbody {
        width: auto;
        padding: 15px;
        margin: 10px 0;
        float: none;
    }
    
    section#middle > section#mainbody > div.blogroll > div.postcontent > div.body > p.center {
        text-align: left;
    }
    
    section#middle > section#mainbody > div.blogroll > div.postcontent > div.left,
    section#middle > section#mainbody > div.blogroll > div.postcontent > div.rev_right {
        float: left;
        width: auto;
    }
    
    section#middle > section#mainbody > div.blogroll > div.postcontent > div.left ~ div.rev_right {
        float: none;
        margin-left: 120px;
    }
    
    section#middle > section#mainbody > div.blogroll > div.postcontent > div.left {
        text-align: center;
    }

    section#middle > section#mainbody > div.blogroll > div.postcontent > div.rev_right {
        margin-top: 0;
    }
    
    section#middle > section#mainbody > div.blogroll > div.postcontent > div.body img:not(.starscore),
    section#middle > section#mainbody > div.post.postcontent > div.body img:not(.starscore) {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    
    section#middle > section#mainbody > div.post.postcontent.review > div.headpart {
        width: auto;
        float: none;
    }
    
    section#middle > section#mainbody > div.post.postcontent.review > div.headpart > div.shareline {
        width: 100%;
        height: auto;
    }
    
    section#middle > section#mainbody > div.posthead.app > div.left {
        width: 100px;
        margin-top: 20px;
    }
    
    section#middle > section#mainbody > div.posthead.app > div.left > a > img.icon {
        width: 100px;
    }
    
    .watch_icon_large {
		top:65px;
		width:46px;
		border-radius:23px;
	}
    
    section#middle > section#mainbody > div.posthead.app > div.right {
        float: none;
        margin-left: 110px;
        width: auto;
    }
    
    section#middle > section#mainbody > div.blogroll > div.postcontent > div.body iframe,
    section#middle > section#mainbody > div.post.postcontent > div.body iframe {
        width: 100% !important;
    }
    
    section#middle > section#mainbody > div.toplist > div.entry > div.left {
        margin-right: 15px;
    }
    
    section#middle > section#mainbody > div.toplist > div.entry > div.right {
        float: none;
        width: auto;
    }
    
    section#middle > section#mainbody > div.toplist > div.entry > div.right > h2 {
        margin-right: 75px;
    }
    
    section#middle > section#mainbody div.postcontent > div.body > center > div.fullWidthVideo {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
    }
    
    section#middle > section#mainbody div.postcontent > div.body > center > div.fullWidthVideo > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    
    section#middle > section#mainbody div.adBodyBlockList,
    section#middle > section#mainbody > div.adBodyBlockBottom {
        text-align: center;
    }
    
    section#middle > section#mainbody div.adBodyBlockList > div.adBodyBlockAd,
    section#middle > section#mainbody > div.adBodyBlockBottom > div.adBodyBlockAd {
        float: none;
        display: inline-block;
    }
    
    section#middle > aside#rightcommon {
        float: none;
        width: auto;
        border: 0;
        padding: 0;
    }
    
    section#middle > aside#rightcommon > div.rightitem:first-of-type > div:not(:first-of-type) {
        margin: 0 auto;
    }
    
    footer {
        width: auto;
        padding-bottom: 50px;
    }
    
    section#middle > section#mainbody > div.post.postcontent > div.body div.appDetails img {
		width:100px;
	}
    section#middle > section#mainbody > div.post.postcontent > div.body div.appDetails img.watch_icon_list {
		position:absolute;
		top:65px;
		left:-8px;
		width:46px;
		height:auto;
		border-radius:23px;
		box-shadow:1px 1px 8px #333;
	}

@media all and (min-width: 480px) {

    div#ismobileAd {
        display: none;
    }
    
    footer {
        padding-bottom: 0;
    }

}