/*-------------------------------------|
| Site: Mood Cards Template            |
| Author: John O'Nolan                 |
| Author URI: http://john.onolan.org   |
| Type: Screen                         |
| Date: November 2009                  |
| License: Creative Commons 3.0        |
|-------------------------------------*/

/*--- CSS Reset ---*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}
:focus {
   outline: 0;
}
body {
   line-height: 22px;
}
ul {
   list-style: none;
}
table {
   border-collapse: separate;
   border-spacing: 0;
}
caption, th, td {
   text-align: left;
   font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: "";
}
blockquote, q {
   quotes: "" "";
}
	
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

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


/*--- Common ---*/

body {
	padding:90px 0 0 30px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	background:#666 url(../images/bg.jpg) top left repeat fixed;
}

.link {color:#000;text-decoration:none;}
.link:hover span {color:#fff;background:#000!important;}

/*--- Main ---*/

#logo {
	position:fixed;
	top:20px;
	left:30px;
}

.card {
	display:block;
	float:left;
	position:relative;
	margin:0 30px 30px 0;
	border:#fff 1px solid;
	-moz-box-shadow:#000 2px 2px 10px;
	-webkit-box-shadow:#000 2px 2px 10px;
}

.number {
	display:block;
	width:20px;
	height:20px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background:#fff;
	position:absolute;
	top:-1px;
	left:-21px;
}

#attribute {display:none;}
