/* William Steck Designs Main Stylesheet           */
/* By: ThinqSoft, LLC                              */
/* http://www.thinqsoft.com                        */
/* v1.0 | 2010-10-20                               */
/* (c) 2011 ThinqSoft, All Rights Reserved         */

/*******************************************************************
 * INITIALIZATION AND SETUP
 *******************************************************************/

@charset "utf-8";

* {	/* Fix for IE browsers */
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: black;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding: 0px;
}

a img {
	border: none;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
/* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*******************************************************************
 * LINK DECORATION
 *******************************************************************/

a:link {
	color: #42413C;
	text-decoration: underline;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

/*******************************************************************
 * MAIN CONTENT
 *******************************************************************/

.container {
	min-height: 100%;
	width: 960px;
	background: #FFF;
	margin: 0px auto;
}

.content {
	overflow: auto;
	position: relative;
	padding-bottom: 40px;
	/*border: 2px solid red;*/
}

/*******************************************************************
 * QUILTS PAGE
 *******************************************************************/

#galleria {
	width: 960px;
	height: 500px;
}

/*******************************************************************
 * MUSIC PAGE
 *******************************************************************/

.contentMusic {
	padding: 0px;
}

#musicBioImage {
	float: left;
	margin: 0px 20px 1em 0px;
}

.contentMusic p, .contentMusic h1, .contentMusic h2 {
	margin: 1em 0px;
}

.musicDiscographyItem {
	margin: 1em 0px;
}
