body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:.75em;
	background:#eee;

	background: url("../images/fotolia.jpg") no-repeat center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 	
}

#fbPNG{
	display:none;
}

.ws-container{
	width:580px;
	height:200px;
	padding-top:100px;
}

.smallish{
	font-size:.75em;
}

#wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;	
	background:#fff;
	min-height:600px;
	overflow:auto;
	color:#000;	
	background:#fff;
	border:1pt solid #888;
}

#nav{
	width:1000px;
	margin-left:auto;
	margin-right:auto;	
}

#header{
	background-image:url('../images/nheader.png');
	background-repeat: no-repeat;
	height:253px;
	overflow:hidden;
}

.rounded{
	-moz-border-radius: 10px;
	border-radius: 10px;
}	

#rssLeft{
	float:left;
	width:250px;
	height:auto;
	margin-left:30px;
	margin-top:15px;
	margin-bottom:15px;
	background:#fff;
}

#contentRight{
	float:right;
	width:620px;
	height:400px;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:30px;
	background:#fff;
}

#content{
	width:900px;
	min-height:400px;
	margin-top:15px;
	margin-bottom:15px;
	background:#fff;
	height:auto;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.blueGradient{
		/* IE10 Consumer Preview */ 
		background-image: -ms-linear-gradient(top, #3C69D2 0%, #1B3A82 50%, #3C69D2 100%);		
		/* Mozilla Firefox */ 
		background-image: -moz-linear-gradient(top, #3C69D2 0%, #1B3A82 50%, #3C69D2 100%);		
		/* Opera */ 
		background-image: -o-linear-gradient(top, #3C69D2 0%, #1B3A82 50%, #3C69D2 100%);		
		/* Webkit (Safari/Chrome 10) */ 
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3C69D2), color-stop(0.5, #1B3A82), color-stop(1, #3C69D2));		
		/* Webkit (Chrome 11+) */ 
		background-image: -webkit-linear-gradient(top, #3C69D2 0%, #1B3A82 50%, #3C69D2 100%);		
		/* W3C Markup, IE10 Release Preview */ 
		background-image: linear-gradient(to bottom, #3C69D2 0%, #1B3A82 50%, #3C69D2 100%);		
}	

#rssFeedHeader{
	padding-top:20px;
	vertical-align:middle;
	height:30px;
	color:#fff;
	font-weight:bold;
	text-align:center;
  -moz-border-radius-topRight: 10px;
  -moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;	
	border-top-left-radius: 10px;	
	width:102%;		
	margin-left:-3px;
}

#cContentHeader{
	padding-top:20px;
	vertical-align:middle;
	height:30px;
	color:#fff;
	font-weight:bold;
	text-align:center;
  -moz-border-radius-topRight: 10px;
  -moz-border-radius-tpleft: 10px;
	border-top-right-radius: 10px;	
	border-top-left-radius: 10px;			
	width:100.5%;		
	margin-left:-3px;	
}

#contentHeader{
	padding-top:20px;
	vertical-align:middle;
	height:30px;
	color:#fff;
	font-weight:bold;
	text-align:center;
  -moz-border-radius-topRight: 10px;
  -moz-border-radius-tpleft: 10px;
	border-top-right-radius: 10px;	
	border-top-left-radius: 10px;			
	width:101%;		
	margin-left:-3px;	
}

#rssContent{
	padding:10px;
	height:auto;
	word-wrap:break-word;
}

#cContent{
	padding:10px;
}

.box{
	height:auto;
	position: relative;
	padding: 0px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.box:before, .box:after{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 18px;
	bottom: 18px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

.box:after{
	left: auto;
	right: 18px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

#gCamFrame{
	width:640px;
	height:480px;
}

#gCamHolder{
	text-align:center;
}


.pointMe{
	cursor:pointer;
}

#techCrunch{
  display:none;
	float:right;
	width:400px;
	padding:10px;
	border:1pt solid #ccc;
	margin-right:5px;
	margin-top:15px;
}

#digitalTrends{
  display:none;
	float:left;
	width:400px;
	padding:10px;
	border:1pt solid #ccc;
	margin-left:30px;
}

#gadgetFeed{
	display:none;
	float:right;
	width:400px;
	padding:10px;
	border:1pt solid #ccc;
	margin-right:28px;
	margin-top:15px;
}

#newsUL{
	float:left;
	width:400px;
	padding:10px;
	border:1pt solid #ccc;	
}

#dialUp th{
	border-bottom:1pt solid #777;
	background:#ccc;
}

.payLab{
	display:inline-block;
	width:320px;
	text-align:left;
}

.ctr{
	text-align:center;
}

#allPosts{
	margin-bottom:10px;
}

.ital{
	font-style:italic;
}

.lblClass{
	display:inline-block;
	text-align:right;
	width:240px;
}

.clr{
	clear:both;
}

#bottomStuff{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
}

.bld{
	font-weight:bold;
}

.feedEkList li{
	list-style-type: none;
	margin-left:-20px;
}

.itemDate{
	float:right;
}

#computers{
	padding-left:10px;
}

#computerDetail{
	border:1pt solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding:5px;
	font-size:.8em;
}

#cTable{
	border-collapse:collapse;
}

#cTable th, td{
	border-bottom:1pt solid #eee;	
}

#cTable tr:hover{
	background:#ffff00;
	color:#000;
}

.cleanLink{
	text-decoration:none;
	border-bottom: 1px dashed #333;
	color:#000
}

#pricesTable tr:hover{
	background:yellow;
}