@import url(/css/menu.css);

body
{
	font-family: 'myriad','Lucida Grande', Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 20px;
	background-color: #F2F2F2;
/*	background-image: url(/images/background.png);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

a
{
	color: #2FAEED;
	text-decoration: none;
}

a.more
{
	font-size: 8pt;
	color: #0088cc;
	background-image: url(/images/arrow_small_blue.png);
	background-position: center right;
	padding-right: 8px;
	padding-left: 15px;
	background-repeat: no-repeat;
}

#content a.external
{
	background-image: url(/images/icon_external_link.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}

#content a.external.source, #content .nav a.external, #sharethis a.external, .meta a.external
{
	background-image: none;
	padding: 0;
}

h1 a, h2 a
{
	color: black;
}

#wrapper
{
	width: 994px;
	margin-left:auto;
	margin-right:auto;
}

#contentWrapper
{
	margin-top: 12px;
}

#content
{
	float: left;
	width: 646px;
	margin-right: 12px;
}

#footer
{
	background-color: white;
	clear:both;
}

#menu
{
	background-image: url(/images/menu_background.png);
	background-repeat: no-repeat;
	min-height: 35px;
	color: white;
	line-height: 35px;
}

#search input
{
	width: 180px;
	height: 15px;
	background-color: transparent;
	border: 0;
}

#search
{
	float: right;
	margin-top:8px;
	margin-right: 20px;
}

#header h1
{
	display: none;
}

#header
{
	
}

#logo
{
/* 	background-image: url(/images/header_transition_overlay.png); */
	background-repeat: no-repeat;
}

#logo img
{
	
}

.spacer
{
	clear: both;
}

#sidebar
{
	float: left;
	width: 336px;
}


/* boxxxxxxxxxes! :D */
dl.box dd
{
	border: 1px solid #DBDBDB;
	border-top: 0;
	padding: 10px;
}

#sidebar dl.box dd
{
	padding:0;
}

dl.box
{
	margin-bottom: 12px;
}

dl.box dt
{
	background-image: url(/images/box_header.png);	
	padding-left: 10px;
	font-weight: bold;
	min-height: 29px;
	line-height: 29px;
}

dl.box dt span
{
	background-image: url(/images/box_header.png);	
	background-position: right top;
	display: block;
	float: right;	
}

.button
{
	background-image: url(/images/button_blue.png);
	background-position: top left;
	height: 24px;
	float: left;
	line-height: 24px;
	width: 120px;
	text-align: center;
}

.button a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

/**** article list *****/

ul li.article
{
	margin: 10px;
	clear:left;
	min-height:110px;
	clear: right;
	border-bottom: 1px solid #dedede;
	cursor: pointer;
}

ul li.article.last
{
	border-bottom: 0;
	margin-bottom:0;
}

ul li.tweet
{
	padding: 4px;
}

.thumbnail
{

	-o-box-shadow: 1px 1px 10px #D4D4D4;
	-icab-box-shadow: 1px 1px 10px #D4D4D4;
	-khtml-box-shadow: 1px 1px 10px #D4D4D4;
	-moz-box-shadow: 1px 1px 10px #D4D4D4;
	-webkit-box-shadow: 1px 1px 10px #D4D4D4;
	box-shadow: 1px 1px 10px #D4D4D4;
}

ul li.article .thumbnail
{
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 10px;
	width: 75px;
	height:75px;
	overflow: hidden;
}

ul li.article .thumbnail img
{
	border: 1px solid #D4D4D4;
	width: 73px;
}

ul li.article h2
{
	font-size: 1.6em;
	margin-top: 20px;
	margin-bottom: 5px;
	float: left;
	width: 500px;
}

ul li.article .meta
{
	float: left;
	height: 20px;
	width: 480px;
}

.date
{
	color: #959595;
}

ul li.article p
{
	padding-right:20px;
	line-height: 1.5em;
	font-size: 11px;
}


/**** iphone styled list ****/
ul.iphone ul, ul.iphone li
{
	background-color: white;
}

ul.iphone li a
{
	color: black;
}

ul.iphone li
{
	font-weight: bold;
	border-bottom: 1px solid #DBDBDB;
	padding: 5px;
}

li.tweet
{
	height: 52px;
	overflow:hidden;
	border-bottom: 1px solid #DBDBDB;
}

li.tweet a.text
{
	color: black;
}

li.tweet img
{
	float:left;
	margin: 2px;
	margin-right: 5px;
	width: 48px;
	height: 48px;
}

ul.iphone li:hover
{
	/*background-image: url(/images/selection.png);*/
	background-repeat: repeat-x;
	background-color: #007ab7;
	color: white;
}

li:hover .source
{
	color: white !important;
}

.long, .commentCounter
{
	display:none;
}


ul.iphone img.avatar
{
	width: 42px;
	height:42px;
	margin-top:-5px;
	margin-left:-5px;
	margin-right: 5px;
	float:left;
}

