/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}





/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dashed borders */
a img { border:none } /* Gets rid of IE's blue borders */

br { clear:both; height:1px; margin:-1px 0 0 0 }






/* Typography */

h1 { font:30px/30px Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif }
li a { 
		font:20px/20px Times, 'Times New Roman', Garamond, serif; 
		margin:20px 0; 
		font-weight: normal;
		letter-spacing: 0.2em;
		}

li ul li { 
		text-indent: 40px; 
		font-size: 90%;
		}

li ul li a {  
		font-size: 90%;
		letter-spacing: normal;
		}		

.active {text-decoration: underline;}

h2 {
		font:20px/20px Times, 'Times New Roman', Garamond, serif; 
		margin:20px 0 
		font-weight: normal;
		letter-spacing: 0.1em;
	}

p { 
	font:18px/18px Garamond, Times, 'Times New Roman', serif;
	letter-spacing: 0.1em;
	text-align: justify;
	}

a { text-decoration:none; color:#fff }





/* Layout */

body { background:#43393a url(../images/body-bg3.gif); color:#fff; padding-bottom: 110px; }
ul.nav { position:absolute; top:85px; left:0 }
ul.nav li { margin: 10px 0px;}
ul.nav li a {padding:5px 10px 5px 40px; }
ul.nav li a:hover { background:#000 }
div.gallery { width:650px; margin:40px 0 0 250px }
div#masonry-gallery {width: auto; }
div.gallery ul li { float:left; margin:0 10px 0 0; background:url(images/shadow.png) bottom left no-repeat; min-height: 35px;}
div.gallery ul li a img { 
	border:2px solid #fff; 
	margin: 10px 5px 0px 0px;
	width: 140px;
	display: block;
	 }
div.gallery ul.test li {
	width: 280px;
	position: relative;
	}
div.gallery ul.test li a img {
	margin: 0;
	width: 100%;
	max-width: 280px;
	 }
div.gallery-row {height: auto; margin-bottom: 10px; float: left;}
p { background:url(images/semi-transparent.png); padding:10px 0px; width:626px; line-height: 1.2em;}
div.clear {clear: both;}

#header {
	/* text-indent: -100em;*/
	/* overflow: hidden;*/
	/* background: url(../images/logo-calson.png) no-repeat;*/
	height: 50px;
	margin:10px 10px 10px 30px;
  font-family: 'Ruthie', serif;
	}
