/*  
Theme Name: Sprint Users New
Theme URI: 
Description: Version 1
Author: 
Author URI:
*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline; }

:focus { outline:0; }
ol,ul { list-style:none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse:separate;border-spacing:0; }
caption,th,td { font-weight:400;text-align:left; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* End Global Reset */

/* http://sonspring.com/journal/clearing-floats */
html body div.clear,html body span.clear { background:none;border:0;clear:both;display:block;float:none;font-size:0;height:0;margin:0;overflow:hidden;padding:0;visibility:hidden;width:0; }

.clearfix:after { clear:both;content:'.';display:block;height:0;visibility:hidden; }
.clearfix { display:block; }
* html .clearfix { height:1%; }

/* Text Style */
body {
	background: #FFF url('./images/background.png') repeat-x top left;
	color: #000;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

a:link, a:visited {color: #1A467B;}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 26px;font-family: Helvetica, Arial, sans-serif;
}
h3 {
	font-size: 2.1em;
}
h4 {
	font-size: 1.9em;
}
h5 {
	font-size: 1.7em;
}
h6 {
	font-size: 1.5em;
}
ol {
	list-style: decimal;
}
li {
	list-style: none;
}

#wrapper {
	margin:15px auto;
	width: 980px;
}
	#ad_header {
		height: 90px;
		margin:0 auto 10px;
		width: 728px;
	}
	
	#ad_footer {
		height:90px;
		margin:0 auto;
		width:728px;
	}
	
	#header {
		background: url(/assets/images/header_bg.png) repeat-x;
		height: 100px;
	}
	
	#logo {
		height: 100px;
		display:inline;
		float:left;
		margin: 0 0 0;
		width: 332px;
	}
	
	#rsswrap {
		display:inline;
		float:right;
		margin:31px 0 0;
		width:235px;
	}
	
		#rsswrap a {
			display: inline;
			float: left;
			margin: 0 5px;
		}
	
	#navwrapper {
		background: url('images/nav_bg.png') repeat-x top left;
		display: inline;
		float: left;
		height: 43px;
		margin: 0 0 10px;
		width: 956px;
	}
	
	#nav_left {
		background: url("images/nav_left.png") no-repeat;
		display: inline;
		float: left;
		height: 43px;
		width: 12px;
	}
	
	#nav_right {
		background: url("images/nav_right.png") no-repeat;
		display: inline;
		float: left;
		height: 43px;
		width: 11px;
	}
	
	#nav {
		font-size: 12px;
	}
	ul.dropdown,
	ul.dropdown li,
	ul.dropdown ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	ul.dropdown {
		position: relative;
		z-index: 597;
		float: left;
	}

	ul.dropdown li {
		float: left;
		line-height: 13px;
		vertical-align: middle;
		zoom: 1;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
		position: relative;
		z-index: 599;
		cursor: default;
	}

	ul.dropdown ul {
		visibility: hidden;
		position: absolute;
		top: 98%;
		left: 0;
		z-index: 598;
		width: 100%;
	}

	ul.dropdown ul li {
		float: none;
	}

	ul.dropdown ul ul {
		top: 1px;
		left: 99%;
	}

	ul.dropdown li:hover > ul {
		visibility: visible;
	}

	ul.dropdown li.rtl ul {
		top: 100%;
		right: 0;
		left: auto;
	}

	ul.dropdown li.rtl ul ul {
		top: 1px;
		right: 99%;
		left: auto;
	}

	/*-------------------------------------------------/
	* @section Base Drop-Down Styling
	* @structure ul (unordered list)
	* ul li (list item)
	* ul li a (links)
	* /*\.class|(li|a):hover/
	* @level sep ul
	*/


	ul.dropdown {
		font-weight: bold;
	}

	ul.dropdown li {
		padding: 15px 6px;
		color: #FFF;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
		color: #FFF;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited {
		color: #FFF;
		text-decoration: none;
	}
	ul.dropdown a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	ul.dropdown a:active {
		color: #FFF;
	}


	/* -- level mark -- */

	ul.dropdown ul {
		width: 150px;
		margin-top: 1px;
	}

	ul.dropdown ul li {
		font-weight: normal;
		background-color: #343434;
	}

	ul.dropdown ul li:hover {
		background: #484848;
	}



	/*-------------------------------------------------/
	* @section Support Class `dir`
	* @level sep ul, .class
	*/


	ul.dropdown *.dir {
	}


	/* -- Components override -- */

	ul.dropdown-horizontal ul *.dir {
	}

	ul.dropdown-upward *.dir {
	}

	ul.dropdown-vertical *.dir,
	ul.dropdown-upward ul *.dir {
	}

	ul.dropdown-vertical-rtl *.dir {
	}
	
	
	
	a.main:hover {
		background: none;
	}

	#topsearch {
		display:inline;
		float:right;
		position: relative;
		line-height:44px;
	}
	
		#topsearch .textinput {
			border:1px solid #353638;
			color:#6F8598;
			height:15px;
			padding:2px 0 0 5px;
			position:absolute;
			right:32px;
			top:12px;
			width:95px;
		}
		
		#topsearch .navgo {
			position:absolute;
			right:4px;
			top:11px;
		}

	