ul.iphone li:hover a
{
	color: white;
}


/*** newsletter box ****/ 
#newsletter img
{
	float: left;
	margin-right: 10px;
}

#newsletter
{
	margin-bottom: 10px;
	height: 70px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#newsletter h2
{
	padding-top: 5px;
}

#newsletter input
{
	width: 240px;
}

/**** pager ****/

.pages
{	
	float: right;
	height: 23px;
	margin-top:10px;
	margin-bottom:10px;
	line-height: 23px;
	color: #dedede;
	font-size: 8pt;
	text-align: center;
}

.pages li .current
{
	color: #2FAEED !important;
	font-weight: bold;
}

.pages li
{
	float: left;
	background-repeat: repeat-x;
}

.pages li.page
{
	background-image: url(/images/pager_background.png);
}

.pages li.page a, .pages li.page span
{
	padding-left: 7px;
	padding-right: 10px;
	color: #58595b;
	width: 35px;
}

#copyright
{
	margin-top: 10px;
	margin-bottom: 40px;
}

/**** ads ****/
.ad_336x280
{
	text-align: center;
/* 	margin-bottom: 10px; */
}

#mostread
{
	border: 1px solid #d9d9d9;
	height: 300px;
	padding: 10px;
}

dl.list dt
{
	background-image: url(/images/list_header.png);
	background-repeat: no-repeat;
	height: 3px;
	overflow: hidden;
}

dl.list
{
	background-image: url(/images/list_background.png);
}

dl dd.footer
{
	background-image: url(/images/list_footer.png);
	height: 44px;
	text-align: right;
	line-height: 44px;
	padding-right: 10px;
}

.footer a.more 
{
	background-image: none;
	padding-right:0;
}

.footer a.more img
{
	margin-top:10px;
}

/**** footer ****/
#apps, #stock, #contact, #mostReadHomepage
{
	width: 310px;
	float: left;
	margin:10px;
	margin-top:15px;
	margin-bottom: 15px;
	margin-right:0;
	border-right: 1px solid #d9d9d9;
	height: 266px;
}

#stock a
{
	color: rgb(0, 136, 204);
	font-weight: bold;
}

#stock li, #mostReadHomepage li, #iPhoneClub li
{
	color: rgb(136, 136, 136);
	margin-bottom: 5px;
}

#iPhoneClub{
    border-bottom:1px solid #d9d9d9;
    padding:5px;
    background-color:white;
}

#mostReadHomepage li{
    font-weight:bold; 
}

#footer
{
	border: 1px solid #d9d9d9;
	margin-top:10px;
}

#footer h2
{
	font-size: 1.5em;
	line-height: 36px;
	margin-bottom: 20px;
}

#footer h2 img
{
	margin-right: 10px;
}

#contact
{
	border:0;
	width:300px;
}

#contact h3
{
	margin-bottom: 20px;
}

#contact p
{
	margin-top: 20px;
}

#stock
{
	padding-right:10px;
}

h2 img
{
	vertical-align: middle;
}

img.icon
{
	float: left;
	margin-right:5px;
	margin-bottom: 5px;
}

#copyright
{
	background-image: url(/images/logo_footer.png);
	background-repeat: no-repeat;
}

#onemorething li, #stock li, #related li, #mostReadHomepage li, #iPhoneClub li
{
	display:block;
	height: 17px;
	overflow: hidden;
}

#copyright li
{
	float: left;
}

#copyright li a
{
	color: #959595;
	margin-right: 5px;
	border-right: 1px solid #959595;
	padding-right: 5px;
}

#copyright ul
{
	line-height: 44px;
	height: 44px;
	margin-left: 160px;
}


#topApps img, #newApps img
{
	width: 32px;
	height: 32px;
}

#topApps img, #newApps img
{
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
	float:none;
}

#topApps li, #newApps li
{
	line-height: 44px;
	background-color: white;
	border-bottom: 1px solid rgb(219, 219, 219);
}

#topApps li .counter, #newApps li .counter
{
	margin-left: 5px;
	font-size: 20px;
	width: 25px;
	display:block;
	float: left;
}

#topApps li a, #newApps li a
{
	color: black;
	font-weight: bold;
}


.portlet-header div
{
	float: right;
	margin-top:6px;
	margin-right:5px;
	cursor: pointer;
}

#tweets
{
	overflow:hidden;
}

#sites, #sites a
{
	color: rgb(149, 149, 149);
}

#sites a
{
	font-weight: bold;
}

#sites
{
	font-size: 10px;
}

#sites img
{
	margin-top: 5px;
}

#poll
{
	background-color: white;
}

#poll .poll
{
	border-bottom: 1px solid #bdbdbd;
	padding: 10px;
	padding-bottom:0;
}

#poll .totalvotes
{
	display:none;
}

#poll .title
{
	font-weight:bold;
}

#poll label
{
	display:block;
}

