/*-------------------------------------|
| 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 background:#666 url(../images/bg.jpg) top left repeat fixed; ---*/

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

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

/*--- Main position:fixed; ---*/

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

.card {
	display:block;
	float:left;
	position:relative;
	margin:0 30px 30px 0;
	border:#fff 5px 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:-5px;
	left:-25px;
}
.photo-heading {
	font-family: Helvetica, Arial, Georgia, "Times New Roman", serif;
	color: #555;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.2em;
	}

#attribute {display:none;}


#header{
	
	padding-top:1.5em;
	margin-bottom:2em;
}

#nav-metrix6{
	font-size:0.7em;
	color: #6bb1ff;
	
}
#nav-metrix6 a{

	color: #717171;
	text-decoration:none;
}

#nav-metrix6 a:hover{
	text-decoration:none;
	color: #6bb1ff;
}
#nav-metrix6 span{
	float:right;
	margin-top:-1.2em;
}


body#jan a#jannav,
body#feb a#febnav,
body#march a#marchnav,
body#april a#aprilnav,
body#may a#maynav,
body#june a#junenav,
body#july a#julynav,
body#aug a#augnav,
body#sept a#septnav,
body#oct a#octnav,
body#nov a#novnav,
body#dec a#decnav {
color: #fff;
background: #a3a3a3;
padding: 5px;
}