#main {
	background: #FFF;
	border: 1px solid #DFDFDF;
	border-bottom: 4px solid #9A9A9A;
}
	
	
	
	#firstpost_ad {
		height:138px;
		margin:0 auto;
		width:595px;
	}
	
	

#content {
	border-right:1px solid #D7E4EB;
	float:left;
	line-height:160%;
	margin:10px 0;
	padding:0;
	width:659px;
}

	#breadcrumb {
		color:#668BAD;
		font-size:12px;
		font-style:normal;
		font-weight:bold;
		letter-spacing:normal;
		line-height:1.4em;
		margin:5px 0 30px 20px;
	}
	
		#breadcrumb a, #breadcrumb span {
			color: #969696;
			font-weight: normal;
		}
		


	.post {
		width: 600px;
		margin:10px auto 25px;
	}
	
		.post p {
			margin: 0 0 15px;
		}
		
		.post .alignleft {
			display: inline;
			float: left;
			margin: 0 5px 5px;
		}
		
		.post .alignright {
			display: inline;
			float: right;
			margin: 0 5px 5px;
		}
		
		.post h2 {
			font-weight: normal;
			line-height:26px;
			
		}
		
			.post h2 a {
				color:#2E2E2E;
				text-decoration:none;
			}
			
		.post .info {
			display: inline;
			color:#6F6F6F;
			float: left;
			font-size:14px;
			margin:5px 0;
		}
		
			.post .info .date {
				color: #1D5BAA;
			}
			
		.post .comment_count {
			background:transparent url(images/comment_count.png) no-repeat scroll right 5px;
			display:inline;
			float:right;
			margin:5px 10px 5px 0;
			padding:0 20px 0 0;
		}
		
			.post .comment_count a {
				color: #414141;
				font-weight:bold;
				text-decoration: none;
			}
			
		.post .readmore {
			background:transparent url(images/readmore_arrow.png) no-repeat scroll right 5px;
			display:inline;
			float:right;
			margin:5px 10px 5px 0;
			padding:0 10px 0 0;
			
		}
		
			.post .readmore a {
				color: #255285;
				text-decoration: none;
			}
		
		.post .postmetadata {
			float: left;
		}
		
		
	.post .space {
		background:transparent url(images/dotted_spacer.png) no-repeat scroll 0 0;
		clear: both;
		height:1px;
		margin:10px 0 15px;
		width:600px;
	}

#sidebar {
	color: #111;
	float:right;
	margin:10px 0;
	width:309px;
}

	.sidebar_box_video {
		background: url('images/blue_grad.png') repeat-x top left;
		border: 1px solid #DFDFDF;
		font-size:13px;
		padding:20px 0;
		margin: 0 0 7px 0;
		width:298px;
	}
	
		#feat_vid {
			margin: 0 auto;
			width: 273px;
		}
		
			#feat_vid h2 {
				color:#2E2E2E;
				font-size:18px;
				margin:0 0 10px;
			}

	#sidebar_box_add, .sidebar_box_ad {
		width: 300px;
		height: 250px;
		margin: 0 0 7px 0;
	}
	
	#sidebar_ad_new {
		margin: 0 0 7px 0;
	}

	.sidebar_box {
		background: url('images/blue_grad.png') repeat-x top left;
		width: 248px;
		border: 1px solid #DFDFDF;
		font-size:13px;
		padding: 20px 25px;
		margin: 0 0 7px 0;
		
	}
	
		.sidebar_box h2 {
			
			color:#2E2E2E;
			font-size:24px;
			font-weight: bold;
		}
		
		#cp_tags h2 {
			margin: 0 0 10px;
		}
		
			.sidebar_box h2 span {
				color: #2E2E2E;
			}
	
		.sidebar_box p {
			line-height:15px;
			margin:5px 0;
		}
		
		#newsletter .textinput {
			border:1px solid #B9CDDF;
			color:#6F8598;
			display:inline;
			float:left;
			height:18px;
			margin:10px 10px 0 0;
			padding:0 0 0 5px;
			width:204px;

		}
		
		#newsletter .navgo {
			display:inline;
			float:left;
			margin:10px 0 0;
		}

	#cats {
		float: left;
	}

		#cats h2, #archives h2 {
			font-size: 17px;
			margin: 0 0 10px;
		}

	#cats ul li, #archives ul li {
		list-style-image: url('images/grey_arrow.png');
		margin:5px 0;
	}

	#archives {
		float: right;
	}
	

	
	#latest_forum {
		font-size: 12px;
	}
		#latest_forum span {
			font-weight: bold;
			color: #DE6D21;
		}
			#latest_forum .thoughts {
				font-weight: bold;
				color: #DE6D21;
				text-decoration: none;
			}
		
			#latest_forum a {
				color: #111111;
				text-decoration: none;
			}

		#latest_forum li ul {
			margin:15px 0 20px;
		}
		
		#latest_forum li .lastul {
			margin: 15px 0 0;
		}
	
		#latest_forum li ul li {
			margin: 5px 0;
		}
		
		#ad_120_sidebar {

			display:inline;
			float:left;
			height:600px;
			margin:0 20px 7px 0;
			width:120px;
		}

		#ad_160_sidebar {

			display:inline;
			float:left;
			height:600px;
			width:160px;
		}
	

