* {
padding: 0;
margin: 0;
}
body {
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background: #E5E4DE url(/images/body_bg.gif);
padding-bottom: 100px;
}
#credits {
width: 780px;
text-align: right;
margin: 5px auto;
font-size: 13px;
color: #333;
}
#credits a {
color: #566E87;
}
#outer {
border-left: 10px solid #E5E4DE;
border-right: 10px solid #E5E4DE;
border-bottom: 10px solid #E5E4DE;
width: 780px;
margin: 0 auto;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}
#container {
width: 760px;
border: 10px solid #FFF;
background-color: #8AA3AF;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}	
#header {
margin-bottom: -3px;
}
div[id="flashcontent"] {
margin-bottom: -3px;
}
body#sub[id="flashcontent"] {
margin-bottom: 0;
}
img#logo {
width: 238px;
margin-left: 262px;
}
#left {
float: left;
width: 375px;
border-right: 10px solid #FFF;
background: #B37D4C url(/images/gbook_bg.jpg);
}
#left p {
margin-top: 20px;
text-shadow: 0px 1px 0px rgba(0,0,0, .3);
}
#content {
float: left;
width: 375px;
border-top: 10px solid #FFF;
}
body#sub #content {
padding-bottom: 30px;
width: 760px;
}
#content img {
margin: 5px;
}
#guestbook {
border-top: 10px solid #FFF;
padding-bottom: 1px;
clear: both;
background: #717771 url(/images/gbook_bg.gif);          
}
ul#nav {
list-style-type: none;
background: #4B627D url(/images/nav_bg.gif);
float: left;
width: 100%;
margin-bottom: 10px;
}
ul#nav li {
float: left;
font-size: 14px;
letter-spacing: -1px;
padding: 0;
}
body#sub ul#nav {
width: 760px;
margin-bottom: 30px;
}
ul#nav li a {
color: #FFF;
float: left;
text-decoration: none;
padding: 5px 21px;
text-transform: uppercase;
}
ul#nav li.last a {
padding: 5px 24px 5px 26px;
}
ul#nav li a.home {
border-bottom: 3px solid #E8CE87;
}
ul#nav a.photos {
border-bottom: 3px solid #A5A17B;
}
ul#nav a.obit {
border-bottom: 3px solid #984637;
}
ul#nav a.archive {
border-bottom: 3px solid #717771;
}
ul#nav li a:hover {
background: url(/images/nav_bg_hover.gif);
}

