/*  
Theme Name: Miles To go
Theme URI: http://www.doubledragonstudios.com/
Description: A theme by Double Dragon Studios
Version: 0.0.1
Author: Double Dragon Studios
Author URI: http://www.doubledragonstudios.com/
*/

@import "css/reset.css";
@import "css/layout.css";
@import "css/type.css";
@import "css/colors.css";
@import "css/forms.css";
@import "css/products.css";

/*
Clearing Floats
More info: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
.nodisplay { display:none; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */

.inner {
	width: 950px;
	margin: auto;
}

#nav li a:hover,
#nav li a:active { background-color:black; color:white; }

.mainnav li { font-size:200%; font-weight:bold; text-transform:uppercase; letter-spacing:-.03em; }

body { font-family:Arial, Helvetica, sans-serif; font-size:13px; }

html, body { 
	margin: 0;
	padding:0;
	width: 100%;
	height:100%;
	overflow: hidden;
}

#search h2,
.post h2,
#comments h3,
#commentform h3,
.emptysearch,
.error { font-family:Helvetica, Arial, sans-serif; font-size:2em; font-weight:bold; letter-spacing:-0.04em; line-height:1em; }

#inventory li { 
	background:none repeat scroll 0 0 #cccccc; 
	display:block; 	
	float:left; 
	list-style:none outside none; 
	margin-bottom:15px; 
	position:relative; 
	width:100%;
}

p { margin:1em 0; line-height:1.6em; }

#inventory .bar { background:none repeat scroll 0 0 #666666; display:block; height:5px; position:relative; }

h4 { font-size:1.3em; font-weight:normal; line-height:1.6em; }

h6 { font-size:13px; font-weight:normal; }

h7 { font-size:1.6em; font-weight:bold; letter-spacing:-.03em; }


#divbg img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#main {
	height: 100%;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 2;
}


#cart-head { background:none repeat scroll 0 0 black; color:#FFFFFF; }

#topselling {
	margin:0px 0 0 0px;
	width:100%;
}
#topselling h2 {
	color:#000000;
	margin:0 0 0 0px;
	font-size: 120%;
}
#topselling a {
	border:0 none !important;
	display:block;
	float:left;
	margin:0 3px 0 0;
	width:175px;
}

#disqus_thread {
	margin-left: 30px;
	margin-bottom: 30px;
	margin-right: 30px;
}
#search h2  {
	font-family:Helvetica,Arial,sans-serif;
	font-size:1em;
	font-weight:bold;
	letter-spacing:0em;
	line-height:0em;
	color:#bc0000;
	margin-left:25px;
	margin-bottom:-10px;
}

.error  {
	font-family: Helvetica,Arial,sans-serif;
	font-size:1em;
	font-weight:bold;
	letter-spacing:0em;
	color:#bc0000;
	padding: 0px 30px;
	line-height: 15px;
	font-style: italic;
}

.product-info {
	float: left; 
	width: 210px; 
	margin-left: 5px; 
	margin-right: 5px; 
	text-align: center;
}

span.on_sale {
	font-size: 11px; 
	font-style: italic;
	color: #bc0000;
	font-weight: bold;
	text-transform: lowercase;
}

#products .product  {
	color:#AAAAAA;
	float:left;
	height:300px;
	text-align:center;
	width:220px;
}

.add-container {
	background:url(img/price-bg.png) repeat scroll 0 0 transparent;
	height:56px;
	margin:5px 0 0 -10px;
	position:absolute;
	width:348px;
	*position: relative;
	*margin-bottom: -60px;
}

#inventory {
border-bottom:none;
float:left;
margin:50px 0 0px;
padding:0 0 12px;
width:100%;
}

.entry a:visited, .comment a:visited {
color:#5d5d5d;
text-decoration:underline;
}
.entry a:hover, .entry a:active, .entry a:focus, .comment a:hover, .comment a:active, .comment a:focus {
color:black;
}

#inventory span.sold {
color:black;
font-size:10px;
line-height:12px;
position:absolute;
right:5px;
bottom:3px;
}

.logo_icon {
	width: 365px;
	height: 74px;
	float: left;
	margin-top: 5px;
}

#product-details .soon h4,
#product-details .sold h4 {
	color: #008CF1;
}

a:link, a:visited {
	text-decoration: underline;
}

a { 
	color: #aaa;
	text-decoration: underline;
}

a:hover {
	color:#000;
	text-decoration: none;
}

#fb_share, #tw_share, #gplus_share {
	width: 80px;
	float: left;
}

.popup {
    height: auto;
    padding: 10px;
    width: auto;
}
.popup p, .popup img {
    color: #000;
    margin-bottom: 10px;
}
.popup h1 {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