#postedin {
	color: #6F6F6F;
	display: inline;
	float: left;
	font-size: 12px;
}

#posted_tags {
	color: #6F6F6F;
	display: inline;
	float: right;
	font-size: 12px;
}

#comments {
	margin:10px 0 25px 30px;
	width:615px;
}

	#comments h4 {
		font-size: 18px;
		font-weight: bold;
	}
	
	#comments #comments_head {
		color: #2260AE;
		font-size: 13px;
	}
	
	
	#commentwrap {
		background: #F1F1F1;
		margin:10px 0 0;
		padding:1px 8px 20px;
	}
	
	.commentlist {}
	
	.commentlist li {
		background: #FFF;
		font-size: 12px;
		margin:10px 0;
		padding:20px;
	}
	
	.comment_auth span {
		color: #2260AE;
	}
	
	#respond {
		font-weight: bold;
		font-size: 12px;
	}
	
	#comments fieldset {
		border: 1px solid #CFCFCF;
		color: #494949;
		font-size: 13px;
		margin:0 auto;
		padding:25px;
		width:555px;
	}
	
	#comments legend {
		color: #494949;
		font-size:16px;
		font-weight:bold;
		margin:0 0 0 -11px;
		padding:0 10px;
	}
	
	#comments fieldset label {
		clear:both;
		display:inline;
		float:left;
		margin:0 10px 0 0;
		padding:3px 0 0;
		width:165px;
	}
	
	#comments fieldset .cominput {
		border: 1px solid #e5e5e5;
		height:23px;
		margin:0 0 10px;
		width:375px;
	}
	
	#comments fieldset .textarea {
		border: 1px solid #e5e5e5;
		width:375px;
	}
	
	#comments fieldset #loggedin {
		margin: 10px 0;
	}
	
	#comments #btn_wrap {
		margin:10px 0 10px 210px;
		width:236px;
	}
	
	#comments #loginform {
		border:1px solid #E5E5E5;
		font-size:12px;
		margin:10px 0 20px;
		padding:10px 10px 0;
		width:386px;
	}
	
	#comments #postguest {
		font-size:14px;
		font-weight: bold;
		margin:0 0 10px;
	}
	
	#comments #loginform label {
		clear:both;
		display:inline;
		float:left;
		margin:0 10px 0 0;
		padding:3px 0 0;
		width:60px;
	}
	
	#comments #loginform .input {
		border: 1px solid #e5e5e5;
		height:23px;
		margin:0 0 10px;
		width:175px;
	}
	
	#logleft {
		display: inline;
		float:left;
		width:260px;
	}
	#logright {
		display: inline;
		float:left;
		width:125px;
	}
	
		#comments #loginform #logright label {
			float: none;
			width: auto;
		}
	
	#remember {
		margin: 0 0 15px 0;
	}
	
#navigation {
	margin:0 0 0 25px;
}

	#navigation li {
		display: inline;
		margin: 0 10px 0 0;
	}
	
	
	
#footer {
	color: #506B81;
	font-size: 12px;
	margin: 20px 0 0;
	height: 130px;
}

	#footer a {
		color: #2966BD;
		text-decoration: none;
	}

	#copyright {
		display: inline;
		float: left;
	}
	
	
	#privacy_foot {
       display:inline;
       float:right;
       margin: 0 15px 0 0;
   }

	#foot_links {
		clear:left;
		display:inline;
		float:left;
		margin:10px 0 0;
	}

	#network {
		background:transparent url(images/foot_logo.png) no-repeat scroll 0 17px;
		display:inline;
		float:right;
		height:150px;
		width:200px;
		position: relative;
	}
		#network #escalate {
			bottom:25px;
			height:96px;
			left:0;
			position:absolute;
			width:165px;
		}
	#ad_728, #ad_300, #ad_160, #ad_120, #ad_728_foot {
		display: none;
	}
	
	
.cps_forms label {
	font-weight:bold;
	margin:0 10px 0 0;
	text-transform:capitalize;
}

.cps_forms .input {
	background:#F7F7F7;
	border:1px solid #CCCCCC;
	height:17px;
	padding:6px 5px 4px;
	width:150px;
}

.cps_forms .small {
	margin:0 4px 0 0;
	width:21px;
}

.cps_forms .four {
	margin:0;
	width:30px;
}

.cps_forms textarea {
	border:1px solid #CCCCCC;
	background:#F7F7F7;
	height: 100px;
	padding:2px;
	width:248px;
}

.cps_forms .field {
	margin: 10px 0;
}

.cps_forms .buttonwrap {
	clear:both;
	margin:0 auto;
	width:116px;
}

#small_google {
	height:19px;
	text-align: center;
}

#laptopdeals {
	font-size:21px;
	margin:5px 0;
	text-align:center;
}

#laptopdeals a {
	font-weight: bold;
}