/* Typo */
h1, h2, h3, h4, h5, h6, ul#nav li a, p, li {
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#content h1 {
clear: left;
}
#content h1#who {
text-indent: -5000px;
width: 129px;
height: 29px;
margin: 0 15px 10px 15px;
line-height: 1;
background: url(/images/h1-who.gif) no-repeat top left;
}
#content h1#obith1 {
text-indent: -5000px;
width: 177px;
height: 30px;
margin: 10px 12px 15px 15px;
line-height: 1;
background: url(/images/h1-obit.gif) no-repeat top left;
}
#content h1#photoh1 {
text-indent: -5000px;
width: 244px;
height: 26px;
margin: 10px 12px 15px 15px;
line-height: 1;
background: url(/images/h1-photos.gif) no-repeat top left;
}
#content h1#archive {
text-indent: -5000px;
width: 221px;
height: 28px;
margin: 10px 12px 15px 15px;
line-height: 1;
background: url(/images/h1-archive.gif) no-repeat top left;
}
#content h2 {
margin: 15px 0 20px 0;
padding: 5px 20px;
font-size: 20px;
color: #FFF;
font-weight: normal;
background: rgba(86,110,135, .8);
text-shadow: 0px 1px 0px rgba(0,0,0, .3);
}
#content h3 {
color: #000;
margin: 10px 25px 0 25px;
font-weight: normal;
font-size: 16px;
}
body.archive #content h3 {
font-size: 12px;
font-weight: bold;

}
#admin h2 {
font-size: 20px;
text-align: center;
color: #FFF;
background-color: #AD2E27;
padding: 5px;
}
#admin h3 {
color: #FFF;
font-weight: normal;
font-size: 16px;
}
#admin h4 {
color: #FFF;
background-color: #717771;
border: 1px solid #505F50;
padding: 3px;
}
#pass {
background-color: #566E87;
width: 400px;
margin: 10px auto;
border: 2px solid #FFF;
}
input.check {
width: 20px;
height: 20px;
}
blockquote {
margin: 30px 30px;
font-style:italic;
font-size: 13px;
line-height: 1.5;
color: #000;
padding: 10px;
border-top: 1px dotted #fff;
border-bottom: 1px dotted #fff;
text-shadow: 0px 1px 0px rgba(255,255,255, .3);
}
.center {
text-align: center!important;
}
h2.err_msg {
color: #FFF;
font-weight: normal;
font-size: 14px; 
background: #AD2E27 url(/images/error.gif) no-repeat 5px 50%;
padding: 4px 25px 7px 25px;
margin: 15px;
border-top: 3px solid #FFF;
}
h2.err_msg br {
margin: 2px 0;
border-top: 1px solid #FFF;
}
h2.success {
color: #FFF;
font-weight: normal;
font-size: 14px; 
background: #439943 url(/images/success.gif) no-repeat 5px 50%;
padding: 4px 25px 7px 25px;
margin-bottom: 10px;
border-top: 3px solid #FFF;
}
#left p, #content p {
color: #FFF;
font-size: 13px;
line-height: 1.5;
margin: 5px 20px 15px;
text-align: justify;
text-shadow: 0px 1px 0px rgba(0,0,0, .3);
font-weight: normal;
}

#content p {
padding: 0px 5px 5px 5px;
}
div#scroller p {
margin: 5px 15px 15px;
font-size: 12px;
text-shadow: 0px 1px 0px rgba(0,0,0, .3);
}
p.top {
text-align: center;
margin: 30px 0 10px 0;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
p.top a {
color: #344A62;
text-decoration: none;
padding: 10px 20px;
border: 5px solid #FFF;
background: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
p.top a:hover {
background: #344A62;
color: #FFF;
}
#content hr {
border: 0;
height: 23px;
margin: 0;
padding: 0;
background: #8AA3AF url(/images/divider.gif) no-repeat 50% 50%;
}
/* form */
form {
margin: 10px;
padding: 5px 15px 15px;
}
#guestbook form {
margin-bottom: 0;
padding-bottom: 5px;
}
fieldset {
float: left;
width: 100%;
border: none;
}
fieldset div br {
display: none;
}
label {
display: block;
color: #FFF;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
margin-bottom: 2px;
text-shadow: 0px 1px 0px rgba(0,0,0, .4);
}
input {
width: 200px;
border: 2px solid #FFF;
margin-bottom: 10px;
color: #624E3F;
padding: 2px;
background: url(/images/input_bg.gif) repeat-x bottom left;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 2px 2px 0px rgba(0,0,0, .3);
-moz-box-shadow: 2px 2px 0px rgba(0,0,0, .3);
-webkit-box-shadow: 2px 2px 0px rgba(0,0,0, .3);
}
textarea {
border: 2px solid #FFF;
width: 300px;
height: 140px;
color: #624E3F;
margin-bottom: 20px;
padding: 3px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #FBF6E8 url(/images/textarea_bg.gif) repeat-x top left;
box-shadow: 2px 2px 0px rgba(0,0,0, .3);
-moz-box-shadow: 2px 2px 0px rgba(0,0,0, .3);
-webkit-box-shadow: 2px 2px 0px rgba(0,0,0, .3);
}
#guestbook textarea {
width: 99%;
}
input:focus, textarea:focus {
background-image: none;
background-color: #fff;
}
#submit {
box-shadow: 2px 2px 0px rgba(0,0,0, .3);
-moz-box-shadow: 2px 2px 0px rgba(0,0,0, .3);
-webkit-box-shadow: 2px 2px 0px rgba(0,0,0, .3);
clear: both;
padding: 2;
width: 150px;
border: 2px solid #E7E0D5;
background-image: none;
background-color: #FBF6E8;
margin-bottom: 20px;
float: none;
}
#guestbook ul {
list-style-type: none;
margin: 15px 30px;
padding: 0;
}
li.error a {
list-style: none;
text-decoration: none;
font-weight: bold;
font-size: 13px;
color: #333;
background: url(/images/error_icon.gif) no-repeat 0 50%;
padding-left: 20px;
}
li.error a:hover {
color: #999999;
padding-left: 23px;
}
.required, .required:focus {
background: #CC0000;
border: 1px solid #FFF;
color: #FFF;
}
h2.summary {
color: #CC0000;
font-size: 17px;
padding: 2px 2px 2px 22px;
margin: 10px 15px;
background: url(/images/icon_error.gif) no-repeat 0 50%;
border: none;
}
h2.success {
color: #009933;
font-size: 17px;
padding: 6px 2px 4px 35px;
margin: 0 0 10px 5px;
background: url(/images/check.gif) no-repeat 1px center;
border: none;
}
div#error {
background-color: #FEFDE9;
border: 1px solid #CC0000;
padding: 10px;
margin: 15px 15px 0 15px;

}
div#success {
background-color: #FFFFE1;
border: 2px solid #009933;
padding: 10px;
margin: 15px 10px;
width: 740px;
}
div#success p {
color: #009933; 
font-size: 13px;
font-weight: bold;
}

