/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

.postdate { display:none; }
.copyright { padding:18px 0 0 0; color:#C8C4B7; font-size:100%; line-height:1.6em; }

.amzshcs-item { clear:left; padding:0 0 24px 0; }
.amazonimg { padding: 0 8px 10px 0; }
.amazonauthor { font-weight:bold; padding:0 0 4px 0; }
.amazontitle { font-size:90%; line-height:1.2em; padding:0; }

.aktt_tweet_time { padding:4px 0 8px 0; font-size:90%; }
.postlist a { word-wrap:break-word; }
.wallpaperpad { padding:0 18px 0 0; }
.wallpapertitle { border-bottom: 1px solid #ccc; font-size: 90%; text-transform: uppercase; clear:left; padding:24px 0 0 0; }
.label { position:absolute; margin:142px 0 0 -185px; line-height:1.1em; padding:3px 0 4px 0; font-size:80%; color:#333; width:160px; text-align:center; }

.fbLikeContainer { margin:0 0 20px 0; }

#wp-calendar { font-size:120%; }
#wp-calendar caption { text-align:left; margin:0 0 8px 0; padding:0; color:#c9ba8e; font-size:18px; }
#wp-calendar th, #wp-calendar td { padding:3px 6px; width:20px; text-align:center; }
#wp-calendar tbody { text-align:center; color:#c9ba8e; }
#wp-calendar tbody a { padding:3px 8px; width:28px; background:url(/wp-content/themes/Snippet/skins/1-brown/calendar-bg.png) center no-repeat; text-align:center; color:#c9ba8e; }
#wp-calendar tbody a:hover { color:#fff; text-decoration:underline; }
#wp-calendar tfoot #prev { padding:12px 0; text-align:left; }
#wp-calendar tfoot #next { padding:12px 0; text-align:right; }

.greet_text { height: 56px; }

