@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family: 'Molengo', arial, serif;
	background:#060e11 url(../images/bg-tile.jpg) 0 170px repeat-x;
	color:#ededed;
}

#topWave, #bottomWave {
	width:190px;
	height:190px;
	position:absolute;
	display:block;
	z-index:5;
}

#topWave {
	background:url(../images/top-wave.gif) 0 0 no-repeat;
	top:0;
	left:0;
}

#bottomWave {
	background:url(../images/bottom-wave.gif) 100% 100% no-repeat;
	bottom:0;
	right:0;
}

#site {
	width:800px;
	margin:1em auto 2em;
	position:relative;
	z-index:5;
}

#banner {
	width:800px;
	height:300px;
	display:block;
	clear:both;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;	
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	margin-bottom:0.5em;
}

#footer {
	position:relative;
	bottom:0;
	width:700px;
	line-height:1.7em;
	text-align:center;
	background:url(../images/bg-footer.jpg) 0 0 repeat-x;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	margin:auto;
	font-size:85%;
	margin-bottom:5px;
}

#index #banner { background:url(../images/banner-index.jpg) no-repeat; }
#art #banner { background:url(../images/banner-art.jpg) no-repeat; }
#bumps #banner { background:url(../images/banner-bumps.jpg) no-repeat; }
#families #banner { background:url(../images/banner-families.jpg) no-repeat; }
#kids #banner { background:url(../images/banner-kids.jpg) no-repeat; }
#portraits #banner { background:url(../images/banner-portraits.jpg) no-repeat; }
#weddings #banner { background:url(../images/banner-weddings.jpg) no-repeat; }
#contact #banner { background:url(../images/banner-contact.jpg) no-repeat; }

ul#menu {
	margin-bottom:1em;
}

ul#menu li {
	list-style-type:none;
	float:left;
}

ul#menu a {
	color:#ededed;
	text-decoration:none;
	width:100px;
	display:block;
	line-height:2.5em;
	background-color:#091519;
	text-align:center;
}

ul#menu a:hover, ul#menu a:focus, #footer a:hover, #footer a:focus {
	color:#6693a4;
	outline:none;
}

#index a.index, #art a.art, #bumps a.bumps, #families a.families, #kids a.kids, #portraits a.portraits, #weddings a.weddings, #contact a.contact {
	color:#6693a4;
}

#footer a {
	color:#ededed;
	text-decoration:none;
}

#content {
	background:url(../images/bg-content.jpg) 0 0 repeat-x;
	padding:0.75em;
	margin-top:3.5em;
}

#leftCol {
	width:45%;
	padding:0.75em;
	background:url(../images/bg-col.jpg) 0 0 repeat-x;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

#rightCol {
	float:right;
	width:45%;
	padding:1em;
	position:relative;
}

#rightCol p {
	position:absolute;
	left:160px;
	top:25px;
	font-size:1.1em;
}

#index #leftCol img {
	display:none;
}

#gallery {
	width:97%;
	padding:0.75em;
	background:url(../images/bg-col.jpg) 0 0 repeat-x;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

h1 {
	font-size:1em;
	text-indent:-300em;
	background:url(../images/miss-jane-logo.gif) 0 0 no-repeat;
	width:265px;
	height:55px;
	margin-bottom:0.5em;
}

h2 {
	font-size:1.1em;
}

p {
	margin:0.5em 0;
	line-height:1.5em;
}

#gallery li {
	list-style-type:none;
	height:140px;
	width:140px;
	margin:7px 5px;
	text-align:center;
	float:left;
}

#gallery a {
	outline:none;
}

#gallery img {
	max-width:140px;
	max-height:140px;
	border:0;
}

hr {
	clear:both;
	border:none;
}

/* Contact Form */
#contact input, #contact textarea {
	background-color:#1f434f;
	border:0;
	color:#ededed;
}

label { 
	width:80px; 
	float:left;
	line-height:2em;
	clear:left;
	text-transform:uppercase;
}

input, textarea { 
	width:250px; 
	clear:right; 
	margin-bottom:5px; 
	padding:5px;
}	

p.alert {
	width:250px;
	text-align:center;
	margin:1em 0 15px 80px;
	color:#ededed;
	font-weight:600;
	font-size:90%;
}

input.btn { 
	width:260px; 
	margin:2px 0 0 80px; 
	background-color:#1f434f; 
	border:0; 
	padding:5px 0; 
	color:#ededed; 
	cursor:pointer;
	text-transform:uppercase;
}

body#contact input.btn:hover { background-color:#265360; }