/* CSS Document */

/****************************
AUTHOR: Heidi Weiland
DATE: January 2007
CONTACT: heidi@soundwebsolutions.net

NOTES: FORMATTING/LAYOUT FOR SPECIFIC PAGES, ALPHABETICAL
****************************/

#links #content img {
border:none;
}
#links #content h3 {
clear:both;
margin-top:25px;
}


#photos #container {
width:830px;
}
#photos #content {
width:649px;
}
#photos table {
width:650px;
}
#photos td {
padding:5px;
text-align:center;
}
#photos #content img {
float:none;
border:1px solid #000000;
margin-bottom:5px;
width:140px;
}
#photos #content .small-image img {
width:50px;
}


#reservations #content img {
width:150px;
margin-right:10px;
margin-bottom:10px;
margin-left:10px;
}
#reservations h3 {
color:#00FF33; 
}


/**************** STYLING FOR FORMS **************/
fieldset {
margin:1em 0;
padding:1em;
border:1px solid gray;
background-color:#ffffff;
}
legend {
font-weight:bold;
}
label {
float:left; /*MUST BE APPLIED SO THAT WIDTH PARAMETER WILL FUNCTION*/
width:8em;
text-align:left;
}
input, select {
width:12em;
}
textarea {
width:380px;
height:150px;
}

input[type="text"], textarea { /*PRIMARILY FOR FIREFOX*/
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
border-top:2px solid #999;
border-left:2px solid #999;
}


