body {
	background-image: url(/images/bg.jpg);
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.74em;
	color: #555555;
	width: 990px;
}

/* miscellaneous elements */
img {
	border: none;
}

#body {
    clear:both;    
}

#header {
	height: 250px;
	background-image: url(images/logo.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-right: 30px;
	/* defines header element */
}

#navigation {
	height: 25px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	background-image: url(images/nav-bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 11px;
	color: #ffffff;
	width: 100%;
	display: block;
	/* define navigation element */
}

#navigation ul {
	margin: 0;
	padding: 0;
	/* remove padding and margin from navigation list */
}

#navigation ul li {
	list-style: none;
	float: left;
	/* set list elements to display inline */
}

#navigation ul li a {
	height: 20px;
	width: 100px;
	padding: 5px 0px 0px 0px;
	margin-right: 10px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: block;
	/* set dimensions of navigation links */
}

#navigation ul li a:hover {
	background-image: url(/images/navigation-hover.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #555555;
	/* set navigation hover link state */
}

#content-header {
    padding:10px 30px 5px;		
}

#content-header h1 {
    font-family:'Trebuchet MS',Verdana,Arial,Sans-serif;
    font-size:200%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    margin:0;
}

#content-header .description {
    font-family:'Trebuchet MS',Verdana,Arial,Sans-serif;
    font-size:100%;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

#main-wrap {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    color:#333333;
    float:left;
    font-size:97%;
    line-height:1.5em;
    margin:15px 0 0;
    overflow:hidden;
    padding:0 0 10px;
    width:660px;
    word-wrap:break-word;
}

#sidebar-wrap {
    float:right;
    font-size:97%;
    line-height:1.5em;
    left-border:1px;
    margin:15px 5px 0 0;
    overflow:hidden;
    width:300px;
    word-wrap:break-word;
}

#content {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	/* defines content element */
}

#content h1 {
    font-family:'Trebuchet MS',Verdana,Arial,Sans-serif;
    font-size:200%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    margin:0;
    padding:10px 30px 5px;	
}

#content h2 {
	border-bottom: 1px solid #dddddd;
	margin: 5px 0px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: lighter;
	font-style: italic;
	font-size: 20px;
	text-align: left;
	color: #927915;
	/* defines generic h2 element */
}

#content h3 {
	margin: 5px 0px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #728C40;
	/* defines generic h3 element */
}

#content a {
	color: #728C40;;
	text-decoration: underline;
}

#content a:hover {
	color: #4F5F34;
	text-decoration: none;
	padding:0 15px 8px;
}

#familyPics {
	margin-top: 20px;
	margin-left: 50px;
}

#footer {
	clear: both;
	border-top: thin;
	border-top-style: solid;
	border-top-color: white;
	padding-top: 10px;
	text-align: center;
}

#footer a {
    color: gray;
    font-size: 10px;
}

/* begin article style definitions */
.article { /* container for each individual article */
	
}

.article .details {
	margin: 0;
	padding: 0;
	list-style: none;
	/* defines the container for the article details */
}

.article .details li {
	margin: 0px 5px 10px 0px;
	display: inline;
	/* defines each detail part */
}

.article .introduction {
	border-bottom: 1px solid #E4E4E4;
	line-height: 20px;
	font-size: 115%;
	/* defines the article introduction container */
}

.article .link {
	font-size: 110%;
	text-align: right;
	/* defines the container for the full information link */
}

.article .gallery { /* defines the container for article gallery */
	
}

.article .gallery img {
	border: 1px solid #EEEEEE;
	padding: 3px;
	margin: 3px;
}

.comment {
	padding: 5px 0px;
	clear: both;
}



.whisper {
	background-color: #E4E4E4;
	padding: 5px 5px;
	clear: both;
}

form {
	margin: 0;
	padding: 0;
	/* container for comment and search forms */
}

form #comment {
	width: 100%;
	height: 125px;
	/* comment textarea */
}

form #whisper {
	margin-left: 0px;
	/* whisper checkbox */
}

form #search {
	float: right;
	margin-right: 5px;
}

form #keywords {
	width: 32%;
}

form #date {
	width: 32%;
}

form #category {
	width: 32%;
}

.clear {
	clear: both;
}

/*drop shadow for image code taken from http://www.alistapart.com/articles/cssdropshadows/*/
.img-shadow {
	float: left;
	background: url(/images/shadowAlpha.png) no-repeat bottom right
		!important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 5px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/* Styles for Flickr-driven content */
#set-container {
	width: 950px
}

div.set-sqr {
	width: 100px;
	Height: 150px;
	float: left;
}

div.set-thm {
	width: 200px;
	Height: 150px;
	float: left;
}

p.title {
	font-size: 11px;
}

.center {
 	text-align: center;
}
