/* BEGIN RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: x-small;
	f\ont-size: small;
}
blockquote, q {
	quotes: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size: 2em; margin: .67em 0;
}
h2 {
	font-size: 1.5em; margin: .75em 0;
}
h3 {
	font-size: 1.17em; margin: .83em 0;
}
h4, p, blockquote, ul, fieldset,
form, ol, dl, dir, menu {
	margin: 1.12em 0;
}
h5 {
	font-size: .83em; margin: 1.5em 0;
}
h6 {
	font-size: .75em; margin: 1.67em 0;
}
ol, ul, dir,menu, dd {
	margin-left: 40px;
}

/* END RESET CSS */

body {
	background: #000 url(images/kimCompressed.jpg) no-repeat center top;
	font-family: 'Lucida Sans', 'Arial', 'Verdana', sans-serif;
}

a {
	color: #b6861e;
	text-decoration: none;
}
a:visited {
	color: #b6861e;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-family: 'Georgia', serif;
}

.clear {
	clear: both;
}

#wrap {
	margin: auto;
	width: 960px;
}

#header {
	color: #FFF;
	height: 159px;
	position: relative;
}

#logo {
	font-family: 'Georgia', serif;
	margin: 50px 40px 0 0;
	float: right;
}
#logo h1 {
	font-size: 48px;
	font-weight: normal;
	margin: 0;
}
#logo .first-name {
	color: #ffc649;
}
#logo h3 {
	color: #d5d5d5;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0;
	text-align: right;
}

#nav {
	background: #000;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
	border: 1px solid #66490b;
	border-width: 1px 1px 0;
	float: right;
	height: 41px;
	margin-right: 30px;
}
#nav ul {
	margin: 14px 5px;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav a {
	color: #FFF;
	padding: 10px;
	text-decoration: none;
}
#nav a:visited {
	color: #FFF;
}
#nav a:hover {
	color: #ffc649;
}
#nav a.current {
	color: #ffc649;
}

#content {
	background: #FFF url(images/bottom-decor.jpg) no-repeat center bottom;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
	line-height: 21px;
	padding-bottom: 94px;
}

#page {
	float: left;
  padding: 40px;
  width: 570px;
}

#page h1 {
	color: #814811;
	font-size: 4.5em;
	line-height: normal;
	margin: 0 0 20px;
}

#album-list {
	width: 100%;
}
.album {
	border-bottom: 1px solid #B6861E;
	clear: both;
	padding: 10px 0;
}
.album-last {
	border: 0;
}
.album-image {
	float: left;
	padding-right: 20px;
	width: 75px;
}
.album-title {
	font-weight: bold;
}
.album-info {
	float: left;
	width: 200px;
}

#sidebar {
	background: #eddfc0;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
	/*
-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
*/
  border: 1px solid #b6861e;
  float: left;
  height: 100%;
  margin: 20px 20px 20px 0;
  padding: 40px;
  width: 208px;
}

#sidebar h1 {
	font-size: 2.3em;
	font-weight: normal;
	margin: 0;
}
#sidebar h2 {
	font-size: 1.1em;
	margin: 20px 0 10px;
}
#sidebar p {
	font-size: 0.9em;
	margin: 0;
}
#sidebar a.read-more {
	display: block;
	text-align: right;
}
#sidebar a.see-all-news {
	display: block;
	font-size: 1.4em;
	margin-top: 10px;
	text-align: center;
}

#footer {
	color: #b6861e;
	font-size: 0.7em;
	text-align: center;
	padding: 20px 0 40px;
}
#footer a {
	color: #e2bd6d;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer p {
	margin: 0 0 5px 0;
}