#poll .poll_result
{
	background-image: url(/images/selection.png);
	background-repeat: repeat-x;
	background-color: #bdbdbd;
}

#poll .results label
{
	margin-bottom: 10px;
	font-weight: bold;
}

#poll .poll_question
{
	margin-bottom: 10px;
}

#poll .pollsubmit
{
	margin-bottom: 10px;
}

#ad
{
	border: 1px solid #bdbdbd;
	margin-bottom: 10px;
	cursor:pointer;
}
#lastComments li
{
	border-bottom: 1px solid #D4D4D4;
}

#lastComments li.dsq-widget-item
{
	margin:0 !important;
	padding: 10px;
}

.commentCounter
{
	float: right;
	width: 30px;
	background-image: url(/images/comments.png);
	background-repeat: no-repeat;
	font-size: 10px;
}

.commentCounter a
{
	float: right;
	display:block;
	width: 10px;
	height: 16px;
	overflow:hidden;	
}

#followus .portlet-content
{
	background-color:white;
	border-bottom: 1px solid #bdbdbd !important;
	text-align: center;
}

#followus img
{
	margin:10px;
}

#hotcold
{
	width: 990px;
	background-image: url(/images/hotcold_background.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin-bottom:20px;
}

#hotcold #products
{
	width: 990px;
	background-image: url(/images/hotcold.png);
	background-repeat: no-repeat;
	min-height:800px;
	background-position: top center;
}

#hotcold .footer
{
	background-image: url(/images/hotcold_footer.png);
	background-repeat: no-repeat;
	height: 6px;
	background-position: top center;
}

#hotcold ul
{
	border: 1px solid red;
}

#hotcold li
{
	border: 1px solid green;
}

#hotcold dl
{
	position: absolute;
	z-index:1;
	border: 1px solid #d1d0d1;
	width: 50px;
	height:50px;
	cursor: pointer;
	top:0px; /*fix for Google Chrome */
}

#hotcold .product dt
{
	display:none;
}

#hotcold .product dd.description
{
	display:none;
}

#hotcold .product .thumbnail img
{
	width: 50px;
	height: 50px;
}

#hotcold .product.littleold
{
	width: 45px;
	height:45px;
}

#hotcold .product.littleold .thumbnail img
{
	width: 45px;
	height: 45px;
}


#hotcold .product.old
{
	width: 35px;
	height:35px;
}

#hotcold .product.old .thumbnail img
{
	width: 35px;
	height: 35px;
}


#hotcold .product.veryold
{
	width: 25px;
	height:25px;
}

#hotcold .product.veryold .thumbnail img
{
	width: 25px;
	height: 25px;
}

#hotcold .product.ancient
{
	width: 15px;
	height: 15px;
}

#hotcold .product.ancient .thumbnail img
{
	width: 15px;
	height: 15px;
}


#hotcold .product.active
{
	width: 100px;
	height: 100px;
	z-index: 2000 !important;
	border: 1px solid black;
}


#hotcold .product.active .thumbnail img
{
	width: 100px;
	height: 100px;
}

#videoheader
{
    margin-bottom:0;
    width:625px;
}

.ad_tile_1
{
    margin-bottom:12px;
}

#hotThumb, #coldThumb
{
    width:60px;
    height:60px;
    margin-right:20px;
    margin-left:10px;
}

#hotThumb
{
    border: solid 1px #e94;    
}

#coldThumb
{
    border: solid 1px #7df;
}

.hotColdTitle
{
    margin-top:5px;
    padding:0;
    font-weight:bold;
}

.hotColdDescription
{
    font-size:10px;
}

.hotColdLink
{
    color:#0088cc !important;
    font-size:10px !important;
    font-weight:bold;
    float:right;
}

#hotCold div{
    clear:both;
    padding:5px;
    height:70px;
}

#hotColdSideBarTable
{
    border:none;
    width:290px;
    background-color:white;
}

.hotColdSideBarTableCell
{
   vertical-align:top;
   padding:10px 0;
}

#authorBio
{
    font-weight:normal !important;
}

#authorBio a
{
   color: #2faeed !important; 
}

#appOfTheWeek p
{
    font-size:10px;
}

#customBox dd
{
    border:none;
    padding:0;
}

a#thumbUp
{
    display:block;
    width:25px;
    height:30px;
    float:left;
    background: url("/images/icons/icons.gif") no-repeat scroll 6px -436px transparent;
}

a#thumbDown
{
    display:block;
    width:25px;
    height:30px;
    float:left;
    background: url("/images/icons/icons.gif") no-repeat scroll 2px -474px transparent;
}

span#hotColdScore
{
    display:block;
    float:left;
    height:30px;
    margin-top:7px;
    margin-left:5px;
}

div#hotColdUserRateBox
{
    clear:both;
    height:30px;
    width:140px;
    float:left;
}

#videoBlock{
    margin-bottom:10px;
}
.dsq.comment-message
{
    font-weight:normal;
}