br {
clear: both;
}
/* guestbook */
.gb_entry {
background: #E4E1D4 url(/images/message_bg.gif) repeat-x top left;
margin: 25px 25px 30px;
padding: 15px;
color: #333;
text-align: justify;
line-height: 1.3;
font-size: 13px;
border: 5px solid #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: 0px 1px 0px rgba(255,255,255, .5);
box-shadow: 2px 2px 0px rgba(0,0,0, .3);
-moz-box-shadow: 2px 2px 0px rgba(0,0,0, .3);
-webkit-box-shadow: 2px 2px 0px rgba(0,0,0, .3);
}
.gb_num {
float: right;
position: relative;
margin-top: -5px;
margin-right: 0px;
font-size: 13px;
font-weight: bold;
color: #8B948B;
}
.gb_sender a {
padding: 1px 0 2px 20px;
line-height: 1.3;
color: #984637;
background: transparent url(/images/user_comment.gif) no-repeat 0 50%;
text-decoration: none;
}
.gb_sender a:hover {
color: #AD2E27;
border-bottom: 1px dashed #AD2E27;
}
.gb_sender {
color: #984637;
font-weight: bold;
margin-top: -5px;
text-transform: uppercase;
text-shadow: 0px 1px 0px rgba(255,255,255, .5);
}
.gb_date {
color: #fff;
margin-left: 10px;
font-size: 11px;
text-shadow: 0px 1px 0px rgba(0,0,0, .4);
}
.gb_relation_title {
font-weight: bold;
color: #333;
text-shadow: 0px 1px 0px rgba(255,255,255, .5);
}
.msg {
border-top: 1px solid #EFECE0;
padding-top: 15px;
margin-top: 5px;
line-height: 1.4;
text-shadow: 0px 1px 0px rgba(255,255,255, .5);
font-size: 13px;
}
.gb_form {
width: 100%;
border-top: 10px solid #FFF;	
background: #717771 url(/images/lower_gbook_bg.jpg);
}
tt {
color: #333;
}
span.sort  {
width: 300px;
margin: 20px 10px 20px 10px;
padding: 10px 0 10px 10px;
color: #CBCABE;
text-decoration: none;
font-size: 13px;
font-weight: bold;
}
span.sort a {
text-decoration: none;
color: #FFF;
}
span.sort a:hover {
color: #CBCABE;
border-bottom: 1px solid #FFF;
}
#gallery {
margin: 40px auto;
width: 700px;
}
.hidden {
display: none!important;
height: 0;
width: 0;
}


/******** scrolling content  ********/
#scroller {
height: 386px;
width: 375px;
overflow: auto;
}
