/* ============== Reset ============== */
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, sub, sup, tt, var,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

}
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
	background: transparent;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
} 
h1, h2, h3, h4, h5, h6 { 
	font-size: normal;
	font-weight: normal;
} 

input[type="text"], input[type="password"], input[type="text"]:focus, input[type="password"]:focus,textarea, textarea:focus {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 1.5em;
	border:1px solid #9c9c9c;
	margin: 3px 3px 3px 0;
	font-size: 1.2em !important;
	padding: 0.3em 0.3em 0.3em 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: #f6f6f6;
	background-image: none;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
textarea, textarea:focus {
	height:100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 1em;*/
}

/* ============== Site Wide ============== */
body {
	background: #ffe1e1 url(../images/bg.gif) repeat-x 0 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
} 
body.fancy {
	background-image: none;
} 
body.gap {
	margin-right: 16px;
} 
a:link { 
	color: #8e0950;
	text-decoration: none;
} 
a:visited { 
	color: #8e0950;
	text-decoration: none;
} 
a:hover { 
	color: #8e0950;
	text-decoration: none;
} 
a:active { 
	color: #8e0950;
	text-decoration: none;
} 

/* ============== Structure ============== */
.website {
  background: url(../images/bg-graphics.gif) no-repeat 50% 0;
}
.container {
  background: url(../images/bg-btm.gif) no-repeat 50% 100%;
  width: 990px;
  margin: 0 auto;
  padding-bottom: 300px;
}
.topbar {
  height: 120px;
}
a.facebook {
  text-indent: -9999px;
  height: 38px;
  width: 201px;
  background: url(../images/facebook.gif) no-repeat 0 0;
  display: block;
  margin: 19px 24px 0 0;
  float: right;
  display: inline;
}
a.facebook:hover {
  background: url(../images/facebook-hover.gif) no-repeat 0 0;
}
a.all {
  height: 38px;
  line-height: 38px;
  display: block;
  margin: 19px 16px 0 0;
  float: right;
  display: inline;
}
.topbar ul {
  clear: right;
  float: right;
  margin: 6px 24px 0 0;
  display: inline;
}
.topbar ul li {
  float: left;
  margin: 0 0 0 6px;
  list-style: none;
  display: inline;
}
.topbar ul li a {
  text-indent: -9999px;
  height: 38px;
  display: block;
}
.topbar ul li.add a {
  background: url(../images/add.gif) no-repeat 0 0;
  width: 157px;
}
.topbar ul li.add a:hover {
  background: url(../images/add-hover.gif) no-repeat 0 0;
}
.topbar ul li.view a {
  background: url(../images/view.gif) no-repeat 0 0;
  width: 171px;
}
.topbar ul li.view a:hover {
  background: url(../images/view-hover.gif) no-repeat 0 0;
}
ul.photos {
  margin-top: 79px;
  padding-top: 107px;
}
ul.photos li {
	float: left;
	list-style: none;
	width: 168px;
	height: 100px;
	margin: 0 0 25px 25px;
	display: inline;
}
ul.photos li a {
	width: 168px;
	height: 100px;
	display: block;
}
#cu3er-container {
  width: 990px;
  outline: 0;
  height: 369px;
}


/* MESSAGES */
.messageSection {
  margin: 20px;
}
.messageSection h3 {
  font-size: 1.7em;
  color: #646464;
  font-weight: bold;
  padding-left: 10px;
  float: left;
  margin-bottom: 10px;
}

.messageSection form span {
  background-color: #f1d6e7;
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  clear: both;
  display: block;
  margin-top: 10px;
}
.messageSection form label {
  display: block;
  padding: 10px 0 0 10px;
}
.messageSection form input#Name {
  width: 300px;
  margin: 10px;
}
.messageSection form textarea#Comments {
  width: 512px;
  margin: 10px;
}

.messageSection form input.button {
  border: none;
  background: url(../images/send.gif) no-repeat 0 0;
  height: 38px;
  width: 130px;
  cursor: pointer;
  text-indent: -9999px;
  display: block;
  margin: 10px 10px 0 0;
  float: right;
}
.messageSection form input.button:hover {
  background: url(../images/send-hover.gif) no-repeat 0 0;
}

.messageSection a.add {
  background: url(../images/add2.gif) no-repeat 0 0;
  height: 38px;
  width: 130px;
  text-indent: -9999px;
  display: block;
  margin: 0 10px 0 0;
  float: right;
}
.messageSection a.add:hover {
  background: url(../images/add2-hover.gif) no-repeat 0 0;
}

.messageSection a.view {
  background: url(../images/view2.gif) no-repeat 0 0;
  height: 38px;
  width: 130px;
  text-indent: -9999px;
  display: block;
  margin: 0 10px 0 0;
  float: right;
}
.messageSection a.view:hover {
  background: url(../images/view2-hover.gif) no-repeat 0 0;
}

.messageSection ul li {
  background-color: #f1d6e7;
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  clear: both;
  display: block;
  margin-top: 10px;
}

.messageSection ul li h4 {
  font-size: 1.3em;
  border-bottom: 1px solid #9f9f9f;
  padding: 6px 0 6px 10px;
}
.messageSection ul li span.comments {
  padding: 6px 30px 0 10px;
  display: block;
}
.messageSection ul li span.date {
  padding: 6px 10px 6px 0;
  text-align: right;
  font-size: 0.8em;
  color: #9f9f9f;
  display: block;
}

.messageSection p.thanks {
  clear: both;
  padding-left: 10px;
}