/*   
Theme Name: RicharDaily
Theme URI: 
Description: A little bit of this, a little bit of that. RicharDaily is Bud Rodecker's playground to create, and just leave it at that.
Author: Bud Rodecker
Author URI:
Version: 1.0
Tags:
.
.
*/


/* Reset default browser styles */
@import url('assets/css/reset.css');

/* Rebuild default browser styles */
@import url('assets/css/rebuild.css');

/* Basic WordPress Styles */
@import url('assets/css/wp.css');



/*** The Essential Code ***/

body {
    min-width: 987px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
    margin: 1px 20px 0 5px;
    padding: 0;
    /* background: #FFF; */
}

#container, #container-top{
    padding-left: 175px;      /* LC fullwidth */
    padding-right: 72px;     /* RC fullwidth + CC padding */
    
	overflow: hidden;
}

#container-top{
	margin-bottom: 51px;
}

#container .column, #container-top .column{
    position: relative;
    float: left;
    
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
	
    text-align: left;
}

#main, #main-top {
    padding: 0 10px;       /* CC padding */
    width: 100%;
    
    /* background: #DDD; */
}

#page{
	width: 730px;
	}

#sidebar, #sidebar-top {
    width: 175px;           /* LC width */
    right: 195px;           /* LC fullwidth + CC padding */
    margin-left: -100%;
    
    /* background: #66F; */
}

#secondary-sidebar, #secondary-sidebar-top {
    width: 32px;           /* RC width */
    padding: 0 10px;        /* RC padding */
    margin-right: -100%;
    
    /* background: #F66; */
}

#sidebar-top, #secondary-sidebar-top {
    padding-top: 23px;
}

#header, #footer {
    text-align: left;
    padding: 0 0 0 185px;
    /* background: #999; */
}

#footer {
	width: 730px;
    clear: both;
}

/*** IE Fix ***/
* html #sidebar {
    left: 52px;              /* RC fullwidth */
}


/*** Footer Fix ***/

* html body {
    overflow: hidden;
}

* html #footer-wrapper {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 10010px;
    margin-bottom: -10000px;
    background: #FFF;         /*** Same as body background ***/
}

/* typography */

body {
	line-height: 14px;
	font-size: 11px;
	font-family: "Courier Std", "Courier New", Courier, Monaco, monospace;
	padding:15px 10px 35px 35px;
	color: #222;
}

h1 {
	font-weight: bold;
	margin-bottom: 6.5px;
	border-top:1px dotted #a2968a;
	padding-top: 8px;
}

h2{
	font-weight: normal;
	color: #a2968a;
	padding-top: 8px;
	margin-bottom: 6.5px;
	}
	
h2 a{
	font-weight: normal;
	color: #a2968a;
	}

p {
	margin-bottom: 6.5px;
}

a {
	color: black;
}

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

blockquote {
	color: #666;
	margin-left: 7px;
	quotes: "\0027";
}

/* NAVIGATION */

.menu ul {
	list-style: none;
	margin: 0;
}

.menu ul li {
}

.menu ul li a {
	display: block;
	height: 22px;
	padding-top: 10px;
	background-image: url('assets/images/rd_nav_round.png');
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

.menu ul li a:hover {
	background-position: -175px 0;
	color: white;
}

.menu ul li.page-item-167 a, #addtocart a{
	display: block;
	height: 22px;
	padding-top: 10px;
	background-image: url('assets/images/rd_nav_square.png');
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

.menu ul li.page-item-167 a:hover, #addtocart a:hover {
	background-position: -175px 0;
	color: white;
}

.entry-utility {
	display: block;
	height: 22px;
	padding-top: 10px;
	background-image: url('assets/images/rd_nav_round.png');
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

.entry-utility a {
	color: black;
}

.entry-utility a:hover {
	color: white;
}

.big-circle {
background-image:url(assets/images/rd_nav_circle.png);
color:black;
display:block;
height:99px;
margin-bottom:10px;
padding:76px 10px 0;
text-align:center;
text-decoration:none;
width:155px;
}

.nav-previous a{
	float: left;
	display: block;
	width: 83px;
	height: 48px;
	padding-top: 35px;
	background-image: url('assets/images/rd_nav_circle-sm.png');
	margin-bottom: 10px;
	margin-right: 9px;
	text-align: center;
	text-decoration: none;
}

.nav-next a{
	float:right;
	display: block;
	width: 83px;
	height: 48px;
	padding-top: 35px;
	background-image: url('assets/images/rd_nav_circle-sm.png');
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

.nav-previous a:hover, .nav-next a:hover{
	display: block;
	width: 83px;
	height: 48px;
	padding-top: 35px;
	background-position: -83px 0;
	color: white;
	text-align: center;
}

li#categories-4{
	display: block;
	height: 46px;
	padding-top: 28px;
	background-image: url('assets/images/rd_nav_round-lrg.png');
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	list-style: none;
}

li#categories-4:hover{
	background-position: -175px 0;
}

a.rss, a.email, a.twitter, a.facebook, a.delicious {
	display: block;
	width: 32px;
	height: 32px;
	margin-bottom: 10px;
	text-decoration: none;
	}

a.rss {
	background: url('assets/images/rd_rss_icon.png');
	}
	
a.email {
	background: url('assets/images/rd_email_icon.png');
	}
	
a.twitter {
	background: url('assets/images/rd_twitter_icon.png');
	}
	
a.facebook {
	background: url('assets/images/rd_facebook_icon.png');
	}
	
a.delicious {
	background: url('assets/images/rd_delicious_icon.png');
	}

a.rss:hover, a.email:hover, a.twitter:hover, a.facebook:hover, a.delicious:hover {
	background-position: -32px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
.FBConnectButton_Simple {
	visibility: hidden;
	}

/* Block Elements */

.box {
  width: 175px;
  margin-right: 10px;
  margin-bottom: 4px;
  float: left;
  color: #FFF;
  display: inline;  /* IE6 fix */
  font-size: 11px;
  overflow: hidden;
  
  position:relative; /* important(so we can absolutely position the description div */
}

.box a:hover .ovr{
	display: block;
	font-size: 1.2em;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: 11px;
	padding: 10px;
	margin: 0;
	width: 566px;
	border-top: 1px solid #999;
}
.box a:hover .ovr strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}
.box a .ovr {	display: none; }

/* Image Overlay */
.description{
    position:absolute; /* absolute position (so we can position it where we want)*/
    bottom: 6px; /* position will be on bottom */
    width: 100%;
    display:none; /* hide it */
    /* styling bellow */
    background-color:black;
    color:white;
    height: auto;
}
.description_content{
    padding:5px;
    height: auto;
}

.description_content a{
    color:white;
}

/* Cart Styles */

.shopping_cart{
	padding: 0;
}

.shopping_cart h2{

}

.wp_cart_checkout_button:hover{
	opacity:0.7;
}

.wp_cart_button:hover{
	opacity:0.7;
}

tbody tr th, tbody tr th td {
	text-align: left;
}

.img-border {
	border: 1px solid #ccc;
}
