/* 
#################################################################################################################################
# All code on this page is Copyright Tenshi Web Solutions.																		#
# Absolutely no use of this code is allowed in any way, shape or form without prior consent from Tenshi Web Solutions.			#
# Legal action will be taken against anyone who abuses this request.															#
#################################################################################################################################
*/

/* Holbrook House CSS Document */

/* ###################################### */
/* ### Content css for Holbrook House ### */
/* ###################################### */

#content h1 {
font-family: "Monotype Corsiva", Arial, Verdana;
font-size: 24px;
font-weight: bold;
text-align: center;
color: #000;
}

#content h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000;
}

#content h2 a:link, #content h3 a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #7F001C;
border-bottom: 1px solid #7F001C;
}

#content h2 a:hover {
background-color: #7F001C;
color: #fff;
}


#content h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

#content h3 a:link, #content h3 a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #7F001C;
border-bottom: 1px solid #7F001C;
}

#content h3 a:hover {
background-color: #7F001C;
color: #fff;
}

.h3table {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

.h3gallery {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

.h3gallery a:link, .h3gallery a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #7F001C;
}

.h3gallery a:hover {
background-color: #7F001C;
color: #fff;
}

.h4italic {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: italic;
}

.righttext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
}
/*
.rightnav a:link { background-color: #ffc; text-decoration: none; color: #000;}
.rightnav a:hover { color: #CC9966; }
.rightnav a:active { background-color: #CC9966; color: #fff; text-decoration: none;}
*/
.rightnav {
color: #000;
width: 125px;
padding-left: 2px;
list-style: none;
display: block;
}

.centering {
text-align: center;
}

/* ### Form Code ### */

/* Registration form */

.registerform {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #7F001C;
}

.registerform p {
margin: 1px;
}

.registerform input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.name, .email {
width: 100px;
}

.registerform fieldset {
border: 1px solid #B8860B;
padding: 0 3px;
}

.registerform legend {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 90%;
color: #000000;
background: #ffc;
border: 1px solid #B8860B;
border-bottom-color: #999;
border-right-color: #999;
padding: 2px 4px;
}

/* Registration form END */