/* Main Stylesheet
   Fonts, font sizes */


/* Element Styles */
body {
	color: black;
	font-family: "Lucida Grande", sans-serif;
	font-size: 11pt;
	line-height: 1.4em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia", serif;
	font-weight: normal;
	/* text-align: center; */
	margin: 0;
	padding: 1em 0;
	}

h3 {font-size: 140%;}

a img {border: none;}

p {margin: 0; padding: 0 0 .5em 0;}

/* Reusable Styles */

.right {float: right;}
.left {float: left;}

.smaller {font-size: 80%;}
.indented {text-indent: 3em;}

.break {clear: both; height: 0px;}
.block {display: block;}

/* Layout Styles */

#main {clear: both;}
#main h2 {font-size: 300%; line-height: 100%; padding-bottom: .5em; padding-top: .5em;}

#crumbtrail {padding-top: 1em;}


#footer {clear: both; font-size: 10pt; text-align: center;}
#footer .line {border-bottom: .1em solid black; display: block; height: 0; padding-top: 1em; margin: .5em auto; width: 70%;}


.scarveslist li {clear: left; padding-bottom: .25em;}
.scarveslist li img.thumb {float: left; padding: .25em .5em 1em 0;}
.scarveslist li a {display: block; font-size: 80%;}

.scarveslist, #news {list-style: none; padding: 0 0 1.5em 0; margin: 0;}
#news li {font-size: 80%; margin: 0; padding: 0 0 .5em 0;}
#news .date {font-size: 130%; display: block;}


/* Gallery page */
#gallery {clear: both; padding-top: 1em;}
#gallery .category {clear: both;}
.category a.block {text-decoration: none; position: relative;}
.category a.block img {display: block;}
.category a.block h3 {
    color: white;
    text-shadow: #000 1px 1px 3px;
    position: absolute; bottom: .5em; left: .5em;
    font-size: 200%;
    font-family: Georgia, sans-serif;
    font-style: italic;
    line-height: 1.2em;
    text-decoration: none;
    padding: 0;
    z-index: 10;
}
.category p {}

#gallery .category a.more {display: block; font-size: 80%;}

/* Category page */
#category {clear: both; padding-top: 2em;}
#category .scarf {display: block; float: left; width: 200px; padding: 0 1em 1.5em 0;}
#category .scarf .title {}
#category .scarf a.more {display: block; font-size: 80%;}


