/*
Theme Name: Jonah's theme
*/


body {
	background: #fff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 80%; /* Resets 1em to 10px */
}

a {
	color: #051;
	text-decoration:underline;
}

a:visited {
	color: #030;
}

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


.counterspin {
	margin-top:1px;
	margin-bottom:1px;
	padding-top:0px;
	padding-bottom:0px;
	list-style: none;

}

.counterspin li {
	margin-top:1px;
	margin-bottom:1px;
	padding:1px 5px 1px 1px;
	#background-image: url(http://falconfabrication.ca/images/arrow.gif);
	#background-repeat: no-repeat;
	#background-position: 0 .6em;
}



.giAlbumCell {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.giAlbumCell a, .giAlbumCell a:visited {
	text-decoration:none;
	color:#000066;
}

.giAlbumCell a:hover {
	text-decoration:none;
	background-color:#Ffddbb;;
	color:#990000;
}

.giTitle {
	font-size:13px;
	font-weight:700;
	margin:5px 0px 10px 0px;
	text-align:center;
}

.giTitle img {
	margin-bottom:8px;
}


blockquote {
	border-left: 0px solid #fff;
	margin-left: 2em;
	padding-left: 5px;
}


h1 h2 h3 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 10px 0 2px 0;
	padding-bottom: 2px;
	text-align:center;
}

h1 {
	font-size:150%;
}


h2 {
	font-size:130%;
}


h3 {
	font-size:110%;
}