/*
Theme Name: High-Rely 2
Description: High-Rely Theme w/Sidebar
Author: Highly Reliable Systems, Inc.
Template: Starkers
*/
@import url("../Starkers/style.css");
/* comment styles */
@import "css/comments.css";
/* Header Styles */
@import url("css/header.css");
/* Footer Styles */
@import url("css/footer.css");
/* Front-page Styles */
@import url("css/front-page.css");
/* Blog Styles */
@import url("css/index.css");
@import url("css/events.css");
/* Single Post Styles */
@import url("css/single.css");
@import url("css/single-HR_product.css");
/* Sidebar Styles */
@import url("css/sidebar.css");
/* Product Styles */
@import url("css/category-product.css");
@import url("css/jquery.lightbox-0.5.css");
/* Support Styles */
@import url("css/support.css");
/* Rebuild basic styles */
@import "css/post.css";

/* Structure & Utility */
.wrapper { width: 1000px; margin: 0 auto }
.category-wrapper { width: 900px; margin: 0 auto; }
.clear { clear: both }
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
body 
{ 
  font-size: 14px; 
  font-family: Verdana 
}
.column1 { width: 150px; float: left; }
.column2 { width: 820px; float: left; padding-left: 30px }
.column3 { width: 500px; float: left; font-family: verdana; font-size: 1.2em; line-height: 2em }
.column4 { width: 400px; float: left; padding-left: 100px }
.column5 { width: 1000px; float: left; font-family: verdana; line-height: 2em }
.column6 { width: 750px; float: left; font-family: verdana; line-height: 2em; display: inline-block; }
.sidebar { width: 220px; float: right; padding-left: 30px; display: inline-block; top: 0; }
@media screen and (max-width: 700px) 
{
  .column6 { width: 1000px; float: left; font-family: verdana; line-height: 2em; display: inline-block; }
  .sidebar { width: 0px; float: right; padding-left: 30px; display: none; top: 0; }
}

body a { text-decoration: none; color: #4a4a4b }
body a:hover { text-decoration: underline }
.post { margin-bottom: 2em }
/*
.download_button { background-image: url("images/dbutton2.png"); width: 65px; height: 22px; display: block; text-indent: -9999px;}
.download_button:hover { background-image: url("images/dbutton2-on.png"); width: 65px; height: 22px; display: block; text-indent: -9999px;}
*/
.download_button { background-image: url("images/dbutton2.png"); width: 74px; height: 26px; display: block; text-indent: -9999px;}
.download_button:hover { background-image: url("images/dbutton2-on.png"); width: 74px; height: 26px; display: block; text-indent: -9999px;}
.alignright, img.alignright
{
float:right;
margin:0 0 1em 1em;
display: inline;
clear : right;
/*	clear: both; */
}
.alignleft, img.alignleft
{
float:left;
margin:0 1em 1em 0;
display: inline;
clear: left;
/*	clear: both;*/
}
.aligncenter, img.aligncenter
{
display: block;
margin-left: auto;
margin-right: auto ;
display: block;
clear: both;
}
.alignnone, img.alignnone
{
float:left;
margin:0 1em 1em 0;
display: inline;
clear: none;
/*  clear: both;*/
}
.wp-caption {
/*  background: #f1f1f1; */
line-height: 18px;
margin-bottom: 20px;
max-width: 632px !important; /* prevent too-wide images from breaking layout */
padding: 4px;
text-align: center;
/*  clear: none; */
}
.wp-caption img {
margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
color: #888;
font-size: 12px;
margin: 5px;
}
/*
.alignright {float:right; display: inline }
.alignleft {float:left; display: inline }
.aligncenter {display: block; margin-left: auto; margin-right: auto; display: inline }
*/
.upload_calc_box {
/*width: 850px;*/
padding: 10px 10px 10px 10px;
margin: 10px;
color: #477a9a
background-color: #fff;
border-radius: 5px;
webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid #bbc5ca;
overflow: hidden;
}
/*
Deals and Specials Slot machine Styles.
*/
.scroller {position:relative;
margin:25px;
overflow:hidden;
width:300px;
height:200px;
border:solid black 1px;
}