/* CSS Document */

html{
font-size: 100%;
}

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 2.15em;
	background-color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, serif;
	font-weight: bold;
	color: #993F41;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.25em;
}

a:link, a:visited {
	color: #993F41;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #ECECEC;
}

#header {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width: 850px;
	padding-top: 25px;
}

#menu ul {
	width: 850px;
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #993F41;
	float: right;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	border: none;
}

#menu a {
	color: #993F41;
	text-decoration: none;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(images/tableft.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu a span {
	padding-right: 10px;
	padding-left: 5px;
	background-image: url(images/tabright.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu a, #menu a span {
display: block;
float: left
}


/* Hide from IE5-Mac \*/
#menu a, #menu a span {
float: none
}
/* End hide */


.Index #header #menu #aIndex a, .Weddings #header #menu #aWeddings a, .Portraits #header #menu #aPortraits a, .Preschool #header #menu #aPreschool a, .Lilrascals #header #menu #aLilrascals a, .Pricing #header #menu #aPricing a, .Contact #header #menu #aContact a {
	color: #993F41;
	text-decoration: none;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(../images/tableft.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.Index #header #menu #aIndex a span, .Weddings #header #menu #aWeddings a span, .Portraits #header #menu #aPortraits a span, .Preschool #header #menu #aPreschool a span, .Lilrascals #header #menu #aLilrascals a span, .Pricing #header #menu #aPricing a span, .Contact #header #menu #aContact a span {
	padding-right: 10px;
	padding-left: 5px;
	background-image: url(../images/tabright.png);
	background-repeat: no-repeat;
	background-position: right top;

}


/* Content */

#page {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

#content {
	float: right;
	width: 550px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECECEC;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.space {
	clear: both;
}

/* Album */
#Book {
	position:relative;
	height: 274px;
	width: 400px;
}

.frame {
	background-color:#993F41;
	font-size: 9px;
	text-align: center;
	padding: 3px;
	color: #FFFFFF;
	width: 212px;
	margin-top: 15px;
	margin-right: 14px;
	margin-bottom: 15px;
	margin-left: 14px;
	background-position: center;
}
.frame img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Gallery */

.gallerycontainer {
	position: relative;
	padding-left: 40px;
	height: 400px;
	overflow: scroll;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail {
	padding: 5px;
}

.thumbnail img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.window {
}

/* Sidebar */

#sidebar {
	float: left;
	font-size: 1em;
	width: 250px;
	padding-top: 20px;
}

#sidebar h2 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
}

#sidebar img {
	padding-top: 10px;
}

/* Footer */

#footer {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #993F41;
}

#footer p {
	text-align: center;
	font-size: 77%;
}

/* Form */

p.select a {
	margin-left: 20px;
}

.cssform a {
	font-size: 10px;
	font-weight: normal;
}

.form {
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px;
height: 1%;
}


.cssform label{
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 175px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	font-weight: bold;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

.button {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	margin-top: 10px;
}

.contact {
	padding-top: 20px;
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.php
*/

* html .threepxfix{
margin-left: 3px;
}

/* Styles */

.style1 {
	font-style: italic;
	font-weight: normal;
}

.shannon {
	font-weight: normal;
	color: #999999;
}

.rascals {
 float: left;
 padding-top: 10px;
}
.star {
 float: right;
 margin-top: -10px;
}
