/*
Theme Name: X Factor Computers
Theme URI: http://xfactorpcs.com
Description: A Theme developed specifically for the X Factor Computers website.
Version: 1.0
Author: Ryan Furtner
Author URI: http://furtzdesigns.com
*/

/*margin removal */

html,body{margin:0;padding:0}

p {margin:0 0 1em 0;padding:0}

form {margin:0;padding:0;border:none;}

fieldset {border:none;padding-left:0px;}

/* Headings */

h1 {
	color:#000;
	font-size:34px;
	margin-bottom:0px;
	font-family:"Verdana";
}

h2 {
	padding:0px;
	margin-top:0px;
}

h3 {
	color: #454545;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}

/* main styles */

body {
	font-family:Tahoma, Geneva, sans-serif;
	color:#757575;
	font-size:14px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

#container {
	margin:0 auto;
	width:950px;
}

#featured {
	background-image:url(images/light.gif);
	background-repeat:no-repeat;
	height:258px;
	width:100%;
	float:left;
}

#header {
	height:56px;
	margin:0 auto;
	width:950px;
}

#n_p {
	background-color:#fff;
	border:1px solid #999;
	padding:5px;
}

/* link styles */

a img {
	border: none;
}

a:link {
	color:#757575;
	text-decoration:none;
}

a:visited {
	color:#757575;
	text-decoration:none;
}

a:hover {
	color:#36F;
	border-bottom:1px dotted #36F;
	text-decoration:none;
}

/* wp styles */

#page_list li{
	list-style:circle;
	margin-left:-10px;
	padding-bottom:10px;
}

.page_item li{
	list-style:circle;
	margin-left:-10px;
	padding-bottom:10px;
}

#cats {
	list-style:circle;
	margin-left:-5px;
	padding-bottom:10px;

}

#page_list {
	margin-top:20px;
}

/* hot deals styles */

#hotdeals {
	color:#FFF;
	float:right;
	width:280px;
	height:250px;
}

#hotdeals li{
	list-style:circle;
	padding-bottom:15px;
	margin-left:-20px;
	margin-top:-5px;
}	

#hotdeals a:link{
	color:#FFF;
	border:0px;
}	

#hotdeals a:visited{
	color:#FFF;
	border:0px;
}	

/* navigation elements */

#nav {
	float:right;
	height:56px;
	width:480px;
}

#nav a{
	border:0px;
}

.fade {
	position:relative;
	float:left;
	border:0px;
}

.fade div {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	border:0px;
}

/* index content */

.featured_prod {
	margin-top:20px;
}

#left {
	float:left;
	width:580px;
	padding-right:50px;
}

#right {
	float:right;
	width:280px;
}

#heading {
	margin-top:50px;
	border-bottom:1px dotted #999;
}

#heading2 {
	margin-top:10px;
	border-bottom:1px dotted #999;
}

#heading3 {
	margin-top:25px;
	border-bottom:1px dotted #999;
}

#search_heading {
border-bottom:1px dotted #999999;
margin-bottom:25px;
margin-top:34px;
}

#computers li{
	list-style:circle;
	padding-bottom:15px;
	margin-left:-20px;
}
	
/* left & right fix */

#left_o {
	float:left;
	width:230px;
	margin-right: 30px;
}

#right_o {
	float:left;
	width:580px;
}

#right_c {
	float:right;
}

/* product list */

#item a h3 strong {
	display:none;
}

h3 {
	border-bottom:1px dotted #999;
	width:90%;
	height:25px;
	margin-bottom:10px;
}

h3 strong {
	font-size:12px;
	font-weight:100;
	color:#39F;
	padding-left:10px;
}

#item img {
	float:left;
	padding-right:10px;
}

#item {
	font-size:14px;
	position:relative;
	margin-top:15px;
	height:160px;
}

#item a:link {
	color:#454545;
	border-bottom:none;
}

#item p strong {
	color:#0085cf;
}

#price {
	width:90px;
	position:absolute;
	top:0px;
	right:70px;
	text-align:right;
}	

/* products page */

#prod_right {
	float:right;
	width:640px;
	padding-right:50px;
}

#prod_left {
	float:left;
	width:250px;
}

/* footer styles */

#footer {
	color:#CCC;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	margin: 0 auto;
	float:left;
	width:100%;
	height:142px;
	margin-top:40px;
	text-align:center;
}

#footer_cont {
	width:960px;
	margin:auto;
	text-align:left;
	background-image:url(images/footerlight.gif);
	background-repeat:no-repeat;
	height:142px;
}

#footer_item {
	width:25%;
	padding-top:20px;
	float:left;
}

#footer_item p a:link {
	font-weight:bold;
	color:#EFEFEF;
}

#footer_item p a:hover {
	font-weight:bold;
	color:#EFEFEF;
}

#footer_item p a:visited {
	font-weight:bold;
	color:#EFEFEF;
}


#footer a:link {
	color:#CCC;
	text-decoration:none;
	border-bottom:0px none;
}

#footer a:visited {
	color:#CCC;
	text-decoration:none;
	border-bottom:0px none;
}

#footer a:hover {
	color:#EFEFEF;
	text-decoration:none;
	border-bottom:0px none;
}