/*
Theme Name: Autosol 2.0
Theme URI: http://autosol.realm9.com/
Description: Theme created for Autosol
Version: 2.0
Author: Justin Flores
Author URI: http://realm9.com/
Tags: black, polished, two column

	Autosol v2.0
	 http://autosol.realm9.com/

	This theme was designed by Justin Flores,
	whose blog you will find at http://realm9.com/

*/

@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height:160%;
	color: #CCC;
}
body {
	background-color: #000;
	background-image:url(images/BGmenu.png);
	background-repeat:repeat-y;
	background-position:left;
	color: #FFF;
}

body.singleproduct {
	background:#000;
	background-image:none;
}


html, body, #container {
  font-family:Verdana, Geneva, sans-serif;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;       /* should be auto */
  min-height: 100%;
}
html>body, html>body #container {
  height: auto;
}

#container {
	min-width:1200px;
	position: absolute;
	top: 0px;
	left: 0px;
	display:block;
	z-index:0;
}

body.singleproduct #container {
	min-width:650px;
}

a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color:#999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ccc;
}
a:active {
	text-decoration: none;
}

p{
	padding:5px;
	margin:5px 0;
}

input {
	font-size:1em;
}

#header {
	width:100%;
	height:450px;
	background-color:#000;
	display:inline;
	z-index:10;
}
#header,#FlashID{
	min-width:1200px;
}
#fb {
	position:absolute;
	top:290px;
	right:20px;
	width:235px;
	height:75px;
	z-index:200;
}

#fb h1 a span {
	display:none;
}

#fb h1 a {
	display:block;
	width:235px;
	height:75px;
	background-image:url(images/BTNfb.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#menu {
	width:225px;
	display:block;
	z-index:30;
	
	min-height:420px;
	position:absolute;
	top:340px;
	left:70px;
}
#menutop {
	background-image:url(images/GRmenu-top.png);
	width:300px;
	height:130px;
	display:inline;
	float:left;
	margin:-77px -230px 0 0;
	z-index:20;
}

#menu li {
	list-style-type:none;
}

#menu li.home_page, #menu li.page_item, #menu ul.shopp_categories li {
	color:#FFF;
	font-size:23px;
	margin-top:10px;
	margin-left:-30px;
	padding-left:30px;
	*padding-left:15px;
	padding-bottom:6px;
	background-image:url(images/GRmenu-item.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:35px;
}

#menu li.flexipages_widget ul,#menu li.widget_shoppcategorieswidget ul{
	padding-left:0;
}

h2.widgettitle {
	margin:0;
}

#search-3 span.cufon-canvas{
	display:none !important;
}

#search-3 h2 span.cufon-canvas{
	display:inline-block !important;
	/*IE7 ghetto fix -- upgrade your browser!*/
	*display:inline;
	*zoom:1;
	margin-bottom:3px;
}

#searchsubmit {
	background-color:#333333;
	color:#FFFFFF;
	border:1px solid #CCC;
	padding:3px;
	vertical-align:top;
}

#right {
	margin-top:0px;
	margin-left:310px;
	background:transparent;
}

body.singleproduct #right {
	margin:0;
	width:90%;
	padding:10px;
}


.clear{
	clear:both;
}
#main {
	margin:400px auto 0 auto;
	padding:0;
	width:100%;
	min-height:500px;
	padding-bottom:190px;   /* Height of the footer plus some space*/
}

body.singleproduct #main {
	margin:0;padding:0;
	min-height:0;
}

#content{
	min-height:720px;
}

body.singleproduct #content{
	min-height:0;
}


/* SHOPP stuff */

#shopp.grid li.row{
	margin-left:0;
	height:270px;
	overflow:hidden;
	line-height:110%;
}

#shopp li.row img{
	border:2px solid #ccc;
}

#shopp.grid h4.name {
	font-size:0.8em;
}

#shopp.grid p.summary_spec {
	font-size:0.8em;
}

#shopp.grid div.details input{
	margin:2px;
}


#shoppcartwidget-3{
	margin:5px 10px 5px -30px;
	padding:5px;
	background:#666;
	border:1px solid #fff;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:120px;   /* Height of the footer */
	background:#333;
	z-index:20;
}

#footer #siteseal{
	width:287px;
	height:60px;
	float:left;
	margin-top:5px;
}

#footer li.page_item {
	list-style-type:none;
	display:inline;
	padding:0 5px;
	font-weight:bold;
	font-size:1.2em;
}


body.singleproduct #footer {
	display:none;
}

#footercontent {
	margin:0 auto 0 auto;
	text-align:right;
	padding:5px;
	color:#666666;
	font-size:x-small;
	width:95%;
}

#footercontent a {
	color:#CCCCCC;
}
#footercontent a:visited {
	color:#999999;
}

#footercontent a.ghost-footer {
	color:#333;
}

.post h3{
	color:#fff;
	font-size:35px;
	margin:0;
}

div.entry li {
	margin-left:25px;
	padding:8px;
}

#menu li a {
	color:#fff;
	text-decoration:none;
}
#menu li a:hover {
	color:#c00;
}

/* cart */

div.wpsc_page_numbers{
	float:left;
	display:block;
	width:85%;
}
.cattitles{
	font-size:32px;
}

li.MainCategory{
	list-style:none;
	margin-left:25px;
}

li.MainCategory strong.category{
	font-size:20px;
}

strong.category a.productlink{
	color:#000066;
}

div.productdisplay {
	clear:none;
}
p.pageedit{
	clear:both;
}
body.singleproduct p.pageedit, p.linklove{
	display:none;
}
form.cform {
	min-width:510px;
	width:60%;
	background:transparent;
}
.cform textarea, .cform input{
	width:250px;
}

img.searchimg {
	width:120px;
	height:160px;
}

#reg_passmail{
	display:none;
}

p.submit {
	border:0;
}
#fancy_collapser {
	border:0;
}

#cycnav li {
	list-style-type:none;
	padding:5px;margin:5px;
	display:inline;
}

#cycnav li a {
	font-weight:bold;
	text-decoration:underline;
}

.cufon-loading {
	visibility: hidden !important;
}

.hidden{
	display:none !important;
}

#shopp form ul li div input, #shopp form ul li div select {
width:90% !important;
}

#shopp form ul li div input#same-shipping{
	width:auto !important;
}
